Skip to content

Commit a09731a

Browse files
authored
Merge pull request #2025 from RedisInsight/release/2.24.0
Release/2.24.0 to latest
2 parents 8ecd86c + 5a22fb0 commit a09731a

File tree

307 files changed

+16593
-2517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+16593
-2517
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,8 @@ jobs:
565565
- release/redisstack
566566
macosx:
567567
macos:
568-
xcode: 14.2.0
568+
xcode: 14.3.0
569+
resource_class: macos.x86.medium.gen2
569570
parameters:
570571
env:
571572
description: Build environment (stage || prod)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
3232
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations
3333
* Ability to build your own data visualization plugins
3434
* Built-in click-through guides for Redis capabilities
35-
* Oficially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
35+
* Officially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
3636
* Available for macOS (including M1), Windows and Linux
3737

3838
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).

configs/webpack.config.main.prod.babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default merge(baseConfig, {
6666
SERVER_TLS_KEY: process.env.SERVER_TLS_KEY || '',
6767
APP_FOLDER_NAME: process.env.APP_FOLDER_NAME || '',
6868
UPGRADES_LINK: process.env.UPGRADES_LINK || '',
69+
RI_HOSTNAME: '127.0.0.1',
6970
BUILD_TYPE: 'ELECTRON',
7071
APP_VERSION: version,
7172
AWS_BUCKET_NAME: 'AWS_BUCKET_NAME' in process.env ? process.env.AWS_BUCKET_NAME : '',

configs/webpack.config.main.stage.babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default merge(mainProdConfig, {
2626
SERVER_TLS_KEY: process.env.SERVER_TLS_KEY || '',
2727
APP_FOLDER_NAME: process.env.APP_FOLDER_NAME || '',
2828
UPGRADES_LINK: process.env.UPGRADES_LINK || '',
29+
RI_HOSTNAME: '127.0.0.1',
2930
BUILD_TYPE: 'ELECTRON',
3031
APP_VERSION: version,
3132
AWS_BUCKET_NAME: 'AWS_BUCKET_NAME' in process.env ? process.env.AWS_BUCKET_NAME : '',

docs/plugins/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Data visualization provided by the plugin is rendered within the
1111
Workbench results area and is based on the executed command, ie. a certain
1212
Redis command can generate its own custom data visualization.
1313

14-
We have included the following [plugin package example](https://github.com/RedisInsight/RedisInsight/tree/main/redisinsight/ui/src/packages/clients-list-example) for your reference: running the CLIENT LIST command presents the output in a tabular format for easier reading.
14+
We have included the following [plugin package example](https://github.com/RedisInsight/RedisInsight/tree/main/redisinsight/ui/src/packages/clients-list) for your reference: running the CLIENT LIST command presents the output in a tabular format for easier reading.
1515

1616
## Wiki
1717

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "distribution",
3434
"hardenedRuntime": true,
3535
"darkModeSupport": true,
36-
"bundleVersion": "3",
36+
"bundleVersion": "9",
3737
"icon": "resources/icon.icns",
3838
"artifactName": "${productName}-${os}-${arch}.${ext}",
3939
"entitlements": "resources/entitlements.mac.plist",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"@types/jsonpath": "^0.2.0",
129129
"@types/lodash": "^4.14.171",
130130
"@types/node": "14.14.10",
131+
"@types/pako": "^2.0.0",
131132
"@types/react": "^18.0.20",
132133
"@types/react-dom": "^18.0.5",
133134
"@types/react-redux": "^7.1.12",
@@ -222,6 +223,7 @@
222223
"@reduxjs/toolkit": "^1.6.2",
223224
"@stablelib/snappy": "^1.0.2",
224225
"axios": "^0.25.0",
226+
"brotli-unicode": "^1.0.2",
225227
"buffer": "^6.0.3",
226228
"classnames": "^2.3.1",
227229
"connection-string": "^4.3.2",
@@ -243,6 +245,7 @@
243245
"jsonpath": "^1.1.1",
244246
"lodash": "^4.17.21",
245247
"lz4js": "^0.2.0",
248+
"pako": "^2.1.0",
246249
"php-serialize": "^4.0.2",
247250
"rawproto": "^0.7.6",
248251
"react": "^18.2.0",

redisinsight/about-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ICON_PATH = app.isPackaged
88
export default {
99
applicationName: 'RedisInsight-v2',
1010
applicationVersion:
11-
`${app.getVersion() || '2.22.1'}${process.env.NODE_ENV !== 'production' ? `-dev-${process.getCreationTime()}` : ''}`,
11+
`${app.getVersion() || '2.24.0'}${process.env.NODE_ENV !== 'production' ? `-dev-${process.getCreationTime()}` : ''}`,
1212
copyright: `Copyright © ${new Date().getFullYear()} Redis Ltd.`,
1313
iconPath: ICON_PATH,
1414
};

redisinsight/api/config/default.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default {
3939
},
4040
server: {
4141
env: 'development',
42+
listenInterface: process.env.RI_HOSTNAME ?? '0.0.0.0',
4243
port: 5000,
4344
docPrefix: 'api/docs',
4445
globalPrefix: 'api',
@@ -56,7 +57,7 @@ export default {
5657
tlsKey: process.env.SERVER_TLS_KEY,
5758
staticContent: !!process.env.SERVER_STATIC_CONTENT || false,
5859
buildType: process.env.BUILD_TYPE || 'ELECTRON',
59-
appVersion: process.env.APP_VERSION || '2.22.0',
60+
appVersion: process.env.APP_VERSION || '2.24.0',
6061
requestTimeout: parseInt(process.env.REQUEST_TIMEOUT, 10) || 25000,
6162
excludeRoutes: [],
6263
excludeAuthRoutes: [],

redisinsight/api/config/swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const SWAGGER_CONFIG: Omit<OpenAPIObject, 'paths'> = {
55
info: {
66
title: 'RedisInsight Backend API',
77
description: 'RedisInsight Backend API',
8-
version: '2.22.1',
8+
version: '2.24.0',
99
},
1010
tags: [],
1111
};

0 commit comments

Comments
 (0)