Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis created branch issue-7-event-metadata-support in flowmade-one/aether 2026-01-09 16:53:10 +00:00
HugoNijhuis pushed to issue-7-event-metadata-support at flowmade-one/aether 2026-01-09 16:53:10 +00:00
97ff1c3346 Add event metadata support for distributed tracing and auditing
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-09 16:37:24 +00:00
a269da4520 [Issue #4] Add SnapshotStore unit tests (#31)
HugoNijhuis merged pull request flowmade-one/aether#31 2026-01-09 16:37:24 +00:00
[Issue #4] Add SnapshotStore unit tests
HugoNijhuis commented on pull request flowmade-one/aether#31 2026-01-09 16:37:11 +00:00
[Issue #4] Add SnapshotStore unit tests

Re-Review - Approved

All feedback from the previous review has been addressed:

  • Thread safety: Added mutex protection to SaveSnapshot (Lock) and GetLatestSnapshot (RLock)
  • **Nil…
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:35:35 +00:00
9b83333275 Extract routes to getRoutes() function
3bd0659caf Add auth-protected app example
Compare 2 commits »
HugoNijhuis closed issue flowmade-one/iris#7 2026-01-09 16:35:34 +00:00
Auth-protected app example
HugoNijhuis merged pull request flowmade-one/iris#20 2026-01-09 16:35:33 +00:00
[Issue #7] Auth-protected app example
HugoNijhuis commented on pull request flowmade-one/iris#20 2026-01-09 16:35:29 +00:00
[Issue #7] Auth-protected app example

Code Review - Approved

Comprehensive OIDC authentication example with login/logout flow, protected routes, and token handling.

Highlights

  • Well-documented package comment explaining…
HugoNijhuis pushed to issue-4-snapshotstore-tests at flowmade-one/aether 2026-01-09 16:34:27 +00:00
185c645238 Merge main and address review feedback
032fda41ce Add comprehensive unit tests for InMemoryEventStore
Compare 2 commits »
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:34:18 +00:00
7393778453 Remove unused responseWriter struct
89efc9b41d Add hot reload for development
Compare 2 commits »
HugoNijhuis closed issue flowmade-one/iris#9 2026-01-09 16:34:16 +00:00
Hot reload for development
HugoNijhuis merged pull request flowmade-one/iris#19 2026-01-09 16:34:16 +00:00
[Issue #9] Hot reload for development
HugoNijhuis commented on pull request flowmade-one/iris#19 2026-01-09 16:34:12 +00:00
[Issue #9] Hot reload for development

Code Review - Approved

Excellent hot reload feature with clean architecture and good test coverage.

Highlights

  • Clean separation: Watcher, Builder, LiveReload, Inject, DevServer -…
HugoNijhuis pushed to main at flowmade-one/architecture 2026-01-09 16:33:25 +00:00
3afe930a27 Refactor spawn-issues as orchestrator
HugoNijhuis pushed to main at flowmade-one/iris 2026-01-09 16:29:59 +00:00
9642fd008e Remove internal package import from todo example
505fa0f84a Add todo list example
Compare 2 commits »
HugoNijhuis closed issue flowmade-one/iris#5 2026-01-09 16:29:58 +00:00
Todo list example
HugoNijhuis merged pull request flowmade-one/iris#16 2026-01-09 16:29:58 +00:00
[Issue #5] Todo list example
HugoNijhuis commented on pull request flowmade-one/iris#16 2026-01-09 16:29:53 +00:00
[Issue #5] Todo list example

Code Review - Approved

Comprehensive todo list example demonstrating reactive list management, component composition, and event handling.

Highlights

  • Clean component composition pattern…
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-09 16:29:34 +00:00
032fda41ce Add comprehensive unit tests for InMemoryEventStore