feat(agent): remove naming conventions for databases and roles#34
Merged
Conversation
Database and role names are now client-controlled with no opsen_ prefix or client scoping. Names are globally unique, first-come-first-served. Returns 409 Conflict when a name is already taken. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Inject package version via ldflags at build time. Available via `opsen-agent --version` on the server and in GET /v1/health response. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace Output<unknown> with typed response interfaces matching the Go API: ComposeDeployResult, DatabaseCreateResult, DatabaseRoleCreateResult, IngressUpdateResult. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add RFC3339 timestamps to database and compose project records. Set created_at on first creation, preserve it on updates, and update modified_at on every write. Surfaced in status API responses. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
opsen_prefix and client scoping from database and role namesTest plan
🤖 Generated with Claude Code