-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: initial openchakra integration #2974
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Seems good to me.
OverviewSteps to test the openchakra integration:
Feedback & FindingsSome of the openchakra components are not easy to use, for example:
SampleThe following demo project can be downloaded and imported in Eclipse Dirigible: demo.zip |
* #2982 work in progress * Added support for folder move * Fixed folder move and rename while files inside it are opened * Fixed tab labels. #2982 done * Fixed git service error messages * Fixed 'getErrorMessage' * Fixed 'opneView' and 'isNullOrUndefined' * fix master formatting (#2981) * Bump jackson.databind.version from 2.15.3 to 2.16.0 Bumps `jackson.databind.version` from 2.15.3 to 2.16.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.3 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-joda` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.15.3...jackson-datatype-joda-2.16.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-ion` from 2.15.3 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson-dataformat-ion/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-ion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump com.amazonaws:aws-java-sdk-qldb from 1.12.589 to 1.12.590 Bumps [com.amazonaws:aws-java-sdk-qldb](https://github.com/aws/aws-sdk-java) from 1.12.589 to 1.12.590. - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-java@1.12.589...1.12.590) --- updated-dependencies: - dependency-name: com.amazonaws:aws-java-sdk-qldb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump org.liquibase:liquibase-core from 4.24.0 to 4.25.0 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.24.0...v4.25.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: initial openchakra integration (#2974) * Add messaging JavaScript API integration test (#2979) * add messaging JavaScript API integration test * add logs to catch the unit workflow issue Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * use syserr for logging Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * check File.separator Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * add logging for debug Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fix display name Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fetched from master -> formatting Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> * fail maven build on esbuild errors Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> --------- Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> Co-authored-by: Nedelcho Delchev <delchevn@gmail.com> * Update pom.xml * Fixed closing of unsaved tabs * Bump jackson.databind.version from 2.15.3 to 2.16.0 Bumps `jackson.databind.version` from 2.15.3 to 2.16.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.3 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-joda` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.15.3...jackson-datatype-joda-2.16.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-ion` from 2.15.3 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson-dataformat-ion/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-ion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> Co-authored-by: Iliyan Velichkov <velichkov.iliyan@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladimir Mutafov <vlado.mutafov@gmail.com> Co-authored-by: Nedelcho Delchev <delchevn@gmail.com>
No description provided.