31 Commits

Author SHA1 Message Date
tliu93 e7ce562de6 Run migrations before web startup
test / pytest (push) Successful in 1m22s
2026-06-01 21:42:59 +02:00
tliu93 70b0cf08ee Add AI search query expansion
test / pytest (push) Successful in 1m20s
docker-image / build-and-push (push) Successful in 5m6s
v1.0.4
2026-06-01 21:28:29 +02:00
tliu93 d36b940981 Add LLM settings integration
test / pytest (push) Successful in 1m13s
Add app_settings migration, settings UI, and OpenAI-compatible httpx LLM client with mocked tests.

Preserve API keys on blank form submissions, require a fresh key when base_url changes, and keep AI search settings untouched for step 3.

Update docs/design LLM integration and step 3 AI search notes, including prompt contract and extra-hints planning.
2026-06-01 20:06:22 +02:00
tliu93 8b8bd9f38f Add Alembic migration foundation
test / pytest (push) Successful in 1m34s
2026-06-01 16:02:43 +02:00
tliu93 c42cc2ddb6 docs: add LLM integration design and three-step implementation plan
Add docs/: a bilingual repository brief, plus docs/design/ with the high-level design (Alembic migration foundation, LLM integration, basic AI search) and a self-contained per-step implementation plan (step 1-3).
2026-06-01 13:10:59 +02:00
tliu93 b9b65838c9 refine backup
test / pytest (push) Successful in 44s
2026-05-04 11:03:44 +02:00
tliu93 13be98570d refine backup script
test / pytest (push) Successful in 1m8s
2026-05-04 10:49:27 +02:00
tliu93 facf82c898 add summary
test / pytest (push) Successful in 40s
docker-image / build-and-push (push) Successful in 4m17s
v1.0.3
2026-04-27 20:43:57 +02:00
tliu93 d24c41d05f Merge pull request 'ui change move image element' (#3) from ui/move_image_element into main
test / pytest (push) Successful in 40s
Reviewed-on: #3
2026-04-27 20:31:27 +02:00
tliu93 4955c87d78 ui change move image element
test / pytest (push) Successful in 41s
2026-04-27 20:31:12 +02:00
tliu93 bfa554b407 Merge pull request 'bug fixed' (#2) from bugfix/sub_item_delete into main
test / pytest (push) Successful in 40s
Reviewed-on: #2
2026-04-27 20:22:36 +02:00
tliu93 e5fee32098 bug fixed
test / pytest (push) Successful in 43s
2026-04-27 20:22:01 +02:00
tliu93 22ea44d8cd Merge pull request 'Add minimal installable PWA support' (#1) from feature/pwa into main
test / pytest (push) Successful in 38s
docker-image / build-and-push (push) Successful in 4m12s
Reviewed-on: #1
v1.0.2
2026-04-23 15:26:19 +02:00
tliu93 ed1e3311a5 Add minimal installable PWA support
test / pytest (push) Successful in 37s
- serve manifest and service worker from the app root for install compatibility
- add manifest metadata, service worker registration, and Apple touch icon links to the base template
- add install icon assets for Android, iOS, and desktop install flows
- document deployment and validation notes for the new PWA support
- cover the new endpoints and template output with tests
2026-04-23 15:23:20 +02:00
tliu93 49a5452141 Add local-network deployment automation and tighten runtime defaults
test / pytest (push) Successful in 35s
docker-image / build-and-push (push) Successful in 4m8s
This commit adds the first complete local-network deployment path for the project. It normalizes the runtime contract around a fixed container listener on 0.0.0.0:10000, binds the published compose port to 127.0.0.1, and keeps the image/build workflow aligned with the released container image.

It also introduces an installation script, an nginx reverse-proxy template, and a safer SQLite backup flow based on sqlite3 .backup with retention and optional rclone upload support. Deployment-oriented configuration has been consolidated into .env.example, repository-local .env files are now ignored, and the deployment scripts are executable.

In addition, the frontend mixed-content issue is fixed by switching the stylesheet reference to a root-relative static path, with tests updated to cover the regression. README guidance has been expanded to document the new install, nginx, backup, and restore conventions.
v1.0.1
2026-04-21 22:39:47 +02:00
tliu93 eb29f03b74 add compose file for pulling
test / pytest (push) Successful in 38s
2026-04-21 22:01:23 +02:00
tliu93 d39c1933b4 fix pytest ini
test / pytest (push) Successful in 38s
docker-image / build-and-push (push) Successful in 4m9s
v1.0.0
2026-04-21 21:54:05 +02:00
tliu93 5aa87f60ad add ci/cd
test / pytest (push) Failing after 54s
2026-04-21 21:49:16 +02:00
tliu93 8fa3dace79 Remove macOS metadata files 2026-04-19 16:07:17 +02:00
tliu93 c3ba361724 Refine overview cards and ignore macOS files 2026-04-19 16:06:01 +02:00
tliu93 8d89caea0c fix image orientation 2026-04-19 14:47:18 +02:00
tliu93 f315614657 add support for heic images 2026-04-19 14:38:23 +02:00
tliu93 ef058765de add import script from notion 2026-04-19 14:28:00 +02:00
tliu93 bda23909bf ux refine 2026-04-19 14:06:31 +02:00
tliu93 e7a2719fa1 add temporary deploy 2026-04-19 13:33:43 +02:00
tliu93 314fc16b98 ux refine 2026-04-19 13:31:17 +02:00
tliu93 4c4ff61fab ux improve 2026-04-19 13:26:23 +02:00
tliu93 ea73b0c165 add search function 2026-04-19 13:00:11 +02:00
tliu93 5fdf3f4ab2 add image flow 2026-04-19 12:54:25 +02:00
tliu93 57800f2123 step 2 with basic crud implemented 2026-04-19 12:36:55 +02:00
tliu93 dae7a60eab add project structure 2026-04-19 12:13:07 +02:00