Commit Graph

  • 6984f3f3db Update shared submodule: delete button + quantity clamp in cart_item giles 2026-02-19 09:43:42 +00:00
  • a50c5e4d46 Update shared submodule: cart_quantity_url template support giles 2026-02-19 09:32:38 +00:00
  • ca5b952ffc Update shared submodule: MarketService write methods giles 2026-02-19 05:57:33 +00:00
  • d7162f5543 Fix inconsistent cart count: include calendar entries in market app giles 2026-02-19 05:17:04 +00:00
  • 0a3997b82a Update shared submodule: DTO template compatibility fixes giles 2026-02-19 05:05:46 +00:00
  • 50cad49576 Update shared submodule: revert extend_existing workaround giles 2026-02-19 04:51:08 +00:00
  • fe255fc53c Fix cart template: use direct CartItem queries in market context giles 2026-02-19 04:50:06 +00:00
  • ad445e2fd2 Fix NameError: import services registry in create_app scope giles 2026-02-19 04:45:37 +00:00
  • b04dbbba67 Remove glue submodule: models moved to shared/ giles 2026-02-19 04:41:20 +00:00
  • 3fea2e6fdb Update shared submodule: fix duplicate table error for MenuNode giles 2026-02-19 04:34:59 +00:00
  • acf352ee3b Domain isolation: replace cross-domain imports with service calls giles 2026-02-19 04:30:22 +00:00
  • 33befd4c3d Update shared submodule: fix ticket_types lazy-load giles 2026-02-18 22:02:22 +00:00
  • 8dfb95ccab Update shared submodule: fix cart-mini home link giles 2026-02-18 21:49:54 +00:00
  • 7ccdc1fa83 Decouple market: use shared.models for all cross-app imports giles 2026-02-18 20:58:11 +00:00
  • 31f9aa3fac Remove 47 identical market template overrides of shared templates giles 2026-02-18 20:03:31 +00:00
  • ec1880b658 Update shared submodule: fix orders link htmx interception giles 2026-02-18 19:30:58 +00:00
  • 72042e793b Update shared submodule: use coop_url for auth links giles 2026-02-18 19:18:43 +00:00
  • b3125c5db4 Update shared submodule: fix market nav link giles 2026-02-18 18:57:11 +00:00
  • 7edc0a53a1 Update shared submodule: add page_config to get_checkout giles 2026-02-18 18:38:20 +00:00
  • 867bfa234f Update shared submodule: market_product_url for correct product URLs giles 2026-02-18 18:19:56 +00:00
  • bc1a7783df Update shared submodule: add page_config to SumUp checkout giles 2026-02-18 17:52:19 +00:00
  • 0015839845 Update shared submodule: fix doubled URLs in |host filter giles 2026-02-18 11:46:07 +00:00
  • 63778d9f20 Fix cart quantities not showing on product list after page refresh giles 2026-02-15 21:40:48 +00:00
  • 28938e38b5 Fix cart count: query DB directly instead of cross-app API giles 2026-02-15 10:39:43 +00:00
  • faa72eec5d Update shared submodule: cross-app checkout URL fix giles 2026-02-15 10:22:30 +00:00
  • 8c2358022a Fix undefined calendar_total/calendar_cart_entries in product cart template giles 2026-02-15 10:15:07 +00:00
  • 44f475857b Fix AttributeError on g.cart in product cart route giles 2026-02-15 10:11:49 +00:00
  • 039386b6e7 README: replace vague cross-app section with actual code dependencies giles 2026-02-14 19:47:50 +00:00
  • dc94cfa29e Update shared + glue submodule pointers (README additions) giles 2026-02-14 19:36:26 +00:00
  • a29612ffa4 Rewrite README for post-decoupling architecture giles 2026-02-14 19:28:56 +00:00
  • 99dd473afb Phase 5: Update shared + glue submodule pointers giles 2026-02-14 19:11:58 +00:00
  • 7820257577 Update shared submodule to include glue layer + MenuItem fix giles 2026-02-12 08:03:32 +00:00
  • f81d6803d4 Add glue layer: replace /internal/menu-items API with direct DB query giles 2026-02-11 23:37:47 +00:00
  • ba10f5547a ci: clean all sibling dirs before copying to fix stale table defs giles 2026-02-11 16:31:49 +00:00
  • 7025333951 CI: skip copying own models to avoid duplicate SQLAlchemy table defs giles 2026-02-11 16:14:50 +00:00
  • 737c82ae7f Update shared submodule: import all model packages at startup giles 2026-02-11 16:01:41 +00:00
  • cccdba65a8 CI: use git archive for sibling models (atomic, race-safe) giles 2026-02-11 15:10:59 +00:00
  • 7b1f8a0f5e CI: copy sibling app models into build context for cross-domain imports giles 2026-02-11 15:01:51 +00:00
  • 000185c2cc Update shared submodule: merge diverged alembic heads giles 2026-02-11 14:27:30 +00:00
  • 4f90f65a8f Update shared submodule (adds missing alembic.ini) giles 2026-02-11 14:20:16 +00:00
  • 3b24cf45e5 Add PYTHONPATH=/app so Hypercorn spawn workers find app module giles 2026-02-11 14:01:33 +00:00
  • a6ed49d0c1 Update shared submodule: rename logging → log_config giles 2026-02-11 13:55:51 +00:00
  • 62000256aa Replace shared_lib submodule with shared for decoupling deploy giles 2026-02-11 13:29:25 +00:00
  • 079293eb2c fix: update market template to use container refs, add config giles 2026-02-11 12:50:48 +00:00
  • 478636f799 feat: decouple market from shared_lib, add app-owned models giles 2026-02-11 12:46:32 +00:00
  • 41b4e0fe24 fix: remove existing bp dir before symlinking in Dockerfile main giles 2026-02-11 01:08:09 +00:00
  • b8f57ef92f fix: register cart loader so g.cart is available for product cart route giles 2026-02-11 00:52:29 +00:00
  • 20fde958ec fix: correct endpoint name to market.browse.product.cart giles 2026-02-11 00:41:00 +00:00
  • 9ee0c91106 fix: use url_for for cart/product URLs to include page/market slugs giles 2026-02-11 00:30:02 +00:00
  • fd205b9b61 fix: inject post data via blueprint context processor giles 2026-02-11 00:17:13 +00:00
  • 2788e24ec8 fix: inject post data into template context for post header row giles 2026-02-11 00:12:35 +00:00
  • 863429d51b fix: add post header bar to market pages and show market name giles 2026-02-10 23:55:16 +00:00
  • 93e1e6d41e fix: remove trailing slash from POST /cart route giles 2026-02-10 23:52:25 +00:00
  • 7065acb94d chore: move repo to ~/rose-ash/ and add configurable CI paths giles 2026-02-10 22:01:05 +00:00
  • 9fb26129b6 chore: update shared_lib submodule to Phase 4 giles 2026-02-10 21:47:46 +00:00
  • 6a378a2425 fix: use cart_url() instead of url_for('cart.view_cart') for cross-app redirect giles 2026-02-10 21:45:54 +00:00
  • 6459e2406e chore: update shared_lib submodule to Phase 3 giles 2026-02-10 20:54:19 +00:00
  • ce1847e06c feat: set market_place_id on CartItem when adding to cart (Phase 3) giles 2026-02-10 20:49:37 +00:00
  • 98abe5a0de fix: rename post slug URL param to page_slug to avoid collision giles 2026-02-10 20:20:49 +00:00
  • 6202b31e8e fix: nest market blueprint under post slug /<slug>/<market_slug>/ giles 2026-02-10 20:15:45 +00:00
  • b831d01113 chore: update shared_lib submodule giles 2026-02-10 20:08:06 +00:00
  • 2a1ef78653 chore: update shared_lib submodule giles 2026-02-10 20:01:00 +00:00
  • 33a30bef06 fix: remove duplicate market_slug in blueprint registration giles 2026-02-10 18:26:26 +00:00
  • 803a1d44e0 chore: update shared_lib submodule for MarketPlace model giles 2026-02-10 18:16:28 +00:00
  • 9b2687b039 feat: restructure market app with per-market URL scoping giles 2026-02-10 18:08:48 +00:00
  • 6a266bd94d chore: update shared_lib (fix settings cog visibility) giles 2026-02-10 13:23:05 +00:00
  • c6dbbcac52 chore: update shared_lib (fix stale blog.post.calendars refs) giles 2026-02-10 13:03:37 +00:00
  • d743c69eec chore: update shared_lib (remove console.log) giles 2026-02-10 11:51:41 +00:00
  • a6471c0412 chore: update shared_lib submodule giles 2026-02-10 10:55:15 +00:00
  • 21e1db4b5d chore: update shared_lib submodule (post slug in events_url paths) giles 2026-02-10 10:37:01 +00:00
  • ac3ed87351 chore: update shared_lib submodule giles 2026-02-10 09:40:54 +00:00
  • 88c38c0e74 fix: add cart identity stub for product blueprint giles 2026-02-10 01:18:53 +00:00
  • efe769a0fc fix: add cart services stub for product blueprint dependency giles 2026-02-10 01:16:00 +00:00
  • 601a696ecb fix: add register_product to bp/__init__.py (needed by browse) giles 2026-02-10 00:34:39 +00:00
  • e737a953a6 fix: add proper register_market_bp export to bp/__init__.py giles 2026-02-10 00:28:46 +00:00
  • b129986078 fix: add bp symlink in Dockerfile for suma_browser.app.bp import path giles 2026-02-10 00:24:19 +00:00
  • 14c72b868a fix: Dockerfile, entrypoint, and CI for multi-repo deployment giles 2026-02-10 00:14:03 +00:00
  • dc7c989834 feat: add shared library as git submodule giles 2026-02-09 23:41:50 +00:00
  • 6271a715a1 feat: initialize market app with browsing, product, and scraping code giles 2026-02-09 23:16:34 +00:00