You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* the Nox session `workflow:generate` has been added to replace the deprecated
7
+
`tbx workflow install` and `tbx workflow update`. It has the additional feature
8
+
that users may customize the PTB provided workflows with a `.workflow-patcher.yml`
9
+
file, as detailed in [Customize Workflows for Your Project](https://exasol.github.io/python-toolbox/main/user_guide/features/github_workflows/create_and_update.html#customize-workflows-for-your-project).
10
+
* the GitHub workflow templates have been modified to include step_ids and to follow
11
+
an AP-format naming convention, as such it is anticipated that updating the workflows
12
+
results in several small changes.
13
+
14
+
## Feature
15
+
16
+
*#691: Started customization of PTB workflows by defining the YML schema
17
+
*#712: Added basic logging to workflow processing
18
+
*#714: Added logic to modify a workflow using the` .workflow-patcher.yml`
19
+
*#717: Restricted workflow names in `.workflow-patcher.yml` to template workflow names
20
+
*#719: Added Nox session `workflow:generate` to generate/update workflows using the `.workflow-patcher.yml` (if desired)
21
+
*#725: Added newline after headlines for dependency changes
22
+
23
+
## Documentation
24
+
25
+
*#705: Described how the versions of poetry and python are retrieved
26
+
*#706: Added description how to ignore findings to the User Guide
27
+
*#721: Added documentation for Nox session `workflow:generate`
28
+
29
+
## Refactoring
30
+
31
+
*#664: Removed deprecation warning for projects to switch over to BaseConfig
32
+
*#637: Added id to workflow templates & synchronized on naming conventions
33
+
*#702: Fixed StepCustomization.content to list[StepContent] and security concern for `update_cookiecutter_default`
34
+
*#710: Refactored and added custom exceptions to YamlRender-based classes
0 commit comments