-
Notifications
You must be signed in to change notification settings - Fork 53
MTC deploy with updates from dev branch #617
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: mtc-deploy
Are you sure you want to change the base?
Conversation
Mtc optimize feedupdater to dev branch
…ests and restructuring of mongo
…usive between pinned and latest
Add MobilityData GTFS Validator to validation step
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.6...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): Upgrade sparkjava to 2.9.4.
Deployed feed version summaries
… has a pinned deployment and re
Bump GTFS lib version (Dev)
…ailable via a new end point
MTC Delete publishedVersion (dev branch)
Update gtfs-lib May 2023
deps: update AWS sdk to latest version
Fix Append Transformation Edge Cases
Support R7A Deployment
MobilityData Validator v6
remove project-wide deployment settings
Jan 25 gtfs-lib update
ci(maven): Use GitHub cache action v4.
chore(deps): Update snakeyaml to v2.4 and jackson* to 2.18.3.
…notify-errors Notify subscribers of auto publish failure
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.
I've done a cursory check and highlighted some minor items. Are MTC aware this is taking place and are aware of the benifits e.g.
- Mobility data validation
- Pattern name persisting on export/import
- Quicker feed source summaries retrival
- New transformations?
- Others
Note: `dev` branch docs can be found [here](http://conveyal-data-tools.readthedocs.org/en/dev/). |
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.
This redirects to: https://data-tools-docs.ibi-transit.com/en/dev/
. Might as well use this instead.
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.
I am going to leave any branding changes out of this PR.
@@ -35,7 +37,7 @@ public void jobLogic() { | |||
// Add the jobs to handle this operation in order. | |||
addNextJob( | |||
// First export the snapshot to GTFS. | |||
new ExportSnapshotToGTFSJob(owner, snapshot, feedVersion), | |||
new ExportSnapshotToGTFSJob(owner, snapshot, feedVersion, publishProprietaryFiles), |
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.
publishProprietaryFiles
is coming up a lot in the diff. MTC, if they don't already, should know that this allows patterns to be included in the snapshot. Patterns are then preserved on import.
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.
This doesn't appear to be used. Can it be removed?
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.
This file is still in the dev branch, and there is a TODO for removing it safely from that branch.
public OtpBuildConfig buildConfig; | ||
|
||
public OtpRouterConfig routerConfig; | ||
|
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.
Backs up previous comments on these two classes.
Checklist
Description
This PR brings updates from dev into the MTC branch.
Original merge conflicts can be reviewed at #590.