Commit Graph

28 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
54642627b3 Fix: Remove hardcoded dataTypes defaults, make them required props from config
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:03:50 +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]
3f6d276449 Add unit and E2E tests for Table Manager and Column Manager features
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:55:59 +00:00
copilot-swe-agent[bot]
c07ef4196e Add Table Manager and Column Manager UI to admin dashboard
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:53:50 +00:00
copilot-swe-agent[bot]
ec573296be Initial plan 2026-01-08 02:45:04 +00:00
95512fe357 Merge pull request #8 from johndoe6345789/copilot/implement-roadmap-features
Implement configuration-driven CRUD operations with reusable components
release-1 v2
2026-01-08 02:43:22 +00:00
4320d5b290 Merge branch 'copilot/add-postgres-web-ui' into copilot/implement-roadmap-features 2026-01-08 02:43:12 +00:00
copilot-swe-agent[bot]
521db9e710 Document configuration-driven architecture in README and ROADMAP
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:31:38 +00:00
17058df35f Merge pull request #7 from johndoe6345789/copilot/update-readme-file
docs: Reposition README as PostgreSQL admin panel, not generic boilerplate
2026-01-08 02:29:38 +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]
9b090ee2a8 docs: overhaul README.md to accurately describe PostgreSQL Admin Panel
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:23:03 +00:00
copilot-swe-agent[bot]
8f968c69a6 Initial plan 2026-01-08 02:18:54 +00:00
copilot-swe-agent[bot]
7b355cfb9d Initial plan 2026-01-08 02:18:07 +00:00
f08017858f Merge pull request #6 from johndoe6345789/copilot/fix-postgresql-database-creation
Fix PostgreSQL database creation error in Dockerfile and add database management roadmap with multi-database support
2026-01-08 02:17:22 +00:00
copilot-swe-agent[bot]
335c21395a Fix DATABASE_URL examples to use clear placeholder format
- Changed asterisk-based placeholders to standard username:password format
- Improved consistency across all database connection examples
- Made credential placeholders more clear and less confusing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:09:15 +00:00
copilot-swe-agent[bot]
8edda16155 Add multi-database server support and clarify PostgreSQL as default
- Added Multi-Database Server Support section to ROADMAP
- Connection management with server dropdown selector
- Support for PostgreSQL, MySQL, and SQLite via DrizzleORM
- Updated README to clarify PostgreSQL 15 is included as default option
- Added documentation for connecting to external databases
- Enhanced security section with credential encryption
- Updated feature list to highlight multi-database flexibility

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:07:24 +00:00
copilot-swe-agent[bot]
3db1b45254 Enhance visual database designer feature in ROADMAP
- Expanded drag-and-drop table builder with detailed features
- Added visual relationship editor with connecting lines
- Included interactive ERD canvas with zoom, pan, and export
- Added schema templates and SQL generation
- Made visual designer a prominent standalone section

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:04:59 +00:00
copilot-swe-agent[bot]
240ed4d802 Simplify authentication approach in ROADMAP
- Changed from advanced authentication to simple username/password approach
- Added "Simple Authentication UI" section in short-term goals
- Replaced advanced auth features (OAuth, biometric, passwordless) with basic login/registration
- Focus on clean user/pass screen, registration, and password reset
- Updated completed features to reflect basic authentication system

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:00:49 +00:00
copilot-swe-agent[bot]
461c121fb5 Expand ROADMAP with detailed CRUD and database management features
- Added comprehensive Database CRUD Operations section in short-term goals
- Expanded Data Management with schema, table, column, and relationship management
- Added database administration tools including visual database builder
- Added schema version control and documentation features
- Removed SSO/SAML features (too complex to configure)
- Marked Docker PostgreSQL fix as completed

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:59:37 +00:00
copilot-swe-agent[bot]
0902346a7f Fix Docker build failure and improve documentation
- Fixed PostgreSQL database creation error by using ALTER DATABASE instead of createdb
- Rewrote README.md to be project-specific instead of generic boilerplate
- Created comprehensive ROADMAP.md with short, medium, and long-term plans
- Verified unit tests are working (7 tests passing)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:54:40 +00:00
copilot-swe-agent[bot]
250c214e22 Initial plan 2026-01-08 01:47:28 +00:00
copilot-swe-agent[bot]
684d8cd73c Add password generator, Caprover deployment, and position as modern legacy tool replacement
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:37:58 +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
copilot-swe-agent[bot]
f9b7beab6f Add Material UI dependencies
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:07:22 +00:00
copilot-swe-agent[bot]
f44a808c9d Initial plan 2026-01-08 01:04:29 +00:00
3ebf60d5dd Initial commit 2026-01-08 01:04:26 +00:00