7 Commits

Author SHA1 Message Date
argoyle 0552af6477 fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
schemas-app / build (pull_request) Successful in 2m57s
schemas-app / deploy-prod (pull_request) Has been skipped
Remove cpu from resource limits while keeping memory limits and all
requests intact. CPU limits cause unnecessary throttling and
overcommit alerts when actual usage is far below limits.
2026-03-01 12:15:58 +01:00
argoyle f21d29391d fix: remove incorrect digest pinning from image reference
schemas-app / build (pull_request) Successful in 8m4s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-01-09 11:55:46 +01:00
renovate d19c5d3365 chore(deps): pin oci.unbound.se/unboundsoftware/schemas-app docker tag to ba9fef2 (#55)
schemas-app / deploy-prod (push) Has been cancelled
schemas-app / build (push) Has been cancelled
2026-01-09 08:23:25 +00:00
argoyle 344bc166da feat: migrate from GitLab CI to Gitea Actions
schemas-app / build (pull_request) Successful in 4m7s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-01-08 14:44:08 +01:00
argoyle 194463c0af fix: update image reference for schemas-app in deploy.yaml
Remove the specific digest from the schemas-app image in 
deploy.yaml to allow for easier versioning and flexibility. 
The change ensures that the latest image tagged with the 
commit hash is always used during deployments, improving 
management of application updates.
2025-11-22 21:09:11 +01:00
Renovate 03bc9a4180 fix(deps): pin dependencies 2025-11-22 16:55:00 +00:00
argoyle 072e1b10f1 feat: initial schemas-app implementation
- Add Nuxt 4 application with Vuetify UI framework
- Implement GraphQL schema registry management interface
- Add Apollo Client integration with Auth0 authentication
- Create organization and API key management
- Add schema and ref browsing capabilities
- Implement organization switcher for multi-org users
- Add delete functionality for organizations and API keys
- Create Kubernetes deployment descriptors
- Add Docker configuration with nginx

Features:
- Dashboard with organization overview
- Schema browsing by ref with supergraph viewing
- Ref management with schema details
- Settings page for organizations and API keys
- User list per organization with provider icons
- Admin-only organization creation
- Delete confirmations with warnings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 17:10:10 +01:00