Skip to content

Conversation

KIvanow
Copy link
Contributor

@KIvanow KIvanow commented Apr 1, 2025

No description provided.

seth-riedel and others added 30 commits January 7, 2025 16:11
…-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
…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
dependabot bot and others added 19 commits March 7, 2025 11:59
…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
@CLAassistant
Copy link

CLAassistant commented Apr 1, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
9 out of 11 committers have signed the CLA.

✅ seth-riedel
✅ pawelangelow
✅ pd-redis
✅ dantovska
✅ KrumTy
✅ ArtemHoruzhenko
✅ KIvanow
✅ yashschandra
✅ kchepikava
❌ katanaBoy
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@KIvanow KIvanow merged commit 581744c into latest Apr 2, 2025
59 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.