authelia/internal/configuration
James Elliott 3695aa8140
feat(storage): primary key for all tables and general qol refactoring (#2431)
This is a massive overhaul to the SQL Storage for Authelia. It facilitates a whole heap of utility commands to help manage the database, primary keys, ensures all database requests use a context for cancellations, and paves the way for a few other PR's which improve the database.

Fixes #1337
2021-11-23 20:45:38 +11:00
..
schema feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
test_resources perf(authentication): improve ldap dynamic replacement performance (#2239) 2021-08-05 14:17:07 +10:00
validator feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
config.template.yml feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
helpers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
helpers_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
koanf_callbacks.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
koanf_callbacks_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
sources.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
template.go refactor(configuration): add import commentary for golint (#2303) 2021-08-20 11:42:35 +10:00
template_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
types.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00