Open
Conversation
- Add new unified /services endpoints for managing Redis, PostgreSQL, Vector DB, and Storage services - Implement service model, repository, and service layer for multi-service architecture - Add database migrations for multi-service support (002_multi_service_support) - Add service types, engines, and regions endpoints for service discovery - Improve error logging in handlers with internal error details - Update logo SVG to use transparent background with proper viewBox - Mount dashboard public directory in Docker Compose for hot reload - Update favicon reference in dashboard Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix golangci-lint S1017: use strings.TrimPrefix unconditionally - Update vulnerable dependencies: - github.com/golang-jwt/jwt/v5 v5.2.0 -> v5.2.2 (CVE-2025-30204) - golang.org/x/crypto v0.17.0 -> v0.35.0 (CVE-2024-45337, CVE-2025-22869) - Format all Terraform files with terraform fmt - Add ESLint configuration for dashboard Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update github.com/jackc/pgx/v5 v5.5.1 -> v5.5.4 (CVE-2024-27304) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
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
/api/v1/servicesendpoints for managing Redis, PostgreSQL, Vector DB, and Storage servicesChanges
/servicesendpoints for CRUD operations, service types, engines, and regions discoveryTest plan
/api/v1/services/typesreturns available service types/api/v1/services/enginesreturns available engines per service type/api/v1/services/regionsreturns available regions🤖 Generated with Claude Code