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.
- 26 Apr, 2022 2 commits
-
-
René Dudfield authored
-
René Dudfield authored
Rename backend server to headlamp-server
-
- 25 Apr, 2022 10 commits
-
-
René Dudfield authored
Plugin improvements
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
So the assets are all inside the dist/main.js I think before because two loaders were being used images were not displaying properly.
-
René Dudfield authored
Using style-loader and css-loader headlamp plugins. The styles are packed into the output main.js file, not as separate css files.
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
It's only meant to check the typescript for issues not generate files.
-
René Dudfield authored
github: Fix golang version to one version
-
René Dudfield authored
-
- 21 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
The former name was too generic, which made it difficult to spot, and could clash on Windows as well. This patch renames it as headlamp-server but keeps as /headlamp/server symlink in the container image, for backward compatibility.
-
- 20 Apr, 2022 2 commits
-
-
Joaquim Rocha authored
plugins: Show how to use styles inside a plugin
-
René Dudfield authored
-
- 12 Apr, 2022 5 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix plugin imports again
-
Joaquim Rocha authored
The include path was relative to headlamp-plugin in node_modules, so it didn't work when just extending the plugins-tsconfig.json file. This change set the path to be the plugin's own top directory + src files, so it allows plugins' tsconfig to simply extend the mentioned shipped tsconfig instead of having to override the "includes".
-
Joaquim Rocha authored
We want to allow an import like: import { makeCustomResourceClass } from '@kinvolk/headlamp-plugin/lib/K8s/crd'; but the plugins-tsconfig.json was not resolving these paths correctly due to a mix of legacy/invalid type path and also the baseURL being set to "." which made the paths be resolved in the headlamp-plugin module in module_nodules and not from the plugin's top dir.
-
Joaquim Rocha authored
Headless app fix
-
- 11 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 08 Apr, 2022 5 commits
-
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
Fix default class names
-
Joaquim Rocha authored
Docs had been created without a plugin that renames the default exports, so a lot of classes were names as default.
-
Joaquim Rocha authored
This patch uses the "typedoc-plugin-rename-defaults" package which renames the default exports, otherwise e.g. classes that are part of the lib/k8s modules would be exported as simply "default".
-
- 06 Apr, 2022 11 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Plugin changes
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Bundled app plugins
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
- 05 Apr, 2022 3 commits
-
-
Joaquim Rocha authored
frontend: Add networkpolicy API
-
ashu8912 authored
We would be needing the networkpolicy API for the security advisor plugin. This patch adds the required API for it.
-
Joaquim Rocha authored
Allow listing resources per namespace
-