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.
- 27 Jan, 2022 14 commits
-
-
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 19 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).
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
The lib.ts file should carry the bits to be used by plugins whereas the index.ts should have the functions that Headlamp itself needs for loading the plugins.
-
Joaquim Rocha authored
This is just about tidying up the module a bit.
-
Joaquim Rocha authored
Instead of using a fixed headlamp-plugin version when creating a new Headlamp plugin, we should use the same version of the headlamp-plugin module.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This class allows to call registerPlugin from itself which is more convenient than using "window.".
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-