Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tag search. Closes #66 #73

Merged
merged 2 commits into from
Jul 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Key features of the current API proposal:
* ability to request a workflow run using CWL or WDL (and maybe future formats)
* ability to parameterize that workflow using a JSON schema (ideally a future version would be in common between CWL and WDL)
* ability to get information about running workflows, status, errors, output file locations, etc.
* to search for workflows by arbitrary key/values

Outstanding questions:

Expand Down
8 changes: 0 additions & 8 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ paths:
in: query
required: false
type: string
- name: tag_search
description: |-
OPTIONAL
For each key, if the key's value is empty string then match runs that are tagged with
this key regardless of value.
in: query
required: false
type: string
tags:
- WorkflowExecutionService
post:
Expand Down