Commit Graph

8 Commits

Author SHA1 Message Date
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
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
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]
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]
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
3ebf60d5dd Initial commit 2026-01-08 01:04:26 +00:00