aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/config.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Documented how to find a trainStop codeJulien Dessaux1-0/+5
2021-04-06Document configuration file default values in READMEJulien Dessaux1-1/+1
2021-04-06Added trainStop config parameter which was wrongly hardcodedJulien Dessaux11-17/+56
2021-04-06Added a flag to specify a configuration file and wrote a proper readmeJulien Dessaux2-6/+59
2021-04-06Fixed incomplete test caseJulien Dessaux2-2/+2
2021-04-05Added basic webui to show resultsJulien Dessaux5-0/+144
2021-04-05Fixed scope of test helpers in navitia_api_client packageJulien Dessaux2-6/+6
2021-04-05Moved code around to conform best practicesJulien Dessaux17-0/+0
2021-04-05Reworked error handling for better and simpler testsJulien Dessaux7-57/+160
2021-04-04Added 60 seconds caching to navitia api departures requestsJulien Dessaux6-2/+44
2021-03-29Renamed the api folder to something more specificJulien Dessaux7-5/+5
2021-03-29Moved api test files into their own folderJulien Dessaux3-2/+2
2021-03-20Added basic config moduleJulien Dessaux11-0/+154
2021-03-19Added api module with departures featureJulien Dessaux8-0/+2304