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.
- 23 Aug, 2022 1 commit
-
-
René Dudfield authored
-
- 19 Aug, 2022 4 commits
-
-
René Dudfield authored
charts: Bump Headlamp to 0.12.0
-
René Dudfield authored
app: Bump Chocolatey's Headlamp version to 0.12.0
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 18 Aug, 2022 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix frontend version
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 17 Aug, 2022 1 commit
-
-
Joaquim Rocha authored
frontend headlamp-plugin: Add material ui labs
-
- 16 Aug, 2022 2 commits
-
-
Joaquim Rocha authored
Improve app menus
-
René Dudfield authored
-
- 12 Aug, 2022 11 commits
-
-
Joaquim Rocha authored
It was setting the submenu in the wrong object.
-
Joaquim Rocha authored
Some menus shouldn't be shown until we're sure plugins may have changed them. This is particularly important for menus such as help, which may carry brand-related actions, like opening the app's website, etc. To ensure this, this patch adds the ability to mark menus as to be loaded only after plugins, which will give the opportunity for plugins to change them if needed.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Even though we have translations for the default menu items, because of the way the mechanism for overriding menus is done it means that we'd always keep the English menu even for default items when the menu was overridden (even without changing any of the items) by a plugin. This patch prevents that by updating the menus' labels with the translated ones, using a new "id" for each default menu in order to match the labels.
-
Joaquim Rocha authored
Instead of showing "Hide Headlamp", we should just show "Hide" as this will work even if the product name has been changed.
-
Joaquim Rocha authored
And defaults to adding the default ones if they're not. This patch also changes the logic for setting menus coming from plugins, to use this function instead of repeating part of its code.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
The i18n is a module global object, so we can just use it without passing it.
-
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 3 commits
-
-
René Dudfield authored
Add Debian package
-
René Dudfield authored
Center cluster chooser
-
Joaquim Rocha authored
-