A.D.Lee alee
  • Joined on 2026-04-01
alee released CI/CD - New architecture update at alee/golfgame 2026-04-07 23:50:20 +00:00
alee pushed tag v3.3.1 to alee/golfgame 2026-04-07 23:50:20 +00:00
alee pushed to main at alee/golfgame 2026-04-07 23:49:37 +00:00
f6eeaed97d Fix CI/CD: use SSH-based build instead of Docker-in-Docker
alee released v3.3.0 - Invite request system & CI/CD pipeline at alee/golfgame 2026-04-07 23:40:30 +00:00
alee pushed tag v3.3.0 to alee/golfgame 2026-04-07 23:39:08 +00:00
alee pushed to main at alee/golfgame 2026-04-07 23:39:01 +00:00
ef54ac201a Add invite request system and Gitea Actions CI/CD pipeline
0c0588f920 TUI: add double-escape quit and minor layout tweaks
Compare 2 commits »
alee pushed to main at alee/dotfiles 2026-04-07 22:44:33 +00:00
14219cda27 Fix zle-line-init error when connecting via SSH
alee pushed to main at alee/golfgame 2026-04-05 20:27:17 +00:00
420928f11e Reconcile docker-compose.prod.yml drift with droplet (INC-0001/AI-10)
alee pushed to main at alee/vigilar 2026-04-05 16:59:53 +00:00
5745388880 fix: address final-review items (status endpoint, docs, tests)
eb281ad058 docs(operator-guide): PIN hashing is unified (issue #2)
385bafc73f test: end-to-end PIN unification regression guard (issue #2)
12821648ca fix(web): raise on MQTT connect timeout in _publish_arm_request
7b33cb7bb4 fix(web): align arm/disarm 202 response shape with {"ok": true} convention
Compare 16 commits »
alee merged pull request alee/vigilar#7 2026-04-05 16:59:51 +00:00
fix: unify PIN hashing across CLI, FSM, and web (closes #2)
alee closed issue alee/vigilar#2 2026-04-05 16:59:51 +00:00
PIN hashing is a three-way mismatch: CLI, FSM, and web arm/disarm all incompatible
alee commented on pull request alee/vigilar#7 2026-04-05 16:59:44 +00:00
fix: unify PIN hashing across CLI, FSM, and web (closes #2)

Ship it.

alee pushed to fix/issue-2-pin-unification at alee/vigilar 2026-04-05 16:58:44 +00:00
5745388880 fix: address final-review items (status endpoint, docs, tests)
eb281ad058 docs(operator-guide): PIN hashing is unified (issue #2)
385bafc73f test: end-to-end PIN unification regression guard (issue #2)
12821648ca fix(web): raise on MQTT connect timeout in _publish_arm_request
7b33cb7bb4 fix(web): align arm/disarm 202 response shape with {"ok": true} convention
Compare 19 commits »
alee pushed to main at alee/vigilar 2026-04-05 16:55:28 +00:00
09b59e3bb5 feat: wire MQTT → SSE bridge so the event timeline updates live
alee merged pull request alee/vigilar#6 2026-04-05 16:55:27 +00:00
feat: wire MQTT → SSE bridge so the event timeline updates live (closes #1)
alee closed issue alee/vigilar#1 2026-04-05 16:55:27 +00:00
broadcast_sse_event is never called — live event timeline is dead
alee pushed to main at alee/vigilar 2026-04-05 16:54:13 +00:00
9f959f8c78 test: isolate VIGILAR_CONFIG via autouse session fixture
alee closed issue alee/vigilar#3 2026-04-05 16:54:13 +00:00
pytest rewrites config/vigilar.toml in place — test isolation bug
alee merged pull request alee/vigilar#5 2026-04-05 16:54:12 +00:00
test: isolate VIGILAR_CONFIG via autouse session fixture (fixes #3)
alee pushed to main at alee/vigilar 2026-04-05 16:53:24 +00:00
17bd403217 fix: correct set-password docstring (scrypt, not bcrypt)