This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/bundler/nokogiri-1.13.9
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
omit 33ddfc26 Bump nokogiri from 1.11.5 to 1.13.9
add 7badf98c start of docs for workflow
add 6c240802 more steps documented
add 82b52fc6 documentation for `assert` functionality of DSL predicates
add 96e67c1c fleshed out docs for workflow
add 2a60fb51 notes on error handling and other recent developments
add 0b6998f4 docs for software process entities from workflow, and
ansible-ssh workflow step
add e374345d add examples, and minor docs for http requests
add 5b2890fa Merge branch 'workflow'
add 5e2c4e01 fix indentation in blueprint
add e7e1ded0 tidy language for workflow
add 7b8ab475 bump ruby to 3.1.2
add ddfef71e add workflow examples
add 1ee04f0f add indices for workflow steps
add f10501af add new step types and minor other changes/details
add 1296ad3a use underscores, add some new options on steps
add 80dc413a Bump nokogiri from 1.11.5 to 1.13.9
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (33ddfc26)
\
N -- N -- N refs/heads/dependabot/bundler/nokogiri-1.13.9
(80dc413a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Gemfile | 6 +-
Gemfile.lock | 69 ++---
_plugins/jsonball.rb | 55 +++-
guide/blueprints/index.md | 1 +
guide/blueprints/workflow/common.md | 201 +++++++++++++
guide/blueprints/workflow/defining.md | 164 +++++++++++
.../ansible-bash/example-ansible-and-bash.yaml | 54 ++++
.../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 ++
.../blueprints/workflow/examples/oauth/oauth.yaml | 63 +++++
guide/blueprints/workflow/index.md | 32 +++
guide/blueprints/workflow/nested-workflow.md | 77 +++++
guide/blueprints/workflow/steps/index.md | 70 +++++
guide/blueprints/workflow/steps/steps.yaml | 315 +++++++++++++++++++++
guide/blueprints/workflow/variables.md | 213 ++++++++++++++
guide/blueprints/yaml-reference.md | 116 ++++++--
guide/locations/_vSphere.md | 6 +-
style/css/_util.scss | 6 +
21 files changed, 1486 insertions(+), 81 deletions(-)
create mode 100644 guide/blueprints/workflow/common.md
create mode 100644 guide/blueprints/workflow/defining.md
create mode 100644
guide/blueprints/workflow/examples/ansible-bash/example-ansible-and-bash.yaml
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
create mode 100644 guide/blueprints/workflow/examples/oauth/oauth.yaml
create mode 100644 guide/blueprints/workflow/index.md
create mode 100644 guide/blueprints/workflow/nested-workflow.md
create mode 100644 guide/blueprints/workflow/steps/index.md
create mode 100644 guide/blueprints/workflow/steps/steps.yaml
create mode 100644 guide/blueprints/workflow/variables.md