Skip to content

Implement namespace lifecycle management and authentication resolver#163

Merged
juliuskrah merged 11 commits into
mainfrom
009-api-namespaces
May 16, 2026
Merged

Implement namespace lifecycle management and authentication resolver#163
juliuskrah merged 11 commits into
mainfrom
009-api-namespaces

Conversation

@juliuskrah
Copy link
Copy Markdown
Contributor

No description provided.

- Add GraphQL contract for namespace operations including creation, deletion, and querying.
- Define data model for namespaces with attributes such as identifier, tier, and audit fields.
- Create implementation plan outlining the architecture and integration with existing datastore.
- Develop quickstart guide for local setup and usage of the namespace API.
- Document research decisions regarding API surface, authorization strategy, and identifier uniqueness.
- Specify feature requirements and success criteria for namespace management.
@juliuskrah juliuskrah linked an issue May 16, 2026 that may be closed by this pull request
5 tasks
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 92f154d88c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread gitstore-api/internal/graph/auth.resolvers.go Outdated
Comment thread gitstore-api/internal/graph/auth.resolvers.go Outdated
Comment thread gitstore-api/gqlgen.yml
juliuskrah and others added 8 commits May 16, 2026 14:59
- Add GraphQL schema (namespace.graphqls) with NamespaceTier enum, Namespace
  type, create/delete mutations, and query operations
- Extend Datastore interface and implement namespace CRUD on memdb and
  ScyllaDB backends (uuid PK, bigint timestamps)
- Add InstrumentedDatastore wrappers for namespace operations
- Implement service layer with identifier validation, reserved name checks,
  enterprise-tier admin gate, and ownership-based deletion guard
- Wire auth middleware into Resolver struct; polish auth.resolvers.go
- Add contract tests (11 cases) and service tests (17 cases) covering all
  3 user stories (create, list/get, delete)
- Update docs/architecture.md with namespace lifecycle section
- Mark spec 009-api-namespaces as Closed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
newNamespace was constructing IDs as "ns-id-<8chars>" which is not a valid
UUID. The ScyllaDB backend calls mustParseUUID on the ID field and panics
on non-UUID strings. Fix by using newID() directly, matching the pattern
used by newProduct/newCategory/newCollection helpers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Derive expiresAt from configured JWT duration via AuthMiddleware.GetTokenDuration()
  instead of hardcoding 24h; token lifetime now matches what was actually issued
- Add GetTokenDuration() to AuthMiddleware, delegating to SessionManager
- Use gqlerror.Errorf consistently in RefreshToken stub (was fmt.Errorf)
- Update gitstore-admin/codegen.yml schema glob from *.graphql to *.graphqls
  to match the renamed shared schema files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@juliuskrah juliuskrah added this pull request to the merge queue May 16, 2026
Merged via the queue into main with commit f676bcd May 16, 2026
29 checks passed
@juliuskrah juliuskrah deleted the 009-api-namespaces branch May 16, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Initiative] Namespaces

1 participant