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 7 commits
-
-
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 23 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
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Instead of asking plugin developers to install all modules used by Headlamp already, we ship them in the @kinvolk/headlamp-plugin package so the user can just access them (by using the tsconfig and jsconfig shipped too) for development.
-
Joaquim Rocha authored
This will allow plugin writers to import React and other modules without having to install them and without having webpack bundle them as they will be available when importing the plugin's code in Headlamp.
-
Ashu Ghildiyal authored
If we are on wide screens greater than 1920x1080 we don't want to take up the entire screen for the headlamp desktop app we want to limit it to 1920x1080 in that case.
-
- 22 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0 ) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 20 Jan, 2022 1 commit
-
-
Joaquim Rocha authored
The ConfigMap details view was using the editor to display data always in the dark theme. This patch makes it aware of the theme changes and lets it change accordingly.
-
- 19 Jan, 2022 1 commit
-
-
Joaquim Rocha authored
Add pod list deployments
-