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.
- 31 Aug, 2022 1 commit
-
-
René Dudfield authored
-
- 29 Aug, 2022 1 commit
-
-
René Dudfield authored
github: Use a secret as the DriEmail
-
- 26 Aug, 2022 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
plugins/examples: upgrade plugins/examples
-
Joaquim Rocha authored
app: Add Windows signing
-
Joaquim Rocha authored
-
- 25 Aug, 2022 1 commit
-
-
Joaquim Rocha authored
frontend: Fix MetadataDisplay to skip ResourceClasses
-
- 24 Aug, 2022 3 commits
-
-
René Dudfield authored
-
René Dudfield authored
plugins/headlamp-plugin: Add upgrade command
-
René Dudfield authored
plugins: Add useClusterURL, noAuthRequired to sidebar example
-
- 23 Aug, 2022 6 commits
-
-
René Dudfield authored
- Warns if @kinvolk/headlamp-plugin is not up to date - Upgrades @kinvolk/headlamp-plugin if it is outdated - Adds missing config files added in recent versions - Adds updated package.json config keys added in recent versions
-
René Dudfield authored
Since the plugins are tested in that job, and if they are changed we want the tests to run too.
-
Joaquim Rocha authored
headlamp-plugin: Convert tests to js from bash
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
- 22 Aug, 2022 1 commit
-
-
René Dudfield authored
plugins/headlamp-plugin: Bump version to 0.5.2
-
- 19 Aug, 2022 5 commits
-
-
René Dudfield authored
charts: Bump Headlamp to 0.12.0
-
René Dudfield authored
app: Bump Chocolatey's Headlamp version to 0.12.0
-
René Dudfield authored
-
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 2 commits
-
-
René Dudfield authored
Ones that we can't get a routeName from skip.
-
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 10 commits
-
-
René Dudfield authored
-
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.
-