giles
c93c875cb3
chore: update shared_lib submodule
...
Build and Deploy / build-and-deploy (push) Successful in 43s
Market URLs now include post slug prefix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 20:15:34 +00:00
giles
c2e5708aa9
fix: top menu Market link goes to coop blog page
...
Build and Deploy / build-and-deploy (push) Successful in 39s
OOB nav template also updated — Market link now uses HTMX
navigation to coop.rose-ash.com/market/ instead of linking
to the market app directly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 20:07:57 +00:00
giles
3376e4e990
feat: show markets in post nav bar and admin panel
...
Build and Deploy / build-and-deploy (push) Successful in 38s
- Post context processor loads MarketPlace rows for the page
- Nav bar displays market links (shopping-bag icon) alongside calendars
- Admin panel includes markets CRUD when market feature is enabled
- Updated shared_lib submodule with nav_entries template change
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 18:37:06 +00:00
giles
24d3860952
feat: add page admin market CRUD and update shared_lib
...
Build and Deploy / build-and-deploy (push) Successful in 43s
- Market create/delete routes in post admin blueprint
- markets.py service (create_market, soft_delete_market)
- _markets_panel.html admin template with HTMX create/delete
- Update shared_lib submodule (MarketPlace model, migration, URLs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 18:08:32 +00:00
giles
632df29356
fix: add missing template variables for pages listing context
...
Build and Deploy / build-and-deploy (push) Successful in 35s
The shared sidebar/filter templates expect selected_groups, tags, authors
etc. Provide empty defaults when rendering the pages view.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 14:38:00 +00:00
giles
161f48b0e6
fix: update shared_lib with migration fix
...
Build and Deploy / build-and-deploy (push) Successful in 48s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 14:35:36 +00:00
giles
d2419d1784
chore: update shared_lib with page_configs migration
...
Build and Deploy / build-and-deploy (push) Successful in 47s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 14:33:30 +00:00
giles
8b6320619e
feat: implement Pages as Spaces Phase 1
...
Build and Deploy / build-and-deploy (push) Successful in 45s
- Add PageConfig model with feature flags (calendar, market)
- Auto-create PageConfig on Ghost page sync
- Add create_page() for Ghost /pages/ API endpoint
- Add /new-page/ route for creating pages
- Add ?type=pages blog filter with Posts|Pages tab toggle
- Add list_pages() to DBClient with PageConfig eager loading
- Add PUT /<slug>/admin/features/ route for feature toggles
- Add feature badges (calendar, market) on page cards
- Add features panel to page admin dashboard
- Update shared_lib submodule with PageConfig model
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 14:25:34 +00:00
giles
455a7b1078
chore: update shared_lib (fix settings cog visibility)
...
Build and Deploy / build-and-deploy (push) Successful in 37s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 13:23:23 +00:00
giles
5c8273ed2e
chore: update shared_lib (fix stale blog.post.calendars refs)
...
Build and Deploy / build-and-deploy (push) Successful in 47s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 13:03:19 +00:00
giles
be11e99354
chore: update shared_lib (remove console.log)
...
Build and Deploy / build-and-deploy (push) Successful in 48s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 11:51:36 +00:00
giles
37a396604e
fix: replace stale blog.post.calendars url_for with events_url
...
Build and Deploy / build-and-deploy (push) Successful in 36s
Calendar routes moved to events service. Blog overrides now use
events_url() for cross-service links, deleted _nav_entries.html
to fall through to shared version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 11:01:27 +00:00
giles
ea61924c2c
refactor: add ChoiceLoader for blog template overrides + update shared_lib
...
Build and Deploy / build-and-deploy (push) Successful in 44s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 10:54:59 +00:00
giles
b93bdd0c5a
chore: update shared_lib submodule (post slug in events_url paths)
...
Build and Deploy / build-and-deploy (push) Successful in 44s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 10:36:56 +00:00
giles
55d1445fb7
fix: update shared_lib — all cross-domain links are plain <a>
...
Build and Deploy / build-and-deploy (push) Successful in 36s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:55:33 +00:00
giles
f42e906094
fix: update shared_lib — plain links for cross-app nav
...
Build and Deploy / build-and-deploy (push) Successful in 45s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:53:41 +00:00
giles
eb4c4b0339
fix: update shared_lib — calendar links use events_url()
...
Build and Deploy / build-and-deploy (push) Successful in 51s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:48:15 +00:00
giles
5f9e867caa
fix: update shared_lib for calendar nav events_url fix
...
Build and Deploy / build-and-deploy (push) Successful in 41s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:35:10 +00:00
giles
df3e592660
fix: cd to shared_lib for alembic (script_location is relative)
...
Build and Deploy / build-and-deploy (push) Successful in 39s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 00:34:33 +00:00
giles
1d4a026f4d
fix: add bp/__init__.py with register function exports
...
Build and Deploy / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 00:28:40 +00:00
giles
ae89707e31
fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
...
Build and Deploy / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 00:24:14 +00:00
giles
1bf49c15d3
fix: point alembic to shared_lib/alembic.ini in entrypoint
...
Build and Deploy / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 00:21:00 +00:00
giles
f367aa584f
fix: Dockerfile, entrypoint, and CI for multi-repo deployment
...
Build and Deploy / build-and-deploy (push) Has been cancelled
- Fix requirements.txt path to shared_lib/requirements.txt
- Guard alembic migrations with RUN_MIGRATIONS env var
- Fix APP_MODULE default to app:app
- CI: add git submodule update, deploy shared coop stack from /root/coop
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 00:14:01 +00:00
giles
0586fe79cf
feat: add shared library as git submodule
...
Build and Deploy / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 23:42:41 +00:00
giles
8f7a15186c
feat: initialize blog app with blueprints and templates
...
Build and Deploy / build-and-deploy (push) Has been cancelled
Extract blog-specific code from the coop monolith into a standalone
repository. Includes auth, blog, post, admin, menu_items, snippets
blueprints, associated templates, Dockerfile (APP_MODULE=app:app),
entrypoint, and Gitea CI workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 23:15:56 +00:00