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 May, 2022 9 commits
-
-
ashu8912 authored
As notification component should only be exposed via dispatch calls and is not a common component.
-
René Dudfield authored
-
ashu8912 authored
-
ashu8912 authored
We also allow to make search by resource object id available, This patch also fixes a small issue with how hasSearch was used we want to update showFilters in SectionFilterHeader as soon as hasSearch changes, but we didn't had that yet.
-
ashu8912 authored
We want plugin devs to leverage the functionality of creating custom notifications that's why this patch passes the skeleton notification module to help plugin devs to build notifications on top of that, this patch also updates headlamp-plugin lib to take into consideration the exported notification module.
-
ashu8912 authored
This patch also adds a theme property notificationBorderColor to handle borders around notifications on theme changes.
-
ashu8912 authored
This patch adds relevant actions, reducers required to handle notifications, it also adds notifications immediately to localStorage facility so that notifications are persisted even on page refresh.
-
ashu8912 authored
-
ashu8912 authored
Our notifications will be encapsulated within the Notification class meaning we generalise every type of notification we receive and wrap it with the Notification class.
-
- 03 May, 2022 2 commits
-
-
René Dudfield authored
Fix integration with redux devtools
-
René Dudfield authored
One main benefit of redux are the great tools. See [redux-tools](https://github.com/reduxjs/redux-devtools)
-
- 26 Apr, 2022 1 commit
-
-
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 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Plugin changes
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-