Skip to content

update main from latest#5281

Merged
KrumTy merged 17 commits into
mainfrom
latest
Dec 1, 2025
Merged

update main from latest#5281
KrumTy merged 17 commits into
mainfrom
latest

Conversation

@KrumTy

@KrumTy KrumTy commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

What

Testing


Note

Pins app/API version to 2.69.10 and simplifies prod/stage release workflows by removing E2E jobs and updating dependencies between steps.

  • Versioning:
    • Set appVersion/Swagger/package versions to 2.69.10 in redisinsight/api and desktop (aboutPanel.ts, package.json).
  • CI/CD (GitHub Actions):
    • Update release triggers/inputs formatting and quote styles in release-prod.yml and release-stage.yml.
    • Remove e2e-docker-tests and e2e-appimage-tests jobs from prod and stage pipelines.
    • Adjust needs to reflect removed jobs and ensure artifacts cleanup depends only on upload steps.
    • Keep build inputs explicit (environment, target) with double-quoted values.

Written by Cursor Bugbot for commit 768523d. This will update automatically on new commits. Configure here.

Kristiyan Ivanov and others added 16 commits July 10, 2025 14:08
* RI-7091 - Add an environment variable to skip the EULA screen - initial implementation. Check vite.config!

* RI-7091 - Add an environment variable to skip the EULA screen - updated texts

* RI-7091 - Add an environment variable to skip the EULA screen - added tests

* RI-7091 - Add an environment variable to skip the EULA screen - updated UI handling

* RI-7129: fix Enterprise build upload workflow (#4558)

* RI-7129: fix Enterprise s3 upload path

* RI-7129: upload Enterprise statics for test builds only

* RI-7129: remove vendor plugins for Enterprise builds

* RI-7091 - Add an environment variable to skip the EULA screen

* RI-7091 - Add an environment variable to skip the EULA screen - updated hard coded variables approach as per Artem's feedback

* RI-7091 - Add an environment variable to skip the EULA screen - updated  test cases

* RI-7091 - Add an environment variable to skip the EULA screen - updated integration test cases

* RI-7091 - Add an environment variable to skip the EULA screen - updated webpack config

* RI-7091 rework repository

* RI-7091 - Add an environment variable to skip the EULA screen - added encryption available utility method

* RI-7091 - Add an environment variable to skip the EULA screen - updated tests

* RI-7091 - Add an environment variable to skip the EULA screen - updated tests

* RI-7091 - Add an environment variable to skip the EULA screen - replacing a function call with 3 files and a folder

* do not switch to cluster when force standalone is provided in database.factory.ts

* fix the order of commands stored in workbenchStorage.ts

* add a test to verify we return standalone connection

* RI-7038: Update Github flow to show code coverage reports to each PR (#4555)

* RI-7038: add code coverage summary for FE tests

* temp: trigger code change

* update workflow

* add jest coverage report

* update workflows

* update workflow

* update workflow

* update workflow file

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflows

* update code coverage title

* remove comment

* add integration tests code coverage

* fix workflow

* update integration workflow

* update integration workflow

* debug integration workflow

* update workflow

* remove debug section

* update integration tests coverage markdown

* remove dep install for jest test coverage

* update integration flow and formatting

* refactor workflows

* update workflow

* revert temp code change

* RI-7038: apply review suggestions

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10185673
- https://snyk.io/vuln/SNYK-JS-MULTER-10185675

* DEV: allow merges from latest branch

* RI-000 - added .rpm as an enterprise build option

* update lock file (#4602)

* RI-7154: Color Theme select box shown incorrectly 

* fix empty value set for theme if user has not configured it before

* add test case for default selection in theme dropdown

* RI-7006: Replace resize related components (#4574)

* Replace EUI panel with another libs resizable panel.
* change browser panel sizes by the new array model instead of the key value object
* add wrappers around the resizable components
* replace the workbench view - query and result panel section
* replace panels in instance page template
* finish the handle design
* create and replace the ResizeObserver everywhere
* moved ImperativePanelGroupHandle import in resize components

* RI-000 build with new mas profiles (#4592)

* RI-7119 handle resisearch endpoints errors (#4572)

* RI-7119 handle resisearch endpoints errors

* RI-7119 resolve PR comments

* Feature/ri 7103 split UI (#4583)

* RI-7103 add app info

* RI-7091 change env name to built-in one

* RI-7103 make appInfo available on runtime

* Feature/ri 7101 rework connection errors (#4580)

* RI-7101 introduce redis connection errors and single handling mechanism

* RI-7101 remove console.log

* RI-7101 fix tests (#4579)

* RI-7101 fix tests

* RI-7101 fix tests

* RI-7101 fix re tests

* RI-7101 resolve PR comments

* DEV: Fix missing import (#4618)

* Feature/ri 7091   add an environment variable to skip the eula screen (#4588)

* RI-7091 - Add an environment variable to skip the EULA screen - updated privacy link approach

* RI-7091 - Add an environment variable to skip the EULA screen - updated existing settings check

* RI-7091 - Add an environment variable to skip the EULA screen - updated text - out of regular scope

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 fix regular autodiscovery

* RI-7091 - Add an environment variable to skip the EULA screen - testing a work around fix on top of Artem's suggestion

* testing delaying of the autodiscovery as a way to avoid the odd race condition happening

* removed setImmediate to check

* removed setTimeouts

* RI-7091 - extra logs and removed extra code

* -

* -

* RI-7091 - Add an environment variable to skip the EULA screen - fixed integration tests

* RI-7091 - Add an environment variable to skip the EULA screen - added BE tests

* RI-7091 - Add an environment variable to skip the EULA screen - added FE tests

---------

Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com>

* fix handle direction to horizontal (#4624)

* Feature/ri 7103 split UI (#4583)

* RI-7103 add app info

* RI-7091 change env name to built-in one

* RI-7103 make appInfo available on runtime

(cherry picked from commit ff73f39)

* RI-7166: ReJSON fixes (#4626)

* change label

* introduce isWithinThreshold

* display the button when content is within threshold

* add hook tests

* fix tests

* add keys tests

* change the default value

* fix tests

* use size instead of length

* add env variable for precise config

* RI-000 handle unsafe big amount of elements in complex json structures (#4629)

* RI-000 handle unsafe big amount of elements in complex json structures

* RI-000 tests + new message

* RI-7178 - Redis Insight should display the RDI metrics even if the RDI pipeline status is not running (#4635)

* Added more branch options to enforce-branch-name-rules.yml (#4636)

I think it makes sense to support also
fe - for just front end changes (recently had something like that for an RDI fix) in which cases there is no point in running the BE and integrations tests
be - for just api changes. It also happens from time to time and it doesn't make sense to run all of our FE tests, especially how flaky they are.
e2e - just for e2e tests. No point in wasting a lot of time (physical and github) to run all of the other tests

* RI-7180 

fix Bulk Summary layout

* Bugfix/cluster info handle ipv6 (#4652)

* Fix parseNodesFromClusterInfoReply to be able to handle non XXX.XXX.X.XX:PPPP formated ips. For example, ipv6 ips.

* Add unit tests related to ipv6.

* update documentation.

* RI-7188 concat array with `concat()` function instead of `push` + `spread operator` (#4656)

* RI-7136: Show overwrite confirmation when editing JSON in default editor (#4650)

* RI-6953: Use correct telemetry event for Monaco edits (#4654)

* RI-7171: Rename Monaco editor workflow Cancel button to Close (#4666)

* RI-000 add missed error instance for logs (#4647)

* Bump tar-fs from 2.1.2 to 2.1.3 in /redisinsight/api (#4604)

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/ri 7158 uninstalling ri desktop installed from deb file doesnt work (#4667)

* RI-7158 - Uninstalling RI desktop installed from deb file doesn't work - added on remove hook to handle it.

* RI-7158 - Uninstalling RI desktop installed from deb file doesn't work - added on remove hook to handle it.

* [Snyk] Security upgrade @nestjs/platform-express from 11.1.2 to 11.1.3 (#4613)

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10299078

* Update yarn.lock

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Kristiyan Ivanov <kristiyan.ivanov@redis.com>

* Bump tar-fs from 2.1.2 to 2.1.3 in /redisinsight (#4668)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump brace-expansion from 1.1.11 to 1.1.12 in /redisinsight (#4669)

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix Node.js default runtime (#4661)

* update the deafult Node.js version for the GitHub Actions workflow
* update the default Node.js runtime version constraint in the package.json
* update the engine check to actually use the official keyword
* added .nvmrc with default Node.js version for easier setup

* E2e/ri 7131   е2е tests are failing for both app image and docker (#4610)

* RI-7131 - е2е tests are failing for both app image and docker - fixed dropdown not being clickable due to a placeholder

* RI-7131 - е2е tests are failing for both app image and docker - fixed buttons, radio and checkboxes throwing errors

* RI-7131 - е2е tests are failing for both app image and docker - testing fix for workbench issues

* RI-7131 - е2е tests are failing for both app image and docker - skipping failing tests

* E2e/ri 7131 docker handling (#4638)

* RI-7131

* RI-7131 - skipped docker failing tests (part 1 / 4)

* RI-7131 - skipped docker failing tests (part 2 / 4)

* RI-7131 - skipped docker failing tests (part 3 / 4)

* RI-7131 - skipped docker failing tests (part 4 / 4)

* RI-7131 - skipped docker failing tests (part 4 / 4)

* RI-7131 - skipped docker failing tests (part 5 / 4)

* RI-7131 - skipped docker failing tests (part 6 / 4)

* [Snyk] Security upgrade typeorm from 0.3.15 to 0.3.18 (#4642)

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073

* updated lock file

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Kristiyan Ivanov <k.ivanow@gmail.com>

* release version bump

* Test scripts were outputting to ./coverage/ but workflow expected ./test/test-runs/coverage/ (#4673)

* RI-0000-fixing test coverage path mismatch (#4674)

testing purposes!

* Ri 0000 fixing coverage paths (#4675)

Adding logs

* Ri 0000 fixing coverage paths (#4676)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4677)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4678)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4679)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4682)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4683)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4686)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4687)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4688)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4690)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4691)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4693)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4694)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4695)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4696)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4697)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4698)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4699)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4700)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* Ri 0000 fixing coverage paths (#4701)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* Ri 0000 fixing coverage paths (#4703)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* Ri 0000 fixing coverage paths (#4704)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* Ri 0000 fixing coverage paths (#4705)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* Ri 0000 fixing coverage paths (#4706)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* Ri 0000 fixing coverage paths (#4707)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* RI-0000 investigating the results.xml parsing

* Ri 0000 fixing coverage paths (#4708)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* RI-0000 investigating the results.xml parsing

* RI-0000 testing with java-unit for parsing

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Krum Tyukenov <krum.tyukenov@gmail.com>
Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com>
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Pavel Angelov <pavel.angelov@redis.com>
Co-authored-by: dantovska <dijana.antovska@redis.com>
Co-authored-by: Artsiom Kharuzhenka <artem.horuzhenko@redis.com>
Co-authored-by: Sylvain Royer <Sylvain-Royer@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valentin Kirilov <valentin.kirilov@redis.com>
* RI-7091 - Add an environment variable to skip the EULA screen - initial implementation. Check vite.config!

* RI-7091 - Add an environment variable to skip the EULA screen - updated texts

* RI-7091 - Add an environment variable to skip the EULA screen - added tests

* RI-7091 - Add an environment variable to skip the EULA screen - updated UI handling

* RI-7129: fix Enterprise build upload workflow (#4558)

* RI-7129: fix Enterprise s3 upload path

* RI-7129: upload Enterprise statics for test builds only

* RI-7129: remove vendor plugins for Enterprise builds

* RI-7091 - Add an environment variable to skip the EULA screen

* RI-7091 - Add an environment variable to skip the EULA screen - updated hard coded variables approach as per Artem's feedback

* RI-7091 - Add an environment variable to skip the EULA screen - updated  test cases

* RI-7091 - Add an environment variable to skip the EULA screen - updated integration test cases

* RI-7091 - Add an environment variable to skip the EULA screen - updated webpack config

* RI-7091 rework repository

* RI-7091 - Add an environment variable to skip the EULA screen - added encryption available utility method

* RI-7091 - Add an environment variable to skip the EULA screen - updated tests

* RI-7091 - Add an environment variable to skip the EULA screen - updated tests

* RI-7091 - Add an environment variable to skip the EULA screen - replacing a function call with 3 files and a folder

* do not switch to cluster when force standalone is provided in database.factory.ts

* fix the order of commands stored in workbenchStorage.ts

* add a test to verify we return standalone connection

* RI-7038: Update Github flow to show code coverage reports to each PR (#4555)

* RI-7038: add code coverage summary for FE tests

* temp: trigger code change

* update workflow

* add jest coverage report

* update workflows

* update workflow

* update workflow

* update workflow file

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflows

* update code coverage title

* remove comment

* add integration tests code coverage

* fix workflow

* update integration workflow

* update integration workflow

* debug integration workflow

* update workflow

* remove debug section

* update integration tests coverage markdown

* remove dep install for jest test coverage

* update integration flow and formatting

* refactor workflows

* update workflow

* revert temp code change

* RI-7038: apply review suggestions

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10185673
- https://snyk.io/vuln/SNYK-JS-MULTER-10185675

* DEV: allow merges from latest branch

* RI-000 - added .rpm as an enterprise build option

* update lock file (#4602)

* RI-7154: Color Theme select box shown incorrectly 

* fix empty value set for theme if user has not configured it before

* add test case for default selection in theme dropdown

* RI-7006: Replace resize related components (#4574)

* Replace EUI panel with another libs resizable panel.
* change browser panel sizes by the new array model instead of the key value object
* add wrappers around the resizable components
* replace the workbench view - query and result panel section
* replace panels in instance page template
* finish the handle design
* create and replace the ResizeObserver everywhere
* moved ImperativePanelGroupHandle import in resize components

* RI-000 build with new mas profiles (#4592)

* RI-7119 handle resisearch endpoints errors (#4572)

* RI-7119 handle resisearch endpoints errors

* RI-7119 resolve PR comments

* Feature/ri 7103 split UI (#4583)

* RI-7103 add app info

* RI-7091 change env name to built-in one

* RI-7103 make appInfo available on runtime

* Feature/ri 7101 rework connection errors (#4580)

* RI-7101 introduce redis connection errors and single handling mechanism

* RI-7101 remove console.log

* RI-7101 fix tests (#4579)

* RI-7101 fix tests

* RI-7101 fix tests

* RI-7101 fix re tests

* RI-7101 resolve PR comments

* DEV: Fix missing import (#4618)

* Feature/ri 7091   add an environment variable to skip the eula screen (#4588)

* RI-7091 - Add an environment variable to skip the EULA screen - updated privacy link approach

* RI-7091 - Add an environment variable to skip the EULA screen - updated existing settings check

* RI-7091 - Add an environment variable to skip the EULA screen - updated text - out of regular scope

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 - Add an environment variable to skip the EULA screen - fixed auto discovery

* RI-7091 fix regular autodiscovery

* RI-7091 - Add an environment variable to skip the EULA screen - testing a work around fix on top of Artem's suggestion

* testing delaying of the autodiscovery as a way to avoid the odd race condition happening

* removed setImmediate to check

* removed setTimeouts

* RI-7091 - extra logs and removed extra code

* -

* -

* RI-7091 - Add an environment variable to skip the EULA screen - fixed integration tests

* RI-7091 - Add an environment variable to skip the EULA screen - added BE tests

* RI-7091 - Add an environment variable to skip the EULA screen - added FE tests

---------

Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com>

* fix handle direction to horizontal (#4624)

* Feature/ri 7103 split UI (#4583)

* RI-7103 add app info

* RI-7091 change env name to built-in one

* RI-7103 make appInfo available on runtime

(cherry picked from commit ff73f39)

* RI-7166: ReJSON fixes (#4626)

* change label

* introduce isWithinThreshold

* display the button when content is within threshold

* add hook tests

* fix tests

* add keys tests

* change the default value

* fix tests

* use size instead of length

* add env variable for precise config

* RI-000 handle unsafe big amount of elements in complex json structures (#4629)

* RI-000 handle unsafe big amount of elements in complex json structures

* RI-000 tests + new message

* RI-7178 - Redis Insight should display the RDI metrics even if the RDI pipeline status is not running (#4635)

* Added more branch options to enforce-branch-name-rules.yml (#4636)

I think it makes sense to support also
fe - for just front end changes (recently had something like that for an RDI fix) in which cases there is no point in running the BE and integrations tests
be - for just api changes. It also happens from time to time and it doesn't make sense to run all of our FE tests, especially how flaky they are.
e2e - just for e2e tests. No point in wasting a lot of time (physical and github) to run all of the other tests

* RI-7180 

fix Bulk Summary layout

* Bugfix/cluster info handle ipv6 (#4652)

* Fix parseNodesFromClusterInfoReply to be able to handle non XXX.XXX.X.XX:PPPP formated ips. For example, ipv6 ips.

* Add unit tests related to ipv6.

* update documentation.

* RI-7188 concat array with `concat()` function instead of `push` + `spread operator` (#4656)

* RI-7136: Show overwrite confirmation when editing JSON in default editor (#4650)

* RI-6953: Use correct telemetry event for Monaco edits (#4654)

* RI-7171: Rename Monaco editor workflow Cancel button to Close (#4666)

* RI-000 add missed error instance for logs (#4647)

* Bump tar-fs from 2.1.2 to 2.1.3 in /redisinsight/api (#4604)

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/ri 7158 uninstalling ri desktop installed from deb file doesnt work (#4667)

* RI-7158 - Uninstalling RI desktop installed from deb file doesn't work - added on remove hook to handle it.

* RI-7158 - Uninstalling RI desktop installed from deb file doesn't work - added on remove hook to handle it.

* [Snyk] Security upgrade @nestjs/platform-express from 11.1.2 to 11.1.3 (#4613)

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MULTER-10299078

* Update yarn.lock

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Kristiyan Ivanov <kristiyan.ivanov@redis.com>

* Bump tar-fs from 2.1.2 to 2.1.3 in /redisinsight (#4668)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump brace-expansion from 1.1.11 to 1.1.12 in /redisinsight (#4669)

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix Node.js default runtime (#4661)

* update the deafult Node.js version for the GitHub Actions workflow
* update the default Node.js runtime version constraint in the package.json
* update the engine check to actually use the official keyword
* added .nvmrc with default Node.js version for easier setup

* E2e/ri 7131   е2е tests are failing for both app image and docker (#4610)

* RI-7131 - е2е tests are failing for both app image and docker - fixed dropdown not being clickable due to a placeholder

* RI-7131 - е2е tests are failing for both app image and docker - fixed buttons, radio and checkboxes throwing errors

* RI-7131 - е2е tests are failing for both app image and docker - testing fix for workbench issues

* RI-7131 - е2е tests are failing for both app image and docker - skipping failing tests

* E2e/ri 7131 docker handling (#4638)

* RI-7131

* RI-7131 - skipped docker failing tests (part 1 / 4)

* RI-7131 - skipped docker failing tests (part 2 / 4)

* RI-7131 - skipped docker failing tests (part 3 / 4)

* RI-7131 - skipped docker failing tests (part 4 / 4)

* RI-7131 - skipped docker failing tests (part 4 / 4)

* RI-7131 - skipped docker failing tests (part 5 / 4)

* RI-7131 - skipped docker failing tests (part 6 / 4)

* [Snyk] Security upgrade typeorm from 0.3.15 to 0.3.18 (#4642)

* fix: redisinsight/api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073

* updated lock file

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Kristiyan Ivanov <k.ivanow@gmail.com>

* release version bump

* Test scripts were outputting to ./coverage/ but workflow expected ./test/test-runs/coverage/ (#4673)

* RI-0000-fixing test coverage path mismatch (#4674)

testing purposes!

* Ri 0000 fixing coverage paths (#4675)

Adding logs

* Ri 0000 fixing coverage paths (#4676)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4677)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4678)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4679)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4682)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4683)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4686)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4687)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4688)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4690)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4691)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* Ri 0000 fixing coverage paths (#4693)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4694)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4695)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4696)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* Ri 0000 fixing coverage paths (#4697)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4698)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4699)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* Ri 0000 fixing coverage paths (#4700)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* Ri 0000 fixing coverage paths (#4701)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* Ri 0000 fixing coverage paths (#4703)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* Ri 0000 fixing coverage paths (#4704)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* Ri 0000 fixing coverage paths (#4705)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* Ri 0000 fixing coverage paths (#4706)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* Ri 0000 fixing coverage paths (#4707)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* RI-0000 investigating the results.xml parsing

* Ri 0000 fixing coverage paths (#4708)

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc params

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000-fixing test coverage path mismatch - removing logs and debug

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 - fixing path issues - itest to ./itest

* RI-0000 reverting to the main branch config

* RI-00000 fixing coverage paths - wront itest/results path?

* RI-0000 investigating the results.xml parsing

* RI-0000 testing with java-unit for parsing

* fix: skip code coverage report when PR is missing (#4711)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Krum Tyukenov <krum.tyukenov@gmail.com>
Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com>
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Pavel Angelov <pavel.angelov@redis.com>
Co-authored-by: dantovska <dijana.antovska@redis.com>
Co-authored-by: Artsiom Kharuzhenka <artem.horuzhenko@redis.com>
Co-authored-by: Sylvain Royer <Sylvain-Royer@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valentin Kirilov <valentin.kirilov@redis.com>
* RI-000: fix e2e workflows

* RI-000: fix e2e workflows + eslint
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ KrumTy
✅ ArtemHoruzhenko
❌ Kristiyan Ivanov


Kristiyan Ivanov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

buildType: process.env.RI_BUILD_TYPE || 'DOCKER_ON_PREMISE',
appType: process.env.RI_APP_TYPE,
appVersion: process.env.RI_APP_VERSION || '2.72.0',
appVersion: process.env.RI_APP_VERSION || '2.69.10',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version downgrade from 2.72.0 to 2.69.10 across codebase

The application version is being downgraded from 2.72.0 to 2.69.10 across multiple files including default.ts, swagger.ts, aboutPanel.ts, and both package.json files. Since 2.72 is numerically greater than 2.69, this is a version regression. This appears to be a merge conflict resolution error where the older version from the source branch was incorrectly chosen. The application will report an older version number, potentially causing confusion and issues with version-dependent functionality.

Additional Locations (2)

Fix in Cursor Fix in Web

@KrumTy KrumTy merged commit 5b95185 into main Dec 1, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants