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.
- 28 Jul, 2022 2 commits
-
-
Joaquim Rocha authored
Add error handling/boundaries for plugins
-
René Dudfield authored
Stopped plugins with errors crashing Headlamp: - On plugin load (script syntax error, or other error) - When components are rendering Extracted plugin loading and executing into a Plugins component. Wrapped ErrorBoundary around where plugins can insert components into the app. Plugins are initialized, not reset, so action renamed to match.
-
- 25 Jul, 2022 3 commits
-
-
Joaquim Rocha authored
Allow to build without checking for updates
-
Joaquim Rocha authored
This patch loads environment variables from a .env file and ships the file in the app as well, in order to allow different builds with minimal changes to Headlamp's core. Those options, when needed, are passed to the renderer process by IPC through the recenly added appConfig message. So these changes also only check for updates if the checkForUpdates option in the app/packages.json is defined.
-
Joaquim Rocha authored
This patch replaces the appVersion IPC message for getting the app's version with a new app config, so we can extend it to include more items.
-
- 22 Jul, 2022 11 commits
-
-
Joaquim Rocha authored
Add checks for exported common components
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
René Dudfield authored
Fix exporting circular chart
-
René Dudfield authored
Fix logo getting trimmed
-
Joaquim Rocha authored
When not defined, it will be just empty whereas before it was marked as optional but being asserted.
-
Joaquim Rocha authored
It was being exported only as a default, and as such, was not getting picked up when exporting from common/index.tsx.
-
René Dudfield authored
plugins/examples: Update headlamp-plugin for all example plugins
-
Joaquim Rocha authored
It was getting shown within a material-ui SvgIcon but this component is supposed to be used to display icons, not images.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Without it, the plugins fail to run.
-
- 21 Jul, 2022 8 commits
-
-
René Dudfield authored
Fix new version checks
-
René Dudfield authored
app: Update electron and electron-builder
-
Joaquim Rocha authored
Apparently versions >16 of electron may end up showing artifacts due to GPU issues in WSL2 but it works fine outside of it, and we need to update dependencies.
-
Joaquim Rocha authored
Fix ActionButton color and width problems
-
Joaquim Rocha authored
The appVersion was being sent before the component in the renderer that needs it was ready to act on it. To prevent this, the app now sends the appVersion only when it receives such a request.
-
Joaquim Rocha authored
-
René Dudfield authored
This fixes the Create resource button being invisible.
-
Joaquim Rocha authored
frontend: Make the namespaces filter values occupy just one line
-
- 18 Jul, 2022 1 commit
-
-
Joaquim Rocha authored
When multiple namespaces were selected, the input could show several lines and that made the header for the contents very large vertically, which didn't look good. This patch changes how the namespaces are shown, so that only up to a certain number of chars are visible for the namespace name and after that it shows how many other namespaces are selected.
-
- 15 Jul, 2022 5 commits
-
-
Joaquim Rocha authored
app: Add chocolatey spec + install script
-
Joaquim Rocha authored
charts: Bump Headlamp version to 0.11.0
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch allows us to build a chocolatey package for Headlamp.
-
Joaquim Rocha authored
docs: Remove video about plugins from docs as it's outdated
-
- 14 Jul, 2022 9 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
plugins: Fix details-view on not-kind view
-
René Dudfield authored
It needed to return null when not matching.
-
Joaquim Rocha authored
-
René Dudfield authored
docs: Fix cluster-chooser.png image path
-
René Dudfield authored
-
Joaquim Rocha authored
Plugin docs improvements, new examples, updated examples
-
ashu8912 authored
Handle custom auth for desktop app
-
René Dudfield authored
i18n update
-
- 13 Jul, 2022 1 commit
-
-
René Dudfield authored
-