11 Commits

Author SHA1 Message Date
Nico Miguelino
188e3993d0 Migrate web server back-end from Flask to Django (#2040) 2024-10-16 14:07:45 -07:00
Nico Miguelino
251308df20 Removes obsolete version attribute from non-Balena Docker Compose files (#2015)
* chore: clean up Docker Compose files
* Remove the version field from Compose files, except those used by
  the Balena fleets.
  * Rename volume names
* fix: rename `anthias-data` back to `resin-data`
* fix: hide "Update Available" navbar for Balena instances
2024-08-13 14:41:44 -07:00
Nico Miguelino
035f2c8dd1 Fixes IP address on splash screen not updating (#1950)
* fix: IP address previewed on splash screen doesn't update
* fix: consider multiple IPv4 and IPv6 as well
2024-07-11 09:28:45 -07:00
Viktor Petersson
8d21d2ba55 More hostname fixes 2023-02-23 09:49:57 +00:00
Viktor Petersson
ec3386aa33 Fixes tests 2023-02-16 12:01:13 +00:00
Viktor Petersson
64fcdef7dc Refactors how test containers are built 2023-02-15 18:42:34 +00:00
nicomiguelino
53488ba1ed Change test image name to avoid possible clash with other containers. 2022-10-19 07:58:00 -07:00
nicomiguelino
35068fcbc4 Use debian:buster as the base for then first stage instead.
- Remove the unnecessary cache_from statement.
2022-10-18 11:44:09 -07:00
nicomiguelino
46a627aec3 Modify the compose file for test so that it can be used for development
as well.
2022-10-13 08:25:52 -07:00
nicomiguelino
ec491acd3c Add a Celery service inside docker-compose.test.yml. 2022-10-12 23:17:37 -07:00
Nico Miguelino
83afe40ff1 Bring back test suite runs on GitHub actions (#1616)
- Add a new GitHub workflow for running unit tests.
- Modify existing workflow for building images, so that it will only run if no tests are failing.
- "Comment out" (skip) failing Python unit tests in the meantime. Will be addressed in future PRs.
2022-10-06 00:12:44 +08:00