-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared Stops Support #552
Shared Stops Support #552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. Unit tests to comfirm each shared error type would be really good.
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
Outdated
Show resolved
Hide resolved
Good changes, thanks for the suggestions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor nit. I'm approving, but think there should still be a unit test or two for this.
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/validation/SharedStopsValidator.java
Outdated
Show resolved
Hide resolved
# Conflicts: # pom.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Checklist
dev
before they can be merged tomaster
)Description
Adds support for Shared Stops feature in OTP.
This PR relies on conveyal/gtfs-lib#391. Everything is erroring until that is updated in pom.xml. If you manually set the gtfs-lib version to
9903b3b63ad26d135b5a55cf17e595557db037bb
, this PR will work.