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.
- 29 Sep, 2021 3 commits
-
-
Joaquim Rocha authored
It's useful to be able to cancel a stream when there's an error, so let's include the cancel function as a parameter when calling the error callback.
-
Joaquim Rocha authored
Sometimes it was overwriting the list of both roles and cluster roles with just one type, because of how the state was being set.
-
Joaquim Rocha authored
This is not needed and will be easier to perform upcoming changes without it.
-
- 23 Sep, 2021 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix render issues and add more modules to pluginLib
-
Joaquim Rocha authored
headlamp-plugin: Make the package arg of the build command optional
-
René Dudfield authored
- print bash commands for easier debugging - improve build test, so it runs headlamp-plugin build
-
- 22 Sep, 2021 7 commits
-
-
Joaquim Rocha authored
build(deps): bump nth-check from 2.0.0 to 2.0.1 in /app
-
dependabot[bot] authored
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1 ) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joaquim Rocha authored
Provide patch functionality
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
This patch also adds Resource to classList so that it can be exported to plugins
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
We want to render the plugins details component only when the resource prop changes
-
- 21 Sep, 2021 4 commits
-
-
Ashu Ghildiyal authored
A patch request accepts a json-patch type body and thus we need the concrete type of JSON PATCH body which is provided by the dependency @types/json-patch, this patch also adds the patch methods to apiFactory. We also change the error handling by the request method to not directly throw it but instead return a error wrapped in Promise.reject
-
Ashu Ghildiyal authored
-
René Dudfield authored
Additionally we stop using --link inside test-headlamp-plugin.sh so that it tests more closely what users will run. Previously this would hang when using npm v7.
-
René Dudfield authored
There's an issue with npm v7 looping on dependencies.
-
- 20 Sep, 2021 2 commits
-
-
René Dudfield authored
-
Joaquim Rocha authored
We rely on just calling the "headlamp-plugin build" command without any arguments, but the build command expected a positional argument as required, so the default and advised case for building plugins was failing.
-
- 14 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
plugin: Pass apiProxy and recharts to pluginLib
-
- 13 Sep, 2021 2 commits
-
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
apiProxy contains a lot of helper methods to directly interact with the apiServer which will come in handy for the plugins to use.
-
- 09 Sep, 2021 3 commits
-
-
ashu8912 authored
Update plugin types
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
-
- 06 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
Add facility to override details view
-
- 04 Sep, 2021 2 commits
-
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
We want to allow functionality in plugins such that we can append more details view into a particular specified details view. This patch adds a registerDetailsView method to acheive that and uses redux store to handle attached details view.
-
- 03 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
backend: better way of determining the URL scheme
-
- 02 Sep, 2021 1 commit
-
-
Tomasz Torcz authored
-
- 26 Aug, 2021 1 commit
-
-
Joaquim Rocha authored
chart: Bump versions for 0.5.1 release
-
- 25 Aug, 2021 8 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix showing the version in the release notes
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Also include the release translation files.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-