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