ssl-hep / ServiceX_App

REST Front End to ServiceX
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Add transformation request web route #108

Closed AndrewEckart closed 3 years ago

AndrewEckart commented 3 years ago

This PR adds a new web route at /transformation-request/<id>, which displays detailed information about a single transformation request. Note that id can be either the autoincremented integer used as the primary key in the database or the request_id, which is the generated UUID used in many other places throughout the back end.

image

Partially replaces #79.

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 (865477e) into develop (e1cb9f6) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #108      +/-   ##
===========================================
+ Coverage    90.76%   90.90%   +0.14%     
===========================================
  Files           46       47       +1     
  Lines         1289     1309      +20     
  Branches       106      108       +2     
===========================================
+ Hits          1170     1190      +20     
  Misses         106      106              
  Partials        13       13              
Impacted Files Coverage Δ
servicex/routes.py 100.00% <100.00%> (ø)
servicex/web/transformation_request.py 100.00% <100.00%> (ø)

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 e1cb9f6...865477e. Read the comment docs.