Commit Graph

207 Commits

Author SHA1 Message Date
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 df78e28119 fix(deps): pin dependency @apollo/client to 3.14.0 2025-11-22 19:55:11 +00:00
argoyle ac20fadf09 Merge branch 'feat/add-federation-graph-page' into 'main'
feat(graph): add Federation Graph page and enhance coverage

See merge request unboundsoftware/schemas-app!4
2025-11-22 20:20:11 +01:00
argoyle 5dc29141d5 feat(graph): add Federation Graph page and enhance coverage
Adds a new Federation Graph page to display subgraphs and their 
schemas. Implements loading state and error handling. Enhances 
coverage reporting by including 'lcov' format for better insights 
into test coverage metrics.
2025-11-22 19:49:53 +01:00
argoyle 535a516732 Merge branch 'renovate/pin-dependencies' into 'main'
fix(deps): pin dependencies

See merge request unboundsoftware/schemas-app!1
2025-11-22 18:08:32 +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