Julien Calixte julien
julien pushed to main at julien/remanso-jetstream 2026-06-07 20:19:29 +00:00
292fe8f85a test(migrations): cover initial schema, idempotency, and legacy upgrade
2d7863d9cc test(db): cover note CRUD, pagination, and webhook helpers
c62936b819 test(helpers): add db, fetch, app, and auth test helpers
Compare 3 commits »
julien created branch test/db-helpers in julien/remanso-jetstream 2026-06-07 20:18:14 +00:00
julien pushed to test/db-helpers at julien/remanso-jetstream 2026-06-07 20:18:14 +00:00
292fe8f85a test(migrations): cover initial schema, idempotency, and legacy upgrade
2d7863d9cc test(db): cover note CRUD, pagination, and webhook helpers
c62936b819 test(helpers): add db, fetch, app, and auth test helpers
Compare 3 commits »
julien deleted branch refactor/test-seams from julien/remanso-jetstream 2026-06-07 20:15:15 +00:00
julien pushed to main at julien/remanso-jetstream 2026-06-07 20:15:14 +00:00
62a55fd3e4 fix(jetstream): use ReturnType<typeof setTimeout> for bulk timer
49608cff20 refactor(search,auth): export pure helpers for direct testing
01048c753e refactor(jetstream): extract webhook dispatch and bulk-create modules
8964f66184 refactor(server): extract createApp and add auth/admin test seams
6760c434b4 refactor(db): lazy-init connection and add test seam
Compare 6 commits »
julien pushed to refactor/test-seams at julien/remanso-jetstream 2026-06-07 20:14:05 +00:00
62a55fd3e4 fix(jetstream): use ReturnType<typeof setTimeout> for bulk timer
julien created branch refactor/test-seams in julien/remanso-jetstream 2026-06-07 20:07:16 +00:00
julien pushed to refactor/test-seams at julien/remanso-jetstream 2026-06-07 20:07:16 +00:00
49608cff20 refactor(search,auth): export pure helpers for direct testing
01048c753e refactor(jetstream): extract webhook dispatch and bulk-create modules
8964f66184 refactor(server): extract createApp and add auth/admin test seams
6760c434b4 refactor(db): lazy-init connection and add test seam
dc6daf3f54 refactor(migrations): extract applyMigrations as callable function
Compare 5 commits »
julien pushed to main at julien/remanso-jetstream 2026-06-07 10:04:49 +00:00
7875d24d48 refactor(search): use typed OpenSearch SDK request body
4ff3ea6644 docs(api): add Bruno collection for Jetstream API
a6f1a96c4a ci(gitea): migrate pipeline from GitLab to Gitea Actions
Compare 3 commits »
julien pushed to main at julien/remanso-jetstream 2026-06-07 09:36:13 +00:00
77f24bf7ce chore(docker): include backfill script in image
julien pushed to main at julien/remanso-jetstream 2026-06-07 09:29:04 +00:00
d2248424a7 docs(api): add OpenAPI 3.1 spec for the HTTP server
julien pushed to main at julien/remanso-jetstream 2026-06-07 09:26:33 +00:00
1a3461611d docs(readme): document search endpoints and backfill
59ff150717 chore(docker): add OpenSearch service to compose
d7e189c61f feat(scripts): add OpenSearch backfill task
e7796b47c3 feat(server): add /search and /:did/search endpoints
937e16e602 feat(jetstream): index notes in OpenSearch on write
Compare 8 commits »
julien pushed to main at remanso-space/remanso 2026-06-06 21:36:23 +00:00
bb3a4a4dad test: cover post-merge gaps in utils, services, and hooks
julien pushed to main at remanso-space/remanso 2026-06-06 21:28:04 +00:00
af2ffc3949 chore(ci): re-enable pnpm cache
julien pushed to main at julien/git-runner 2026-06-06 21:26:41 +00:00
0e6b4ba2ee fix(cache): inline config via compose configs to avoid bind-mount path issue
julien pushed to main at julien/git-runner 2026-06-06 21:25:22 +00:00
a6b403e350 fix(cache): expose embedded cache to job containers via host
julien pushed to main at remanso-space/remanso 2026-06-06 21:17:33 +00:00
b77c097032 chore(ci): disable pnpm cache to avoid 9-min runner timeout
julien pushed to main at remanso-space/remanso 2026-06-06 20:17:22 +00:00
9f21cb7882 chore: merge origin/main with local test additions
1a2d8f4ebf chore: add tests
Compare 2 commits »
julien pushed to main at julien/git-runner 2026-06-06 19:12:07 +00:00
0c545ee741 init
julien pushed to main at julien/git-runner 2026-06-06 19:11:08 +00:00
0fa9ab4a27 first commit