Commit Graph

15 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8a085ecbce Fix npm ci failure by adding package-lock.json
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 08:27:05 +00:00
copilot-swe-agent[bot]
7326cc3650 Initial plan 2025-12-29 08:21:28 +00:00
4ce13c9467 Merge pull request #3 from johndoe6345789/copilot/fix-auth-file-not-found
Fix Docker build context paths and enable runtime backend URL configuration
2025-12-29 08:19:44 +00:00
copilot-swe-agent[bot]
eb1acaf711 Fix Docker build context paths and add runtime API URL configuration
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 08:09:02 +00:00
copilot-swe-agent[bot]
428ec2e20f Initial plan 2025-12-29 08:03:57 +00:00
e84b8567a4 Merge pull request #2 from johndoe6345789/dependabot/pip/backend/pip-589388feca
Bump the pip group across 1 directory with 2 updates
2025-12-29 08:02:16 +00:00
dependabot[bot]
fb24eba587 Bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the /backend directory: [flask-cors](https://github.com/corydolphin/flask-cors) and [werkzeug](https://github.com/pallets/werkzeug).


Updates `flask-cors` from 4.0.0 to 6.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0)

Updates `werkzeug` from 3.0.1 to 3.1.4
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.1...3.1.4)

---
updated-dependencies:
- dependency-name: flask-cors
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-version: 3.1.4
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-29 07:55:54 +00:00
2ac82cc367 Merge pull request #1 from johndoe6345789/copilot/implement-schema-json-package-repository
Implement schema-driven package repository with SQLite configuration database
2025-12-29 07:54:53 +00:00
copilot-swe-agent[bot]
c82d94e0f4 Complete database schema covering all schema.json features - database is now source of truth
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:49:11 +00:00
copilot-swe-agent[bot]
a0e4803b82 Add SQLite-backed configuration database and initial admin panel structure
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:45:31 +00:00
copilot-swe-agent[bot]
289ead9be7 Fix backend Dockerfile and frontend layout for client-side rendering
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:36:51 +00:00
copilot-swe-agent[bot]
e0d353fe69 Implement complete package repository with Flask, Next.js, auth, and e2e tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:33:05 +00:00
copilot-swe-agent[bot]
3c04295aed Initial plan 2025-12-29 07:18:38 +00:00
90a19801ea Update print statement from 'Hello' to 'Goodbye' 2025-12-29 07:14:44 +00:00
d6db2540f6 Initial commit 2025-12-29 07:14:03 +00:00