|
4236f33cb9
|
📝 Add technical stack description to the README
|
2024-01-07 11:19:14 +01:00 |
|
|
60ce90b633
|
🚧 Add C4 Container diagram
|
2024-01-06 17:45:58 +01:00 |
|
|
c52fc69560
|
🚧 Add plantuml block to the README to test gitea rendering
|
2024-01-06 13:32:17 +01:00 |
|
|
e9a13c662e
|
📝 Change the presentation video chroma subsampling
Cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1368063
|
2023-12-22 11:36:01 +01:00 |
|
|
93625f12b1
|
📝 Add thumbnail to the presentation video
|
2023-12-22 11:27:30 +01:00 |
|
|
b7ed3f83b8
|
📝 Add main readme file
Signed-off-by: Adrien <me@adrien.run>
|
2023-12-22 11:03:29 +01:00 |
|
|
f1a47c9621
|
📝 First try to embed a video in the readme page
|
2023-12-22 10:59:44 +01:00 |
|
|
7843309f0a
|
📝 Add a video showing what carrramba-encore-rate service is
|
2023-12-22 10:48:22 +01:00 |
|
|
cebc9077c3
|
👽️ Add of the StopAreaStopAssociationFields pdeid and pdeversion fields
These fields have been added by IDFM in its relations resource.
For now, these fields are not used.
|
2023-10-22 23:41:27 +02:00 |
|
|
f862e124a6
|
Merge branch 'k8s-integration' into develop
|
2023-10-22 23:37:44 +02:00 |
|
|
1bb75b28eb
|
♻️ Use of relative imports for api modules
|
2023-10-22 23:34:58 +02:00 |
|
|
0a7337a313
|
♻️ Put api_server and db_updater scripts on the backend root
|
2023-10-22 23:31:35 +02:00 |
|
|
fcd1ae78c3
|
🐛 Fix IP to bind in the api config file for local use
|
2023-09-20 22:24:02 +02:00 |
|
|
ec1b4100a3
|
🐛 Fix validation issue in /api/stop/{stop_id}/destinations responses
|
2023-09-20 22:22:13 +02:00 |
|
|
37ec05bf3b
|
Merge branch 'k8s-integration' into develop
|
2023-09-20 22:14:56 +02:00 |
|
|
3434802b31
|
🎨 Reorganize back-end code
|
2023-09-20 22:08:32 +02:00 |
|
|
bdbc72ab39
|
🐛 Front: Fix URL used to fetch transport mode representation
|
2023-09-10 12:25:38 +02:00 |
|
|
4cc8f60076
|
🐛 Front: Use the public API server to fetch data
|
2023-09-10 12:17:48 +02:00 |
|
|
cf5c4c6224
|
🔒️ Fix CORS allowed origins and methods
|
2023-09-10 12:07:20 +02:00 |
|
|
f69aee1c9c
|
🔒️ Remove driver and password from configuration file
Password will be provided by vault using an env variable.
|
2023-09-10 12:04:25 +02:00 |
|
|
8c493f8fab
|
♻️ Remove pg_trgm creation from the db session init
The pg_trgm extension will be created during db init, by the db-updated image.
|
2023-09-10 11:46:24 +02:00 |
|
|
4fce832db5
|
♻️ Rename docker file building api image
|
2023-09-10 11:45:08 +02:00 |
|
|
bfc669cd11
|
♻️ Use pydantic-settings to handle config file
|
2023-09-09 23:35:18 +02:00 |
|
|
4056b3a739
|
🐛 Error raised by frontend Map component if no stop found
|
2023-09-09 23:18:03 +02:00 |
|
|
f7f0fdb980
|
⚡️ Use of integer to store Line and Stop id
Update Line and Stop schemas.
|
2023-09-09 23:05:18 +02:00 |
|
|
6c149e844b
|
💥 Remove /widget static endpoint
This endpoint shall be served by a dedicated static HTTP server.
|
2023-06-13 05:45:33 +02:00 |
|
|
f5529bba24
|
Merge branch 'remove-db-filling-from-backend' into develop
|
2023-06-13 05:44:00 +02:00 |
|
|
5da918c04b
|
👽️ Take the last IDFM format into account
|
2023-06-11 22:41:44 +02:00 |
|
|
2eaf0f4ed5
|
✨ Use of db merge when adds fails due to single key violations
|
2023-06-11 22:28:15 +02:00 |
|
|
c42b687870
|
🐛 Fix IdfmInterface circular import issue
|
2023-06-11 22:24:09 +02:00 |
|
|
d8adb4f52d
|
♻️ Remove code in charge or db filling from IdfmInterface
|
2023-06-11 22:22:05 +02:00 |
|
|
5e7f440b54
|
♻️ Add the db_updater package
|
2023-06-11 22:18:47 +02:00 |
|
|
824536ddbe
|
💥 Rename API_KEY to IDFM_API_KEY
|
2023-05-28 12:45:03 +02:00 |
|
|
7fbdd0606c
|
⚡️ Reduce the size of the backend docker image
|
2023-05-28 12:40:10 +02:00 |
|
|
581f6b7b8f
|
🐛 Add workaround for fastapi-cache issue #144
|
2023-05-28 10:45:14 +02:00 |
|
|
404b228cbf
|
🔥 Remove env variables from backend dockerfile
|
2023-05-26 23:55:58 +02:00 |
|
|
e2ff90cd5f
|
⚡️ Use Redis to cache REST responses
|
2023-05-26 18:10:47 +02:00 |
|
|
cd700ebd42
|
🐛 The backend shall serve requests once the database reachable
|
2023-05-26 18:09:24 +02:00 |
|
|
c44a52b7ae
|
♻️ Add backend and frontend to docker-compose
|
2023-05-26 18:01:04 +02:00 |
|
|
b3b36bc3de
|
➕ Replace rich with icecream for temporary tracing
|
2023-05-11 21:44:58 +02:00 |
|
|
5e0d7b174c
|
🏷️ Fix some type issues (mypy)
|
2023-05-11 21:40:38 +02:00 |
|
|
b437bbbf70
|
🎨 Split main into several APIRouters
|
2023-05-11 21:17:02 +02:00 |
|
|
85fdb28cc6
|
🐛 Set default value to Settings.clear_static_data
|
2023-05-11 20:31:24 +02:00 |
|
|
b894d68a7a
|
♻️ Use of pydantic to manage config+env variables
FastAPI release has been updated allowing to use lifespan parameter
to prepare/shutdown sub components.
|
2023-05-10 22:30:30 +02:00 |
|
|
ef26509b87
|
🐛 Fix invalid line id returned by /stop/{stop_id}/nextPassages endpoint
|
2023-05-09 23:25:30 +02:00 |
|
|
de82eb6c55
|
🔊 Reformat error logs generated by frontend BusinessData class
|
2023-05-08 17:25:14 +02:00 |
|
|
0ba4c1e6fa
|
⚡️ Stop.postal_region and Line.id/operator_id can be integer values
|
2023-05-08 17:15:21 +02:00 |
|
|
0f1c16ab53
|
💄 Force App to use 100% of the shortest side
|
2023-05-08 16:17:56 +02:00 |
|
|
5692bc96d5
|
🐛 Check backend return codes before handling data
|
2023-05-08 15:05:43 +02:00 |
|
|
d15fee75ca
|
♻️ Fix /stop/ endpoints inconsistency
|
2023-05-08 13:44:44 +02:00 |
|