Skip to content

Commit 42d96e2

Browse files
Kristiyan IvanovKrumTyArtemHoruzhenkopd-redissnyk-bot
authored
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 <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>
1 parent a5a23fc commit 42d96e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ jobs:
9898
9999
- uses: jwalton/gh-find-current-pr@v1
100100
id: findPr
101+
continue-on-error: true
101102

102103
- name: Post or Update Coverage Summary Comment
103104
uses: actions/github-script@v7
105+
if: ${{ steps.findPr.outputs.number != '' }}
104106
with:
105107
script: |
106108
const fs = require('fs');

0 commit comments

Comments
 (0)