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

14 Commits

Author SHA1 Message Date
Roman
01be6e449e Merge remote-tracking branch 'origin/master' into add_cluster_from_custom_config
# Conflicts:
#	src/common/cluster-store.ts
#	src/migrations/cluster-store/3.6.0-beta.1.ts
2020-08-27 13:22:29 +03:00
Roman
b698b7f22a fixes:
- remove only custom embed kubeconfig files
- keep link to original kubeconfig file when added via file
- remove auto-select all contexts from kubeconfig source

Signed-off-by: Roman <ixrock@gmail.com>
2020-08-27 12:57:32 +03:00
Roman
56d1806619 fixes
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-26 20:11:31 +03:00
Roman
bec50de6a6 allow to manually input kube-config file path (edit + save on blur + auto-replace "~" => os.homedir()
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-25 23:13:13 +03:00
Roman
cb669d15df replaced browse/reset buttons to icons, extended drop area for custom kube-config file
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-25 18:58:48 +03:00
Roman
a5e5a4c0c2 reworks -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-25 17:15:28 +03:00
Roman
8c145131e9 use dialog.showOpenDialog for selecting custom kube-config file
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-25 12:59:57 +03:00
Nox
8f778ea379
Add cronjob trigger (#694)
Signed-off-by: Nox <aurelien.gaston@krondor.fr>

Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-08-25 10:55:12 +03:00
Roman
f067152d04 Allow user to select Kubeconfig from filesystem, fix #738
Signed-off-by: Roman <ixrock@gmail.com>
2020-08-24 19:24:24 +03:00
Roman
6e645eade0
Random fixes (#727)
* extract missing localizations from last master <- pr-merge

Signed-off-by: Roman <ixrock@gmail.com>

* fix: prevent app-crash in preferences in case of incorrect http-proxy value

Signed-off-by: Roman <ixrock@gmail.com>

* fix: don't repeat ipc-sync message to main renderer process/window when sending to frames

Signed-off-by: Roman <ixrock@gmail.com>
2020-08-21 15:08:09 +03:00
Roman
5670312c47
Migrating Vue components to React and stores refactoring (#585)
Signed-off-by: Roman <ixrock@gmail.com>

Co-authored-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-08-20 08:53:07 +03:00
Jim Ehrismann
0a5626fdb7
Added load-balancer hostname/IP to ingress details (#675)
* Added load-balancer hostname/IP to ingress details

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

* lint fixes

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2020-08-14 11:04:39 -04:00
Sebastian Malton
858ab88940
use the Kubernetes regex for matching system names (#659)
* use the Kubernetes regex for matching system names

Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-08-07 16:24:47 -04:00
Roman
b7974827d2
Lens restructure (#540)
Signed-off-by: Roman <ixrock@gmail.com>
2020-06-30 14:35:16 +03:00