From 0eeb4bacd40fa889ecdf720beafcaba149758fbe Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Tue, 5 Nov 2024 11:36:18 -0500 Subject: [PATCH 01/17] Changelog 2.20.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94247836d6..1613851690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.20.0] - Unreleased + +### Changed + +- plugins: fix dependency scopes +([#1017](https://github.com/walmartlabs/concord/pull/1017)). + + + ## [2.19.0] - 2024-11-05 ## Added From 6ff6dece321b8a43cdbf6e2e0c12dae3f8f529d8 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Tue, 5 Nov 2024 23:59:37 -0500 Subject: [PATCH 02/17] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1613851690..f8825dc939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ ### Changed - plugins: fix dependency scopes -([#1017](https://github.com/walmartlabs/concord/pull/1017)). +([#1017](https://github.com/walmartlabs/concord/pull/1017)); +- runtime-v2: remove extraneous error logging +([#1021](https://github.com/walmartlabs/concord/pull/1021)). From e905dd3e90b68c06010278341219b1517c7646f8 Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Wed, 6 Nov 2024 10:16:06 -0500 Subject: [PATCH 03/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8825dc939..79d1ebf16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Changed +- runtime-v2: script meta options should not override the script step name +([#1022](https://github.com/walmartlabs/concord/pull/1022)); - plugins: fix dependency scopes ([#1017](https://github.com/walmartlabs/concord/pull/1017)); - runtime-v2: remove extraneous error logging From 4746d8e1fe656c543439f182e46ce512b5483751 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Wed, 6 Nov 2024 19:33:05 -0500 Subject: [PATCH 04/17] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d1ebf16e..a40255d34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ ### Changed -- runtime-v2: script meta options should not override the script step name -([#1022](https://github.com/walmartlabs/concord/pull/1022)); - plugins: fix dependency scopes ([#1017](https://github.com/walmartlabs/concord/pull/1017)); - runtime-v2: remove extraneous error logging -([#1021](https://github.com/walmartlabs/concord/pull/1021)). +([#1021](https://github.com/walmartlabs/concord/pull/1021)); +- runtime-v2: script meta options should not override +the script step name +([#1022](https://github.com/walmartlabs/concord/pull/1022)); +- concord-console2: fix zero content-length parsing in makeError +([#1025](https://github.com/walmartlabs/concord/pull/1025)). From 0558e6111836b101b738e0b9aa12efcf1ba43575 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Thu, 7 Nov 2024 13:52:31 -0500 Subject: [PATCH 05/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40255d34e..518f06f36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ - runtime-v2: script meta options should not override the script step name ([#1022](https://github.com/walmartlabs/concord/pull/1022)); +- runtime-v2: fix error messages +([#1023](https://github.com/walmartlabs/concord/pull/1023)); - concord-console2: fix zero content-length parsing in makeError ([#1025](https://github.com/walmartlabs/concord/pull/1025)). From 3d8360478a09545f3ecea3f6a1df1583580fa2b5 Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Thu, 7 Nov 2024 20:46:07 -0500 Subject: [PATCH 06/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518f06f36d..cb23717a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Changed +- concord-server: split ConcordAuthenticationHandler into separate handlers +([#1026](https://github.com/walmartlabs/concord/pull/1026)); - plugins: fix dependency scopes ([#1017](https://github.com/walmartlabs/concord/pull/1017)); - runtime-v2: remove extraneous error logging From 1e09ea922cf137dd6cbf5da9036f0d06dc31ce2c Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Thu, 7 Nov 2024 22:15:22 -0500 Subject: [PATCH 07/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb23717a34..ad5a844700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Changed +- mock-tasks: allow matching mocks by meta attributes or step name +([#1024](https://github.com/walmartlabs/concord/pull/1024)); - concord-server: split ConcordAuthenticationHandler into separate handlers ([#1026](https://github.com/walmartlabs/concord/pull/1026)); - plugins: fix dependency scopes From 8c65c1a86183a5a9e88e7e70d64a52320c1c9f08 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Fri, 8 Nov 2024 13:57:29 -0500 Subject: [PATCH 08/17] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5a844700..f4a554cb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ ### Changed -- mock-tasks: allow matching mocks by meta attributes or step name -([#1024](https://github.com/walmartlabs/concord/pull/1024)); -- concord-server: split ConcordAuthenticationHandler into separate handlers -([#1026](https://github.com/walmartlabs/concord/pull/1026)); - plugins: fix dependency scopes ([#1017](https://github.com/walmartlabs/concord/pull/1017)); - runtime-v2: remove extraneous error logging @@ -17,8 +13,16 @@ the script step name ([#1022](https://github.com/walmartlabs/concord/pull/1022)); - runtime-v2: fix error messages ([#1023](https://github.com/walmartlabs/concord/pull/1023)); +- mock-tasks: allow matching mocks by meta attributes or +step name +([#1024](https://github.com/walmartlabs/concord/pull/1024)); - concord-console2: fix zero content-length parsing in makeError -([#1025](https://github.com/walmartlabs/concord/pull/1025)). +([#1025](https://github.com/walmartlabs/concord/pull/1025)); +- concord-server: split ConcordAuthenticationHandler into +separate handlers +([#1026](https://github.com/walmartlabs/concord/pull/1026)); +- concord-server: fix session token handling +([#1032](https://github.com/walmartlabs/concord/pull/1032)). From 300324e593c10a9ae25290cebc55f727e0058fc1 Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Fri, 8 Nov 2024 17:07:23 -0500 Subject: [PATCH 09/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a554cb49..0aeb027bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ step name - concord-server: split ConcordAuthenticationHandler into separate handlers ([#1026](https://github.com/walmartlabs/concord/pull/1026)); +- mocks-task: record task events for mocked tasks +([#1027](https://github.com/walmartlabs/concord/pull/1027)); - concord-server: fix session token handling ([#1032](https://github.com/walmartlabs/concord/pull/1032)). From 1133e435097746ba808a2e4c90ab0201928df9dc Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Fri, 8 Nov 2024 20:43:24 -0500 Subject: [PATCH 10/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeb027bdc..53f1874d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - plugins: fix dependency scopes ([#1017](https://github.com/walmartlabs/concord/pull/1017)); +- concord-cli: fix dependencies when generating effective yaml +([#1018](https://github.com/walmartlabs/concord/pull/1018)); - runtime-v2: remove extraneous error logging ([#1021](https://github.com/walmartlabs/concord/pull/1021)); - runtime-v2: script meta options should not override From 2d3ca8786cf78c9a9113ac1af252a01141b3e4c7 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Thu, 14 Nov 2024 15:02:13 -0500 Subject: [PATCH 11/17] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f1874d1e..d3d3d13e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,9 @@ separate handlers - mocks-task: record task events for mocked tasks ([#1027](https://github.com/walmartlabs/concord/pull/1027)); - concord-server: fix session token handling -([#1032](https://github.com/walmartlabs/concord/pull/1032)). +([#1032](https://github.com/walmartlabs/concord/pull/1032)); +- it: tighten up polling intervals +([#1036](https://github.com/walmartlabs/concord/pull/1036)). From d635310019d3e527d45494e66e63dc614fb35cc8 Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Thu, 14 Nov 2024 19:34:17 -0500 Subject: [PATCH 12/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d3d13e23..1f5bfb3f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ separate handlers ([#1027](https://github.com/walmartlabs/concord/pull/1027)); - concord-server: fix session token handling ([#1032](https://github.com/walmartlabs/concord/pull/1032)); +server: cleanup control chars from jsonb +([#1034](https://github.com/walmartlabs/concord/pull/1034)); - it: tighten up polling intervals ([#1036](https://github.com/walmartlabs/concord/pull/1036)). From 13b2624300ebdff401f2925cd615b4814326897e Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Tue, 19 Nov 2024 08:21:50 -0500 Subject: [PATCH 13/17] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5bfb3f55..fe4f73c24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,9 @@ separate handlers server: cleanup control chars from jsonb ([#1034](https://github.com/walmartlabs/concord/pull/1034)); - it: tighten up polling intervals -([#1036](https://github.com/walmartlabs/concord/pull/1036)). +([#1036](https://github.com/walmartlabs/concord/pull/1036)); +- concord-server: fix process card createOrUpdate +([#1039](https://github.com/walmartlabs/concord/pull/1039)). From 677ca63d558fb01fbbf379b4ad87b5e3194926a5 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Tue, 19 Nov 2024 10:45:18 -0500 Subject: [PATCH 14/17] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4f73c24b..39a78eb089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,11 @@ separate handlers ([#1027](https://github.com/walmartlabs/concord/pull/1027)); - concord-server: fix session token handling ([#1032](https://github.com/walmartlabs/concord/pull/1032)); -server: cleanup control chars from jsonb +- concord-server: cleanup control chars from JSONB ([#1034](https://github.com/walmartlabs/concord/pull/1034)); +- concord-server: add authorization check to User lookup +endpoint in API +([#1035](https://github.com/walmartlabs/concord/pull/1035)); - it: tighten up polling intervals ([#1036](https://github.com/walmartlabs/concord/pull/1036)); - concord-server: fix process card createOrUpdate From 65795a766037e2647e652cc4fb5ae00e8b0efaf4 Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Tue, 19 Nov 2024 14:01:59 -0500 Subject: [PATCH 15/17] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a78eb089..d38886b858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,8 +35,9 @@ endpoint in API - it: tighten up polling intervals ([#1036](https://github.com/walmartlabs/concord/pull/1036)); - concord-server: fix process card createOrUpdate -([#1039](https://github.com/walmartlabs/concord/pull/1039)). - +([#1039](https://github.com/walmartlabs/concord/pull/1039)); +- runtime-v2: allow mark sensitive data for task.execute result +([#1040](https://github.com/walmartlabs/concord/pull/1040)). ## [2.19.0] - 2024-11-05 From f49582352160f7aea21319eef494b29f7cf5671c Mon Sep 17 00:00:00 2001 From: Yury Brigadirenko Date: Tue, 19 Nov 2024 16:37:05 -0500 Subject: [PATCH 16/17] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d38886b858..e42d9e8fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ endpoint in API ([#1035](https://github.com/walmartlabs/concord/pull/1035)); - it: tighten up polling intervals ([#1036](https://github.com/walmartlabs/concord/pull/1036)); +- project: use concord-maven-plugin +([#1038](https://github.com/walmartlabs/concord/pull/1038)); - concord-server: fix process card createOrUpdate ([#1039](https://github.com/walmartlabs/concord/pull/1039)); - runtime-v2: allow mark sensitive data for task.execute result From fb525096ba96b8fac8399448e9ed525eee7ff0e9 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Wed, 20 Nov 2024 11:01:31 -0500 Subject: [PATCH 17/17] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e42d9e8fe7..afdf0c26b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [2.20.0] - Unreleased +### Added + +- mock-tasks: allow flows to be executed instead of tasks +([#1042](https://github.com/walmartlabs/concord/pull/1042)). + ### Changed - plugins: fix dependency scopes @@ -42,6 +47,7 @@ endpoint in API ([#1040](https://github.com/walmartlabs/concord/pull/1040)). + ## [2.19.0] - 2024-11-05 ## Added