Commit Graph

11 Commits

Author SHA1 Message Date
sam_oneal de842fdc2d updated http library to return error and response structs; updated how the GUI works to have a 'wait' UI; updated Makefile to ensure API is started before starting GUI
CI / Detect changed paths (pull_request) Successful in 3s
CI / Odin unit tests and build (pull_request) Successful in 1m4s
CI / API unit tests and lint (pull_request) Failing after 1m14s
CI / Infra unit tests, vet, and preview (pull_request) Successful in 45s
2026-09-13 00:52:02 -06:00
sam_oneal 39cb53ea8a added http package; updated data.odin
CI / Detect changed paths (pull_request) Successful in 3s
CI / Odin unit tests and build (pull_request) Successful in 50s
CI / API unit tests and lint (pull_request) Failing after 43s
CI / Infra unit tests, vet, and preview (pull_request) Successful in 33s
2026-09-12 13:55:14 -06:00
sam_oneal 3a037b5fd3 got dotenv parsing working
CI / Detect changed paths (pull_request) Successful in 4s
CI / Odin unit tests and build (pull_request) Successful in 41s
CI / API unit tests and lint (pull_request) Failing after 33s
CI / Infra unit tests, vet, and preview (pull_request) Successful in 26s
2026-09-08 01:09:55 -06:00
sam_oneal fade4a17dc additional changes
CI / Detect changed paths (pull_request) Successful in 21s
CI / Odin unit tests and build (pull_request) Successful in 45s
CI / API unit tests and lint (pull_request) Failing after 28s
CI / Infra unit tests, vet, and preview (pull_request) Successful in 43s
2026-09-07 19:51:22 -06:00
sam_oneal 1443369f6c add dev resources; plumb GUI_ENV_FILE/API_ENV_FILE/API_DESI_DATA into run targets
CI / Detect changed paths (pull_request) Failing after 33m59s
CI / Infra unit tests, vet, and preview (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 31m0s
CI / Odin unit tests and build (pull_request) Failing after 31m9s
2026-09-07 14:55:49 -06:00
sam_oneal ba24005bfb changed how tests are ran; updated dotenv to handle parsing fields into structs
CI / Detect changed paths (pull_request) Failing after 31m29s
CI / Infra unit tests, vet, and preview (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 34m25s
CI / Odin unit tests and build (pull_request) Failing after 34m36s
2026-09-07 14:35:30 -06:00
sam_oneal ac2d30510c added support for dotenv files and config
CI / Detect changed paths (pull_request) Failing after 34m20s
CI / Infra unit tests, vet, and preview (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 34m36s
CI / Odin unit tests and build (pull_request) Failing after 34m49s
2026-09-07 13:27:51 -06:00
sam_oneal 89a41262af updated procedures in data.odin to pass url; added research notes for data-streaming 2026-09-06 20:11:38 +00:00
sam_oneal 772ee0a106 added data file to store API objects and reaching out to API 2026-09-06 20:11:38 +00:00
sam_oneal 9e6cb03b8a updated makefiles and added dependency installation for ODIN
CI / Detect changed paths (pull_request) Failing after 1s
CI / Infra unit tests, vet, and preview (pull_request) Has been skipped
CI / Odin unit tests and build (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Has been skipped
2026-09-02 11:37:29 -06:00
sam_oneal bd8a7da379 Move Odin renderer into gui/ with per-project Makefiles
CI / Detect changed paths (pull_request) Failing after 1s
CI / Infra unit tests and vet (pull_request) Failing after 1s
CI / Odin unit tests and build (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Has been skipped
Each sub-project (gui, api, infra) now owns its own Makefile, and the
root Makefile is a lean delegator for the base commands (run, build,
test, clean, fmt). Odin source, deps, and web assets live under gui/
(gui/src, gui/lib, gui/www), with scripts kept under gui/scripts for
build tooling only.
2026-08-31 13:45:58 -06:00