feat: enhance control plane and console#6
Merged
Conversation
- Expand API client schemas (actions, deployments) and TanStack types - Add deployment API hooks (get/create/delete) and wire into features - Move routing to /organisations/$organisationId and add hooks to resolve organisation id and build org-scoped paths - Persist active organisation in zustand and update sidebar/team switcher to use organisations and navigate on selection - Remove old mock deployment services/hooks and update UI to use live API - Backend: propagate Identity, wire action/user repositories, rename DeploymentKind to Ferriskey and mark status 'deleting' on soft delete
Pass aether_auth Identity in action and domain tests, add a StubUserRepository for deployment tests, and update expectations to the Ferriskey variant
Add user upsert and select-by-sub queries Add members insert (with id) and remove old variant Update deployments query to set status = 'deleting'
Introduce DataPlane domain entities, value objects, service and Postgres repository. Add DB migrations, API handlers/routes (list/get/create, list deployments, claim actions) and propagate dataplane_id to deployments and actions, plus OpenAPI/router updates.
Add SQLX_OFFLINE env and adjust build steps to create dummy source files (touch) and run cargo build with SQLX_OFFLINE=true. Copy .sqlx into the image and ensure migrations are copied with correct ownership. Add docker-compose.yaml providing postgres, aether and aether-migrations services for local development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.