Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-16 | gtfs-rt: don't remove SCHEDULED from schedule_relationship | stuebinm | 1 | -2/+2 | |
(since it's the default value it's not serialised; but best practices say to have it there explicitly) | |||||
2022-07-02 | gtfs realtime proof of concept | stuebinm | 31 | -0/+3295 | |
this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that) |