Commit Graph

192 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
f3bc433297 Fix Sass deprecations and enable TypeScript checking
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 20:15:18 +00:00
copilot-swe-agent[bot]
f85ca45dfa Initial plan 2026-01-19 20:01:56 +00:00
f4d5aac55d Merge pull request #21 from johndoe6345789/copilot/fix-dockerfile-copy-error
Fix Docker build failure: remove non-existent public directory copy
2026-01-19 19:53:13 +00:00
copilot-swe-agent[bot]
c5db89149e Remove misleading comment from Dockerfile
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:37:34 +00:00
copilot-swe-agent[bot]
5971a245a5 Fix Docker build: Remove non-existent public directory copy
The project doesn't have a public directory and Next.js standalone builds don't create one. Removed the COPY command that was failing on line 30.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:35:30 +00:00
copilot-swe-agent[bot]
936566e4a7 Initial plan 2026-01-19 19:28:22 +00:00
ee60184665 Merge pull request #20 from johndoe6345789/copilot/fix-build-chunk-load-error
[WIP] Fix fatal chunk load error in server bundle generation
2026-01-19 19:22:07 +00:00
copilot-swe-agent[bot]
8be2c3e313 Remove 77 unused dependencies and add missing @types/node
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:18:42 +00:00
copilot-swe-agent[bot]
de0a282086 Replace Tailwind with modular Sass system using mixins and utilities
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:13:21 +00:00
copilot-swe-agent[bot]
95b712db37 Address code review feedback: fix model name, error messages, and TypeScript config comment
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:06:01 +00:00
copilot-swe-agent[bot]
37b1c9d6ea Clean up config files for ESM and remove module warnings
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:02:43 +00:00
copilot-swe-agent[bot]
1e1a978472 Add OpenAI API integration for error analysis with settings UI
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 18:59:19 +00:00
copilot-swe-agent[bot]
8192bdce0c Fix Turbopack build by removing @github/spark dependency and using dynamic imports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 18:55:47 +00:00
copilot-swe-agent[bot]
de1a71805a Initial plan 2026-01-19 18:33:00 +00:00
fbcb321570 Merge pull request #19 from johndoe6345789/copilot/update-docker-build-configuration
Fix Turbopack multi-platform Docker build race condition
2026-01-19 18:22:05 +00:00
copilot-swe-agent[bot]
e988310ecc Remove unused TARGETPLATFORM build arg
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 18:14:50 +00:00
copilot-swe-agent[bot]
6c84fb6d4f Fix Turbopack multi-platform build by removing scoped cache and disabling provenance
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 18:13:23 +00:00
copilot-swe-agent[bot]
e8fec7cb07 Fix Turbopack multi-platform build failure by building AMD64 only
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 18:06:28 +00:00
copilot-swe-agent[bot]
05a226f0d2 Initial plan 2026-01-19 17:56:24 +00:00
5cf0db983d Merge pull request #18 from johndoe6345789/copilot/run-docker-build-push-action
Fix TailwindCSS v4 build failure: migrate from @apply to direct CSS
2026-01-19 17:31:28 +00:00
copilot-swe-agent[bot]
d1180dc739 Fix TailwindCSS v4 compatibility by migrating from v3 syntax
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 14:05:43 +00:00
copilot-swe-agent[bot]
e86ee34af0 Initial plan 2026-01-19 13:46:37 +00:00
fdd775a927 Merge pull request #17 from johndoe6345789/copilot/convert-to-nextjs-update-files
Convert from Vite to Next.js, remove sql.js, use IndexedDB directly
2026-01-19 13:41:16 +00:00
copilot-swe-agent[bot]
ea79d908bb Complete Next.js conversion - removed sql.js, updated routing, fixed Tailwind
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 13:36:35 +00:00
copilot-swe-agent[bot]
8e93467317 Convert to Next.js - core setup complete
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 12:57:36 +00:00
copilot-swe-agent[bot]
345e73b813 Initial exploration - planning Next.js conversion
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 12:49:16 +00:00
copilot-swe-agent[bot]
4de6e72c9c Initial plan 2026-01-19 12:46:09 +00:00
1630a15208 Merge pull request #16 from johndoe6345789/copilot/add-ghcr-deploys-backend-frontend
Split Docker workflow into separate backend and frontend GHCR deploys
2026-01-18 21:56:15 +00:00
copilot-swe-agent[bot]
33f4a48be0 Add 2 clearly marked GHCR deploys for backend and frontend
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 19:46:31 +00:00
copilot-swe-agent[bot]
0bf3a27589 Initial plan 2026-01-18 19:42:50 +00:00
84564dd797 Merge pull request #15 from johndoe6345789/copilot/support-amd64-arm64-builds
Add AMD64 and ARM64 multi-architecture Docker builds
2026-01-18 19:23:38 +00:00
copilot-swe-agent[bot]
5841f125ca Update CI/CD documentation for multi-arch support
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 19:17:26 +00:00
copilot-swe-agent[bot]
11370b55b2 Add multi-architecture support (AMD64 and ARM64) for Docker builds
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 19:15:11 +00:00
copilot-swe-agent[bot]
3a7f4516f5 Initial plan 2026-01-18 19:10:43 +00:00
70901982b6 Merge pull request #12 from johndoe6345789/dependabot/pip/backend/pip-8fb5dba437
Bump flask-cors from 4.0.0 to 6.0.0 in /backend in the pip group across 1 directory
2026-01-18 19:05:13 +00:00
3e13908c28 Merge pull request #13 from johndoe6345789/dependabot/npm_and_yarn/npm_and_yarn-2b901f0e0d
Bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory
2026-01-18 19:05:00 +00:00
c394584fd8 Merge pull request #14 from johndoe6345789/copilot/configure-docker-buildx
Fix invalid Docker tag format and add QEMU for multi-platform builds
2026-01-18 19:04:46 +00:00
copilot-swe-agent[bot]
16dab24589 Fix Docker tag format and add QEMU support for multi-platform builds
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 18:57:38 +00:00
copilot-swe-agent[bot]
c80016df66 Initial plan 2026-01-18 18:54:47 +00:00
dependabot[bot]
a1db6c623d Bump qs in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [qs](https://github.com/ljharb/qs).


Updates `qs` from 6.14.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-18 18:39:44 +00:00
dependabot[bot]
304c1405eb Bump flask-cors in /backend in the pip group across 1 directory
Bumps the pip group with 1 update in the /backend directory: [flask-cors](https://github.com/corydolphin/flask-cors).


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)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-18 18:39:38 +00:00
47851c3c34 Merge pull request #11 from johndoe6345789/copilot/setup-ci-cd-workflow
Add CI/CD workflows for GHCR and GitHub Pages deployment
2026-01-18 18:38:49 +00:00
copilot-swe-agent[bot]
e9dbc31d6f Address code review feedback: add VITE_BASE_PATH support and use placeholders in docs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 18:00:10 +00:00
copilot-swe-agent[bot]
24ddec41dd Add base path configuration for GitHub Pages deployment
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 17:58:10 +00:00
copilot-swe-agent[bot]
0cf5d409c2 Add CI/CD documentation and update README
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 17:57:12 +00:00
copilot-swe-agent[bot]
7d06fe469e Add CI/CD workflows for GHCR and GitHub Pages
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-18 17:56:10 +00:00
copilot-swe-agent[bot]
fab987ea54 Initial plan 2026-01-18 17:53:28 +00:00
bfc6e56b30 Merge pull request #10 from johndoe6345789/codex/split-functions-into-separate-files
Split multi-function modules into single-function files for navigation, sidebar-menu, and DB helpers
2026-01-18 00:11:37 +00:00
553092cb56 Refactor modules into single-function files 2026-01-18 00:08:37 +00:00
8d3f4e41ea Merge pull request #9 from johndoe6345789/codex/convert-db-snippets.ts-to-json
Load snippet and template seed data from JSON fixtures
2026-01-17 23:54:01 +00:00