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.
- 13 Jul, 2022 1 commit
-
-
ashu8912 authored
-
- 04 Jul, 2022 3 commits
-
-
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 9 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Only if an onClose function is passed to it.
-
Joaquim Rocha authored
Instead of always repeating the code to create a consistent dialog across views, have one that we expose from the componetns/common/Dialog which wraps those common props.
-
Joaquim Rocha authored
These will be aligned to the top/end as typical in many desktop dialogs and can be used to set fullscreen, close, etc. buttons.
-
Joaquim Rocha authored
This makes things less confusing.
-
Joaquim Rocha authored
By default, the MUI DialogTitle wraps its title in a Typography element, but we're already doing that in our version, so let's use the option that allows us not to wrap it.
-
Joaquim Rocha authored
charts: Update Headlamp to 0.10.0
-
Joaquim Rocha authored
-
- 16 Jun, 2022 5 commits
-
-
René Dudfield authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Do not duplicate children in dynamic sidebar items
-
Joaquim Rocha authored
When items were set up in the sidebar from a plugin, the object they were using was the one set up in redux. This meant that any children of that sidebar entry would be appended to the object's "subList" in redux and hence that list would grow with multiple equal entries every time the sidebar was rendered. This patch prevents that by deep cloning the object before using it.
-
René Dudfield authored
frontend: Only alert about a11y issues once per session
-