Eric Rakestraw ejr
  • Joined on 2024-07-26
ejr pushed to main at ejr/feedkit 2026-03-16 18:14:43 +00:00
96039f6530 refactor!: introduce generic processors registry and remove normalize registry adapter
ejr pushed to main at ejr/ansible-role-feedstack 2026-03-16 03:00:49 +00:00
29cac89fe8 Updated the feedstack default config file to reflect upstream changes in weatherfeeder.
ejr pushed to main at ejr/weatherfeeder 2026-03-16 00:26:58 +00:00
38bc162918 Updated go.sum
ejr pushed to main at ejr/weatherfeeder 2026-03-16 00:24:29 +00:00
eae9568afe Updated source configuration to track Feedkit v0.6.0
ejr pushed to main at ejr/feedkit 2026-03-16 00:24:24 +00:00
6c5f95ad26 feat(sources)!: split source contracts into PollSource/StreamSource and add mode-aware source config
ejr pushed tag v0.6.0 to ejr/weatherfeeder 2026-03-16 00:23:27 +00:00
ejr pushed tag v0.6.0 to ejr/feedkit 2026-03-16 00:21:52 +00:00
ejr pushed to main at ejr/ansible-role-feedstack 2026-03-15 13:57:21 +00:00
87e34cd80d Removed leftover watchtower defaults.
ejr pushed to main at ejr/ansible-role-feedstack 2026-03-15 13:50:03 +00:00
313c31140f Removed the watchtower container.
ejr pushed to main at ejr/ansible-role-feedstack 2026-03-06 15:04:26 +00:00
496424982e Update container definitions to run all services as a non-root user.
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-08 22:28:48 +00:00
7b2081b94c Updated docker compose syntax with respect to dependencies to maintain consistency with the upstream docker-compose role.
ejr pushed tag v0.5.2 to ejr/weatherfeeder 2026-02-08 21:06:53 +00:00
ejr pushed to main at ejr/weatherfeeder 2026-02-08 21:06:53 +00:00
f464592c56 Updates to accommodate the new upstream version of feedkit (v0.5.0), which now supports both polling sources and streaming sources.
ejr pushed tag v0.5.0 to ejr/feedkit 2026-02-08 21:04:44 +00:00
ejr pushed to main at ejr/feedkit 2026-02-08 21:04:44 +00:00
fafba0f01b Refactored the scheduler and source interfaces to accommondate both polling (e.g., HTTP) sources and streaming (e.g., message queue) sources.
ejr pushed to main at ejr/weatherfeeder 2026-02-08 15:15:58 +00:00
123e8ff763 Moved the standards package out of internal/ so it can be imported by downstream consumers.
ejr pushed tag v0.5.1 to ejr/weatherfeeder 2026-02-08 15:15:55 +00:00
ejr pushed tag v0.5.0 to ejr/weatherfeeder 2026-02-08 15:02:34 +00:00
ejr pushed to main at ejr/weatherfeeder 2026-02-08 14:56:40 +00:00
5923592b53 Moved the weatherfeeder model out of internal/ so that downstream consumers can import it directly.
c96a6bb78b Remove Go test files from .dockerignore; this will enable the CI system to run tests before building.
Compare 2 commits »
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-08 03:37:11 +00:00
2585dbffd1 Added the weatherprocessor container to the stack.