Daniel amigan
amigan pushed to trunk at amigan/stillbox 2024-11-19 10:27:00 -05:00
4f63b4b26c depupdate
amigan commented on issue amigan/stillbox#38 2024-11-19 10:20:59 -05:00
Relay: client is not reusing connections

Also make it handle upstream errors (connection refused, etc) more gracefully by not complaining (or even actually attempting connection) on every call.

amigan pushed to trunk at amigan/stillbox 2024-11-19 10:18:39 -05:00
f779242995 Merge pull request 'callsnormalize' (#40) from callsnormalize into trunk
f7fdaf9867 don't alert ignored
711c8fbad0 tests
f6cb8b4d17 fixes
78f6df5920 Flatten migrations
Compare 6 commits »
amigan pushed to trunk at amigan/stillbox 2024-11-19 10:17:20 -05:00
26f09ab094 Merge pull request 'callsnormalize' (#40) from callsnormalize into trunk
5a0bd9b147 don't alert ignored
b3b7c38159 tests
d72608bc41 fixes
7e5a7b6a78 Flatten migrations
Compare 8 commits »
amigan merged pull request amigan/stillbox#40 2024-11-19 10:17:18 -05:00
callsnormalize
amigan commented on issue amigan/stillbox#31 2024-11-19 10:16:35 -05:00
Evaluate data model

All that is left:

  • Repository pattern
  • Add ways to learn talkgroups (move out of learned, update talkgroups table with all fields and learned = false)
amigan created pull request amigan/stillbox#40 2024-11-19 10:14:15 -05:00
callsnormalize
amigan pushed to callsnormalize at amigan/stillbox 2024-11-19 10:12:20 -05:00
5a0bd9b147 don't alert ignored
b3b7c38159 tests
d72608bc41 fixes
7e5a7b6a78 Flatten migrations
Compare 7 commits »
amigan created branch callsnormalize in amigan/stillbox 2024-11-19 10:12:20 -05:00
amigan opened issue amigan/stillbox#39 2024-11-19 07:48:13 -05:00
New sink: icecast source
amigan opened issue amigan/stillbox#38 2024-11-18 19:58:37 -05:00
Relay: client is not reusing connections
amigan pushed to trunk at amigan/stillbox 2024-11-18 18:50:38 -05:00
584ad46679 comment test
amigan pushed to trunk at amigan/stillbox 2024-11-18 18:40:21 -05:00
f6595d7463 Merge pull request 'Add relayer' (#37) from relay into trunk
af81ae32ef Relay
ec33e568d5 Add relay
a318242de2 add marshal
Compare 4 commits »
amigan merged pull request amigan/stillbox#37 2024-11-18 18:40:19 -05:00
Add relayer
amigan created pull request amigan/stillbox#37 2024-11-18 18:31:43 -05:00
Add relayer
amigan pushed to relay at amigan/stillbox 2024-11-18 18:31:23 -05:00
af81ae32ef Relay
ec33e568d5 Add relay
a318242de2 add marshal
Compare 3 commits »
amigan created branch relay in amigan/stillbox 2024-11-18 18:31:23 -05:00
amigan commented on issue amigan/stillbox#31 2024-11-17 15:11:25 -05:00
Evaluate data model

To do in callsnormalize branch:

  • Change monster UNION learned queries to do JOIN with learned table.
  • Change to repository pattern
amigan opened issue amigan/stillbox#36 2024-11-16 18:51:45 -05:00
Organize transports
amigan commented on issue amigan/stillbox#31 2024-11-16 18:50:31 -05:00
Evaluate data model

This is half-done as of #25. Still need to figure out foreign key constraints that can map either to learned or actual talkgroups.