Skip to content

Commit 11899e9

Browse files
authored
Merge pull request #2149 from RedisInsight/main
main to release 2.26.0
2 parents 9aba364 + 9e3d3e5 commit 11899e9

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,12 +635,14 @@ jobs:
635635
yarn package:prod
636636
yarn package:mas
637637
rm -rf release/mac
638+
mv release/mas-universal/RedisInsight-mac-universal-mas.pkg release/RedisInsight-mac-universal-mas.pkg
638639
exit 0;
639640
fi
640641
641642
if [ << parameters.env >> == 'stage' ]; then
642643
UPGRADES_LINK=$UPGRADES_LINK_STAGE SEGMENT_WRITE_KEY=$SEGMENT_WRITE_KEY_STAGE yarn package:stage && yarn package:mas
643644
rm -rf release/mac
645+
mv release/mas-universal/RedisInsight-mac-universal-mas.pkg release/RedisInsight-mac-universal-mas.pkg
644646
exit 0;
645647
fi
646648
File renamed without changes.

tests/e2e/tests/critical-path/memory-efficiency/recommendations.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ test
175175
await t.click(memoryEfficiencyPage.getToTutorialBtnByRecomName(searchJsonRecommendation));
176176
await t.expect(workbenchPage.preselectArea.visible).ok('Workbench Enablement area not opened');
177177
// Verify that REDIS FOR TIME SERIES tutorial expanded
178-
await t.expect((await workbenchPage.getTutorialByName('WORKING WITH JSON')).visible).ok('WORKING WITH JSON tutorial is not expanded');
178+
await t.expect((await workbenchPage.getTutorialByName('INTRODUCTION')).visible).ok('INTRODUCTION tutorial is not expanded');
179179
});

tests/e2e/tests/smoke/database/add-db-from-welcome-page.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getPageUrl = ClientFunction(() => window.location.href);
1111
const sourcePage = 'https://developer.redis.com/create/from-source/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight';
1212
const dockerPage = 'https://developer.redis.com/create/docker/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight';
1313
const homebrewPage = 'https://developer.redis.com/create/homebrew/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight';
14-
const promoPage = 'https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight_offer_jan';
14+
const promoPage = 'https://redis.com/redis-enterprise-cloud/overview/?utm_source=redisinsight&utm_medium=main&utm_campaign=main';
1515

1616
fixture `Add database from welcome page`
1717
.meta({ type: 'smoke', rte: rte.standalone })

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7093,10 +7093,10 @@ flatted@^3.1.0:
70937093
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
70947094
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
70957095

7096-
focus-lock@^0.11.6:
7097-
version "0.11.6"
7098-
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.11.6.tgz#e8821e21d218f03e100f7dc27b733f9c4f61e683"
7099-
integrity sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg==
7096+
focus-lock@0.9.2:
7097+
version "0.9.2"
7098+
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.9.2.tgz#9d30918aaa99b1b97677731053d017f82a540d5b"
7099+
integrity sha512-YtHxjX7a0IC0ZACL5wsX8QdncXofWpGPNoVMuI/nZUrPGp6LmNI6+D5j0pPj+v8Kw5EpweA+T5yImK0rnWf7oQ==
71007100
dependencies:
71017101
tslib "^2.0.3"
71027102

@@ -11977,7 +11977,7 @@ react-beautiful-dnd@^13.0.0:
1197711977
redux "^4.0.4"
1197811978
use-memo-one "^1.1.1"
1197911979

11980-
react-clientside-effect@^1.2.6:
11980+
react-clientside-effect@^1.2.5:
1198111981
version "1.2.6"
1198211982
resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz#29f9b14e944a376b03fb650eed2a754dd128ea3a"
1198311983
integrity sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg==
@@ -12023,16 +12023,16 @@ react-fast-compare@^2.0.1:
1202312023
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==
1202412024

1202512025
react-focus-lock@^2.6.0:
12026-
version "2.9.4"
12027-
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.9.4.tgz#4753f6dcd167c39050c9d84f9c63c71b3ff8462e"
12028-
integrity sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==
12026+
version "2.6.0"
12027+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.6.0.tgz#97345c7abe439bf2974410b45529c2e208b1a633"
12028+
integrity sha512-2yB5KWyaefbvFDgqvsg/KpIjbqVlhIY2c/dyDcokDLhB3Ib7I4bjsrta5OkI5euUoIu5xBTyBwIQZPykUJAr1g==
1202912029
dependencies:
1203012030
"@babel/runtime" "^7.0.0"
12031-
focus-lock "^0.11.6"
12031+
focus-lock "^0.9.2"
1203212032
prop-types "^15.6.2"
12033-
react-clientside-effect "^1.2.6"
12034-
use-callback-ref "^1.3.0"
12035-
use-sidecar "^1.1.2"
12033+
react-clientside-effect "^1.2.5"
12034+
use-callback-ref "^1.2.5"
12035+
use-sidecar "^1.0.5"
1203612036

1203712037
react-focus-on@^3.5.0:
1203812038
version "3.5.4"

0 commit comments

Comments
 (0)