1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

829 Commits

Author SHA1 Message Date
Roman
f276207860 revived EditorPanel / usages of editor per dock-tab separately
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-27 12:14:50 +03:00
Roman
a02538999a responding to comments / clean up
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-27 11:32:39 +03:00
Roman
a33165044e clean up
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-26 15:23:32 +03:00
Roman
1d1fe70c39 Merge remote-tracking branch 'origin/master' into monaco_editor_refactoring 2021-10-25 15:31:53 +03:00
Roman
a6a814aa0f clean up
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-25 15:30:53 +03:00
Roman
8f2dfd0d34 simplify validators, provide error to InfoPanel via React.context
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-25 15:06:30 +03:00
Roman
207584d8e9 replace calls console.* to common/logger
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-25 14:20:54 +03:00
Roman
883317b5d0 monaco fine-tuning / final steps
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-25 14:08:35 +03:00
Jim Ehrismann
bbfb8372f3
improved port-forward error reporting (#4108)
* improved port-forward error reporting

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

* satisfy lint and some autoformatting

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-10-22 17:19:50 -04:00
Roman
40f0dc989d Merge remote-tracking branch 'origin/master' into monaco_editor_refactoring
# Conflicts:
#	package.json
2021-10-22 16:38:11 +03:00
Roman
b6c9ac0782 dock: upgrade-chart refactoring & fixes -- part 2
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-22 16:27:46 +03:00
Jim Ehrismann
169f443c3b
attempt to fix immer/merge bug (#4107)
Co-authored-by: Roman <ixrock@gmail.com>
2021-10-22 09:23:51 -04:00
Alex Andreev
e643b37c7f
Cluster overview css fixes (#4104) 2021-10-22 09:13:43 -04:00
Sebastian Malton
8fa2adf870
Add double click to reset sidebar width (#4109) 2021-10-22 09:10:21 -04:00
Jari Kolehmainen
62526c2192
Remove iframe completely on disconnect (#4116)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-10-22 13:19:26 +03:00
Jim Ehrismann
c0c0b3ae11
Allow port-forwards to be restarted with the same local port (#4097)
* allow port-forwards to be restarted with the same local port

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

* address review comment

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-10-21 12:32:34 -04:00
Roman
2b9fd97109 dock: upgrade-chart tab refactoring & fixes -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-21 18:35:36 +03:00
Sebastian Malton
d5719f29b8
Fix PodDetailsList being empty over 100 pods (#4096) 2021-10-21 09:38:48 -04:00
Jim Ehrismann
731f119b1b
added port-forward details (#4080)
* added port-forward details

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

* address review comments, plus added toolbar/menu to port-forward details Drawer

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

* added getById() to portForwardStore to eliminate direct items access from outside

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-10-20 16:02:20 -04:00
Sebastian Malton
f52a2295a2
Fix captitalization in CrdResources component (#4093) 2021-10-20 15:42:44 -04:00
Roman
05552fefab dock: don't use kube-object-store while editing resources
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 18:37:22 +03:00
Roman
c22609ee0c fix: integration tests / pod-logs regression after moving to css-modules (dock-tab-content)
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 17:02:22 +03:00
Roman
8bd40fdb04 fix: use proper background for lens-light theme in installed helm chart details view (InstallChartDone)
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 16:16:31 +03:00
Lauri Nevala
3d72db6363
Cleanup dependentStores (#4089) 2021-10-20 09:00:14 -04:00
Sebastian Malton
32562b11a4
Remove ClusterStore.removedClusters and correctly delete lens storage file (#4077) 2021-10-20 08:51:26 -04:00
Sebastian Malton
b4a4cc6be4
Correctly handle empty string valued secrets in SecretDetails (#4079) 2021-10-20 08:51:03 -04:00
Alex Andreev
46653386b9
Replacing icon for Remove from Hotbar action (#4086)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-10-20 15:22:19 +03:00
Alex Andreev
b0ddb5eb77
Moving Catalog Details panel under TopBar (#4087)
* Moving Catalog Details panel under TopBar

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fine-tuning drawer height css rule

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-10-20 15:04:02 +03:00
Roman
0de1fb29b8 fix: refresh user's create-resource templates on select / avoid cache
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 14:59:46 +03:00
Roman
a29c9ca1b8 fix: load templates from sub-folders for user templates (Dock -> Create resource)
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 14:15:24 +03:00
Roman
22a800ce73 fix: terminal resize on initial open (dock without tabs)
fix: console errors when closing all dock tabs

Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 13:42:51 +03:00
Roman
969be592de allow option.tabSize to use custom number of spaces for [Tab]
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-20 13:06:59 +03:00
Roman
8b854b50a4 use css-modules
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-19 20:11:53 +03:00
Jim Ehrismann
5ffa1de7e6
added checkbox for optionally opening browser in the port-forward dialog (#4068)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-10-19 11:06:02 -04:00
Sebastian Malton
64175b24e0
Sort pod names by convering sub-parts (#3314) 2021-10-19 10:36:49 -04:00
Jim Ehrismann
e3e7c620a1
Added Status to the Port Forwarding list items (#4065)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-10-19 09:50:23 -04:00
Sebastian Malton
cbffb85650
Disable kubectl download mirror options when not available (#3956) 2021-10-19 09:22:06 -04:00
Sebastian Malton
125a073007
Add context menu into sidebar (#4044) 2021-10-19 09:19:25 -04:00
Roman
960ec456ce Merge remote-tracking branch 'origin/master' into monaco_editor_refactoring
# Conflicts:
#	package.json
2021-10-19 16:13:16 +03:00
Sebastian Malton
e21888c62c
Fix iter function return values (#3958) 2021-10-19 09:02:59 -04:00
Roman
59357d0a69 master-merge fixes, fine-tuning
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-19 16:00:56 +03:00
Jari Kolehmainen
755c75008a
remove unnecessary global watches in cluster view (#4073)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-10-19 13:52:25 +03:00
Roman
d6b7001f72 Merge remote-tracking branch 'origin/master' into monaco_editor_refactoring
# Conflicts:
#	src/renderer/components/+workloads-pods/pod-details-affinities.tsx
#	src/renderer/components/dock/create-resource.tsx
#	src/renderer/components/dock/edit-resource.tsx
#	src/renderer/components/dock/editor-panel.tsx
2021-10-19 13:32:17 +03:00
Alex Andreev
0eac46530a
Pin icon for Catalog list items (#3810) 2021-10-18 10:27:53 -04:00
Roman
9a2af17c47 clean up / responding to comments
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-18 17:13:15 +03:00
Sebastian Malton
5998b4ca84
Upgrade js-yaml to 4.X (#3623) 2021-10-18 10:03:10 -04:00
Sebastian Malton
f12b0658ba
Add URL display to weblink URLs (#4046) 2021-10-18 09:38:10 -04:00
Roman
6f8b9a6c97 removed old mentions of ace-container from ace-editor
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-18 15:15:57 +03:00
Roman
1b680ee5a2 fixes / responding to comments -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-18 15:10:21 +03:00
Roman
0c517b14d0 master-merge fix
Signed-off-by: Roman <ixrock@gmail.com>
2021-10-18 13:44:41 +03:00