mmetc
|
e7ecea764e
|
pkg/csconfig: use yaml.v3; deprecate yaml.v2 for new code (#2867)
* pkg/csconfig: use yaml.v3; deprecate yaml.v2 for new code
* yaml.v3: handle empty files
* Lint whitespace, errors
|
2024-03-04 14:22:53 +01:00 |
|
mmetc
|
ffcab0b2bc
|
Refactor hub management and cscli commands (#2545)
|
2023-11-24 15:57:32 +01:00 |
|
mmetc
|
9ae8bd79c5
|
Refact pkg/csconfig tests (#2526)
* remove unused method
* whitespace, redundant comments
* use test helpers
* move DumpConsoleConfig() from pkg/csconfig to cscli
* package doc header
* var -> const
* rename ./tests -> ./testdata
* shorter tests with more error checks
* lint/formatting
* use helpers; fix tests that didn't actually test
* lint; rename expectedResult -> expected
|
2023-10-09 11:10:51 +02:00 |
|
mmetc
|
ffadd42779
|
update dependency on go-cs-lib; drop the pkg/ part (#2393)
|
2023-07-28 16:35:08 +02:00 |
|
mmetc
|
534328ca30
|
decouple bouncer dependencies: use go-cs-lib/pkg/* (#2216)
* decouple bouncer dependencies: use go-cs-lib/pkg/trace
* decouple bouncer dependencies: use go-cs-lib/pkg/version
* decouple bouncer dependencies: use go-cs-lib/pkg/yamlpatch
* decouple bouncer dependencies: use go-cs-lib/pkg/csstring
* unused import
|
2023-05-23 10:52:47 +02:00 |
|
mmetc
|
98f2ac5e7c
|
fix #1385: .yaml.local (#1497)
Added support for .yaml.local files to override values in .yaml
|
2022-05-18 10:08:37 +02:00 |
|
mmetc
|
ad28a979e9
|
local control flow cleanup (#1215)
removed redundant/unreachable returns, else branches, type declarations, unused variables
|
2022-02-01 22:08:06 +01:00 |
|
AlteredCoder
|
1e899c2211
|
Refactor configuration management (#698)
|
2021-03-24 18:16:17 +01:00 |
|
Thibault "bui" Koechlin
|
dbb420f79e
|
local api (#482)
Co-authored-by: AlteredCoder
Co-authored-by: erenJag
|
2020-11-30 10:37:17 +01:00 |
|