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.
- 07 Feb, 2022 2 commits
-
-
Joaquim Rocha authored
Fix plugin reinitialization
-
Joaquim Rocha authored
Upgrade Nodejs 16 versions, and Alpine linux 3.15.0
-
- 04 Feb, 2022 2 commits
-
-
René Dudfield authored
headlamp-plugin: Bump version to 0.4.0
-
Joaquim Rocha authored
-
- 31 Jan, 2022 7 commits
-
-
René Dudfield authored
Mainly for the new nodejs 16 LTS, but also pg 14, and linux LTS.
-
René Dudfield authored
Because Nodejs 16 is now LTS node, and it has various improvements including better support for javascript modules.
-
René Dudfield authored
-
René Dudfield authored
frontend: Make workload details go back to the correct list view
-
René Dudfield authored
Fix UI warnings
-
René Dudfield authored
frontend: Fix warning color's contrast on dark theme
-
Joaquim Rocha authored
frontend: Check for a pod's conditions before using them
-
- 28 Jan, 2022 8 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Those were disableBackdropClick and disableEscapeKeyDown.
-
Joaquim Rocha authored
This prevents a warning in the version of material-ui currently used.
-
Joaquim Rocha authored
Better info for workloads
-
Joaquim Rocha authored
For some reason the plugins were being reinitialized when the theme was changed which also ended up in a reload of all components. This shouldn't be needed, so this patch removes that logic.
-
Joaquim Rocha authored
We had an issue related to re-initializing the plugins when they've already be initialized, this ended up re-registering the same plugin functionality and thus would result in getting duplicated sections and potentially other issues. While re-initialization of plugins should be avoided altogether, the logic for initializing them should make sure the plugins and their states are reset before initialization which is what this patch does.
-
Joaquim Rocha authored
We may need the initial states for the different reducers to be used again (e.g. to reset the initial state), so we shouldn't provide a shallow copy of it as the initial state.
-
Joaquim Rocha authored
frontend: Fix applying non-grouped API resources
-
- 27 Jan, 2022 17 commits
-
-
Joaquim Rocha authored
This prevents the issue of calling a function on a variable that may be undefined.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Some APIs do not have a group and we were parsing the YAML added to the creation dialog in a way that it expected to have a group.
-
Joaquim Rocha authored
These include the owned pods, containers, and details view plugin renderer sections.
-
Joaquim Rocha authored
This will be useful to understand e.g. why pods are pending.
-
Joaquim Rocha authored
This allows us to show the controlled jobs, the schedule with a human-readable description, etc.
-
Joaquim Rocha authored
The last scheduled time was not using the "time ago" way and therefore was very confusing. This patch also adds an icon to the schedule (cron) with a description of it on hover.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
There was a bug where such statuses were being shown with the warning theme.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 26 Jan, 2022 4 commits
-
-
René Dudfield authored
plugins: Allow to use shared modules with the import syntax
-
Joaquim Rocha authored
Limit the window size for desktop app, setup jest test framework
-
René Dudfield authored
frontend: Use the current theme for the ConfigMaps' editor
-
René Dudfield authored
build(deps): bump node-fetch from 2.6.1 to 2.6.7 in /frontend
-