-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #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>
- Loading branch information
1 parent
7a09f86
commit 655828f
Showing
26 changed files
with
706 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.