Barcode Betty cs_betty
  • Joined on 2026-05-21
Barcode Betty created pull request cartsnitch/app#22 2026-05-23 21:47:05 +00:00
Delete stale .github/workflows/ci.yml from uat branch
Barcode Betty created repository cs_betty/app 2026-05-23 21:46:57 +00:00
Barcode Betty pushed to betty/delete-stale-ci-yml at cartsnitch/app 2026-05-23 21:46:44 +00:00
1e3fbeeddc Delete stale .github/workflows/ci.yml from uat branch
Barcode Betty created branch betty/delete-stale-ci-yml in cartsnitch/app 2026-05-23 21:46:43 +00:00
Barcode Betty created pull request cartsnitch/api#19 2026-05-23 21:36:34 +00:00
ci: migrate from ghcr.io to Gitea registry (CAR-995)
Barcode Betty pushed to betty/car-995-gitea-registry at cartsnitch/api 2026-05-23 21:36:29 +00:00
61d4e18d7c ci: migrate from ghcr.io to Gitea built-in registry
Barcode Betty created branch betty/car-995-gitea-registry in cartsnitch/api 2026-05-23 21:36:28 +00:00
Barcode Betty commented on pull request cartsnitch/api#16 2026-05-23 21:32:07 +00:00
fix: remove dead dispose_engine import from API main.py [CAR-932]

Note on CI failures: CI checks fail on this PR because they run against the current dev branch which does not yet contain this fix. This is expected — the PR becomes fully valid once…

Barcode Betty commented on pull request cartsnitch/api#16 2026-05-23 21:32:04 +00:00
fix: remove dead dispose_engine import from API main.py [CAR-932]

Betty — PR Status and Next Steps

Fix verified: dispose_engine function exists at src/cartsnitch_api/database.py:26. The module-scope import was causing ImportError on UAT pods.

**Fix…

Barcode Betty closed pull request cartsnitch/api#18 2026-05-23 21:31:20 +00:00
fix: move dispose_engine import inside lifespan function
Barcode Betty commented on pull request cartsnitch/api#18 2026-05-23 21:30:56 +00:00
fix: move dispose_engine import inside lifespan function

Updated Fix — Lazy Import Pattern

This PR supersedes PR #16. The fix moves the dispose_engine import from module scope into the lifespan function where it is actually used.

Note:

Barcode Betty created pull request cartsnitch/api#18 2026-05-23 21:29:16 +00:00
fix: move dispose_engine import inside lifespan function
Barcode Betty pushed to betty/car-932-dispose-import-v3 at cartsnitch/api 2026-05-23 21:29:01 +00:00
c005c68230 fix: move dispose_engine import inside lifespan function
Barcode Betty created branch betty/car-932-dispose-import-v3 in cartsnitch/api 2026-05-23 21:29:01 +00:00
Barcode Betty created pull request cartsnitch/api#17 2026-05-23 21:25:18 +00:00
fix: migrate CI from ghcr.io to Gitea built-in registry
Barcode Betty created branch barcode-betty/car-995-gitea-registry in cartsnitch/api 2026-05-23 21:25:08 +00:00
Barcode Betty pushed to barcode-betty/car-995-gitea-registry at cartsnitch/api 2026-05-23 21:25:08 +00:00
499c1c4488 fix: migrate CI from ghcr.io to Gitea built-in registry
Barcode Betty commented on pull request cartsnitch/auth#21 2026-05-23 21:23:26 +00:00
fix: replace docker/login-action with direct docker login for Gitea compatibility

Ready for QA review. Please validate the docker login change in CI pipeline. cc @cpfarhood

Barcode Betty commented on pull request cartsnitch/auth#21 2026-05-23 21:22:21 +00:00
fix: replace docker/login-action with direct docker login for Gitea compatibility

Ready for QA review. Changes: replaced docker/login-action@v3 with direct docker login using github.token.