Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-12-11 | [feature] support configuring database caches (#1246) | 1 | ||
* update config generator to support nested structs, add cache configuration options * update envparsing test * add cache configuration to config parse tests * set cache configuration in testrig * move caches to sub-cache "gts" namespace, update envparsing, add cache config docs to example config Signed-off-by: kim <grufwub@gmail.com> | ||||
2022-11-15 | [chore] refactor test/cliparsing.sh into a go test below internal/config (#1036) | 1 | ||
Also adds AddGlobalFlags and AddServerFlags as methods on ConfigState, very useful for testing. |