-
Notifications
You must be signed in to change notification settings - Fork 405
Release/2.70.0 #4584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/2.70.0 #4584
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* release/2.66.0 * RI-6527 Resolve an issue on Ubuntu with a space in a folder name && RI-6551 Resolve the app name issue for Debian (#4304) * RI-6527 Resolve an issue on Ubuntu with a space in a folder name * RI-6551 Resolve the app name issue for Debian * RI-6527 Resolve an issue on Ubuntu with a space in a folder name. Updated based on PR feedback * RI-6527 Resolve an issue on Ubuntu with a space in a folder name && RI-6551 Resolve the app name issue for Debian * fixed chrome sandbox permissions (cherry picked from commit fa50a4f) * RI-6651 fix empty cli opened when switching btw dbs * RI-6651 fix reset db context * RI-6667 better handle errors for recommendations to avoid crashes (#4330) * RI-6660 fix APPLICATION_FIRST_START event was not sent (#4326) * RI-6661 apply "count" arg before applying DEFAULT_COUNT value for threshold (#4328) * e2e/bugfix/fix-failing-e2e (#4327) * e2e/bugfix/fix-failing-e2e * remove only * RI-6656 hide cpu from mini-dash on small screen (#4331) * RI-6684 Open new window doesnt work on windows due to a typo (#4333) --------- Co-authored-by: vlad-dargel <u.darhel@aisnovations.com> Co-authored-by: Vlad <vladislav.darhel@softeq.com> Co-authored-by: kchepikava <krystsina.chepikava@softeq.com> Co-authored-by: Artsiom Kharuzhenka <artem.horuzhenko@redis.com> Co-authored-by: kchepikava <139325900+kchepikava@users.noreply.github.com>
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* wrap controls in three dots popover * remove unused imports; move the three dots icon from rdi to icons asset folder. fix the import in the rdi component
* RI-6910: Ability to hide ads * RI-6910: Change to use feature flag * RI-6910: UserProfile tests * RI-6910: Tests * RI-6910: Prettier * RI-6910: Tests * RI-6910: Add tests for UserProfileBadge * RI-6910: add support for multiple feature flags to FeatureFlagComponent * RI-6910: Update screens for module not available * RI-6910: Add tests * RI-6910: updating manual build workflow * RI-6910: enterprise build workflow * RI-6910: Change casing of module names
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. - [Commits](mafintosh/tar-fs@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: tar-fs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Release/2.68.0 - merging back after the release
* replace anchor link which opens try-free cloud page with CloudLink opening the create cloud db modal * align the modal title to be in the center * set default value for CloudLink source to Tutorials; pass the value in the case of browser redisjson
* RI-6910: Update build destination for enterprise artifacts * RI-6910: Separate workflow for enterprise S3 upload
* RI-6893: init tag module (basic CRUD) * RI-6893: tag - key and value validation * RI-6893: tag - add unique constraints for key-value pair * RI-6384: link databases to tags * RI-6893: update database tag linking * RI-6384: add ready only tags * RI-6893: expose bulk update method for tags * update logging * RI-6893: update db tag methods * RI-6893: optimize bulk tags updates * RI-6893: add unit tests for database tags * update database integration tests schema * RI-6384: resolve failing tests * RI-6384: fix failing tests * RI-6384: add tests for databases with tags * RI-6893: remove read-only tags * RI-6893: remove readonly tags tests * RI-6893: update tags migration script * RI-6384: resolve comments * RI-6384: add tags for databases (UI - part 1) (#4426) * RI-6895: list db tags + RI-6896: sort by db tags * RI-6895: search db by tag * RI-6897: init filter by tags * RI-6897: refactor selected tags to use Set * RI-6897: filter databases by selected tags * RI-6897: hide tags filter if there are no tags * RI-6384: fix failing test * RI-6384: revert SearchDatabasesList changes * RI-6384: add test for selected tags * RI-6897: add tests for TagsCell * RI-6897: fix filter by tag issue * RI-6384: add tags for databases (UI - part 2) (#4453) * RI-6895: list db tags + RI-6896: sort by db tags * RI-6895: search db by tag * RI-6897: init filter by tags * RI-6897: refactor selected tags to use Set * RI-6897: filter databases by selected tags * RI-6897: hide tags filter if there are no tags * RI-6384: fix failing test * RI-6384: revert SearchDatabasesList changes * RI-6384: add test for selected tags * RI-6897: add tests for TagsCell * RI-6897: fix filter by tag issue * RI-6898: init tags edit form * RI-6898: finalize design for tags CRUD page * RI-6898: disable tags save if there are no changes * RI-6898: fix tags input focus issue * RI-6898: save db tags * RI-6898: add toast message when editing tags * RI-6898: refetch tags on tags update * RI-6898: add tag validation * RI-6898: unique tag keys * RI-6898: edit tags * RI-6898: refactor tags edit modal * RI-6898: add clouddb tags warning * RI-6898: fix resize bg color * RI-6898: fix theme color * fix tags list theme color * RI-6898: add new tag field design updates * RI-6898: refactor tag suggestions * RI-6898: refactor tag input field * add tests for manage tags modal * cleanup leftover * refactor tag inputs * address comments feedback * fix tags sort * RI-6091, RI-6092: tags import/export * refetch tags on import/delete * fix db controls position * fix db integration tests * fix tags export integration test * RI-6903: import tags from cloud via autodiscovery * fix integration tests * fix failing unit tests * fix some integration tests * fix some integration tests * fix more integration tests * fix integration test * fix final integration test * fix unit test * fix unit tests * use Promise.all for db/tags cloud fetch * use PartialType UpdateTagDto * add tags unit test mocks * move TagModule import to core modules * cloud db tests: change toMatchObject -> toEqual * refactor cleanupUnusedTags - delete in single query * increase controls gap * add instancesWithTagCount telemetry data to the DATABASE_LIST_PAGE event (#4468) * add integration tests for database tags patch/delete * RI-6091, RI-6092, RI-6903: database tags import/export/autodiscovery (#4459) * RI-6091, RI-6092: tags import/export * refetch tags on import/delete * fix db controls position * fix db integration tests * fix tags export integration test * RI-6903: import tags from cloud via autodiscovery * fix integration tests * fix failing unit tests * fix some integration tests * fix some integration tests * fix more integration tests * fix integration test * fix final integration test * fix unit test * fix unit tests * use Promise.all for db/tags cloud fetch * use PartialType UpdateTagDto * add tags unit test mocks * move TagModule import to core modules * cloud db tests: change toMatchObject -> toEqual * refactor cleanupUnusedTags - delete in single query * increase controls gap * add integration tests for database tags patch/delete * RI-6893: encrypt database tags (#4476) * RI-6893: encrypt database tags * refactor LocalTagRepository * update tags integration tests * RI-6384 refactor tags encryption * RI-6384 fix tag entities encryption flows * RI-6384 cleanup getOrCreateByKeyValuePairs * fix unit tests --------- Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com> * resolve merge conflict * fix: no duplicated tags by key for a single database should be allowed * add integration test for duplicated tag keys patch --------- Co-authored-by: dantovska <dijana.antovska@redis.com> Co-authored-by: ArtemHoruzhenko <artsiom.kharuzhenka@gmail.com>
do not virtualize rendering of the diagram
* create error message sanitizer for the ssh / tunnel errors to avoid displaying sensitive data * use the sanitizeMessage method to sanitize error messages in all types of ssh exceptions
Update README.md
* RI-6700: disable auto updates for enterprise builds * update build pipeline env evaluation
* RI-6756 upgrade class-transformer to 0.5.1 * RI-6756 fix webpack build module resolution * RI-6756 fix RDI decorator + tests * RI-6756 upgrade required deps + fix UTests * RI-6756 fix import dto transform * RI-6756 fix query string parameters transform issue * RI-6756 fix tests
* add some utils for checking jsons * extend AddItem with parent path
…me to the fn; otherwise, include it (#4498)
* transform passed message to strip new lines
* extend Monaco wrapper with classname for the wrapper * monaco validation * don't update on the same content * fix formatting triggers
* RI-7034: limit tag length in tags filter * RI-7034: disable db tags management based on config * cleanup
…ates Ri-6690 - Redis Insight client v2.66 installed with the deb package fails to upgrade to a newer version (2.67) on Ububntu && RI-6691 - After client update 2.64 to 2.67 Redis Insight can't be started from the application icon
* add "Enforce Branch Name Rules" workflow * whitelist release/* branch names * whitelist dependabot/** branches
…workflow RI-7129: fix Enterprise build upload workflow
…in-CONFIG_DATABASES_OPEN_DATABASE
…na-data-in-CONFIG_DATABASES_OPEN_DATABASE RI-7106: additiona data in config databases open database
…up-dbs Bugfix/ri 7145 fix pre setup dbs
ArtemHoruzhenko
approved these changes
May 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.