Alex Andreev
ee8ec85aee
Showing bottom bar in workspaces
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-06 13:42:58 +03:00
Alex Andreev
303160161c
Fixin tests harder
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-06 12:54:45 +03:00
Alex Andreev
d0078519cb
Merge branch 'master' into preferences-redesign
2021-04-05 16:22:15 +03:00
Alex Andreev
1aa91f4b23
Fixing integration tests
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 14:17:15 +03:00
Alex Andreev
c1ce7a0bbb
Fixing one-column settings layout
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 13:13:03 +03:00
Alex Andreev
c380b20960
Replacing button font
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 13:03:04 +03:00
Alex Andreev
bb35a4d7dc
Simplifying Tabs boilerplate
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 12:56:19 +03:00
Alex Andreev
da69ed1187
Fix mainBackground color
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 11:28:44 +03:00
Alex Andreev
9a4194e18a
Remove Other tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 11:20:48 +03:00
Alex Andreev
9de5f731d8
Adding lens Select theme
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 11:20:34 +03:00
Alex Andreev
2d4decd0fb
Create a telemetry tab with extensions
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-05 10:31:06 +03:00
Alex Andreev
a51907f6d4
Styling helm chart section
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-02 16:01:59 +03:00
Alex Andreev
4a20624bd7
Styling inputs and selects
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-02 14:18:02 +03:00
Alex Andreev
c8b70d4006
Styling Extensions tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-02 12:29:10 +03:00
Alex Andreev
b769335dd2
Styling Kubernetes tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-02 11:57:36 +03:00
Violetta
33c405bdcf
Save sorting order when changing view ( #2353 )
...
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2021-04-01 10:29:17 -04:00
Patrick J. McNerthney
48ea877cd5
Use a POST with a form body when querying Prometheus. ( #2401 )
...
Fixes: https://github.com/lensapp/lens/issues/1352
Signed-off-by: Patrick J McNerthney <pat@mcnerthney.com>
2021-04-01 10:27:46 -04:00
Violetta
584e191326
Fix lens node shell ( #2001 )
...
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2021-04-01 10:27:37 -04:00
Sebastian Malton
04e5180511
Fix StorageHelper.get() returning null after clearing ( #2421 )
2021-04-01 10:27:27 -04:00
Alex Andreev
f8db743bb6
Moving start-up switcher to Other tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 15:14:56 +03:00
Alex Andreev
909032a535
Styling Proxy tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 14:44:25 +03:00
Alex Andreev
16eacee140
Introducting Switcher component
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 14:27:43 +03:00
Alex Andreev
2755f13887
Add media queries
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 12:20:41 +03:00
Alex Andreev
5c94e2ece5
Add esc button
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 12:12:39 +03:00
Alex Andreev
f18b594df7
Styling Application tab
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-04-01 10:49:53 +03:00
Alex Andreev
987be6c52e
Merge branch 'master' into preferences-redesign
2021-04-01 09:59:17 +03:00
Alex Andreev
da196387b8
Revert "Wrapping ReactSelect styles into CacheProvider ( #2365 )" ( #2419 )
...
This reverts commit 69200b50c7 .
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-31 10:23:43 -04:00
Sebastian Malton
c7e1ab27fd
Improve correctness and efficiency in some of pods api helper functions ( #2067 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-03-30 10:53:18 -04:00
Sebastian Malton
8eb8fb6234
Fix integration test lifecycle fuctions not failing tests ( #2259 )
2021-03-30 10:14:59 -04:00
Sebastian Malton
eec0644667
Notify user if Helm list fails ( #2262 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-03-30 10:14:34 -04:00
Sebastian Malton
0e307e65b6
Improve tray initialization and logging ( #2048 )
...
- Remove all async click handlers as the typing of the expected method
is that of `void` so it doesn't know how to handle `Promise<void>`
- Replace the above with promise chains with correctly handle any errors
by logging them
- Fix the tray menu update logic to actually produce a new menu when the
reaction is run
- Improve the Clusters submenu generation to involve less work and to
utilize the built-in checkmark rendering
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-03-30 10:14:19 -04:00
Sebastian Malton
503a49261e
Fix unit tests and make tests fail if a promise rejects after the test harness is finishes ( #2034 )
2021-03-30 10:14:05 -04:00
Sebastian Malton
a4ba77c58b
Restrict extension version of ClusterStore ( #2256 )
2021-03-30 10:13:15 -04:00
Jim Ehrismann
4529b1ec33
workspace overview is now reactive to cluster changes ( #2356 )
...
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-03-30 10:12:57 -04:00
Alex Andreev
69200b50c7
Wrapping ReactSelect styles into CacheProvider ( #2365 )
...
* Wrap app into emotion CacheProvider to isolate styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix CacheProvider key
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Moving CacheProvider into more specific components
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Align @emotion/react & @emotion/cache version with ones inside react-select
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Covering more components with CacheProvider
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Changing emotion versions a bit more
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Moving CacheProvider into bootstrap
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Updating react-select types
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* A bit of cleaning up types
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Specifying types a bit more
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fix gradients in namespace selector
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Importing types separately
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Using generic NonceProvider in bootstrap
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-30 12:05:41 +03:00
Sebastian Malton
498c7defe9
release v4.2.0-rc.3 ( #2400 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-03-29 11:28:13 -04:00
Jari Kolehmainen
4856fdda2f
Fix path traversal bug in router ( #2398 )
...
* fix path traversal bug in router
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* add tests
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-03-26 14:53:53 +02:00
Jari Kolehmainen
0765bcee9c
Add security policy ( #2387 )
...
* add security policy
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* tweak
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-03-25 17:19:45 +02:00
Alex Andreev
137f09c2c0
Adding Tab navigation to Preferences
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-25 16:18:00 +03:00
Alex Andreev
3d0208a271
Restyling .round-black Input
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-25 16:17:29 +03:00
Alex Andreev
ffd729558c
Restyling PageLayout
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-25 16:17:05 +03:00
Alex Andreev
c5515f8e8b
Removing header part
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-03-25 16:16:35 +03:00
Roman
2c50e7aa1c
refactoring: get rid of SidebarItem.props.subMenus in favour of props.children only ( #2384 )
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-03-25 13:19:58 +02:00
Jari Kolehmainen
7a35253710
Proxy should listen only on loopback device ( #2388 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-03-25 12:50:13 +02:00
Roman
6789815217
Set initial cursor position for the editor to beginning ( #2385 )
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-03-24 13:22:17 -04:00
Sebastian Malton
34712dd51f
release v4.2.0-rc.2 ( #2378 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-03-24 10:22:35 -04:00
Roman
4303700bb2
Fix: highlight sidebar's active section ( #2366 )
...
* - fix: highlight active sidebar section / link
- fix: caching crd definitions to prevent sidebar's scroll jumps
- refactored & simplified `Sidebar` and `SidebarItem`
Signed-off-by: Roman <ixrock@gmail.com>
* responding to comments
Signed-off-by: Roman <ixrock@gmail.com>
* adding @jsdoc comments to SidebarItem
Signed-off-by: Roman <ixrock@gmail.com>
2021-03-24 15:17:56 +02:00
Sebastian Malton
ee4d434d35
Add notification to user to add accessible namespaces ( #2173 )
2021-03-23 13:21:47 -04:00
Sebastian Malton
0b99377feb
add user-store file name migration ( #733 )
...
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2021-03-23 11:56:04 -04:00
Roman
62c3501011
Fix: incorrect subscribing event name to navigate in cluster view ( #2363 )
...
Co-authored-by: Sebastian Malton <sebastian@malton.name>
2021-03-23 11:04:31 -04:00