Commit Graph

9 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
42f58b94d7 docs: Update documentation for constraint management feature
- Update ROADMAP.md with constraint management progress
- Update README.md with constraint manager feature
- Update TESTING.md with constraint test coverage (93 total tests)
- Fix linting issues in constraints API and featureConfig
- All 40 unit tests passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:44:45 +00:00
copilot-swe-agent[bot]
5fb035e29c feat: Add constraint management API and configuration
- Add constraint-management feature to features.json
- Create /api/admin/constraints endpoint (GET, POST, DELETE)
- Support UNIQUE and CHECK constraints
- Add getConstraintTypes() utility function
- Add integration tests for constraints API
- Add unit tests for constraint types
- Follow CODE_STYLE.md guidelines

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:42:13 +00:00
copilot-swe-agent[bot]
a91f6d95fd plan: Define implementation strategy for constraint management
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:39:09 +00:00
copilot-swe-agent[bot]
190757d0ab Add reusable components and code style guide following config-driven architecture
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:01:16 +00:00
copilot-swe-agent[bot]
5560cc184a Add configuration-driven features with JSON and reusable components
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:28:39 +00:00
copilot-swe-agent[bot]
e4ec2b7d18 Add enhanced security: validate table names, require JWT_SECRET, improve query validation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:29:48 +00:00
copilot-swe-agent[bot]
8765b6c589 Fix security issues and linting errors
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:24:38 +00:00
copilot-swe-agent[bot]
fa2f365608 Add complete Postgres Web Admin UI with Material UI and all-in-one Docker
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:18:34 +00:00
3ebf60d5dd Initial commit 2026-01-08 01:04:26 +00:00