Actions
Bug #16859
closedAPI should return collections when queried by PDH and they exist in a past version.
Start date:
09/21/2020
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, when requesting a collection by PDH from the API server, if the PDH is only found in a past version, it will return 404 unless include_past_versions=true. Based on conversations with customers, this behavior should change so that past versions can be fetched by PDH, (include_past_versions is default true for that API call).
Rule is: GET operations for a specific PDH or UUID include_past_versions default true. List operations include_past_versions default false.
Updated by Peter Amstutz over 4 years ago
- Description updated (diff)
- Target version changed from 2020-10-07 Sprint to 2020-09-23 Sprint
Updated by Peter Amstutz over 4 years ago
16859-pdh-version @ arvados|56e2a953bff7183f19845415b5f8de36a664f5c4
CollectionsController#find_object_by_uuid defaults to include_old_versions: true for both PDH and UUID. Add test.
Updated by Peter Amstutz over 4 years ago
- Status changed from New to Resolved
Applied in changeset arvados|e97a5d828bdf7cb9626d72efd94d3bcf718a18c9.
Actions