aboutsummaryrefslogtreecommitdiff
path: root/pkg (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-15Rewrote navitia_api_client tests for consistencyJulien Dessaux4-39/+44
2021-09-15Rewrote config tests for consistencyJulien Dessaux3-28/+33
2021-09-15Finished rewriting database package tests for consistencyJulien Dessaux5-39/+38
2021-09-13Rewrote database package tests for consistencyJulien Dessaux6-112/+71
2021-09-11Piece evry last week changes together in a big rewrite of the webuiJulien Dessaux8-44/+9
2021-09-10Finished not so simple refactoringJulien Dessaux5-22/+22
2021-09-09Added database function to get all train stopsJulien Dessaux2-0/+67
2021-09-09Simple variable refactoringJulien Dessaux1-6/+6
2021-09-08Added database function to get a train stop name from its idJulien Dessaux2-0/+36
2021-09-08Renamed TrainStop to simply StopJulien Dessaux7-48/+48
2021-09-08Removed useless user model codeJulien Dessaux2-7/+5
2021-09-07Added logic to fetch train stops data if missing when starting the webserverJulien Dessaux5-8/+40
2021-09-07Added navitia code to fetch train stops namesJulien Dessaux9-0/+1209
2021-05-18Fixed database train_stop incomplete testJulien Dessaux2-5/+8
2021-05-12Added train_stops to schemaJulien Dessaux4-0/+154
2021-05-12Fixed sessions schemaJulien Dessaux1-1/+1
2021-05-04Improved navitia api error handling and testingJulien Dessaux5-34/+372
2021-05-04Reworked the navitia_api_client to be mockableJulien Dessaux3-16/+13
2021-05-04Cleaned the navitia - webui callsJulien Dessaux3-7/+23
2021-04-21Reworked the webui package, added authentication feature and testsJulien Dessaux1-5/+5
2021-04-14Implemented the ResumeSession functionJulien Dessaux2-0/+86
2021-04-13Added a session table and a CreateSession functionJulien Dessaux3-0/+128
2021-04-12Renamed password column to hash in databaseJulien Dessaux2-3/+3
2021-04-12Implemented the user login database functionJulien Dessaux4-5/+106
2021-04-12Implemented a user table and the CreateUser functionJulien Dessaux7-1/+238
2021-04-09Began implementing a database backendJulien Dessaux5-0/+292
2021-04-09Made config tests more specificJulien Dessaux1-0/+1
2021-04-08Fixed wrong implementation of yaml default values and of the corresponding testsJulien Dessaux4-6/+23
2021-04-06Added trainStop config parameter which was wrongly hardcodedJulien Dessaux9-16/+50
2021-04-06Fixed incomplete test caseJulien Dessaux2-2/+2
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/+2575