This project is mirrored from https://gitee.com/NQL886/lens.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Sep, 2020 3 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <smalton@mirantis.com> Co-authored-by:
Sebastian Malton <smalton@mirantis.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 07 Sep, 2020 3 commits
-
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Alex Andreev authored
* Removing DEBUG env from dev processes Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing cross-env dependency Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Updating lock file Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 04 Sep, 2020 9 commits
-
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Sebastian Malton authored
* add drag and drop capabilities for the order of cluster icons on the side bar * add type annotations for better clarity * fix clusters staying in previously icon reordered workspaces * add some tests to cluster-store Signed-off-by:
Sebastian Malton <smalton@mirantis.com> Co-authored-by:
Sebastian Malton <smalton@mirantis.com>
-
Jim Ehrismann authored
Restrict file permissions to only the user for pasted kubeconfigs that are kept in the app dir (#805) Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Alex Andreev authored
* Close Preferences on Esc key Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Close Cluster Settings on Esc Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Alex Andreev authored
* Fixing typo Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fine-tuning select to show long items Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Trevor Nichols authored
* Update CRD api to use preferred version and implement v1 differences Signed-off-by:
Trevor Nichols <trevor@nichols.id.au> * Fix unit test failure Signed-off-by:
Trevor Nichols <trevor@nichols.id.au> * Register alternate API base URL if preferred version changes. Signed-off-by:
Trevor Nichols <trevor@nichols.id.au> * Adjust for validation moving to the version.schema Signed-off-by:
Trevor Nichols <trevor@nichols.id.au>
-
Trevor Nichols authored
Signed-off-by:
Trevor Nichols <trevor@nichols.id.au>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Ryan MacLean authored
Signed-off-by:
Ryan MacLean <6923433+ryanmaclean@users.noreply.github.com>
-
- 03 Sep, 2020 1 commit
-
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 02 Sep, 2020 10 commits
-
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
Lauri Nevala authored
* Do not set app to dev mode if debugging flag is passed Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
- 01 Sep, 2020 4 commits
-
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <smalton@mirantis.com> Co-authored-by:
Sebastian Malton <smalton@mirantis.com>
-
Sebastian Malton authored
* Allow for users to enabled release mode debugging by setting the env var `DEBUG` to "true" * Adds file logging so that in production logs can still be obtained. Those log files are limited the size and number and are rotated automatically Signed-off-by:
Sebastian Malton <smalton@mirantis.com> Co-authored-by:
Sebastian Malton <smalton@mirantis.com>
-
Lauri Nevala authored
* Test bundled kubectl Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Alex Andreev authored
* Checking for 'kind' to be defined Inside 'involvedObject' of Event Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fixing resource var definition Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Reverting to link rendering in Events Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Explicitly return emty link if no 'kind' available Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing lowercase of url path Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 29 Aug, 2020 1 commit
-
-
Roman authored
- fix: navigate to landing on workspace switch Signed-off-by:
Roman <ixrock@gmail.com>
-
- 28 Aug, 2020 4 commits
-
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Jim Ehrismann authored
For CI linux job minikube is started with kube and minikube config in $HOME, but they are owned by root. This causes non-root uses, like 'minikube status', to fail. Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
Lauri Nevala authored
* 3.6.0-beta.1 Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Roman authored
* Allow user to select Kubeconfig from filesystem, fix #738 Signed-off-by:
Roman <ixrock@gmail.com> Co-authored-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> Co-authored-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 27 Aug, 2020 5 commits
-
-
Lauri Nevala authored
* Display path to cluster's kubeconfig file in cluster settings Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-
Lauri Nevala authored
* Wait until cluster is ready before initializing cluster dashboard Signed-off-by:
Lauri Nevala <lauri.nevala@gmail.com>
-