-
Notifications
You must be signed in to change notification settings - Fork 52
Additional feed summary params #634
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
base: dev
Are you sure you want to change the base?
Conversation
…lidation and save to feed versi
…ed version and tests
src/main/java/com/conveyal/datatools/manager/models/FeedSourceSummary.java
Show resolved
Hide resolved
…includes error counts using exp
…sionSummary and created separat
…t if published feed version not
…ate to process all returned doc
…ion for feed sources Added sort
… obtain feed source error count
binh-dam-ibigroup
left a comment
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 comments for now, but I sense that we will need to compute the publish status in datatools-server rather than the UI.
src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/gtfsplus/GtfsPlusValidation.java
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/gtfsplus/GtfsPlusValidation.java
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/jobs/ValidateGtfsPlusFeedJob.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedVersionSummary.java
Outdated
Show resolved
Hide resolved
…exclude editor namespaces from
…tes): Data sanitizer updates sh
Newer reference is no longer needed
binh-dam-ibigroup
left a comment
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.
Nice changes, they work. A few more minor changes, but happy to pass this.
src/main/java/com/conveyal/datatools/manager/gtfsplus/GtfsPlusValidation.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/gtfsplus/GtfsPlusValidation.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedSourceSummary.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedSourceSummary.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedSourceSummary.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/FeedSourceSummary.java
Show resolved
Hide resolved
src/test/java/com/conveyal/datatools/manager/controllers/api/FeedSourceControllerTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/datatools/manager/controllers/api/FeedSourceControllerTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/conveyal/datatools/manager/controllers/api/FeedSourceControllerTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/conveyal/datatools/manager/models/PublishState.java
Outdated
Show resolved
Hide resolved
JymDyerIBI
left a comment
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.
👍 Whew! A lot of stuff, it looks good.
Checklist
devbefore they can be merged tomaster)Description
Update to provide additional parameters to the UI via feed summary. This now contains two new parameters:
In order to get Gtfs plus validation into feed version, validation now takes places (via ValidateGtfsPlusFeedJob) in the same places as mobility data validation. This only happens with new feed versions and is not backwards compatiable, therefore gtfs plus validation won't be available for older feed versions.