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.
- 11 Jul, 2022 5 commits
-
-
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>
-
- 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.
-
- 21 Jun, 2022 5 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This allows plugins to understand whether they're running in an app or in-cluster environments.
-
Joaquim Rocha authored
If Headlamp is running in desktop mode, then this method can be used to set up the menu.
-
Joaquim Rocha authored
This is done via IPC and the menu can only be set once the plugins are loaded.
-
Joaquim Rocha authored
This is unlikely to happen, but Ts was catching this and it makes sense to prevent.
-
- 20 Jun, 2022 6 commits
-
-
Joaquim Rocha authored
We want to provide Windows users with installation options.
-
Joaquim Rocha authored
app github: Build windows app without bash
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This is useful for knowing what's the fullscreen's state from outside of the component.
-
Joaquim Rocha authored
The same for the ConfirmDialog's stories.
-
Joaquim Rocha authored
-
- 17 Jun, 2022 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-