conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Allow importing Add Trips modifications from projects with different bundles #153

Closed trevorgerhardt closed 6 years ago

trevorgerhardt commented 6 years ago

If an import is called on a project that has a different bundle it now only imports Add Trips modifications and nulls out any references to stops, including in the phasing.

Relies on https://github.com/conveyal/analysis-ui/pull/717

codecov-io commented 6 years ago

Codecov Report

Merging #153 into dev will decrease coverage by 0.13%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #153      +/-   ##
============================================
- Coverage     19.65%   19.51%   -0.14%     
  Complexity       75       75              
============================================
  Files            58       58              
  Lines          2127     2142      +15     
  Branches        188      191       +3     
============================================
  Hits            418      418              
- Misses         1690     1705      +15     
  Partials         19       19
Impacted Files Coverage Δ Complexity Δ
...m/conveyal/taui/controllers/ProjectController.java 10.84% <0%> (-2.4%) 1 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b962eb3...073bc78. Read the comment docs.