• Joined on 2025-12-31
padreug created branch feat/public-guest-endpoints in aiolabs/chatelet 2026-07-19 23:39:42 +00:00
padreug pushed to feat/public-guest-endpoints at aiolabs/chatelet 2026-07-19 23:39:42 +00:00
6fa7774c9f chore: bump version 0.2.0 -> 0.3.0 (public guest endpoints)
408b0e1d08 test: public endpoints + private-field strip
0631edf8a2 feat: public guest room discovery endpoints (slice 1 for webapp #141)
4d6dba5487 fix: strip checkin_instructions from public room dicts (privacy leak)
Compare 4 commits »
padreug pushed to main at aiolabs/lnbits-extensions 2026-07-19 22:49:41 +00:00
5c919fff9b catalog: add chatelet v0.2.0 (operator admin UI)
padreug pushed tag v0.2.0 to aiolabs/chatelet 2026-07-19 22:48:40 +00:00
padreug pushed to main at aiolabs/chatelet 2026-07-19 22:46:13 +00:00
7027b1ca6a Merge pull request 'feat: operator admin UI + backing endpoints (v0.2.0)' (#16) from feat/admin-ui into main
363f78eb70 chore: bump version 0.1.0 -> 0.2.0 (operator admin UI)
72061b57eb test: operator admin endpoint logic (ownership, update, settings merge)
e6973fa192 feat: operator admin UI (rooms, bookings, calendar blocks, settings)
f715d728ef feat: operator admin REST endpoints (rooms/blocks/bookings/settings)
Compare 5 commits »
padreug deleted branch feat/admin-ui from aiolabs/chatelet 2026-07-19 22:46:13 +00:00
padreug merged pull request aiolabs/chatelet#16 2026-07-19 22:46:12 +00:00
feat: operator admin UI + backing endpoints (v0.2.0)
padreug created pull request aiolabs/chatelet#16 2026-07-19 22:45:03 +00:00
feat: operator admin UI + backing endpoints (v0.2.0)
padreug created branch feat/admin-ui in aiolabs/chatelet 2026-07-19 22:44:14 +00:00
padreug pushed to feat/admin-ui at aiolabs/chatelet 2026-07-19 22:44:14 +00:00
363f78eb70 chore: bump version 0.1.0 -> 0.2.0 (operator admin UI)
72061b57eb test: operator admin endpoint logic (ownership, update, settings merge)
e6973fa192 feat: operator admin UI (rooms, bookings, calendar blocks, settings)
f715d728ef feat: operator admin REST endpoints (rooms/blocks/bookings/settings)
Compare 4 commits »
padreug pushed to main at aiolabs/chatelet 2026-07-19 22:23:22 +00:00
3fd2dc1461 Merge pull request 'test: real-DB migration test (#14)' (#15) from test/14-migration-db into main
0e823056aa test: real-DB migration test (#14)
Compare 2 commits »
padreug deleted branch test/14-migration-db from aiolabs/chatelet 2026-07-19 22:23:22 +00:00
padreug merged pull request aiolabs/chatelet#15 2026-07-19 22:23:21 +00:00
test: real-DB migration test (#14)
padreug closed issue aiolabs/chatelet#14 2026-07-19 22:23:21 +00:00
Add a real-DB migration test (the suite monkeypatches crud, so migrations are unexercised)
padreug closed issue aiolabs/chatelet#4 2026-07-19 22:20:45 +00:00
Make check-then-hold atomic (double-booking race)
padreug closed issue aiolabs/chatelet#3 2026-07-19 22:20:44 +00:00
Wire FX conversion + deposit invoice creation into the booking hold
padreug closed issue aiolabs/chatelet#1 2026-07-19 22:20:42 +00:00
Expose Chatelet over the LNbits nostr-transport (register_rpc)
padreug commented on issue aiolabs/chatelet#4 2026-07-19 22:20:25 +00:00
Make check-then-hold atomic (double-booking race)

Shipped in PR #9 (per-room asyncio.Lock around check-then-hold), with a real-DB concurrency regression test in #10 and the migration test in #15; released in catalog v0.1.0. Closing (auto-close…

padreug commented on issue aiolabs/chatelet#3 2026-07-19 22:20:22 +00:00
Wire FX conversion + deposit invoice creation into the booking hold

Shipped in PR #7 (FX conversion + deposit invoice into the booking hold) and released in catalog v0.1.0. Closing (auto-close phrasing never fired).

padreug commented on issue aiolabs/chatelet#1 2026-07-19 22:20:19 +00:00
Expose Chatelet over the LNbits nostr-transport (register_rpc)

Shipped in PR #8 (booking flow over the LNbits nostr-transport, register_rpc) and released in catalog v0.1.0. Closing — the PR's "Closes the code portion of #1" phrasing never matched…