gtfs-lib new major version release#324
Merged
landonreed merged 56 commits intomasterfrom Aug 16, 2021
Merged
Conversation
… and test conditionally require
…onally required fields as each
…from stops, for now, to minimiz
refactor: re-order stops/fare_rules for ref check
Bumps commons-io from 2.4 to 2.7. Signed-off-by: dependabot[bot] <[email protected]>
…Tracker and NewTripTimesValidat
…n field referential integrity f
…tion and attribution tables, co
Update conditional requirements checks
…java Co-authored-by: binh-dam-ibigroup <[email protected]>
… id feed error type replacing t
Remove codecov reporting
…Check.java Co-authored-by: Landon Reed <[email protected]>
…Check.java Co-authored-by: Landon Reed <[email protected]>
…t of pattern stop updates BREAKING CHANGE: This PR contains schema changes to the following tables routes, stop times, stop and feed info
…mons-io-2.7 chore(deps): bump commons-io from 2.4 to 2.7
…attributions and translations
Remove gpg signing
… continuous_drop_off.
Add stop_times linked fields continuous_pickup, continuous_drop_off.
GTFS Spec Updates
binh-dam-ibigroup
approved these changes
Aug 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
devbefore they can be merged tomaster)Description
This PR contains breaking changes for the Postgres GTFS schema. The database migration steps from ibi-group/datatools-server#387 can be used to automatically update any feeds that need the schema changes.
This PR also includes the following PRs: