Tyler Koenig lerko
  • Joined on 2026-04-10
lerko pushed to fix/engine-state-machine at lerkolabs/uptop 2026-06-11 17:57:08 +00:00
5d5153351e fix(engine): six correctness fixes for the state machine
lerko created pull request lerkolabs/uptop#105 2026-06-11 17:49:03 +00:00
fix(engine): six correctness fixes for the state machine
lerko created branch fix/engine-state-machine in lerkolabs/uptop 2026-06-11 17:48:52 +00:00
lerko pushed to fix/engine-state-machine at lerkolabs/uptop 2026-06-11 17:48:52 +00:00
cf1565a508 fix(engine): six correctness fixes for the state machine
lerko pushed to main at lerkolabs/uptop 2026-06-11 17:21:13 +00:00
61c28fac62 refactor(store): swap mattn/go-sqlite3 for modernc.org/sqlite
d1ab842283 ci: harden release pipeline and pin tooling
Compare 2 commits »
lerko deleted branch ci/test-gated-release from lerkolabs/uptop 2026-06-11 17:21:13 +00:00
lerko merged pull request lerkolabs/uptop#104 2026-06-11 17:21:12 +00:00
ci: harden release pipeline + swap to pure-Go SQLite
lerko created pull request lerkolabs/uptop#104 2026-06-11 17:16:11 +00:00
ci: harden release pipeline + swap to pure-Go SQLite
lerko created branch ci/test-gated-release in lerkolabs/uptop 2026-06-11 17:15:47 +00:00
lerko pushed to ci/test-gated-release at lerkolabs/uptop 2026-06-11 17:15:47 +00:00
61c28fac62 refactor(store): swap mattn/go-sqlite3 for modernc.org/sqlite
d1ab842283 ci: harden release pipeline and pin tooling
Compare 2 commits »
lerko pushed to main at lerkolabs/uptop 2026-06-11 16:43:22 +00:00
92efb8e270 fix(security): make SSH key revocation fail closed
0b64d13bb6 fix(security): serve /status/json through a public DTO
a1ab276bc5 fix(security): mask alert secrets in the TUI detail panel and table
Compare 3 commits »
lerko deleted branch fix/secret-masking-status-dto from lerkolabs/uptop 2026-06-11 16:43:22 +00:00
lerko merged pull request lerkolabs/uptop#103 2026-06-11 16:43:21 +00:00
fix(security): secret masking, status DTO, fail-closed SSH revocation (Phase 1)
lerko created pull request lerkolabs/uptop#103 2026-06-11 16:37:00 +00:00
fix(security): secret masking, status DTO, fail-closed SSH revocation (Phase 1)
lerko created branch fix/secret-masking-status-dto in lerkolabs/uptop 2026-06-11 16:35:21 +00:00
lerko pushed to fix/secret-masking-status-dto at lerkolabs/uptop 2026-06-11 16:35:21 +00:00
92efb8e270 fix(security): make SSH key revocation fail closed
0b64d13bb6 fix(security): serve /status/json through a public DTO
a1ab276bc5 fix(security): mask alert secrets in the TUI detail panel and table
Compare 3 commits »
lerko deleted branch fix/tui-io-mvu from lerkolabs/uptop 2026-06-11 15:54:31 +00:00
lerko pushed to main at lerkolabs/uptop 2026-06-11 15:54:24 +00:00
a3711c652c fix(tui): move all store writes out of Update into tea.Cmds
634c3ee03c fix(tui): finish moving keypress DB reads into tea.Cmds
274f0081e2 fix(tui): move theme styles onto the Model to end cross-session races
Compare 3 commits »
lerko deleted branch fix/tui-mvu-followups from lerkolabs/uptop 2026-06-11 15:54:24 +00:00
lerko merged pull request lerkolabs/uptop#102 2026-06-11 15:54:22 +00:00
fix(tui): finish the MVU I/O eviction (Phase 0 follow-ups)