Closed AndrewEckart closed 3 years ago
Merging #109 (f0f5e61) into develop (bb281ba) will increase coverage by
0.13%
. The diff coverage is100.00%
.:exclamation: Current head f0f5e61 differs from pull request most recent head 01c626a. Consider uploading reports for the commit 01c626a to get more accurate results
@@ Coverage Diff @@
## develop #109 +/- ##
===========================================
+ Coverage 90.90% 91.04% +0.13%
===========================================
Files 47 49 +2
Lines 1309 1329 +20
Branches 108 108
===========================================
+ Hits 1190 1210 +20
Misses 106 106
Partials 13 13
Impacted Files | Coverage Δ | |
---|---|---|
servicex/routes.py | 100.00% <100.00%> (ø) |
|
servicex/web/auth_callback.py | 89.28% <100.00%> (ø) |
|
servicex/web/global_dashboard.py | 100.00% <100.00%> (ø) |
|
servicex/web/user_dashboard.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 bb281ba...01c626a. Read the comment docs.
This PR contains two new web routes:
/dashboard
displays user-specific transformation requests in a paginated table, linking to their individual pages. For ongoing requests, progress bars are displayed and updated at regular intervals./global-dashboard
displays the same information as the above for all transformation requests in the database. This route is shown in the header if auth is disabled. If auth is enabled, this route is restricted to administrators.Replaces the remainder of #79.