This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git
omit 0aec0b2d95 CI - Daily dev publish Jenkins job (#10)
omit e0ddf0386c CI - Jenkins shared scripts (#21)
omit 353dbb3960 CI - Disable workflows migrated to Jenkins (#20)
new e2e14beae1 KOGITO-9935: Extract common consumer runtime tools code to
a reusable package (#2066)
new 679f664df2 KOGITO-9962: Add Temporarily unexpire M118 flags to Chrome
extension tests (#2067)
new dec6217456 KOGITO-9928: Add test for creating new Decision tooling
file (#2038)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0aec0b2d95)
\
N -- N -- N refs/heads/main (dec6217456)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.ci/jenkins/Jenkinsfile.daily-dev-publish | 417 -------
.ci/jenkins/shared-scripts/buildUtils.groovy | 110 --
.ci/jenkins/shared-scripts/chromeStoreUtils.groovy | 52 -
.ci/jenkins/shared-scripts/dockerUtils.groovy | 32 -
.ci/jenkins/shared-scripts/githubUtils.groovy | 180 ---
.ci/jenkins/shared-scripts/openShiftUtils.groovy | 77 --
.ci/jenkins/shared-scripts/pipelineVars.groovy | 20 -
.ci/jenkins/shared-scripts/zipUtils.groovy | 37 -
.github/actions/checkout-pr/action.yml | 2 +-
.github/actions/setup-env/action.yml | 22 +-
.github/workflows/ci_build.yml | 8 +-
.github/workflows/ci_check_code_formatting.yml | 9 +-
.../ci_check_dependencies_consistency.yaml | 9 +-
.github/workflows/ci_codeql.yml | 10 +-
.../ci_sonar_analysis_stunner_editors.yml | 13 +-
.github/workflows/daily_dev_publish.yml | 10 +-
.github/workflows/jenkins-tests-PR.yml | 13 +-
.github/workflows/publish_jitexecutor_native.yml | 6 +-
.../workflows/release_build_extended_services.yml | 87 --
.github/workflows/release_dry_run.yml | 14 +-
.../release_dry_run_extended_services.yml | 22 -
.../release_publish_extended_services.yml | 47 -
.../workflows/staging_build_extended_services.yml | 89 --
.github/workflows/staging_dry_run.yml | 14 +-
.../staging_dry_run_extended_services.yml | 22 -
.github/workflows/staging_publish.yml | 5 +-
.../staging_publish_extended_services.yml | 51 -
README.md | 4 +-
.../src/utils/tools/Driver.ts | 6 +-
.../src/gatewayApi/apis.tsx | 7 +
.../runtime-tools-webapp-components}/env/index.js | 0
.../jest.config.js | 0
.../runtime-tools-webapp-components/package.json | 53 +
.../src}/CloudEventForm/CloudEventForm.tsx | 51 +-
.../src}/CloudEventForm/CloudEventFormContext.ts | 0
.../CloudEventFormContextProvider.tsx | 17 +-
.../CloudEventForm/CloudEventFormGatewayApi.ts | 4 +-
.../src}/CloudEventForm/index.ts | 3 +-
.../CloudEventFormContainer.tsx | 85 ++
.../src/CloudEventFormContainer}/index.ts | 4 +-
.../WorkflowDefinitionListContext.ts | 0
.../WorkflowDefinitionListContextProvider.tsx | 9 +-
.../WorkflowDefinitionListGatewayApi.ts | 0
.../src}/WorkflowDefinitionList/index.ts | 2 +-
.../WorkflowDefinitionListContainer.tsx | 29 +-
.../src/WorkflowDefinitionListContainer}/index.ts | 4 +-
.../src}/WorkflowDetails/WorkflowDetailsContext.ts | 0
.../WorkflowDetailsContextProvider.tsx | 14 +-
.../WorkflowDetails/WorkflowDetailsGatewayApi.ts | 4 +-
.../src}/WorkflowDetails/WorkflowDetailsQueries.ts | 34 +-
.../src}/WorkflowDetails/index.ts | 2 +-
.../WorkflowDetailsContainer.tsx | 16 +-
.../src/WorkflowDetailsContainer}/index.ts | 4 +-
.../src}/WorkflowForm/WorkflowFormContext.ts | 0
.../WorkflowForm/WorkflowFormContextProvider.tsx | 17 +-
.../src}/WorkflowForm/WorkflowFormGatewayApi.ts | 4 +-
.../src}/WorkflowForm/index.ts | 2 +-
.../WorkflowFormContainer.tsx | 70 ++
.../src/WorkflowFormContainer}/index.ts | 4 +-
.../src}/WorkflowList/WorkflowListContext.ts | 0
.../WorkflowList/WorkflowListContextProvider.tsx | 18 +-
.../src}/WorkflowList/WorkflowListGatewayApi.ts | 2 +-
.../src}/WorkflowList/WorkflowListQueries.ts | 22 +-
.../src}/WorkflowList/index.ts | 2 +-
.../WorkflowListContainer.tsx | 39 +-
.../src/WorkflowListContainer}/index.ts | 4 +-
.../tests}/__mocks__/styleMock.js | 0
.../tests/jest.setup.ts | 0
.../tsconfig.json | 0
.../e2e-tests/e2e/CreateNewFile.cy.ts | 59 +
packages/serverless-logic-web-tools/package.json | 1 +
packages/serverless-logic-web-tools/src/App.tsx | 20 +-
.../src/homepage/routes/HomePageRoutes.tsx | 10 +-
.../WebToolsCloudEventFormContextProvider.tsx} | 24 +-
...ToolsWorkflowDefinitionListContextProvider.tsx} | 15 +-
.../WebToolsWorkflowDetailsContextProvider.tsx} | 24 +-
.../WebToolsWorkflowFormContextProvider.tsx} | 24 +-
.../WebToolsWorkflowListContextProvider.tsx} | 20 +-
.../pages/RuntimeToolsTriggerCloudEvent.tsx | 112 ++
.../pages/RuntimeToolsWorkflowDefinitions.tsx | 67 ++
.../RuntimeToolsWorkflowDetails.tsx | 93 +-
.../pages/RuntimeToolsWorkflowForm.tsx | 161 +++
.../pages/RuntimeToolsWorkflowInstances.tsx | 88 ++
.../CloudEventFormContainer.tsx | 137 ---
.../workflows/RuntimeToolsTriggerCloudEvent.tsx | 50 -
.../workflows/RuntimeToolsWorkflowDefinitions.tsx | 52 -
.../workflows/RuntimeToolsWorkflowForm.tsx | 81 --
.../workflows/RuntimeToolsWorkflowInstances.tsx | 52 -
.../WorkflowDetailsContextProvider.tsx | 61 -
.../WorkflowDetails/WorkflowDetailsQueries.ts | 128 ---
.../WorkflowDetailsContainer.tsx | 62 --
.../WorkflowFormContainer.tsx | 137 ---
.../WorkflowList/WorkflowListContextProvider.tsx | 61 -
.../WorkflowList/WorkflowListGatewayApi.ts | 185 ---
.../workflows/WorkflowList/WorkflowListQueries.ts | 90 --
packages/sonataflow-deployment-webapp/package.json | 1 +
packages/sonataflow-deployment-webapp/src/App.tsx | 8 +-
.../src/navigation/RuntimeToolsRoutesSwitch.tsx | 4 +-
.../DeploymentWorkflowDetailsContextProvider.tsx} | 16 +-
.../DeploymentWorkflowListContextProvider.tsx} | 13 +-
.../RuntimeToolsWorkflowDetails.tsx | 25 +-
.../RuntimeToolsWorkflowInstances.tsx | 19 +-
.../WorkflowDetails/WorkflowDetailsGatewayApi.ts | 176 ---
.../WorkflowListContainer.tsx | 64 --
.../README.md | 1 +
.../README.md | 1 +
packages/yard-editor/src/uiEditor/YardUIEditor.tsx | 32 +-
pnpm-lock.yaml | 1174 ++++++++++----------
repo/graph.dot | 6 +-
repo/graph.json | 15 +-
110 files changed, 1726 insertions(+), 3557 deletions(-)
delete mode 100644 .ci/jenkins/Jenkinsfile.daily-dev-publish
delete mode 100644 .ci/jenkins/shared-scripts/buildUtils.groovy
delete mode 100644 .ci/jenkins/shared-scripts/chromeStoreUtils.groovy
delete mode 100644 .ci/jenkins/shared-scripts/dockerUtils.groovy
delete mode 100644 .ci/jenkins/shared-scripts/githubUtils.groovy
delete mode 100644 .ci/jenkins/shared-scripts/openShiftUtils.groovy
delete mode 100644 .ci/jenkins/shared-scripts/pipelineVars.groovy
delete mode 100644 .ci/jenkins/shared-scripts/zipUtils.groovy
delete mode 100644 .github/workflows/release_build_extended_services.yml
delete mode 100644 .github/workflows/release_dry_run_extended_services.yml
delete mode 100644 .github/workflows/release_publish_extended_services.yml
delete mode 100644 .github/workflows/staging_build_extended_services.yml
delete mode 100644 .github/workflows/staging_dry_run_extended_services.yml
delete mode 100644 .github/workflows/staging_publish_extended_services.yml
copy {examples/base64png-editor-vscode-extension =>
packages/runtime-tools-webapp-components}/env/index.js (100%)
copy packages/{dashbuilder-component-api =>
runtime-tools-webapp-components}/jest.config.js (100%)
create mode 100644 packages/runtime-tools-webapp-components/package.json
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/CloudEventForm/CloudEventForm.tsx (69%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/CloudEventForm/CloudEventFormContext.ts
(100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/CloudEventForm/CloudEventFormContextProvider.tsx
(72%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/CloudEventForm/CloudEventFormGatewayApi.ts
(98%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/CloudEventForm/index.ts (96%)
create mode 100644
packages/runtime-tools-webapp-components/src/CloudEventFormContainer/CloudEventFormContainer.tsx
rename
packages/{serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowList =>
runtime-tools-webapp-components/src/CloudEventFormContainer}/index.ts (81%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDefinitionList/WorkflowDefinitionListContext.ts
(100%)
copy packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDefinitionList/WorkflowDefinitionListContextProvider.tsx
(83%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDefinitionList/WorkflowDefinitionListGatewayApi.ts
(100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDefinitionList/index.ts (100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDefinitionListContainer/WorkflowDefinitionListContainer.tsx
(74%)
rename
packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowDetails
=>
runtime-tools-webapp-components/src/WorkflowDefinitionListContainer}/index.ts
(80%)
copy packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetails/WorkflowDetailsContext.ts
(100%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetails/WorkflowDetailsContextProvider.tsx
(83%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetails/WorkflowDetailsGatewayApi.ts
(100%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetails/WorkflowDetailsQueries.ts
(100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetails/index.ts (100%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowDetailsContainer/WorkflowDetailsContainer.tsx
(80%)
copy
packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowList
=> runtime-tools-webapp-components/src/WorkflowDetailsContainer}/index.ts (81%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowForm/WorkflowFormContext.ts (100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowForm/WorkflowFormContextProvider.tsx
(71%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowForm/WorkflowFormGatewayApi.ts
(97%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowForm/index.ts (100%)
create mode 100644
packages/runtime-tools-webapp-components/src/WorkflowFormContainer/WorkflowFormContainer.tsx
copy
packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowList
=> runtime-tools-webapp-components/src/WorkflowFormContainer}/index.ts (81%)
copy packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowList/WorkflowListContext.ts (100%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowList/WorkflowListContextProvider.tsx
(83%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowList/WorkflowListGatewayApi.ts
(100%)
rename packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowList/WorkflowListQueries.ts (100%)
copy packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowList/index.ts (100%)
rename packages/{serverless-logic-web-tools/src/runtimeTools/workflows =>
runtime-tools-webapp-components/src}/WorkflowListContainer/WorkflowListContainer.tsx
(67%)
rename
packages/{sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowList
=> runtime-tools-webapp-components/src/WorkflowListContainer}/index.ts (81%)
copy packages/{dashbuilder-viewer-deployment-webapp =>
runtime-tools-webapp-components/tests}/__mocks__/styleMock.js (100%)
copy packages/{dashbuilder-component-api =>
runtime-tools-webapp-components}/tests/jest.setup.ts (100%)
copy packages/{cors-proxy-api =>
runtime-tools-webapp-components}/tsconfig.json (100%)
copy
packages/serverless-logic-web-tools/src/runtimeTools/{workflows/WorkflowDefinitionList/WorkflowDefinitionListContextProvider.tsx
=> contexts/WebToolsCloudEventFormContextProvider.tsx} (57%)
rename
packages/serverless-logic-web-tools/src/runtimeTools/{workflows/WorkflowDetails/WorkflowDetailsContext.ts
=> contexts/WebToolsWorkflowDefinitionListContextProvider.tsx} (59%)
copy
packages/serverless-logic-web-tools/src/runtimeTools/{workflows/WorkflowDefinitionList/WorkflowDefinitionListContextProvider.tsx
=> contexts/WebToolsWorkflowDetailsContextProvider.tsx} (55%)
rename
packages/serverless-logic-web-tools/src/runtimeTools/{workflows/WorkflowDefinitionList/WorkflowDefinitionListContextProvider.tsx
=> contexts/WebToolsWorkflowFormContextProvider.tsx} (55%)
rename
packages/serverless-logic-web-tools/src/runtimeTools/{workflows/WorkflowList/WorkflowListContext.ts
=> contexts/WebToolsWorkflowListContextProvider.tsx} (55%)
create mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/pages/RuntimeToolsTriggerCloudEvent.tsx
create mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/pages/RuntimeToolsWorkflowDefinitions.tsx
rename packages/serverless-logic-web-tools/src/runtimeTools/{workflows =>
pages}/RuntimeToolsWorkflowDetails.tsx (56%)
create mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/pages/RuntimeToolsWorkflowForm.tsx
create mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/pages/RuntimeToolsWorkflowInstances.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/CloudEventFormContainer/CloudEventFormContainer.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/RuntimeToolsTriggerCloudEvent.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/RuntimeToolsWorkflowDefinitions.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/RuntimeToolsWorkflowForm.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/RuntimeToolsWorkflowInstances.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowDetails/WorkflowDetailsContextProvider.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowDetails/WorkflowDetailsQueries.ts
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowDetailsContainer/WorkflowDetailsContainer.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowFormContainer/WorkflowFormContainer.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowList/WorkflowListContextProvider.tsx
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowList/WorkflowListGatewayApi.ts
delete mode 100644
packages/serverless-logic-web-tools/src/runtimeTools/workflows/WorkflowList/WorkflowListQueries.ts
rename
packages/sonataflow-deployment-webapp/src/runtimeTools/{workflows/WorkflowList/WorkflowListContext.ts
=> contexts/DeploymentWorkflowDetailsContextProvider.tsx} (63%)
rename
packages/sonataflow-deployment-webapp/src/runtimeTools/{workflows/WorkflowDetails/WorkflowDetailsContext.ts
=> contexts/DeploymentWorkflowListContextProvider.tsx} (64%)
rename packages/sonataflow-deployment-webapp/src/runtimeTools/{workflows =>
pages}/RuntimeToolsWorkflowDetails.tsx (82%)
rename packages/sonataflow-deployment-webapp/src/runtimeTools/{workflows =>
pages}/RuntimeToolsWorkflowInstances.tsx (82%)
delete mode 100644
packages/sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowDetails/WorkflowDetailsGatewayApi.ts
delete mode 100644
packages/sonataflow-deployment-webapp/src/runtimeTools/workflows/WorkflowListContainer/WorkflowListContainer.tsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]