From 4dfecf42ab9d4158b3e421552d6749f38ab78a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kov=C3=A1=C4=8Dik?= Date: Wed, 21 Feb 2024 14:15:42 +0100 Subject: [PATCH 1/4] [NAE-1927] Shared roles - add new attribute to role --- petriflow.schema.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/petriflow.schema.xsd b/petriflow.schema.xsd index fc9abf8..e9162d8 100644 --- a/petriflow.schema.xsd +++ b/petriflow.schema.xsd @@ -69,6 +69,7 @@ + From df5d6dba58670ad00bc95228d73fc4ffd0466614 Mon Sep 17 00:00:00 2001 From: Machac Date: Thu, 12 Sep 2024 15:27:40 +0200 Subject: [PATCH 2/4] Release/v1.0.5 --- CHANGELOG.md | 13 + docs/petriflow.schema.xsd | 14 +- docs/v1.0.5/petriflow.schema.xsd | 792 +++++++++++++++++++++++++++++++ petriflow.schema.xsd | 9 +- 4 files changed, 815 insertions(+), 13 deletions(-) create mode 100644 docs/v1.0.5/petriflow.schema.xsd diff --git a/CHANGELOG.md b/CHANGELOG.md index be577d1..bd4bab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,40 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5](https://github.com/netgrif/petriflow/releases/tag/v1.0.5) (2023-09-12) + +### Added + +- [NAE-1927] Shared roles +- [NAE-1946] Remote file connector to S3 + + ## [1.0.4](https://github.com/netgrif/petriflow/releases/tag/v1.0.4) (2023-12-12) ### Added + - [NAE-1929] Data field type list of strings ## [1.0.3](https://github.com/netgrif/petriflow/releases/tag/v1.0.3) (2023-10-05) ### Added + - [NAE-1918] Tags on process resources ## [1.0.1](https://github.com/netgrif/petriflow/releases/tag/v1.0.1) (2021-12-07) ### Added + - [PF-15] Petriflow schema changes related to default and anonymous roles ### Changed + - [PF-4] XSD element to complex type ## [1.0.0](https://github.com/netgrif/petriflow/releases/tag/v1.0.0) (2021-08-05) diff --git a/docs/petriflow.schema.xsd b/docs/petriflow.schema.xsd index 399c906..5790a62 100644 --- a/docs/petriflow.schema.xsd +++ b/docs/petriflow.schema.xsd @@ -69,6 +69,7 @@ + @@ -602,11 +603,14 @@ - - - - - + + + + + + + + diff --git a/docs/v1.0.5/petriflow.schema.xsd b/docs/v1.0.5/petriflow.schema.xsd new file mode 100644 index 0000000..5790a62 --- /dev/null +++ b/docs/v1.0.5/petriflow.schema.xsd @@ -0,0 +1,792 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/petriflow.schema.xsd b/petriflow.schema.xsd index de1cb67..99fd143 100644 --- a/petriflow.schema.xsd +++ b/petriflow.schema.xsd @@ -605,14 +605,7 @@ - - - - - - - - + From 2a257253db500b0c430ce7a83e2746aff57ee763 Mon Sep 17 00:00:00 2001 From: Stefan Renczes Date: Mon, 16 Sep 2024 09:55:17 +0200 Subject: [PATCH 3/4] [NAE-1892] Validation registry - added missing schema elements --- petriflow.schema.xsd | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/petriflow.schema.xsd b/petriflow.schema.xsd index fc9abf8..a7852d6 100644 --- a/petriflow.schema.xsd +++ b/petriflow.schema.xsd @@ -595,6 +595,20 @@ + + + + + + + + + + + + + + @@ -602,11 +616,14 @@ - - - - - + + + + + + + + From 862e7f15ad2cfa8384574a2cb77a91c27cf63182 Mon Sep 17 00:00:00 2001 From: Machac Date: Mon, 16 Sep 2024 13:35:40 +0200 Subject: [PATCH 4/4] Release/v1.0.5 --- CHANGELOG.md | 4 ++-- docs/petriflow.schema.xsd | 14 ++++++++++++++ docs/v1.0.5/petriflow.schema.xsd | 14 ++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4bab9..2d7e187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.5](https://github.com/netgrif/petriflow/releases/tag/v1.0.5) (2023-09-12) +## [1.0.5](https://github.com/netgrif/petriflow/releases/tag/v1.0.5) (2023-09-17) ### Added - [NAE-1927] Shared roles - [NAE-1946] Remote file connector to S3 - +- [NAE-1892] Validation registry ## [1.0.4](https://github.com/netgrif/petriflow/releases/tag/v1.0.4) (2023-12-12) diff --git a/docs/petriflow.schema.xsd b/docs/petriflow.schema.xsd index 5790a62..0e98b0e 100644 --- a/docs/petriflow.schema.xsd +++ b/docs/petriflow.schema.xsd @@ -596,6 +596,20 @@ + + + + + + + + + + + + + + diff --git a/docs/v1.0.5/petriflow.schema.xsd b/docs/v1.0.5/petriflow.schema.xsd index 5790a62..0e98b0e 100644 --- a/docs/v1.0.5/petriflow.schema.xsd +++ b/docs/v1.0.5/petriflow.schema.xsd @@ -596,6 +596,20 @@ + + + + + + + + + + + + + +