Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main branch with Apache main branch #11

Merged
merged 39 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
12ff616
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples…
dependabot[bot] Apr 23, 2024
2b4a48a
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /packages…
dependabot[bot] Apr 23, 2024
7980222
KOGITO-10058: Migrate serverless-workflow-diagram-editor from private…
treblereel Apr 23, 2024
5d4bfa5
NO-ISSUE: Fix typo on `cors-proxy` package scripts (#2257)
caponetto Apr 23, 2024
4d3c285
kie-issues#1001: Copy the `kogito-swf-{devmode,builder}` images from …
pefernan Apr 23, 2024
df724a0
NO-ISSUE: Fix Maven Wrapper version and install tar/gzip to dev-deplo…
thiagoelg Apr 24, 2024
b1c04f9
NO-ISSUE: Nix.dev: Moving PATH around so DevBox path is first (#2255)
LightGuard Apr 24, 2024
f3d262d
NO-ISSUE: Use `macos-13` as `macos-latest` now points to `macos-14`, …
tiagobento Apr 24, 2024
d747a65
kie-issues#1118: On KIE Tools, `maven-base` module should point to `a…
yesamer Apr 24, 2024
de1c5ba
NO-ISSUE: Always go through `node_modules` to refer to other packages…
tiagobento Apr 24, 2024
e7ca97f
kie-tools-issues#2260: Use python3 instead of python (#2261)
tomasdavidorg Apr 25, 2024
a955c46
kie-issues#236: Implement DMN 1.4 Boxed filter expression (#2258)
danielzhe Apr 25, 2024
558ae56
kie-issues#1036: Adapt kie-tools Jenkins jobs to build and publish pa…
rodrigonull Apr 25, 2024
9f16896
NO-ISSUE: Added missing dev dependencies used in the runtime-tools-ma…
paulovmr Apr 25, 2024
671b7a0
kie-issues#1120: Minor fixes to SLWT container images (#2268)
caponetto Apr 25, 2024
e344d2c
kie-tools-issues#2217: Combined editor > Diagram editor - The scroll…
handreyrc Apr 26, 2024
17e326b
kie-issues#1074 & kie-issues#1075: Update 'Shape' part of the propert…
jomarko Apr 27, 2024
7ad437e
kie-issues#785: Integrate the Boxed Expression Editor into the new DM…
ljmotta Apr 27, 2024
cd7b6f5
kie-issue#1124: Autocomplete does not consider inputs in the Iterator…
danielzhe Apr 30, 2024
3f3553b
kie-tools-issues#2215: Combined editor > The loading screen is kept i…
handreyrc Apr 30, 2024
c35f6c1
NO-ISSUE: "Unfixed" versions for base image dependencies (#2278)
thiagoelg Apr 30, 2024
4d11c52
kie-issues#1076: Fix font color properties panel component (#2263)
jomarko May 1, 2024
8bd814d
kie-issues#1034: Copy `kogito-serverless-operator` to `kie-tools` (#2…
thiagoelg May 2, 2024
6769e9a
kie-issues#1113: On KIE Tools, log all `build-env` property access er…
tiagobento May 2, 2024
57366c5
kie-issues#1121: Adapt kie-tools Jenkins jobs to build and publish pa…
rodrigonull May 2, 2024
5799ad5
NO-ISSUE: Tweak Staging and Release Jenkins jobs (#2284)
rodrigonull May 2, 2024
f82974f
NO-ISSUE: Updating Sparse checkout and build partitioning READMEs (#2…
tiagobento May 2, 2024
0b8ad78
NO-ISSUE: Differentiate artifacts being uploaded on CI builds dependi…
tiagobento May 3, 2024
b4dc7ba
NO-ISSUE: Fix partial builds logs on `build_partitioning.ts` (#2287)
tiagobento May 3, 2024
fe9f570
kie-issues#1019: React-Based DMN Editor: allowedValues not allowed fo…
ljmotta May 3, 2024
b7cc1fd
NO-ISSUE: Unify DMN boxed expression types help text (#2289)
jomarko May 3, 2024
3de5cbd
NO-ISSUE: Remove bin directory from kogito-serverless-operator before…
thiagoelg May 3, 2024
0ff74ae
NO-ISSUE: Filter of affected packages of a partition should not inclu…
tiagobento May 3, 2024
d9f3f5c
kie-issues#959: Create example apps that use the Quarkus Dev UIs dire…
fantonangeli May 3, 2024
2738a26
kie-issues#1143: DMN Editor throws an error when deleting Unknown nod…
jomarko May 6, 2024
c31e274
kie-issues#793: The keyboard shortcuts panel doesn't show the new DMN…
ljmotta May 6, 2024
1662497
kie-issues#1137: Make `packages/maven-base` declare the Quarkus and K…
pefernan May 6, 2024
6411106
NO-ISSUE: Fix examples depending on jBPM and SonataFlow Quarkus Dev U…
pefernan May 6, 2024
475354a
Merge main-apache and exclude white-listed changes from the merge
fantonangeli May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 25 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,19 @@ packages/kie-sandbox-fs/coverage
packages/kie-sandbox-fs/junit
packages/kie-sandbox-fs/*-0.0.0-development.tgz

# kogito-serverless-operator
# These files are generated by Cekit, we can ignore the operator-sdk ones.
packages/kogito-serverless-operator/bundle.Dockerfile
packages/kogito-serverless-operator/Dockerfile
# Test binary, built with `go test -c`
packages/kogito-serverless-operator/**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
packages/kogito-serverless-operator/**/*.out
# Build
packages/kogito-serverless-operator/bin/
packages/kogito-serverless-operator/target/
packages/kogito-serverless-operator/e2e-test-report.xml

#angular
**/.angular

Expand Down Expand Up @@ -279,5 +292,16 @@ packages/bpmn-marshaller/**/ts-gen
packages/dmn-marshaller/**/ts-gen
packages/scesim-marshaller/**/ts-gen

# kogito-sf-{builder|devmode}-image: excluding module build folders
!packages/kogito-swf-common/resources/**/build
!packages/kogito-swf-builder/resources/**/build
!packages/kogito-swf-devmode/resources/**/build
!packages/kogito-swf-common/test-resources/
!packages/kogito-swf-builder/test-resources/
!packages/kogito-swf-devmode/test-resources/

__pycache__
packages/python-venv/venv

# devbox
.devbox
.devbox
13 changes: 7 additions & 6 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@
"kubernetes-helm": "3.13.3",
"gnumake": "4.4.1",
"go": "1.21.8",
"python": "3.12.2",
"operator-sdk": "1.34.1",
"kubebuilder": "3.14.0"
"python": "3.12.2"
},
"env": {
"PLAYWRIGHT_BROWSERS_PATH": "0",
"PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS": "true",
"DEVBOX_COREPACK_ENABLED": "true",
"GOFLAGS": "-modcacherw",
"GOPATH": "$DEVBOX_PROJECT_ROOT/.devbox/gopkgs",
"PATH": "$PATH:$DEVBOX_PROJECT_ROOT/.devbox/gopkgs/bin"
"PATH": "$DEVBOX_PROJECT_ROOT/.devbox/gopkgs/bin:$PATH"
},
"shell": {
"init_hook": [". $VENV_DIR/bin/activate"],
"init_hook": [
". $VENV_DIR/bin/activate",
"[[ $OSTYPE == 'darwin'* ]] && export PATH=$(echo $PATH | tr ':' '\n' | grep -vi 'xcode\\|clang\\|cctools' | paste -sd ':' -)"
],
"scripts": {
"versions": [
"java --version && mvn -v && node -v && pnpm -v && go version && helm version && make -v && python --version && pip --version"
"java --version && mvn -v && node -v && pnpm -v && go version && helm version && make -v && python3 --version && pip3 --version"
]
}
}
Expand Down
96 changes: 0 additions & 96 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,54 +141,6 @@
}
}
},
"[email protected]": {
"last_modified": "2024-03-22T07:26:23-04:00",
"resolved": "github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#kubebuilder",
"source": "devbox-search",
"version": "3.14.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/hdggigkq5ibqvk3ksmq7cwlyn1l2gdsv-kubebuilder-3.14.0",
"default": true
}
],
"store_path": "/nix/store/hdggigkq5ibqvk3ksmq7cwlyn1l2gdsv-kubebuilder-3.14.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/7ykpi9d6jd4zhxs5c6lfbb9p5kgm5m3p-kubebuilder-3.14.0",
"default": true
}
],
"store_path": "/nix/store/7ykpi9d6jd4zhxs5c6lfbb9p5kgm5m3p-kubebuilder-3.14.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jpqwxd42bcfkxljy0pkqagbnpifdxvpx-kubebuilder-3.14.0",
"default": true
}
],
"store_path": "/nix/store/jpqwxd42bcfkxljy0pkqagbnpifdxvpx-kubebuilder-3.14.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/c492irdhgzr6wbl6zggn5bw23dlgxb9r-kubebuilder-3.14.0",
"default": true
}
],
"store_path": "/nix/store/c492irdhgzr6wbl6zggn5bw23dlgxb9r-kubebuilder-3.14.0"
}
}
},
"[email protected]": {
"last_modified": "2024-01-27T14:55:31Z",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#kubernetes-helm",
Expand Down Expand Up @@ -350,54 +302,6 @@
}
}
},
"[email protected]": {
"last_modified": "2024-03-22T07:26:23-04:00",
"resolved": "github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#operator-sdk",
"source": "devbox-search",
"version": "1.34.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/39bndv1fk8rrdi1a0xlfaw5qhgylnzkk-operator-sdk-1.34.1",
"default": true
}
],
"store_path": "/nix/store/39bndv1fk8rrdi1a0xlfaw5qhgylnzkk-operator-sdk-1.34.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/n9ln3a2whzwp0x2ik3rxh10wn7ra85r5-operator-sdk-1.34.1",
"default": true
}
],
"store_path": "/nix/store/n9ln3a2whzwp0x2ik3rxh10wn7ra85r5-operator-sdk-1.34.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/y0vi2nvhsgakbvlmbhdpsqdnl83l8q65-operator-sdk-1.34.1",
"default": true
}
],
"store_path": "/nix/store/y0vi2nvhsgakbvlmbhdpsqdnl83l8q65-operator-sdk-1.34.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/h607xcilqpwsc0mna9bc6yilj4v3q4y3-operator-sdk-1.34.1",
"default": true
}
],
"store_path": "/nix/store/h607xcilqpwsc0mna9bc6yilj4v3q4y3-operator-sdk-1.34.1"
}
}
},
"[email protected]": {
"last_modified": "2024-03-22T11:26:23Z",
"plugin_version": "0.0.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/commit-message-validation-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions examples/commit-message-validation-service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,19 @@ golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUu
golang.org/x/arch v0.3.0 h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k=
golang.org/x/arch v0.3.0/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
Expand Down
Loading
Loading