garm/database/sql
Gabriel Adrian Samfira e441b6ce89 Switch to log/slog
This change switches GARM to the new structured logging standard
library. This will allow us to set log levels and reduce some of
the log spam.

Given that we introduced new knobs to tweak logging, the number of
config options for logging now warrants it's own section.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-01-05 23:46:40 +00:00
..
controller.go Move errors to external package 2023-07-22 22:26:47 +00:00
controller_test.go Move errors to external package 2023-07-22 22:26:47 +00:00
enterprise.go Switch to util.Seal and util.Unseal 2023-08-28 08:15:50 +00:00
enterprise_test.go Move errors to external package 2023-07-22 22:26:47 +00:00
instances.go Add JIT config as part of instance create 2023-09-24 13:51:17 +00:00
instances_test.go Fix tests 2023-08-26 20:13:48 +00:00
jobs.go Switch to log/slog 2024-01-05 23:46:40 +00:00
models.go Add jitconfig model field 2023-09-24 13:48:09 +00:00
organizations.go Switch to util.Seal and util.Unseal 2023-08-28 08:15:50 +00:00
organizations_test.go Move errors to external package 2023-07-22 22:26:47 +00:00
pools.go Update garm-provider-common and go-github 2023-08-28 08:13:44 +00:00
pools_test.go Add job tracking 2023-07-03 07:46:20 +00:00
repositories.go Switch to util.Seal and util.Unseal 2023-08-28 08:15:50 +00:00
repositories_test.go Rename UpdateRepositoryParams to UpdateEntityParams 2023-07-05 00:00:24 +00:00
sql.go Switch to log/slog 2024-01-05 23:46:40 +00:00
users.go Move most of util package 2023-07-22 22:39:17 +00:00
users_test.go Add more test cases for the /database/sql/users.go 2023-06-14 19:24:42 +03:00
util.go Add helper functions for marshaling and sealing 2023-09-24 13:48:09 +00:00