Skip to content

Tags: redis/RedisInsight

Tags

3.8.0

Toggle 3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 3.8.0 (#6214)

3.6.0

Toggle 3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(desktop): bump Electron to 41.7.2 (#6063)

Why 41 and not 42
Electron 42 ships ABI 146. better-sqlite3@12.10.1 fixed the code paths for Electron 42, but the WiseLibs release does not yet publish prebuilt .node assets for ABI 146 — only ABI 145 (Electron 41) and below. Targeting 42 today would silently force every dev install and CI job into a local C++ build (node-gyp), which is exactly what the prebuilt pipeline is here to avoid.

Electron 41 is the highest version with verified prebuilt better-sqlite3 coverage for all our targets (macOS x64/arm64, Linux x64/arm64 glibc + musl, Windows x64). Once WiseLibs publishes the ABI 146 assets, the follow-up to 42 is a one-line bump.

3.4.2

Toggle 3.4.2's commit message
chore: merge origin/latest into release/3.4.2

Resolve version-bump conflicts by keeping 3.4.2.

Made-with: Cursor

3.4.1

Toggle 3.4.1's commit message
chore: update version to 3.4.1 across multiple files

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
RI-000: Fix Azure toasts (#5568)

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix potential injection vulnerability in test workflow (#5486)

* ci: fix potential injection vulnerability in test workflow

* fix workflow syntax

* ci: update should-run-all-tests output type

3.0.2

Toggle 3.0.2's commit message
DEV: Fix ESLint issues (#5366)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): remove old color override conflicting with the selected stat…

…e for the keys badges in the browser (#5292)

re #RI-7766

2.70.1

Toggle 2.70.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CODEOWNERS (#4709)

2.70.0

Toggle 2.70.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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