Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-26 | Conftrack.Pretty: docs, more usable functions | stuebinm | 1 | -8/+38 | |
this module is meant for convenience pretty-printing functions and as an illustration of how to deal with the more low-level runFetchConfig | |||||
2024-07-21 | document publicly exposed interface | stuebinm | 5 | -2/+41 | |
this documents most functions that might be used by downstream consumers of this library, except for those in Conftrack.Pretty, which aren't done yet. | |||||
2024-07-04 | fix a couple warnings | stuebinm | 3 | -6/+4 | |
2024-06-10 | pretty-printing of config value sources | stuebinm | 2 | -2/+52 | |
2024-06-10 | add an env variable source | stuebinm | 2 | -17/+90 | |
2024-06-08 | quasi-quotes for config keys | stuebinm | 1 | -2/+20 | |
2024-06-06 | add yaml source | stuebinm | 3 | -2/+48 | |
2024-06-06 | nested values, tests, and aeson | stuebinm | 4 | -38/+195 | |