conveyal / analysis-backend

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

Enhance /worker & /job endpoints #130

Closed trevorgerhardt closed 6 years ago

trevorgerhardt commented 6 years ago

Populate the endpoints with Bundle and Regional Analysis data to be used on the front-end.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@d1efe01). Click here to learn what that means. The diff coverage is 9.37%.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev     #130   +/-   ##
======================================
  Coverage       ?   15.34%           
  Complexity     ?       48           
======================================
  Files          ?       57           
  Lines          ?     2079           
  Branches       ?      186           
======================================
  Hits           ?      319           
  Misses         ?     1741           
  Partials       ?       19
Impacted Files Coverage Δ Complexity Δ
...a/com/conveyal/taui/analysis/broker/JobStatus.java 0% <ø> (ø) 0 <0> (?)
...nveyal/taui/analysis/broker/WorkerObservation.java 85.71% <ø> (ø) 1 <0> (?)
...n/java/com/conveyal/taui/AnalysisServerConfig.java 75.55% <100%> (ø) 3 <0> (?)
...om/conveyal/taui/controllers/WorkerController.java 22.91% <6.45%> (ø) 6 <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 d1efe01...11d883d. Read the comment docs.

trevorgerhardt commented 6 years ago

@abyrd made the discussed changes above, I think this is good to go now 👌