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.
- 20 Oct, 2021 6 commits
-
-
Joaquim Rocha authored
Simplify how details views are created
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This component uses a KubeObject class with a PageGrid and a MainInfoSection in order to display a consistent view for all details views.
-
- 19 Oct, 2021 2 commits
-
-
Joaquim Rocha authored
Otherwise the back button on the CustomResources details view would not link to the correct route.
-
Joaquim Rocha authored
So when a resource's details cannot be retrieved, the details view can show an error.
-
- 15 Oct, 2021 3 commits
-
-
Joaquim Rocha authored
app: Build also Linux ARM versions
-
Joaquim Rocha authored
Update dependencies
-
Joaquim Rocha authored
-
- 14 Oct, 2021 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
These changes update some dependencies to newer versions but hardcode the javascript-time-ago lib's version because the new patch version has breaking changes. We should reomve this library soon in any case.
-
Joaquim Rocha authored
electron-builder doesn't work if updated to >22.10.5 because of some fs dependencies. So let's set it to ~22.10.5.
-
Joaquim Rocha authored
build(deps-dev): bump electron from 12.0.0 to 12.1.0 in /app
-
- 12 Oct, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [electron](https://github.com/electron/electron) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v12.0.0...v12.1.0 ) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 08 Oct, 2021 1 commit
-
-
Joaquim Rocha authored
Fix cancelling actions
-
- 07 Oct, 2021 3 commits
-
-
Joaquim Rocha authored
Some snackbars (from Edit/Delete/Create buttons) are managed by notistack and they stopped working (they're z-index seemed to be lower than the other items, which prevented clicking them) when @material-ui/core and /lab were updated. This patch fixes that by updating notistack.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Vultr Kubernetes Engine support
-
- 01 Oct, 2021 2 commits
-
-
David Dymko authored
-
Joaquim Rocha authored
Fix authorization and update K8s APi versioning
-
- 30 Sep, 2021 1 commit
-
-
Joaquim Rocha authored
-
- 29 Sep, 2021 7 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
The v1beta1 version of this API is not longer available in some versions of K8s, so we try both v1beta1 and v1.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
We want to support different K8s API versions, and sometimes all they differ in is the version and/or the group used in the API call. In order to make this change seamless, this patch adapts the API factory methods, to support multiple group/version/resource arguments, and use the next one in the list if there's been an 404 error accessing them. i.e. if the first API group/version/resource attempted fails with 404, it may be because the API version is deprecated, so it will try the next one in the list. This should have no effect in other cases of 404 errors, since it always ends up sending the lsat 404 error found if none of the calls is successful.
-
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 6 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
-