-
Notifications
You must be signed in to change notification settings - Fork 89
Merge mtc-deploy into dev #1046
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
… latestValidation
…fields Conflicts: i18n/english.yml
…s-manager into mtc-deployment
Conflicts: src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
Conflicts: src/main/java/com/conveyal/datatools/manager/controllers/DumpController.java
Conflicts: mkdocs.yml pom.xml src/main/client/admin/actions/admin.js src/main/client/admin/components/CreateUser.js src/main/client/admin/components/UserAdmin.js src/main/client/admin/components/UserList.js src/main/client/admin/components/UserSettings.js src/main/client/admin/containers/ActiveUserAdmin.js src/main/client/admin/reducers/admin.js src/main/client/alerts/actions/alerts.js src/main/client/alerts/actions/projects.js src/main/client/alerts/components/AlertEditor.js src/main/client/alerts/components/AlertsList.js src/main/client/alerts/containers/VisibleAlertsList.js src/main/client/alerts/reducers/alerts.js src/main/client/common/components/ManagerPage.js src/main/client/common/containers/App.js src/main/client/gtfs/components/GtfsFilter.js src/main/client/gtfs/reducers/gtfsFilter.js src/main/client/gtfsplus/components/GtfsPlusVersionSummary.js src/main/client/index.tpl.html src/main/client/manager/actions/feeds.js src/main/client/manager/actions/user.js src/main/client/manager/components/FeedSourceViewer.js src/main/client/manager/components/FeedVersionNavigator.js src/main/client/manager/components/ProjectViewer.js src/main/client/manager/reducers/status.js src/main/client/public/components/PublicFeedsViewer.js src/main/client/signs/actions/projects.js src/main/java/com/conveyal/datatools/manager/DataManager.java src/main/java/com/conveyal/datatools/manager/auth/Auth0Users.java src/main/java/com/conveyal/datatools/manager/controllers/api/FeedVersionController.java src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java src/main/java/com/conveyal/datatools/manager/controllers/api/UserController.java src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java src/main/java/com/conveyal/datatools/manager/models/ExternalFeedSourceProperty.java src/main/java/com/conveyal/datatools/manager/models/FeedSource.java src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java src/main/java/com/conveyal/datatools/manager/utils/NotificationsUtils.java webpack.config.js
### Checklist - [ ] Appropriate branch selected _(all PRs must first be merged to `dev` before they can be merged to `master`)_ - [ ] Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented - [ ] The description lists all applicable issues this PR seeks to resolve - [ ] The description lists any configuration setting(s) that differ from the default settings - [ ] All tests and CI builds passing - [ ] The description lists all relevant PRs included in this release _(remove this if not merging to master)_ - [ ] e2e tests are all passing _(remove this if not merging to master)_ ### Description Please explain the changes you made here and, if not immediately obvious from the code, how they resolve any referenced issues (and PRs if merging to master). Be sure to include all issues being resolved and any special configuration settings that are need for the software to run properly with these changes.
Add modal to indicate a successful save in GTFS+ editor
…tc-features Isolate MTC features
…rsion is being processed by server
…eed-is-processing fix(FeedVersionActionsMTC): disable publish button if current feed version is being processed by server
…rsion is being processed by server
This reverts commit de85231.
MTC mtc-deploy branch with dev
miles-grant-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 small questions
| on: | ||
| push: | ||
| branches: [ "dev", master ] | ||
| branches: [ "dev", master, "mtc-deploy" ] |
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.
Is this still needed?
| # Getting Started | ||
|
|
||
| The GTFS Editor (or Editor) allows users to edit GTFS feeds imported from the Data Manager (see [Managing Project & Feeds](../managing-projects-feeds.md)) or create GTFS feeds completely from scratch. | ||
| ## Getting started |
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.
Duplicate
| */ | ||
| export default function Login ({ | ||
| redirectOnSuccess = window.location.path || '/home' | ||
| redirectOnSuccess = '/home' |
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.
Doesn't this remove support for returning back to a specific feed source you tried to open?
Checklist
devbefore they can be merged tomaster)Description
This PR brings the MTC-specific features. The MTC-specific features are enabled/disabled using config (e.g. using the "mtc" extension or other modules.)