Commit e83b984
merge latest changes from "fe/feature/RI-7039-replace-eui" (#4782)
* RI-7226: fix RiTooltip when content is empty (#4742)
* RI-7226: fix RiTooltip when content is empty
* add unit tests for RiTooltip
* electron upgraded from 33.* to 36.* (#4740)
* 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 (#4739)
* RI-7212: replace EuiFormFieldset with FormFieldset
* update display legend logic
* add FormFieldset unit tests
* RI-7226: fix RiTooltip when title/content is empty (#4747)
* RI-7226: fix RiTooltip when title/content is empty
* update test name
* RI-7236 replace settings icon (#4745)
* Remove settings icons
* fix keys summary alignment
* entirely remove settings svgs
* RI-7211: replace eui form
* replace EuiForm with form, replace eui/keys with uiSrc/constants/keys
* RI-7208 replace eui collapsible nav group
* add RICollapsibleNavGroup
* replace EuiCollapsibleNavGroup
* Remove unused PageBreadcrumbs component (#4746)
* RI-7228 - key details - space is missing between Add / Cancel (#4761)
* 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
* RI-7239 - Workbench results - the execution time has a broken layout (#4763)
* RI-7030 - on workbench page, the text in the executing queries has broken styles and has blue square all over the screen (#4764)
* RI-7210 replace eui file picker
* add RiFilePicker.tsx
* replace EuiFilePicker
* Fe/feature/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 (#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
* RI-7224 - in messages - ACK / CLAIM buttons need space between (#4769)
* RI-7213: replace EuiImage with img tag (#4760)
* replace Eui Image with RiImage
* RI-7209 - Replace EuiFieldText with Input (#4775)
* 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>
* RI-7214: Replace EUI loading logo with custom bouncing logo component (#4768)
* create loading logo component
* add sizing to the component
* RI-7235 new navigation (#4777)
* add AppNavigation.tsx
* add useNavigation.ts, move AppNavigation to InstancePageTemplate.tsx
* RI-7207: Replace RUI Button Group with Redis Button Group (#4773)
* replace the accordion component; change some styling to look nice with the accordion
* replace button group component
---------
Co-authored-by: Kristiyan Ivanov <kristiyan.ivanov@redis.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: dantovska <dijana.antovska@redis.com>
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent c9fbb00 commit e83b984
File tree
158 files changed
+3046
-2493
lines changed- .github/actions/install-all-build-libs
- redisinsight/ui/src
- assets/img/sidebar
- components
- base
- display
- image
- loading-logo
- forms
- button-group
- fieldset
- file-picker
- icons
- inputs
- layout
- flex
- horizontal-spacer
- list
- theme
- tooltip
- utils/hooks
- code-block
- consents-settings
- ConsentsNotifications
- ConsentsPrivacy
- import-file-modal
- inline-item-editor
- input-field-sentinel
- keys-summary
- multi-search
- oauth
- oauth-sign-in-button
- page-breadcrumbs
- page-placeholder
- query/query-card
- QueryCardHeader
- QueryCardTooltip
- side-panels
- panels
- enablement-area/EnablementArea/components/UploadTutorialForm
- table-column-search-trigger
- table-column-search
- upload-warning
- constants
- contexts
- packages/redistimeseries-app/src
- components/Chart
- styles
- pages
- browser
- components
- actions
- add-key
- AddKeyCommonFields
- AddKeyHash
- AddKeyList
- AddKeyReJSON
- AddKeySet
- AddKeyStream
- AddKeyString
- AddKeyZset
- add-multiple-fields
- browser-search-panel
- bulk-actions/BulkUpload
- create-redisearch-index
- no-keys-found
- search-key-list
- virtual-tree
- components/Node
- modules
- key-details-header/components
- key-details-header-name
- key-details-header-ttl
- key-details
- components
- hash-details/add-hash-fields
- list-details
- add-list-elements
- remove-list-elements
- rejson-details/components
- add-item
- edit-entire-item-action
- set-details/add-set-members
- stream-details
- add-stream-entity/StreamEntryFields
- add-stream-group
- groups-view
- messages-view
- MessageAckPopover
- MessageClaimPopover
- zset-details/add-zset-members
- home/components
- add-database-screen
- cloud-connection/cloud-connection-form
- cluster-connection/cluster-connection-form
- database-alias
- database-manage-tags-modal
- empty-message
- form
- sentinel
- import-database
- components/ResultsLog
- manual-connection/manual-connection-form
- forms
- sentinel-connection/sentinel-connection-form
- tags-cell
- pub-sub/components
- publish-message
- subscription-panel
- rdi
- home
- connection-form
- empty-message
- pipeline-management/components
- jobs-panel
- template-form
- test-connections-log
- test-connections-panel
- statistics/empty
- settings
- components
- general-settings/datetime-formatter/components
- datetime-form
- timezone-form
- theme-settings
- slow-log/components/SlowLogConfig
- services
- templates/instance-page-template
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
158 files changed
+3046
-2493
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments