Alex Andreev
acc4635b36
Merge branch 'master' into show-extension-preferences-in-separate-page
2022-05-04 07:30:19 +03:00
dependabot[bot]
35b0f4bd6f
Bump marked from 4.0.14 to 4.0.15 ( #5313 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 16:11:25 -04:00
Sebastian Malton
2d7f89ab48
Fix check for making sure dependency upgrades don't break dev mode ( #5318 )
2022-05-03 15:46:24 -04:00
dependabot[bot]
82babaf877
Bump @testing-library/jest-dom from 5.16.3 to 5.16.4 ( #5312 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 15:12:58 -04:00
dependabot[bot]
9ecc1fba12
Bump nodemon from 2.0.15 to 2.0.16 ( #5311 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 15:12:34 -04:00
dependabot[bot]
be78ffb2ad
Bump sass from 1.49.11 to 1.51.0 ( #5310 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 15:12:27 -04:00
Sebastian Malton
432fc534c6
Fix last item not being removed on initial loadAll ( #5309 )
2022-05-03 11:13:43 -04:00
Sebastian Malton
5263738c04
Cancel in progress npm master publishes if multuple in flight ( #5306 )
2022-05-02 11:36:05 -04:00
dependabot[bot]
6e63abfc3b
Bump await-lock from 2.1.0 to 2.2.2 ( #5301 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 08:04:25 -04:00
dependabot[bot]
0fb07b8643
Bump @types/react from 17.0.43 to 17.0.44 ( #5302 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 08:04:17 -04:00
dependabot[bot]
3b5e416237
Bump marked from 4.0.12 to 4.0.14 ( #5303 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 08:04:09 -04:00
dependabot[bot]
239c7f959f
Bump @types/react-table from 7.7.9 to 7.7.11 ( #5304 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 08:03:56 -04:00
dependabot[bot]
dbe45a2b40
Bump react-select-event from 5.3.0 to 5.5.0 ( #5295 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 15:37:40 -04:00
dependabot[bot]
b926ee26de
Bump eslint from 8.11.0 to 8.14.0 ( #5280 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 10:31:14 -04:00
dependabot[bot]
3790a57d8b
Bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.21.0 ( #5281 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 10:29:54 -04:00
dependabot[bot]
4c38e98074
Bump type-fest from 2.12.0 to 2.12.2 ( #5279 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 10:29:45 -04:00
dependabot[bot]
1fdd73541a
Bump ejs from 3.1.6 to 3.1.7 ( #5291 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 08:27:14 -04:00
dependabot[bot]
1e77217772
Bump cross-fetch from 3.0.6 to 3.1.5 ( #5294 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 08:25:18 -04:00
Alex Andreev
00efcad5ee
Merge branch 'master' into show-extension-preferences-in-separate-page
2022-04-29 14:52:52 +03:00
Sebastian Malton
8ada3c7505
Compute Tray Icon on the fly instead of at build ( #5157 )
2022-04-28 12:31:57 -04:00
Jim Ehrismann
51a93b8cc0
reverting flushHeaders() fix to restore auto-refresh ( #5283 )
...
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-04-27 11:56:07 -04:00
Jim Ehrismann
ff119dabf7
adding https_proxy to execHelm env ( #5273 )
...
* adding https_proxy to execHelm env
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
* lint plus simplification
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-04-27 11:55:23 -04:00
Alex Andreev
d1ae30a562
Fix misleading no metrics message ( #5240 )
...
* Add NoMetrics style module
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Add Open Cluster Settings link
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fine-tune NoMetrics layout
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Add test for clicking Open Settings link
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Add data-testid
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fixing tests
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Use navigateToEntitySettings instead of broadcastMessage
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix test selector
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-27 15:48:49 +03:00
Roman
22d2133ac8
Upgrade ReactSelect to latest version ( #5277 )
...
* - maintenance: upgrade react-select to latest version (5+)
- fix: props.styles was ignored and didn't passed to original react-select component from abstraction wrapper
2022-04-27 12:31:07 +03:00
Alex Andreev
7f76cd53d1
Few Settings -> Preferences
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-27 11:29:13 +03:00
Sebastian Malton
e4b1fa2f40
Fix make dev on master ( #5282 )
...
- Add CI action to validate that future bump PRs don't break dev mode
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-04-26 20:18:18 -07:00
dependabot[bot]
a09ceacfd2
Bump @types/react-router-dom from 5.3.2 to 5.3.3 ( #5266 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 10:57:22 -04:00
dependabot[bot]
b4866a035e
Bump esbuild from 0.14.36 to 0.14.38 ( #5267 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 10:57:11 -04:00
dependabot[bot]
3a6a494c4f
Bump react-refresh from 0.11.0 to 0.12.0 ( #5221 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 10:56:13 -04:00
Alex Andreev
b577afb439
<Extensions/> tests
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 16:02:12 +03:00
Alex Andreev
be14b1cb34
Change Extension page title
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 15:18:23 +03:00
Alex Andreev
5679ed9b3f
Fine-tune preference sidebar styles
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 14:44:36 +03:00
Alex Andreev
45abe7863d
Set extension title with extension id
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 14:44:11 +03:00
Alex Andreev
2570c7ce0a
Show Custom Settings block for nav items
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 13:35:14 +03:00
Alex Andreev
b7b25fb1ff
Introduce <PreferencesNavigation /> tests
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 11:22:03 +03:00
Alex Andreev
b69d116e02
Add fromExtension field to PreferenceNavigationItem
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 11:21:41 +03:00
Alex Andreev
6622d2b432
Get extension by sanitizedExtensionId
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-26 10:08:57 +03:00
Sebastian Malton
753fa225ed
Fix crash in CRD display ( #5256 )
2022-04-25 17:10:39 -04:00
Roman
11f3cafac3
Expose Lens Monaco Editor component to extensions-api ( #5264 )
...
* Expose Lens Monaco Editor component to public, close #5094
2022-04-25 14:29:49 +03:00
Alex Andreev
8e5a8389e4
Update snapthots
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 14:19:14 +03:00
Alex Andreev
263e26cadf
Fix isActive parameter
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 14:16:49 +03:00
Alex Andreev
ecc5383ebe
Revert token removing
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 13:41:42 +03:00
Alex Andreev
098bda1866
Show preferences only from specified extension
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 13:38:53 +03:00
Alex Andreev
d0bb70452a
Check for showInPreferencesTab tab for a link to show
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 11:47:32 +03:00
Alex Andreev
0c93c6dbf0
Set isActive prop
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-25 11:05:23 +03:00
Alex Andreev
1f6420f85b
Add isVisible condition for preference links
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-22 17:04:17 +03:00
Alex Andreev
6d8feb65d4
Add some tests for links
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-22 17:01:30 +03:00
dependabot[bot]
b7851c577b
Bump semver from 7.3.5 to 7.3.7 ( #5259 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.3.5 to 7.3.7.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.3.7 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-21 09:04:47 -07:00
Alex Andreev
fa9277fb8c
Showing a links for each extension in sidebar
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-04-21 16:52:27 +03:00
dependabot[bot]
b8993a7058
Bump esbuild from 0.14.34 to 0.14.36 ( #5260 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-21 08:46:12 -04:00