This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.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.
- 12 Jul, 2022 9 commits
-
-
Joaquim Rocha authored
This is so Github finds it and sets the badge in the repo.
-
Joaquim Rocha authored
helm: Fix post installation tip
-
Joaquim Rocha authored
Refresh token fix
-
Joaquim Rocha authored
frontend: Fix the service account token generation link
-
ashu8912 authored
-
Santhosh Nagaraj S authored
This patch fixes the post installation tip for token generation by taking the kubernetes version into consideration. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
this patch adds logic to refresh the service account token only if the auth type is not oidc Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Joaquim Rocha authored
Add scaling UI
-
Santhosh Nagaraj S authored
This prevents logging out even before the token is expired. If the token refresh fails repeatedly and the token eventually expires, subsequent API calls will fail and log out the user. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 11 Jul, 2022 9 commits
-
-
Joaquim Rocha authored
Fix role binding views
-
Joaquim Rocha authored
-
Joaquim Rocha authored
If the respective resources do not support scaling, then an exception is thrown when calling the method.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Export resource chart and lib
-
Joaquim Rocha authored
frontend: Add refresh token logic
-
yolossn authored
This patch adds logic to check if the token is about to expire and refreshes it. Signed-off-by:
yolossn <nssvlr@gmail.com>
-
Joaquim Rocha authored
The RoleBinding's namespace was not being passed to the used DetailsGrid and this resulted in an error.
-
Joaquim Rocha authored
This patch ensures that we do not overwrite the RoleBindings contents by the ClusterRoleBindings (or vice-versa) by using the "function" way of setting up the lists' state.
-
- 08 Jul, 2022 3 commits
-
-
Joaquim Rocha authored
frontend: Improve event default sorting
-
Nils Fahldieck authored
This documentation change relates to adding the app to Homebrew/homebrew-cask: https://github.com/Homebrew/homebrew-cask/pull/127319
-
René Dudfield authored
-
- 07 Jul, 2022 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This makes the mentioned component available for plugins as well.
-
- 06 Jul, 2022 2 commits
-
-
Joaquim Rocha authored
Under common/Resource/CircularChart.
-
Joaquim Rocha authored
And also in cluster/Charts.tsx.
-
- 04 Jul, 2022 4 commits
-
-
Joaquim Rocha authored
By mistake, the events table in Overview was sorting events by namespace when it should be doing it by date. This patch fixes that and also allows now to sort events by Reason too.
-
Joaquim Rocha authored
Implement fullscreen dialogs' options
-
Joaquim Rocha authored
app: Do not create a one-click installer for Windows
-
René Dudfield authored
Allow to override app menus from plugins
-
- 30 Jun, 2022 2 commits
-
-
S Santhosh Nagaraj authored
charts: Update to Headlamp 0.10.1
-
Joaquim Rocha authored
-
- 28 Jun, 2022 6 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
SVG fix, headlamp-plugin 0.4.9
-
René Dudfield authored
-
René Dudfield authored
Before if headlamp-plugin bumped the version the test script would fail because it wouldn't use the latest changes properly. So when version bump happens plugins can meet the requirement even though the new headlamp-plugin has not been released yet.
-
René Dudfield authored
The typechecking matches create-react-app so that hopefully more CRA code is compatible with the headlamp-plugin config. Also added react-dom to pluginsLib.ReactDOM, in case someone needs to use that. It's already included, just not easily exposed before.
-
Joaquim Rocha authored
frontend: Expose Resource and fix issue in PageGrid
-
- 27 Jun, 2022 1 commit
-
-
Joaquim Rocha authored
This will be needed for plugins to use.
-
- 24 Jun, 2022 2 commits
-
-
Joaquim Rocha authored
By mistake these have not been exported by common/index.ts.
-
Joaquim Rocha authored
PageGrid was resulting in an error when it was given just a single child. This patch corrects the types for the sections and children properties of the PageGrid and updates how the sections are used as children.
-