Actions
Feature #18215
closedUse 'select' on collection updates to avoid returning manifest_text
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
On the wb2 collection service, use select so that the update only returns the uuid field and not the manifest_text field in the response.
Related issues
Updated by Peter Amstutz about 3 years ago
- Target version set to 2021-10-27 sprint
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-10-27 sprint to 2021-11-10 sprint
- Category deleted (
Workbench2)
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-11-10 sprint to 2021-11-24 sprint
Updated by Tom Clegg about 3 years ago
- Related to Bug #18122: Support 'select' on 'get', 'update', and 'delete' calls to limit what fields are returned in update response added
Updated by Lucas Di Pentima about 3 years ago
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima about 3 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima about 3 years ago
Updates at commit:a969c0d3e - branch 18215-select-param-update-create
Test run: developer-run-tests: #2794
- Makes controller to just respond with selected field on create & update calls.
Updated by Tom Clegg about 3 years ago
18215-select-param-update-create LGTM - maybe worth adding Create and Update calls to (*RouterIntegrationSuite) TestSelectParam()
?
Updated by Lucas Di Pentima about 3 years ago
Updates at arvados-workbench2|e3655d66 - branch 18215-collection-update-without-manifest
Test run: developer-tests-workbench2: #510
- Updates
commonResourceService.update()
so that it accepts an optionalselect
param. - Updates
collectionService.update()
so that it automatically passes aselect
parameter with the list of updated fields, plus some other interesting ones likeversion
&modified_at
. - Modifies code handling the collection
update()
responses so that it updates the stored cache data instead of replacing it. - Adds test.
Updated by Lucas Di Pentima about 3 years ago
Update at arvados-workbench2|cb5f37e7
Test run: developer-tests-workbench2: #511
- Fixes unrelated test, seemingly related to #18173. (fail at developer-tests-workbench2: #510 was very similar)
Updated by Lucas Di Pentima about 3 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench2|6e0bfefd885bb7ebb445f60f3985bbbfca361935.
Actions