You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete API spec implementation for flow_framework (#565)
* Add some 4xx error test
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for GET /workflow/_steps
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for GET /workflow/_status
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for POST /workflow/_deprovision
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for POST /workflow/_provision
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for POST /workflow/_search
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* 1. Adding API spec for POST/GET /workflow/state/_search
2. Adding Test for this API
Signed-off-by: Junwei Dai <[email protected]>
* add change log
Signed-off-by: Junwei Dai <[email protected]>
* Update tests/default/flow_framework/workflow.yaml
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
Signed-off-by: Junwei Dai <[email protected]>
* change searchStateResponse spec.
Signed-off-by: Junwei Dai <[email protected]>
* update workflow.yaml add new test file seperate test senario
Signed-off-by: Junwei Dai <[email protected]>
---------
Signed-off-by: Junwei Dai <[email protected]>
Signed-off-by: Junwei Dai <[email protected]>
Co-authored-by: Junwei Dai <[email protected]>
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
92
92
- Added request and response schemas for `/_cluster/decommission/awareness` ([#524](https://github.com/opensearch-project/opensearch-api-specification/pull/524))
93
93
- Added `Bytes` component of type number ([#552](https://github.com/opensearch-project/opensearch-api-specification/pull/552))
0 commit comments