Tags: redis/RedisInsight
Tags
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.
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
PreviousNext