mistral/releasenotes/notes/namespace_for_workbooks.yaml
hardikj 834747b5d9 Add namespace support for workbooks
This patch brings namespace support to workbooks.
Namespace of the workbook is inherited by workflows.

Implements: blueprint mistral-namespace-for-actions-workbooks
Change-Id: I2c66b3961915f0f35a9c468eb6dd0c0c70995234
2018-07-26 17:13:58 +05:30

16 lines
661 B
YAML

---
features:
- |
Add support for creating workbooks in a namespace. Creating workbooks
with same name is now possible inside the same project now. This feature
is backward compatible.
All existing workbooks are assumed to be in the default namespace,
represented by an empty string. Also, if a workbook is created without a
namespace specified, it is assumed to be in the default namespace.
When a workbook is created, its namespace is inherited by the
workflows contained within it. All operations on a particular workbook
require combination of name and namespace to uniquely identify a workbook
inside a project.