3e62ace8ed
This PS adds support for filtering revisions and revision documents documents by any legal filter (those enumerated in the design document). Deckhand now supports the following filter arguments: * schema * metadata.name * metadata.label * metadata.layeringDefinition.abstract * metadata.layeringDefinition.layer * status.bucket Deckhand now supports the following filter arguments for filtering revisions: * tag Deckhand now supports multiple filters, e.g.: * ?metdata.layeringDefinition.layer=site&metadata.name=foo Deckhand now supports repeated filters, e.g.: * ?metadata.label=foo=bar&metadata.label=baz=qux The following has yet to be implemented will be done in a future follow-up PS: - support sorting by specific keywords as well - support query limit and offset filters Change-Id: I8558481e075715fe7fab98140094d37782a986d9
18 lines
399 B
YAML
18 lines
399 B
YAML
---
|
|
features:
|
|
- |
|
|
Deckhand now supports the following filter arguments for filtering revision
|
|
documents:
|
|
|
|
* schema
|
|
* metadata.name
|
|
* metadata.label
|
|
* metadata.layeringDefinition.abstract
|
|
* metadata.layeringDefinition.layer
|
|
* status.bucket
|
|
|
|
Deckhand now supports the following filter arguments for filtering
|
|
revisions:
|
|
|
|
* tag
|