From 69e084a750a0927018e10f963e8d94c0738121b0 Mon Sep 17 00:00:00 2001 From: RepoDynamicsBot <80158628+AAriam@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:02:33 +0200 Subject: [PATCH] Release version 0.0.0.dev334 --- pyproject.toml | 2 +- src/controlman/_data/schema/main.yaml | 48 ++++++++++----------------- 2 files changed, 18 insertions(+), 32 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87bad7b..7ab9381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev333" +version = "0.0.0.dev334" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/main.yaml b/src/controlman/_data/schema/main.yaml index 01da9a5..30f5118 100644 --- a/src/controlman/_data/schema/main.yaml +++ b/src/controlman/_data/schema/main.yaml @@ -2540,12 +2540,12 @@ properties: default: value: >- - | Date | Time | Actor | Description | + | Date | Time | Actor | Description | - | ---- | ---- | ----- | ----------- | + | ---------- | -------- | -------------------------------- | ----------------------------------------------------- | template: | {%- macro make_entry(actor, description) -%} - | {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ actor }} | {{ description }} | + | {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ actor | ljust(32) }} | {{ description | ljust(53) }} | {%- endmacro -%} {%- macro make_user(user) -%} @@ -2684,33 +2684,19 @@ properties: additionalProperties: false default: triage: - value: >- - - - [ ] Triage + value: '\n - [ ] Triage' planning: - value: >- - - - [ ] Planning + value: '\n - [ ] Planning' requirement_analysis: - value: >- - - - [ ] Requirement Analysis + value: '\n - [ ] Requirement Analysis' design: - value: >- - - - [ ] Design + value: '\n - [ ] Design' implementation: - value: >- - - - [ ] Implementation + value: '\n - [ ] Implementation' testing: - value: >- - - - [ ] Testing + value: '\n - [ ] Testing' deploy: - value: >- - - - [ ] Deployment + value: '\n - [ ] Deployment' properties: triage: $ref: https://controlman.repodynamics.com/schema/doc-protocol-data @@ -2732,19 +2718,19 @@ properties: description: value: '**TBD**' urd: - value: '{{ issue_body }}' + value: '\n{{ issue_body }}\n' triage: - value: '**TBD**' + value: '\n**TBD**\n' plan: - value: '**TBD**' + value: '\n**TBD**\n' srs: - value: '**TBD**' + value: '\n**TBD**\n' sdd: - value: '**TBD**' + value: '\n**TBD**\n' testing: - value: '**TBD**' + value: '\n**TBD**\n' deployment: - value: '**TBD**' + value: '\n**TBD**\n' additionalProperties: $ref: https://controlman.repodynamics.com/schema/doc-protocol-data marker: