This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
from e7e1ded0 tidy language for workflow
new 7b8ab475 bump ruby to 3.1.2
new ddfef71e add workflow examples
new 1ee04f0f add indices for workflow steps
new f10501af add new step types and minor other changes/details
new 1296ad3a use underscores, add some new options on steps
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Gemfile | 6 +-
Gemfile.lock | 74 +++--
_plugins/jsonball.rb | 55 +++-
guide/blueprints/workflow/common.md | 16 +-
guide/blueprints/workflow/defining.md | 23 +-
.../ansible-bash}/example-ansible-and-bash.yaml | 19 +-
.../workflow/examples/ansible-bash/index.md | 12 +
.../workflow/examples/git-latest/git-latest.bom | 41 +++
.../workflow/examples/git-latest/index.md | 24 ++
guide/blueprints/workflow/examples/index.md | 14 +
guide/blueprints/workflow/examples/oauth/index.md | 28 ++
.../workflow/{ => examples/oauth}/oauth.yaml | 17 --
guide/blueprints/workflow/index.md | 10 +-
guide/blueprints/workflow/nested-workflow.md | 2 +-
guide/blueprints/workflow/steps.md | 317 ---------------------
guide/blueprints/workflow/steps/index.md | 70 +++++
guide/blueprints/workflow/steps/steps.yaml | 315 ++++++++++++++++++++
guide/blueprints/workflow/variables.md | 15 +-
guide/blueprints/yaml-reference.md | 31 +-
style/css/_util.scss | 6 +
20 files changed, 642 insertions(+), 453 deletions(-)
rename guide/blueprints/workflow/{ =>
examples/ansible-bash}/example-ansible-and-bash.yaml (68%)
create mode 100644 guide/blueprints/workflow/examples/ansible-bash/index.md
create mode 100644 guide/blueprints/workflow/examples/git-latest/git-latest.bom
create mode 100644 guide/blueprints/workflow/examples/git-latest/index.md
create mode 100644 guide/blueprints/workflow/examples/index.md
create mode 100644 guide/blueprints/workflow/examples/oauth/index.md
rename guide/blueprints/workflow/{ => examples/oauth}/oauth.yaml (78%)
delete mode 100644 guide/blueprints/workflow/steps.md
create mode 100644 guide/blueprints/workflow/steps/index.md
create mode 100644 guide/blueprints/workflow/steps/steps.yaml