Tyler Koenig lerko
  • Joined on 2026-04-10
lerko pushed to main at lerkolabs/uptop 2026-06-11 20:42:33 +00:00
ba4465daa2 refactor(server): extract Server type with named handler methods
54790db5c8 refactor(config): consolidate env parsing into appConfig struct
Compare 2 commits »
lerko merged pull request lerkolabs/uptop#108 2026-06-11 20:42:32 +00:00
refactor: config consolidation + Server type extraction
lerko created pull request lerkolabs/uptop#108 2026-06-11 20:38:03 +00:00
refactor: config consolidation + Server type extraction
lerko created branch refactor/config-server in lerkolabs/uptop 2026-06-11 20:37:48 +00:00
lerko pushed to refactor/config-server at lerkolabs/uptop 2026-06-11 20:37:48 +00:00
ba4465daa2 refactor(server): extract Server type with named handler methods
54790db5c8 refactor(config): consolidate env parsing into appConfig struct
Compare 2 commits »
lerko merged pull request lerkolabs/uptop#107 2026-06-11 20:20:24 +00:00
refactor: architecture foundations (status type, schema versioning, shared mock)
lerko pushed to main at lerkolabs/uptop 2026-06-11 20:20:24 +00:00
2b357341c8 refactor(store): shared storetest.BaseMock replaces 5 duplicated mocks
0974ab2b4c refactor(store): schema_version migration table + DeleteAlert FK fix
f00acbc280 refactor(models): typed Status constants with IsBroken() predicate
Compare 3 commits »
lerko deleted branch refactor/arch-foundations from lerkolabs/uptop 2026-06-11 20:20:24 +00:00
lerko created pull request lerkolabs/uptop#107 2026-06-11 20:12:44 +00:00
refactor: architecture foundations (status type, schema versioning, shared mock)
lerko created branch refactor/arch-foundations in lerkolabs/uptop 2026-06-11 20:12:29 +00:00
lerko pushed to refactor/arch-foundations at lerkolabs/uptop 2026-06-11 20:12:29 +00:00
2b357341c8 refactor(store): shared storetest.BaseMock replaces 5 duplicated mocks
0974ab2b4c refactor(store): schema_version migration table + DeleteAlert FK fix
f00acbc280 refactor(models): typed Status constants with IsBroken() predicate
Compare 3 commits »
lerko pushed to main at lerkolabs/uptop 2026-06-11 19:16:55 +00:00
c3ae0bd80a fix(store): migrate Postgres timestamps to TIMESTAMPTZ
70a83a1da9 refactor(store): propagate context.Context through all Store methods
Compare 2 commits »
lerko deleted branch refactor/store-context from lerkolabs/uptop 2026-06-11 19:16:55 +00:00
lerko merged pull request lerkolabs/uptop#106 2026-06-11 19:16:53 +00:00
refactor(store): context propagation + Postgres TIMESTAMPTZ
lerko created pull request lerkolabs/uptop#106 2026-06-11 19:00:21 +00:00
refactor(store): context propagation + Postgres TIMESTAMPTZ
lerko created branch refactor/store-context in lerkolabs/uptop 2026-06-11 19:00:07 +00:00
lerko pushed to refactor/store-context at lerkolabs/uptop 2026-06-11 19:00:07 +00:00
c3ae0bd80a fix(store): migrate Postgres timestamps to TIMESTAMPTZ
70a83a1da9 refactor(store): propagate context.Context through all Store methods
Compare 2 commits »
lerko pushed to main at lerkolabs/uptop 2026-06-11 18:03:17 +00:00
5d5153351e fix(engine): six correctness fixes for the state machine
lerko deleted branch fix/engine-state-machine from lerkolabs/uptop 2026-06-11 18:03:17 +00:00
lerko merged pull request lerkolabs/uptop#105 2026-06-11 18:03:16 +00:00
fix(engine): six correctness fixes for the state machine