aboutsummaryrefslogtreecommitdiff
path: root/config/config.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-15Added generation of the menu displayJulien Dessaux4-0/+107
2021-01-13Have the configuration loadFile function return a pointerJulien Dessaux3-32/+18
2021-01-13Finished implementing config testsJulien Dessaux11-36/+228
2021-01-12Properly test the minimal config contentsJulien Dessaux1-5/+33
2021-01-12Improved config App testsJulien Dessaux2-2/+13
2021-01-12Wrote a minimal config and refactored all tests from it to simplify everythingJulien Dessaux13-516/+63
2021-01-12Fixed invalid handling of menu offsetsJulien Dessaux2-6/+3
2021-01-12Updated menu tests to account properly for duplicate keysJulien Dessaux5-26/+10
2020-12-26Continued implementing config validationJulien Dessaux11-24/+604
2020-12-24Began implementing config validationJulien Dessaux20-25/+851
2020-12-23Implemented the configuration file formatJulien Dessaux11-0/+303