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

Use version strings instead of floats in examples #4332

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
bdbf397
Use version strings instead of floats in examples
blag Sep 6, 2018
f1297ff
Convert more version floats to strings
blag Jan 29, 2019
dc03f10
Merge branch 'master' into use-version-strings-in-examples
blag Feb 1, 2019
02e5854
Merge branch 'master' into use-version-strings-in-examples
blag Feb 21, 2019
08237c1
Merge branch 'master' into use-version-strings-in-examples
blag Feb 28, 2019
7444e94
Merge branch 'master' into use-version-strings-in-examples
blag Apr 4, 2019
d44cf5e
Merge branch 'master' into use-version-strings-in-examples
blag Apr 10, 2019
c1eb65a
Merge branch 'master' into use-version-strings-in-examples
blag Apr 12, 2019
0d3978b
Merge branch 'master' into use-version-strings-in-examples
blag Apr 19, 2019
c144cd6
Merge branch 'master' into use-version-strings-in-examples
blag Apr 24, 2019
338116b
Merge branch 'master' into use-version-strings-in-examples
blag May 1, 2019
302c62b
Merge branch 'master' into use-version-strings-in-examples
blag May 7, 2019
e4a3b96
Merge branch 'master' into use-version-strings-in-examples
blag May 10, 2019
ae805a0
Merge branch 'master' into use-version-strings-in-examples
blag May 13, 2019
b97f76d
Merge branch 'master' into use-version-strings-in-examples
blag May 15, 2019
84a0e02
Merge branch 'master' into use-version-strings-in-examples
blag May 20, 2019
91352ed
Merge branch 'master' into use-version-strings-in-examples
blag May 31, 2019
288edb1
Merge branch 'master' into use-version-strings-in-examples
blag Jun 14, 2019
f1d653d
Merge branch 'master' into use-version-strings-in-examples
blag Dec 13, 2019
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
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-ask-basic.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that demonstrates inquiry.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that demonstrates consecutive inquiries.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that demonstrates inquiry nested in a subworkflow.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that demonstrates parallel inquiries.

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-basic.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that runs an arbitrary linux command.

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-data-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow to demonstrate data flow options.

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-examples.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: Run a set of orquesta examples

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-join.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that demonstrate branching and join.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow that demonstrates forks and join.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: >
A sample workflow that demonstrates how to handle rollback and retry on error. In this example,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic sequential workflow.

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-st2-ctx.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow demonstrating use of st2 runtime context.

Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/actions/workflows/orquesta-st2kv.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow that demonstrates st2kv usage.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that runs another subworkflow.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow with error while evaluating input.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic sequential workflow.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow with error while evaluating output.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow with error in the rendering of the starting task.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow that fails on publish during task transition.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow with error while evaluating task transition.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic workflow with error while evaluating vars.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A basic sequential workflow.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the cascading cancellation of subworkflow action.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the cascading cancellation of subworkflow action.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the cancellation feature.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the cascading pause of subworkflow action.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the cascading pause of subworkflow action.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0
version: "1.0"

description: A sample workflow used to test the pause feature.

Expand Down