Skip to content

Conversation

KrumTy
Copy link
Collaborator

@KrumTy KrumTy commented Jul 31, 2025

No description provided.

KrumTy and others added 20 commits July 22, 2025 09:53
* RI-7226: fix RiTooltip when content is empty

* add unit tests for RiTooltip
* Update Electron from 33.2.0 to 36.4.0 and related dependencies

- Update electron from EOL version 33.2.0 to supported 36.4.0
- Update electron-builder from 24.13.3 to 26.0.12
- Update electron-updater from 6.3.9 to 6.6.2
- Add node-abi 4.12.0 for better Electron version support
- Update yarn.lock files with new dependency versions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* rolled back local changes

* rolled back local changes

* Update Node.js version from 22.11.0 to 22.12.0 for node-abi compatibility

The node-abi@4.12.0 package requires Node.js >=22.12.0 but CI was using 22.11.0.
This update ensures compatibility with the upgraded Electron dependencies.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Testing slightly different config to fix the resolutions after install

* Fix electron-builder 26.0.12 configuration compatibility

- Update Linux desktop configuration to use desktop.entry structure
- Change Mac notarize from object to boolean (temporarily disabled)
- Replace Windows publisherName with legalTrademarks
- Remove electron-builder install-app-deps from postinstall script

These changes address breaking changes in electron-builder 26.0.12.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Restore Mac notarization and disable native module rebuilding

- Restore Mac notarization with teamId configuration (good security practice)
- Add npmRebuild: false, nodeGypRebuild: false, buildDependenciesFromSource: false
  to disable native module rebuilding which fails due to ABI compatibility issues
- This allows electron-builder to proceed without trying to rebuild native modules
  like keytar and sqlite3 that cause ABI detection errors with Electron 36

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Update Mac notarize configuration to boolean for electron-builder 26.0.12

In electron-builder 26.0.12, notarize must be a boolean value. The actual
notarization configuration (teamId, etc.) is now handled via environment
variables such as APPLE_TEAM_ID=UUK47G4BAZ instead of in the config file.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Reverting unneeded changes

* Reverting unneeded changes

* reverting yarn.lock in the api folder for testing

---------

Co-authored-by: Claude <noreply@anthropic.com>
* RI-7212: replace EuiFormFieldset with FormFieldset

* update display legend logic

* add FormFieldset unit tests
* RI-7226: fix RiTooltip when title/content is empty

* update test name
* Remove settings icons
* fix keys summary alignment
* entirely remove settings svgs
* replace EuiForm with form, replace eui/keys with uiSrc/constants/keys
* add RICollapsibleNavGroup

* replace EuiCollapsibleNavGroup
* RI-7228 - key details - space is missing between Add / Cancel

* RI-7228 - key details - space is missing between Add / Cancel

* RI-7228 - key details - space is missing between Add / Cancel - returned classnames for test purposes
…oken styles and has blue square all over the screen (#4764)
* add RiFilePicker.tsx

* replace EuiFilePicker
…o the width of the container and do not have space between each other (#4762)

* RI-7233 - key details on web and full screen do not expand to the width of the container and do not have space between each other - fixed spacing between name and ttl, and below the same row

* RI-7233 - key details on web and full screen do not expand to the width of the container and do not have space between each other - fixed spacing between different input components

* RI-7233 - key details on web and full screen do not expand to the width of the container and do not have space between each other - fixed styles to stretch from one end to the other
* replace Eui Image with RiImage
* RI-7209 - Replace EuiFieldText with Input

* Update redisinsight/ui/src/pages/home/components/database-manage-tags-modal/TagInputField.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/add-stream-entity/StreamEntryFields/StreamEntryFields.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/components/add-item/AddItem.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/components/add-item/AddItem.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* redisinsight/ui/src/components/multi-search/MultiSearch.tsx

* RI-7209 - Replace EuiFieldText with Input - fixed tests (some?), added tooltip provider for the tooltip

* RI-7209 - Replace EuiFieldText with Input - fixed tests

* RI-7209 - Replace EuiFieldText with Input - fixed tests

* RI-7209 - Replace EuiFieldText with Input - fixed tests

* RI-7209 - Replace EuiFieldText with Input - fixed tests

* Update redisinsight/ui/src/components/instance-header/components/instances-navigation-popover/InstancesNavigationPopover.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* Update redisinsight/ui/src/components/multi-search/MultiSearch.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* Update redisinsight/ui/src/components/input-field-sentinel/InputFieldSentinel.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* Update redisinsight/ui/src/pages/browser/components/create-redisearch-index/CreateRedisearchIndex.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* Update redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/components/add-item/AddItem.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* Update redisinsight/ui/src/pages/browser/components/add-key/AddKeyCommonFields/AddKeyCommonFields.tsx

Co-authored-by: pd-redis <petar.dzhambazov@redis.com>

* RI-7209 - Replace EuiFieldText with Input - fixed tests

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
…#4768)

* create loading logo component
* add sizing to the component
* add AppNavigation.tsx

* add useNavigation.ts, move AppNavigation to InstancePageTemplate.tsx
* replace the accordion component; change some styling to look nice with the accordion
* replace button group component
@KrumTy KrumTy changed the title update from fe/feature/RI-7039-replace-eui merge latest changes from "fe/feature/RI-7039-replace-eui" Jul 31, 2025
Copy link
Contributor

Code Coverage - Integration Tests

Status Category Percentage Covered / Total
🟢 Statements 81.71% 16239/19873
🟡 Branches 64.82% 7341/11325
🟡 Functions 70.75% 2281/3224
🟢 Lines 81.35% 15277/18778

Copy link
Contributor

Code Coverage - Backend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 92.34% 13797/14942
🟡 Branches 74.02% 4157/5616
🟢 Functions 85.86% 2125/2475
🟢 Lines 92.13% 13190/14317

Test suite run success

2948 tests passing in 286 suites.

Report generated by 🧪jest coverage report action from e3cb2d7

Copy link
Contributor

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 81.46% 19107/23455
🟡 Branches 66.81% 8301/12424
🟡 Functions 75.28% 5012/6658
🟢 Lines 81.87% 18701/22841

Test suite run success

4878 tests passing in 647 suites.

Report generated by 🧪jest coverage report action from e3cb2d7

@KrumTy KrumTy merged commit e83b984 into feature/RI-6855/vector-search Jul 31, 2025
32 checks passed
@KrumTy KrumTy deleted the feature/RI-6855/vector-search-rebase branch July 31, 2025 14:28
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.

4 participants