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.
- 16 Aug, 2022 1 commit
-
-
René Dudfield authored
Mostly automated, with a bunch of manual fixes.
-
- 12 Aug, 2022 2 commits
-
-
Joaquim Rocha authored
frontend: Ensure timeAgo always uses the date + 90 days when testing
-
Joaquim Rocha authored
We need to compare static dates when testing, otherwise snapshots become outdated.
-
- 11 Aug, 2022 14 commits
-
-
Joaquim Rocha authored
frontend: Catch and log Plugin initialize() errors
-
Joaquim Rocha authored
frontend: Fix Plugin class based plugins not loading
-
René Dudfield authored
So that plugins that use initialize() will not crash the system if they have an error in them.
-
René Dudfield authored
-
Joaquim Rocha authored
frontend AlertNotification: Fix rule-of-hooks issues
-
René Dudfield authored
Was causing an error in the app.
-
René Dudfield authored
frontend ReleaseNotes: Fix query for latest release
-
René Dudfield authored
It was breaking because it did not consider headlamp-plugin releases.
-
Joaquim Rocha authored
Add msi installer
-
Joaquim Rocha authored
Also fixes an issue (there's no make app-windows but rather make app-win).
-
Joaquim Rocha authored
Chocolatey bump to 0.11.1
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 10 Aug, 2022 17 commits
-
-
René Dudfield authored
Add Debian package
-
René Dudfield authored
Center cluster chooser
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This is a more adequate place for it.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch uses the info we have already on package.json, official one as well as the electrno-builder's one, to build the MSI installer. This means we get an MSI file whose name is consistent with the ones we generate from electron-builder.
-
Joaquim Rocha authored
-
Julian Li authored
-
Joaquim Rocha authored
This var was getting used for setting up the TopBar when in small (width=sm) screens. So let's use the already declared isSmall variable.
-
Joaquim Rocha authored
The cluster chooser is supposed to be centered in the top bar, which means the top bar needs to change its left margin according to whether the sidebar is open or not. The code that checks whether the sidebar is open (in order to calculate the topbar size) was being tied to whether the screen is small, but it shouldn't have to take that into account.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Show build version on frontend
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Their grid item was getting added even when there were no buttons.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 09 Aug, 2022 4 commits
-
-
René Dudfield authored
frontend: Fix showing cluster chooser on top bar
-
René Dudfield authored
Docs allow to build without checking for updates
-
René Dudfield authored
Add name for cluster chooser route
-
René Dudfield authored
-
- 05 Aug, 2022 1 commit
-
-
Joaquim Rocha authored
Fix typo and Update helm chart docs
-
- 04 Aug, 2022 1 commit
-
-
Joaquim Rocha authored
In a recent change, we stopped using the cluster related hooks in the PureTopBar component as it led to conditionally using hooks. However, those hooks (and info from them) need to be used from the wrapping component (TopBar), otherwise no cluster chooser button will be shown.
-