-
8498807597
Remove Calendar model import from checkout, use DTO fields
giles
2026-02-19 05:44:14 +00:00
-
72062930f0
Update shared submodule pointer to latest DTO fixes
giles
2026-02-19 05:07:29 +00:00
-
edad7b299d
Fix DTO compatibility in cart templates and page_cart service
giles
2026-02-19 05:05:04 +00:00
-
cf04a3a9fd
Update shared submodule: revert extend_existing workaround
giles
2026-02-19 04:52:05 +00:00
-
e5c686643c
Fix NameError: import services registry in create_app scope
giles
2026-02-19 04:45:36 +00:00
-
ad7f933278
Remove glue submodule: models moved to shared/
giles
2026-02-19 04:41:15 +00:00
-
377396283d
Update shared submodule: fix duplicate table error for MenuNode
giles
2026-02-19 04:34:44 +00:00
-
049b35479b
Domain isolation: replace cross-domain imports with service calls
giles
2026-02-19 04:30:17 +00:00
-
b7f09d638d
Update shared submodule: fix ticket_types lazy-load
giles
2026-02-18 22:02:21 +00:00
-
52105def89
Update shared submodule: fix cart-mini home link
giles
2026-02-18 21:49:53 +00:00
-
8527ddb84b
Decouple cart: use shared.models for all cross-app imports
giles
2026-02-18 20:58:10 +00:00
-
d6d82664d6
Remove 23 identical cart template overrides of shared templates
giles
2026-02-18 20:03:21 +00:00
-
56230eff0a
Update shared submodule: fix orders link htmx interception
giles
2026-02-18 19:30:56 +00:00
-
7f25e6b63f
Update shared submodule: use coop_url for auth links
giles
2026-02-18 19:18:41 +00:00
-
91f05d41ca
Add oob context processor to orders blueprint for full-page rendering
giles
2026-02-18 19:06:40 +00:00
-
bd14e2564a
Update shared submodule: fix market nav link
giles
2026-02-18 18:57:10 +00:00
-
1256755a3a
Fix checkout return: resolve product URLs and read status after SumUp check
giles
2026-02-18 18:38:11 +00:00
-
298b5cd0a7
Fix product URLs: use market_product_url with page/market prefix
giles
2026-02-18 18:19:53 +00:00
-
e341df5836
Update shared submodule: add page_config to SumUp checkout
giles
2026-02-18 17:52:16 +00:00
-
d81d116be8
Update shared submodule: fix doubled URLs in |host filter
giles
2026-02-18 11:46:08 +00:00
-
de219aa870
Update shared submodule pointer (README addition)
giles
2026-02-14 23:16:46 +00:00
-
93ffffac16
Update glue submodule pointer (README addition)
giles
2026-02-14 19:49:55 +00:00
-
fb70c4c76d
README: replace vague cross-app section with actual code dependencies
giles
2026-02-14 19:47:55 +00:00
-
2af4dd2073
Remove dead code: routes_old.py and unused imports
giles
2026-02-14 19:46:52 +00:00
-
6aa2919f34
Remove dead adopt_session_cart_for_user.py (replaced by glue/services/cart_adoption.py)
giles
2026-02-14 19:39:21 +00:00
-
61686fd70c
Remove dead login_helper.py (replaced by glue/services/cart_adoption.py)
giles
2026-02-14 19:38:18 +00:00
-
4f9f482c6c
Rewrite README for post-decoupling architecture
giles
2026-02-14 19:29:03 +00:00
-
34032160f9
Phase 5: Update shared + glue submodule pointers
giles
2026-02-14 19:11:58 +00:00
-
d407957928
Phase 5: Replace cross-domain writes with glue services, emit events
giles
2026-02-14 17:35:43 +00:00
-
cd332b2544
Update shared submodule to include glue layer + MenuItem fix
giles
2026-02-12 08:03:32 +00:00
-
9cf8ff1114
Add glue layer: replace /internal/menu-items API with direct DB query
giles
2026-02-11 23:37:50 +00:00
-
14838ebbaa
ci: clean all sibling dirs before copying to fix stale table defs
giles
2026-02-11 16:31:54 +00:00
-
dc379b30a2
CI: skip copying own models to avoid duplicate SQLAlchemy table defs
giles
2026-02-11 16:14:57 +00:00
-
d8bec5317a
Update shared submodule: import all model packages at startup
giles
2026-02-11 16:01:43 +00:00
-
f4cd2f41c7
CI: use git archive for sibling models (atomic, race-safe)
giles
2026-02-11 15:11:01 +00:00
-
029b02ff18
CI: copy sibling app models into build context for cross-domain imports
giles
2026-02-11 15:01:58 +00:00
-
908f92464e
Update shared submodule: merge diverged alembic heads
giles
2026-02-11 14:27:34 +00:00
-
c4fbfa4c53
Update shared submodule (adds missing alembic.ini)
giles
2026-02-11 14:20:20 +00:00
-
3adf268ffe
Add PYTHONPATH=/app so Hypercorn spawn workers find app module
giles
2026-02-11 14:01:42 +00:00
-
e97eea816f
Update shared submodule: rename logging → log_config
giles
2026-02-11 13:56:01 +00:00
-
25fc3a933c
Replace shared_lib submodule with shared for decoupling deploy
giles
2026-02-11 13:29:28 +00:00
-
5d0653bf2e
feat: decouple cart from shared_lib, add app-owned models
giles
2026-02-11 12:46:34 +00:00
-
8ce8fc5380
fix: remove existing bp dir before symlinking in Dockerfile
main
giles
2026-02-11 01:08:04 +00:00
-
b6f8141f20
Revert "fix: remove is_page filter from cart page hydration"
giles
2026-02-11 00:55:06 +00:00
-
d0da418f12
fix: remove is_page filter from cart page hydration
giles
2026-02-11 00:54:12 +00:00
-
d5cb2131b7
chore: move repo to ~/rose-ash/ and add configurable CI paths
giles
2026-02-10 22:01:06 +00:00
-
742d84e999
chore: update shared_lib submodule to Phase 4
giles
2026-02-10 21:46:59 +00:00
-
cb2fcd9d32
feat: per-page carts with overview, page-scoped checkout, and split blueprints (Phase 4)
giles
2026-02-10 21:45:30 +00:00
-
7bdb736ef5
chore: update shared_lib submodule to Phase 3
giles
2026-02-10 20:54:16 +00:00
-
c8d927bf72
feat: per-page SumUp credentials in checkout flow (Phase 3)
giles
2026-02-10 20:49:45 +00:00
-
6729b0f158
chore: update shared_lib (fix settings cog visibility)
giles
2026-02-10 13:23:14 +00:00
-
42ce3af992
chore: update shared_lib (fix stale blog.post.calendars refs)
giles
2026-02-10 13:03:42 +00:00
-
6db8ff6aa6
chore: update shared_lib (remove console.log)
giles
2026-02-10 11:51:45 +00:00
-
ecbff6d221
chore: update shared_lib submodule
giles
2026-02-10 10:55:18 +00:00
-
1fea5f3d2d
chore: update shared_lib submodule (post slug in events_url paths)
giles
2026-02-10 10:37:04 +00:00
-
a9a7dcdb61
chore: update shared_lib submodule
giles
2026-02-10 09:40:55 +00:00
-
347ce53363
fix: add register_order to bp/__init__.py (needed by orders)
giles
2026-02-10 00:34:48 +00:00
-
9f4fc41cc8
fix: add bp/__init__.py with register function exports
giles
2026-02-10 00:28:55 +00:00
-
8afa232cc5
fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
giles
2026-02-10 00:24:24 +00:00
-
8b12509fe7
fix: Dockerfile, entrypoint, and CI for multi-repo deployment
giles
2026-02-10 00:14:04 +00:00
-
06ab2f25ed
feat: add shared library as git submodule
giles
2026-02-09 23:43:46 +00:00
-
967303093d
feat: initialize cart app with blueprints, templates, and CI
giles
2026-02-09 23:17:41 +00:00