Commit Graph

407 Commits

Author SHA1 Message Date
9e90aed957 better logs in cluster manager
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Successful in 2m34s
Run testing on the backend code / Build (pull_request) Failing after 55m28s
2025-11-24 15:56:34 +01:00
d176416b15 changed pylint install
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Successful in 2m32s
Run testing on the backend code / Build (pull_request) Has been cancelled
2025-11-24 15:43:23 +01:00
5063bc2b69 switched back to manual install of uv for testing 2025-11-24 15:42:20 +01:00
e95088ad25 simpler lint job
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Failing after 2m24s
Run testing on the backend code / Build (pull_request) Failing after 22s
2025-11-24 15:35:25 +01:00
8ceaf549e4 other test
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Run testing on the backend code / Build (pull_request) Failing after 22s
2025-11-24 15:27:58 +01:00
63d3ff63e7 changed to manual uv install
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Failing after 5m16s
Run testing on the backend code / Build (pull_request) Has been cancelled
2025-11-24 15:22:03 +01:00
e1dbbbb274 fixed ci for lint and test
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m48s
Run linting on the backend code / Build (pull_request) Failing after 41s
Run testing on the backend code / Build (pull_request) Failing after 25s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 1m0s
2025-11-24 15:14:46 +01:00
139555dc8e Merge remote-tracking branch 'origin/upgrade/move-backend-to-uv' into fix/cluster-manager-crash-due-to-overpass-exception
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m23s
Run linting on the backend code / Build (pull_request) Failing after 2m22s
Run testing on the backend code / Build (pull_request) Failing after 2m26s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 47s
2025-11-24 14:57:02 +01:00
1785e125c7 detected -> found in cluster manager
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
2025-11-24 14:53:31 +01:00
82d37288d6 stop tracking env 2025-11-24 14:53:13 +01:00
9b0821926c fix for cluster manager
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m11s
Run linting on the backend code / Build (pull_request) Failing after 2m22s
Run testing on the backend code / Build (pull_request) Failing after 2m26s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 3h3m27s
2025-11-20 18:48:26 +01:00
0514fa063f suggested fix to avoid UnboundLocalError 2025-11-20 18:47:34 +01:00
9ccf68d983 fixed the toilets and works with uv now
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m58s
Run linting on the backend code / Build (pull_request) Failing after 20s
Run testing on the backend code / Build (pull_request) Failing after 22m6s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 1m8s
2025-07-27 17:13:11 +02:00
132aa5a19b changed to no dev when building the docker image
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m24s
Run linting on the backend code / Build (pull_request) Failing after 21s
Run testing on the backend code / Build (pull_request) Failing after 22m41s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 36s
2025-07-26 12:44:41 +02:00
19b0c37a97 fixed the missing dependency in the refiner and changed the test run to using uv 2025-07-26 12:44:12 +02:00
ecdef605a7 cleanup and removed pipenv files 2025-07-26 12:41:58 +02:00
e2a918112b changed to uv fo managing dependencies 2025-07-26 12:41:15 +02:00
96b0718081 removed unused landmark attributes
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m39s
Run linting on the backend code / Build (pull_request) Successful in 31s
Run testing on the backend code / Build (pull_request) Failing after 49s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 38s
2025-07-13 17:47:12 +02:00
d9e5d9dac6 fixed dependcu
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m8s
Run linting on the backend code / Build (pull_request) Successful in 29s
Run testing on the backend code / Build (pull_request) Failing after 46s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 28s
2025-07-13 17:45:13 +02:00
b0f9d31ee2 Implement backend API for landmarks, trip optimization, and toilet locations
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m49s
Run linting on the backend code / Build (pull_request) Successful in 30s
Run testing on the backend code / Build (pull_request) Failing after 45s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 32s
- Added landmarks_router.py to handle landmark retrieval based on user preferences and location.
- Implemented optimization_router.py for trip optimization, including handling preferences and landmarks.
- Created toilets_router.py to fetch toilet locations within a specified radius from a given location.
- Enhanced error handling and logging across all new endpoints.
- Generated a comprehensive report.html for test results and environment details.
2025-07-13 17:43:24 +02:00
54bc9028ad simplified test pipeline
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m38s
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 17m36s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 35s
2025-07-02 21:59:07 +02:00
37926e68ec fixed typo in invalid inputs
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m24s
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 20m39s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 32s
2025-07-02 21:58:47 +02:00
e2d3d29956 working split
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m46s
Run linting on the backend code / Build (pull_request) Successful in 2m31s
Run testing on the backend code / Build (pull_request) Failing after 12m37s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 29s
2025-06-22 14:24:00 +02:00
6921ab57f8 added more structure
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 3m29s
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 12m29s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 34s
2025-06-21 18:54:42 +02:00
97dacb1189 Fastlane fixes working up to a full release (#68)
Reviewed-on: #68
2025-04-30 11:01:48 +00:00
8e1e6ac33c Merge pull request 'Metadata for app store releases' (#44) from frontend/release-metadata into main
Some checks failed
Build and release release apps to production track / Build and upload android app (push) Failing after 12m52s
Build and release release apps to production track / Build and upload ios app (push) Failing after 10m27s
Build and release release apps to production track / Get version (push) Successful in 27s
Build and deploy the backend to production / Build and push image (push) Successful in 1m25s
Build and deploy the backend to production / Deploy to production (push) Failing after 20s
Reviewed-on: #44
v0.1.3
2025-04-20 21:43:04 +00:00
8ad69f48ab fix bad secret names
All checks were successful
Build and release release apps to production track / Get version (pull_request) Successful in 34s
Build and release release apps to production track / Build and upload android app (pull_request) Successful in 13m54s
Build and release release apps to production track / Build and upload ios app (pull_request) Successful in 19m25s
2025-04-20 22:55:39 +02:00
a22b7183b3 also use cocoapods in a privlieged context
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 36s
Build and release release apps to production track / Build and upload android app (pull_request) Successful in 22m36s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 8m11s
2025-04-20 17:21:03 +02:00
56a30a2eba correctly infer build information
Some checks failed
Build and release release apps to production track / Get version (pull_request) Has been cancelled
Build and release release apps to production track / Build and upload ios app (pull_request) Has been cancelled
Build and release release apps to production track / Build and upload android app (pull_request) Has been cancelled
2025-04-20 00:11:36 +02:00
4b708b74a3 try more modular approach
Some checks failed
Build and release release apps to production track / Get version (pull_request) Failing after 0s
Build and release release apps to production track / Build and upload android app (pull_request) Failing after 6m15s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 10m19s
2025-04-19 23:38:08 +02:00
4c66f3e124 install bundlern when needed
Some checks failed
Build and release debug APK to testing track / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Successful in 20m45s
2025-04-19 19:16:03 +02:00
1f1efec804 correctly infer version from tags
Some checks failed
Build and release debug APK to testing track / build (pull_request) Successful in 26m7s
Build and release debugging app to ios testflight / build (pull_request) Failing after 3m17s
2025-04-19 17:43:59 +02:00
1e2690f8ce add screenshots generated by appscreens
Some checks failed
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-13 16:02:08 +02:00
9fc70ef3d4 Update frontend/android/fastlane/metadata/android/en-US/full_description.txt
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 3m38s
Run linting on the backend code / Build (pull_request) Successful in 28s
Run testing on the backend code / Build (pull_request) Failing after 15m45s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
just corrected a typo
2025-04-11 20:13:29 +00:00
7967b96d4e Merge pull request 'Revert to main-branch for deployment of the backend' (#67) from fix/backend/revert-to-main-deployment-version into main
Reviewed-on: #67
2025-04-06 17:58:41 +00:00
b05950d595 Merge pull request 'Fixes the overlap of the button and the sliders on small screens' (#65) from fix/frontend/trip-sliders-overlap into main
Reviewed-on: #65
2025-04-06 17:56:59 +00:00
df51a6473b Merge pull request 'Handles errors in a more user-friendly way' (#66) from fix/frontend/better-error-handling into main
Reviewed-on: #66
2025-04-06 17:54:14 +00:00
0b8f2bc94f revert the submodule version to main
Some checks failed
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-06 19:41:24 +02:00
3c5485cda8 add some padding to the sliders
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m57s
Run linting on the backend code / Build (pull_request) Successful in 28s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s
Run testing on the backend code / Build (pull_request) Has been cancelled
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-06 19:38:32 +02:00
720e4d1c17 handles errors in a more use friendly way
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
2025-04-06 19:27:26 +02:00
c977e1bd08 readme adjustments
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 3m3s
Run linting on the backend code / Build (pull_request) Successful in 28s
Run testing on the backend code / Build (pull_request) Failing after 17m47s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 25s
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-01 19:17:38 +02:00
ac8bb3cbf4 fill in some content
Some checks failed
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-01 19:09:32 +02:00
0b45ccabf5 fastlane supply basic scaffold 2025-04-01 19:07:57 +02:00
8ef60104f0 Merge pull request 'Try CI on a selfhosted macos runner' (#64) from fix/frontend/new-ci-attempt into main
Reviewed-on: #64
2025-04-01 17:02:51 +00:00
efd332f8c5 readd run conditions
Some checks failed
Build and release debug APK / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
2025-04-01 19:01:58 +02:00
bda87859ee app build fixes for ios and android
All checks were successful
Build and release debugging app to ios testflight / build (pull_request) Successful in 26m46s
Build and release debug APK / build (pull_request) Successful in 37m2s
2025-03-24 12:55:00 +01:00
a7e3553246 rename lanes
Some checks failed
Build and release debug APK / build (pull_request) Failing after 13m49s
Build and release debugging app to ios testflight / build (pull_request) Failing after 17m7s
2025-03-24 12:14:12 +01:00
21f57f6929 try once more
Some checks failed
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
Build and release debug APK / Build APK (pull_request) Failing after 9m52s
2025-03-24 11:47:19 +01:00
86fd50e21d manually specify flutter version in actions
Some checks failed
Build and release debug APK / Build APK (pull_request) Failing after 59s
Build and release debugging app to ios testflight / build (pull_request) Failing after 26s
2025-03-24 11:39:09 +01:00
2df8a22239 fix missing entry in pubspec
Some checks failed
Build and release debug APK / Build APK (pull_request) Failing after 38s
Build and release debugging app to ios testflight / build (pull_request) Failing after 24s
2025-03-24 11:32:37 +01:00