datatools-ui
datatools-ui copied to clipboard
Core application for IBI's transit data tools suite.
## Observed behavior (please include a screenshot if possible) Builds fail randomly when yaml transformation is not completed in time. ## Expected behavior Mastarm should use a lock or async...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.15.2. Commits 9655237 Release version 1.15.2 of the npm package. 6e2b86d Default to localhost if no host given. 449e895 Throw invalid URL error on relative...
### Checklist - [x] Appropriate branch selected _(all PRs must first be merged to `dev` before they can be merged to `master`)_ - [x] Any modified or new methods or...
error when try to lanch UI ` > [email protected] start > mastarm build --env dev --serve --proxy http://localhost:4000/api (node:7524) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland...
## Observed behavior (please include a screenshot if possible) When a calendar exception is created and "No service" is selected in the "Run the following schedules" drop-down menu, no records...
### Checklist - [x] Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented - [x] The description lists all applicable issues this PR seeks...
### Checklist - [ ] Appropriate branch selected _(all PRs must first be merged to `dev` before they can be merged to `master`)_ - [ ] Any modified or new...
### Checklist - [ ] Appropriate branch selected _(all PRs must first be merged to `dev` before they can be merged to `master`)_ - [ ] Any modified or new...
Modified for testing (didn't use Flow framework) to use Valhalla routing instead of Graphhopper. To configure, in configurations/default/env.yml add: VALHALLA_URL: "https://valhalla1.openstreetmap.de/route" This will work with the stock Valhalla demo -...
Since valhalla is now open-source project and performs better than graphhopper (especially since there's bus profile in valhalla) I was wondering if its easy to setup so that DataTools uses...