These 8 commits are when the Protocol Buffers files have changed:
Commit: | 5a932a6 | |
---|---|---|
Author: | sheldonabrown |
NYS-75 add support for alertType now consequenceMessage
The documentation is generated from this commit.
Commit: | f90894a | |
---|---|---|
Author: | sheldonabrown |
WMATA-473 alerts not showing up in nextbus api
Commit: | 68588bd | |
---|---|---|
Author: | sheldonabrown |
revert
Commit: | e6df17c | |
---|---|---|
Author: | dbenoff |
[WMATA-8] add 'source' attribute to serviceAlert protocol buffers object
Commit: | fc88937 | |
---|---|---|
Author: | jeffmaki |
Removing so folks don't accidently redeploy this old version
This commit does not contain any .proto
files.
Commit: | 472e5dc | |
---|---|---|
Author: | jeffmaki |
Copying Brian's oba-app-mods into our repo
Commit: | 9be1069 | |
---|---|---|
Author: | Brian Ferris |
1) Remove dependencies on DB for loading and querying GTFS during bundle building and during serving. Most everything that used to be built from GtfsRelationalDao has now been moved into NarrativeService or handled by the addition of AgencyEntry, RouteCollectionEntry, and RouteEntry to TransitGraphDao. Using the DB during bundle building is still an option if all the GTFS is too much to load into memory. 2) Use an in-memory GtfsRelationalDao by default when bundle building. 3) Disable trip planning task in bundle creation by default. 3) ... 4) Profit! Or at least watch bundle building move much faster.
Commit: | c77b986 | |
---|---|---|
Author: | Brian Ferris |
Refactor service alerts model to better support both SIRI-SX and GTFS-realtime, as well as fix some concurrency issues with the back-end data structures.