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 #56

Merged
merged 32 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ebbeb3c
NO-ISSUE: Temporarily increase Playwright toHaveScreenshot assertion …
ljmotta Oct 3, 2024
a622435
NO-ISSUE: In AJV v8 the `validation` object `dataPath` property was r…
ljmotta Oct 4, 2024
fdb7c5d
NO-ISSUE: CI partitioning script was leaving out the last package (#2…
thiagoelg Oct 4, 2024
62fbc0b
kie-issues#1158: On the Boxed Expression Component, changing the Expr…
jomarko Oct 7, 2024
0942467
kie-issues#1511: Move DMN editor normalization logic into the DMN Mar…
yesamer Oct 7, 2024
694b8c5
kie-issues#1493: Repurpose the “form-generation-tool” package to be t…
ljmotta Oct 7, 2024
1183602
kie-tools#2650: SonataFlow operator apache-rat tool fixes (#2653)
wmedvede Oct 8, 2024
b53193a
NO-ISSUE: Release jobs adjustments and fixes (#2652)
rodrigonull Oct 9, 2024
8756ef6
kie-issues#1506: Use per-package local Maven repositories for depende…
tiagobento Oct 9, 2024
b905936
kie-issues#1281: The Timeline goes to the bottom with long endpoints …
kumaradityaraj Oct 11, 2024
5ebd85c
kie-issues#2466: Serverless Logic Web Tools: Runtime Tools settings d…
kumaradityaraj Oct 15, 2024
2287586
Rename DISCLAIMER file to DISCLAIMER-WIP
LightGuard Oct 15, 2024
8b94c56
[incubator-kie-issues-1532] Rename DISCLAIMER file to DISCLAIMER-WIP …
LightGuard Oct 15, 2024
8dc7fa7
NO-ISSUE: Fixes `pnpm start` in jbpm-quarkus-dev-ui (#2676)
danielzhe Oct 17, 2024
b005b4a
NO-ISSUE: Fix Storybook static web application build (#2663)
ljmotta Oct 17, 2024
d08ba44
[incubator-kie-issues#1534] Remove less.jar from errai-ui (#2664)
mcruzdev Oct 18, 2024
f98665c
kie-tools#2621: Remove build-kogito-app stage from Kogito images (#2682)
ricardozanini Oct 19, 2024
f8af243
kie-issues#1463: Test Scenario Editor: Manage `@kie-tools/scesim-edit…
yesamer Oct 19, 2024
a71e710
NO-ISSUE: split maven settings configuration nightly/release (#2686)
jstastny-cz Oct 21, 2024
7bc06a6
kie-issues#2679: [SonataFlow] SonataFlow Management Console on KIE To…
fantonangeli Oct 21, 2024
b6b6d3a
NO-ISSUE: Do not use -ntp on Maven commands (#2680)
tiagobento Oct 21, 2024
07779f4
Revert "kie-issues#2679: [SonataFlow] SonataFlow Management Console o…
tiagobento Oct 21, 2024
e71a41a
[Incubator-kie-issues#1314] @kie-tools/jbpm-quarkus-devui: Wrong beha…
bncriju Oct 22, 2024
770c956
incubator-kie-tools#2666: Add the monitoring add-ons to the SonataFlo…
wmedvede Oct 22, 2024
8022f5a
NO-ISSUE: Bump up `vscode-extension-tester` to 8.8.0 (#2669)
ljmotta Oct 22, 2024
f75af6a
NO-ISSUE: Change `maven-base` to let pre-existing `.mvn/maven.config`…
tiagobento Oct 22, 2024
e9a74b6
NO-ISSUE: install libraries in CI docker image (#2688)
jstastny-cz Oct 22, 2024
2fd5a2c
kie-issues#1481: Test Scenario Editor: Create `@kie-tools/scesim-edit…
yesamer Oct 22, 2024
4a12aff
NO-ISSUE: Upgrade `syncpack` to 13.0.0 on Jenkins jobs (#2699)
tiagobento Oct 22, 2024
27c95ce
NO-ISSUE: Upgrade Kogito to `999-20241016-SNAPSHOT` (#2678)
yesamer Oct 23, 2024
fa0658b
kie-issues#2654: [SonataFlow] Empty WF Instance page if variables is …
fantonangeli Oct 24, 2024
9d1eff0
Merge main-apache and exclude white-listed changes from the merge
fantonangeli Oct 24, 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
  •  
  •  
  •  
22 changes: 14 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ packages/sonataflow-operator/e2e-test-report.xml
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

/.idea

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down Expand Up @@ -266,14 +268,14 @@ packages/sonataflow-operator/e2e-test-report.xml
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/
Expand Down Expand Up @@ -341,3 +343,7 @@ packages/python-venv/venv
# turbo
.turbo
turbo.json

# IntelliJ projects should be on _intellij-projects folder, never on specific packages.
packages/*/.idea
examples/*/.idea
9 changes: 0 additions & 9 deletions .idea/copyright/Red_Hat.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ pnpm-lock.yaml
packages/xml-parser-ts-codegen/src/schemas/xsd/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/HFP.xsd
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/XSD.xsd

# @prettier/parser-xml shouldn't mess with auto-generated IntelliJ files
_intellij-project
*.iml
4 changes: 2 additions & 2 deletions .syncpackrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"dependencies": ["prettier"],
"packages": [
"@kie-tools/uniforms-bootstrap4-codegen",
"@kie-tools/uniforms-patternfly-codegen",
"@kie-tools/form-code-generator-bootstrap4-theme",
"@kie-tools/form-code-generator-patternfly-theme",
"@kie-tools/yaml-language-server"
]
},
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions _intellij-project/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions _intellij-project/.idea/eclipseCodeFormatter.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions _intellij-project/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions _intellij-project/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions _intellij-project/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions _intellij-project/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions _intellij-project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

# KIE Tools @ IntelliJ IDEA

To make it easier for developing Java-, Maven-based packages, this folder contains an IntelliJ IDEA project configured for select packages. It currently includes all Maven-based packages of KIE Tools. Two additional IntelliJ IDEA project modules are included too, given their "global" nature on the KIE Tools repository -- `scripts` and `root-env`.

### Importing this project on IntelliJ IDEA

After cloning `kie-tools` locally:
1. Bootstrap the repository with `pnpm bootstrap [pnpm-filter?]` command to wire everything together and configure `.mvn/maven.config` files for all packages. You only need to do it once per clone or when you change the dependency graph on `package.json` files.
2. Build the repository in development mode with `pnpm [pnpm-filter?] build:dev` to make sure your local Maven repository (Usually `~/.m2/repository`) is populated.

It's recommended to that before opening IntelliJ IDEA to make indexing faster once you do.

Once prompted by IntelliJ IDEA, select "Open" and choose this folder.

<img src="docs/intellij-open.png" alt="Open" style="max-width:600px; display:block" />
<img src="docs/intellij-select-folder.png" alt="Select folder" style="max-width:600px; display:block" />

---

After you're done importing the project, please also configure the code formatter (or Code Style, in IntelliJ IDEA terminology.)

Apache KIE Tools uses an Eclipse Formatter XML, so please install https://plugins.jetbrains.com/plugin/6546-adapter-for-eclipse-code-formatter and configure it like in the screenshot below:

<img src="docs/intellij-eclipse-formatter-config.png" alt="Configure Eclipse formatter" style="width:600px" />


---

You should now be able to develop all Java- and Maven-based projects normally.

---

> For more information on Maven-based packages on KIE Tools, please refere to the [KIE Tools :: Manual](../repo/docs/MANUAL.md).



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _intellij-project/docs/intellij-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading