-
Notifications
You must be signed in to change notification settings - Fork 393
Commit 81f92ff

post 2.70.1 update of main (#4713)
* Release/2.70.1 (#4689)
* 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 <[email protected]>
* 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 ff73f3984f19933e5140be447e85d804e910a3e3)
* 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] <[email protected]>
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 <[email protected]>
Co-authored-by: Kristiyan Ivanov <[email protected]>
* 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] <[email protected]>
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](https://github.com/juliangruber/brace-expansion/compare/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] <[email protected]>
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 <[email protected]>
Co-authored-by: Kristiyan Ivanov <[email protected]>
* 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] <[email protected]>
Co-authored-by: Krum Tyukenov <[email protected]>
Co-authored-by: ArtemHoruzhenko <[email protected]>
Co-authored-by: pd-redis <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Pavel Angelov <[email protected]>
Co-authored-by: dantovska <[email protected]>
Co-authored-by: Artsiom Kharuzhenka <[email protected]>
Co-authored-by: Sylvain Royer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valentin Kirilov <[email protected]>
* Release/2.70.1 (#4712)
* 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 <[email protected]>
* 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 ff73f3984f19933e5140be447e85d804e910a3e3)
* 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] <[email protected]>
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 <[email protected]>
Co-authored-by: Kristiyan Ivanov <[email protected]>
* 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] <[email protected]>
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](https://github.com/juliangruber/brace-expansion/compare/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] <[email protected]>
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 <[email protected]>
Co-authored-by: Kristiyan Ivanov <[email protected]>
* 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-fixi…1 parent 6eb3207 commit 81f92ffCopy full SHA for 81f92ff
File tree
Expand file treeCollapse file tree
14 files changed
+80
-20
lines changedFilter options
- .github
- build
- workflows
- redisinsight
- api
- config
- src/modules/database/providers
- test/test-runs
- desktop/src/lib/aboutPanel
- ui/src/pages/browser/modules/key-details/components/change-editor-type-button
Expand file treeCollapse file tree
14 files changed
+80
-20
lines changed.github/build/release-docker.sh
Copy file name to clipboardExpand all lines: .github/build/release-docker.sh+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
.github/workflows/code-coverage.yml
Copy file name to clipboardExpand all lines: .github/workflows/code-coverage.yml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| 101 | + | |
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
| 105 | + | |
104 | 106 |
| |
105 | 107 |
| |
106 | 108 |
| |
|
.github/workflows/tests-integration.yml
Copy file name to clipboardExpand all lines: .github/workflows/tests-integration.yml+62-8Lines changed: 62 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 |
| - | |
143 |
| - | |
| 142 | + | |
| 143 | + | |
144 | 144 |
| |
145 |
| - | |
146 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
147 | 201 |
| |
148 | 202 |
| |
149 | 203 |
| |
150 | 204 |
| |
151 | 205 |
| |
152 | 206 |
| |
153 | 207 |
| |
154 |
| - | |
155 |
| - | |
| 208 | + | |
| 209 | + | |
156 | 210 |
| |
157 | 211 |
| |
158 | 212 |
| |
| |||
208 | 262 |
| |
209 | 263 |
| |
210 | 264 |
| |
211 |
| - | |
| 265 | + |
redisinsight/api/config/default.ts
Copy file name to clipboardExpand all lines: redisinsight/api/config/default.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
redisinsight/api/config/swagger.ts
Copy file name to clipboardExpand all lines: redisinsight/api/config/swagger.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
redisinsight/api/package.json
Copy file name to clipboardExpand all lines: redisinsight/api/package.json+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
| 152 | + | |
152 | 153 |
| |
153 | 154 |
| |
154 | 155 |
| |
|
redisinsight/api/src/modules/database/providers/database.client.factory.spec.ts
Copy file name to clipboardExpand all lines: redisinsight/api/src/modules/database/providers/database.client.factory.spec.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
| 259 | + | |
259 | 260 |
| |
260 | 261 |
| |
261 | 262 |
| |
|
redisinsight/api/test/test-runs/docker.build.env
Copy file name to clipboardExpand all lines: redisinsight/api/test/test-runs/docker.build.env+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
redisinsight/api/test/test-runs/docker.build.yml
Copy file name to clipboardExpand all lines: redisinsight/api/test/test-runs/docker.build.yml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
|
redisinsight/api/test/test-runs/local.build.env
Copy file name to clipboardExpand all lines: redisinsight/api/test/test-runs/local.build.env+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments