Skip to content

Commit e7e9b97

Browse files
authored
Merge pull request #504 from ibi-group/dev
Release attempt, again...
2 parents 4293884 + 1c41c8c commit e7e9b97

File tree

159 files changed

+8751
-5720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+8751
-5720
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.*/node_modules/config-chain/.*
33
.*/node_modules/fbjs/flow/.*
44
.*/node_modules/immutable/.*
5+
.*/node_modules/jju/examples.*
56
.*/node_modules/mapbox.js/docs/examples/.*
67
.*/node_modules/nock/node_modules/changelog/examples/.*
78
.*/node_modules/npmconf/.*

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# See https://help.github.com/articles/about-codeowners/
22

3-
# A Conveyal employee is required to approve PR merges
4-
* @conveyal/employees
3+
# An IBI Group OTP/Data Tools member is required to approve PR merges
4+
* @ibi-group/otp-data-tools

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ sudo: false
5353
# Push results to codecov.io
5454
after_success:
5555
# only deploy the release to github as the package is not needed on npm
56-
- semantic-release --prepare false --publish @semantic-release/github --verify-conditions @semantic-release/github
56+
- yarn run semantic-release

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# datatools-ui
22

3-
The core application for Conveyal's transit data tools suite.
3+
The core application for IBI Group's transit Data Tools suite. This application provides GTFS editing, management, validation, and deployment to OpenTripPlanner.
44

55
## Configuration
66

77
This repository serves as the front end UI for the Data Manager application. It must be run in conjunction with [datatools-server](https://github.com/conveyal/datatools-server)
88

99
## Documentation
1010

11-
View the [latest release documentation](http://conveyal-data-tools.readthedocs.org/en/latest/) at ReadTheDocs for more info on deployment and development as well as a user guide.
11+
View the [latest release documentation](http://data-tools-docs.ibi-transit.com/en/latest/) at ReadTheDocs for more info on deployment and development as well as a user guide.
1212

13-
Note: `dev` branch docs can be found [here](http://conveyal-data-tools.readthedocs.org/en/dev/).
13+
Note: `dev` branch docs (which refer to the default `branch` and are more up-to-date and accurate for most users) can be found [here](http://data-tools-docs.ibi-transit.com/en/dev/).
1414

1515
## Shoutouts 🙏
1616

0 commit comments

Comments
 (0)