mistral/mistral/lang/v2
Bob Haddleton e98614cd60 Update OnClauseSPec task name criteria
The OnClauseSpec required Task names to be \w+ or [a-zA-Z0-9_]
which is not enforced by the DSL, so it was possible to have
valid task names that could not be referenced in an on-clause.

YAML enforces some restrictions on characters in task names (#, !, |)
but other than that any JSON-schema valid string should be a valid Task
name

Change-Id: I3f1056cad7c67e160a082c2a0de2e3bfd476bc63
Closes-Bug: 1797439
2018-10-12 11:58:22 -05:00
..
__init__.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
actions.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
base.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
on_clause.py Update OnClauseSPec task name criteria 2018-10-12 11:58:22 -05:00
policies.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
publish.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
retry_policy.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
task_defaults.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
tasks.py Merge "Remove extra a specification validation" 2018-07-31 08:27:18 +00:00
workbook.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
workflows.py Merge "Remove extra a specification validation" 2018-07-31 08:27:18 +00:00