-
Notifications
You must be signed in to change notification settings - Fork 405
Release/2.68.0 #4463
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
Release/2.68.0 #4463
Conversation
…-websocket-v2 RI-6445: Simplify database recommendations websocket events
…-cloud RI-6537: applying suggested change in comments
* mount /data directory to containers * use proper connection uri * change RI port * create COV_DIRECTORY explicitly * remove double mkdir * use shared volume
…ional implementation" This reverts commit 3afb1a1.
This reverts commit bc1f879.
… in the tree view
…alue_displayed_as_array #RI-6532 - Empty value is displayed as an array
…ata when we reenable one of the checkboxes
…ata when we reenable one of the checkboxes
…ata when we reenable one of the checkboxes for the tree this time
This reverts commit d7bc996.
# Conflicts: # redisinsight/api/src/modules/browser/rejson-rl/rejson-rl.service.ts
Merge/release 2.64.1
…4366) Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.17.19...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ensure cluster analysis page does not show when cluster node is accessed as standalone
* RI-5929 initial implementation of pre setup databases * RI-5929 UTests * RI-5929 ITests * RI-5929 fix the rest of ITests * RI-5929 change env name RI_REDIS_NAME -> RI_REDIS_ALIAS * RI-5929 re-generate migrations
* DB issue patched * CI fixes *Stability improvement for electron test
* remove the sm console component * rename Upgrade -> Upgrade plan; remove the background in the whole section * rename admin console -> Redis Cloud Admin
* implement UI * extend database dto with keyNameFormat * disable Tree View button on HEX key format * CONFIG_DATABASES_DATABASE_EDITED_BY_USER telemetry * CONFIG_DATABASES_DATABASE_ADDED
* making system theme as default * change default theme to system for desktop * Update by default theme to system Co-authored-by: Pavel Angelov <pavel.angelov@redis.com> --------- Co-authored-by: Pavel Angelov <pavel.angelov@redis.com>
* RI-6930 fix root dockerfile * RI-6930 fix icons issue
* bulk delete keys to the frontend * remove dummy logging * add BulkDeleteSummaryButton * styling * this is better * more styling * fix tests * add test for UI * add tests * add more testss * use proper type * use proper type in UI * address PR comments * change children type * report the key type * add tests * use consistent naming of key type
* add reason to `ANALYTICS_PERMISSION` event. If the event is triggered by accepting consents, reason is `install`, if it is because of `sso\social login\oauth` reasons, appropriate strategy is sent `google | github | sso`. One last place where analytics is being enabled is in OAuthAgreement.tsx, where reason is sent as `oauth-agreement` * update some of the test, to ensure, that having or lacking the reason, does not change overall execution of the code * update settings.service.spec.ts * extract ToggleAnalyticsReason as an object * remove references to API constants, because it breaks tests of the UI * replace UI values * remove unused import
* RI-6881 initial implementation (API) * RI-6881 rename RI_READONLY_CONNECTIONS to RI_DATABASE_MANAGEMENT to avoid misunderstandings * RI-6881 fix guard behavior * RI-6881 remove console.log * RI-6881 add tests * RI-6881 fix ITests * RI-6881 fix cloud jobs conditions * RI-6881 hide db CRUD buttons (except cloud) (#4429) * RI-6881 hide db CRUD buttons (except cloud) * RI-6881 add custom error handler + analytics
* fix imports * fix tests * fix tests
…into main (#4451) * Bugfix/be/release 2.68.0 (#4441) (#4447) * fix imports * fix tests * fix tests Co-authored-by: pd-redis <petar.dzhambazov@redis.com> * Updating main after the 2.66.0 release (#4445) * 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> * RI-6905: hide db controls begind three dots button (#4439) * 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 --------- Co-authored-by: pd-redis <petar.dzhambazov@redis.com> 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> Co-authored-by: dantovska <dijana.antovska@redis.com>
* version bump + added a script for doing that * Update update-version.js
|
No description provided.