Commit Graph

55 Commits

Author SHA1 Message Date
4dc0a5738d Fix Gitea checkout URL for CI runner network.
CI / test (push) Failing after 41s
Force actions/checkout to use the public git.produktor.io endpoint instead of the internal gitea hostname so runners can fetch repository contents.

Made-with: Cursor
2026-03-01 11:45:24 +00:00
ba7cd51a84 Upgrade runtime to Go 1.25 and add container orchestration.
CI / test (push) Failing after 35s
Add a cache-optimized multi-stage Dockerfile with non-root runtime, compose service definitions for local/dev execution, CI Go version alignment, and docs/path cleanup updates.

Made-with: Cursor
2026-03-01 11:44:07 +00:00
f0afa8221f Ignore dependency artifacts from API client library.
CI / test (push) Failing after 1m22s
Stop tracking the Bun-installed node_modules directory and keep dependencies out of version control.

Made-with: Cursor
2026-03-01 11:41:32 +00:00
6e2becb06a Implement geo backend, TS client, frontend, and CI tests.
Add a Go HTTP API with Ed25519 auth and invitation onboarding, user-scoped GeoJSON Point management, a Bun-tested @noble/ed25519 TypeScript client, static Vue/Vuetify frontend integration, and a Gitea CI workflow running both Go and Bun test suites.

Made-with: Cursor
2026-03-01 11:41:21 +00:00
5c73295ce5 Add geo app architecture and delivery plan.
Document the backend auth, invitation flow, GeoJSON storage model, and TS client-library integration for frontend key management.

Made-with: Cursor
2026-03-01 11:35:34 +00:00