-
Notifications
You must be signed in to change notification settings - Fork 1
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
Flex spec v2 #7
Flex spec v2 #7
Conversation
…g linked fields):
…stops and stop times.):
…some house keeping):
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.
First round of comments for now with some cleanup suggestions, much more to come!
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.
Next round of comments and more to come!
src/main/java/com/conveyal/gtfs/validator/NewTripTimesValidator.java
Outdated
Show resolved
Hide resolved
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.
Other round of comments. Next is for me to try running this thing.
src/main/java/com/conveyal/gtfs/validator/ReferencesTripValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/gtfs/validator/ReferencesTripValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/gtfs/validator/ReferencesTripValidator.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/validator/FlexValidatorTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/validator/FlexValidatorTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Outdated
Show resolved
Hide resolved
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.
@br648 I am going to hand this over so you can make the changes per all previous comments.
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
…tor.java Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
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.
So far, there is a big typo in the validation messages that needs to be fixed.
…ables are updated):
…s only if pattern reconcile too
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.
A few more typos and light refactorings then I will approve. I don't feel too strongly about extracting the JSON data out of the code file. The basic functionality seems to work with corresponding datatools server and UI branches.
src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/dto/PatternStopWithFlexDTO.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/gtfs/dto/PatternStopWithFlexDTO.java
Outdated
Show resolved
Hide resolved
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.
👍 Buncha changes, all look good.
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.
Please address the two minor fixes before merging.
Death, where is thy Sting? Last edit looks good. |
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.
Change looks good.
Checklist
dev
before they can be merged tomaster
)Description
Changes to migrate the dev-flex branch from flex version 1 to version 2.