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 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 5 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
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 7 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
-
René Dudfield authored
build(deps): bump nanoid from 3.1.23 to 3.2.0 in /frontend
-
dependabot[bot] authored
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 ) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
René Dudfield authored
Fix windows app not closing server.exe on quit
-
- 25 Jan, 2022 4 commits
-
-
René Dudfield authored
There's a margin in WSL because it has problems placing full size windows.
-
René Dudfield authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This is useful as it is but also will satisfy the linter (which complains that the template plugin's registry argument is not used).
-