kbase / staging_service

MIT License
0 stars 9 forks source link

DATAUP-603: Return file info along with results from bulk spec endpoint #153

Closed MrCreosote closed 2 years ago

MrCreosote commented 2 years ago

There were frequent requests in user testing xSV import to know which file the data was coming from when examining errors in the bulk import cell. This enables that functionality by providing the file names along with the results.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

bio-boris commented 2 years ago

@MrCreosote ghcr.io/kbase/staging_service-develop:pr-153 is up on ci Do you have an example query I can use with curl ?

MrCreosote commented 2 years ago
curl -H "Authorization: $KBASE_TOKEN_CI" https://ci.kbase.us/services/staging_service/bulk_specification/?files=<comma separated list of xSV files in your staging area>