-
Notifications
You must be signed in to change notification settings - Fork 89
MTC Enhancements March 2020 #545
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
47e6572
fix(FeedVersionNavigator): reverse version sort; add retrieval method…
landonreed a279b5e
refactor(VersionRetrievalBadge): account for missing retrieval method
landonreed bc3a601
Merge branch 'dev' into mtc-20200310
landonreed 4c4be61
refactor: fix lint
landonreed e8ec5f5
refactor: address PR comments
landonreed f1797a7
refactor: fix flow
landonreed 5fb9ec9
feat(GtfsPlusVersionSummary): Add GTFS+ validation issue details.
binh-dam-ibigroup f2ddd81
improvement(GtfsPlusVersionSummary): Remove top boder in issues cell.…
binh-dam-ibigroup ade917a
fix(GtfsPlusVersionSummary): Tame down changes
binh-dam-ibigroup 4c3f49f
style(GtfsPlusVersionSummary): Revert some code layout.
binh-dam-ibigroup bd14749
fix(GtfsPlusVersionSummary): Address PR comments
binh-dam-ibigroup 1820fc5
fix(getGtfsPlusSpec): Move sorting from GtfsPlusVersionSummary to get…
binh-dam-ibigroup 5c65a19
style(GtfsPlusVersionSummary): Adjust code layout.
binh-dam-ibigroup e9a558c
Merge pull request #553 from ibi-group/mtc-gtfsplus
landonreed 734517d
fix(gtfs+): change rider_category_id from Adult -> Regular
landonreed 82e1adb
Merge branch 'dev' into mtc-20200310
landonreed 388647c
feat(gtfs-transform): add feed transformation settings
landonreed 17179a5
refactor(FeedVersionNavigator): remove unnecessary bad props checks
landonreed 9572a69
Merge branch 'dev' into gtfs-transform
landonreed dc179b3
refactor: fix lint/flow
landonreed 700ab3c
refactor(gtfs-transform): address MTC comments
landonreed 62c70db
refactor: fix flow typing
landonreed bccc6eb
refactor: fix flow def
landonreed 3dd7760
refactor(gtfs-transform): move code into smaller files
landonreed b5dff34
refactor: update jsdoc
landonreed ee5e99d
refactor(gtfs-transform): add transformations indicator badge
landonreed d80572b
test(jest): update snapshots
landonreed 5c5226b
refactor: address PR comments, add transform name tests
landonreed f6d8ab8
chore: fix lint
landonreed 3d2c3c0
Merge pull request #579 from ibi-group/gtfs-transform
landonreed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Can you remove
/* eslint-disable complexity */now?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'm not sure if this is needed anywhere anymore. When I remove these
yarn lintruns fine. @evansiroky can you weigh in on whether these are still needed?