- Rhode Island
- https://dtvax.dynatron.me/
- Joined on
2022-07-01
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.
f779242995
Merge pull request 'callsnormalize' (#40) from callsnormalize into trunk
f7fdaf9867
don't alert ignored
711c8fbad0
tests
f6cb8b4d17
fixes
78f6df5920
Flatten migrations
26f09ab094
Merge pull request 'callsnormalize' (#40) from callsnormalize into trunk
5a0bd9b147
don't alert ignored
b3b7c38159
tests
d72608bc41
fixes
7e5a7b6a78
Flatten migrations
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)
5a0bd9b147
don't alert ignored
b3b7c38159
tests
d72608bc41
fixes
7e5a7b6a78
Flatten migrations
5e6c97adec
wip
Relay: client is not reusing connections
f6595d7463
Merge pull request 'Add relayer' (#37) from relay into trunk
af81ae32ef
Relay
ec33e568d5
Add relay
a318242de2
add marshal
Evaluate data model
To do in callsnormalize branch:
- Change monster
UNION
learned queries to doJOIN
with learned table. - Change to repository pattern
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.