AsturaPhoenix / trip_planner_aquamarine

BASK Trip Planner cross-platform
MIT License
2 stars 1 forks source link

[ci][server] Deploy server using Docker #81

Closed AsturaPhoenix closed 1 year ago

AsturaPhoenix commented 1 year ago

commit b6c38d554ca1d4de07700268a2d9479de80ef77e Author: Ross Wang imagipioneer@gmail.com Date: Tue Aug 1 14:50:24 2023 -0700

[ci][server] Deploy server using Docker

In preparation for beta host.

This also adds a Docker build on pull request for verification, though the image is not uploaded as an artifact.

commit 47ce12e2bcb91fbd70fd8cd3d8abd1679bd87e50 Author: Ross Wang imagipioneer@gmail.com Date: Thu Jul 27 11:13:22 2023 -0700

[chore] Adjust dependencies, add uv-only test

This change is in preparation for adding vector compression and Docker. Mostly, this removes the Flutter dependencies in test_data; Flutter test data conversion has moved to app/test/util/harness.dart.

This also adds a uv-only OFS test, which was missing.

commit 144b310c8562ed6a2255139982eb631131a32e11 Author: Ross Wang imagipioneer@gmail.com Date: Sat Jul 29 06:54:05 2023 -0700

Specify "program" in launch configurations

Points app launch configurations to app/lib/main.dart.