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.
- 18 Oct, 2022 3 commits
-
-
Joaquim Rocha authored
This patch prevents an infinite loop by setting the code to the Editor only if the current code is different from the one we try to set. Otheriwse we may get into an infinite loop.
-
Joaquim Rocha authored
Besides allowing users to set code in JSON, these changes also set the error bit much more accurately and often as a result of having to parse the code anyway.
-
Joaquim Rocha authored
Build: Create gh action to create PR
-
- 13 Oct, 2022 13 commits
-
-
Joaquim Rocha authored
frontend: Fix filter/search when items are numbers
-
Joaquim Rocha authored
Simplify testing
-
Joaquim Rocha authored
ci: Add option to manual trigger docker ext action
-
Joaquim Rocha authored
app: Add script to help push assets to releases
-
Joaquim Rocha authored
Many stories are wrapped in the react-router's memory router and redux's store. This patch abstracts those components and also allows to set up routes in a way that it's easy to test any view that uses data from the URL.
-
Joaquim Rocha authored
This mock generator allows to pass it a k8s resource base to be used as a base for generating similar resources.
-
Joaquim Rocha authored
When items to be matched in the filter are numbers, the filter was not matching them because it first verified whether the matched items were string.
-
Joaquim Rocha authored
headlamp-plugin: Update recharts dependency, warn for `npm audit fix` failures
-
Santhosh Nagaraj S authored
this patch adds a gh action to create PR which updatest headlamp version and sha of assets for homebrew Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
this patch adds a gh action to create PR which updates the container version and sha for minikube Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
René Dudfield authored
If there is a package without a security fix, then this will not work. Even if headlamp-plugin updates package.json versions. The dependency resolution for sub-dependencies of packages does not seem to work the same way. Also "overrides" field is ignored. For now run npm audit fix, but if it fails only warn about it. People will have to fix their dependencies manually, or wait for a better upgrade.
-
René Dudfield authored
-
- 12 Oct, 2022 3 commits
-
-
Joaquim Rocha authored
backend: Add env support for config
-
Joaquim Rocha authored
frontend: dependency updates
-
Joaquim Rocha authored
plugins: Fix README to mention missing examples
-
- 11 Oct, 2022 5 commits
-
-
René Dudfield authored
Add pollyfil to setupTests so new version of recharts works under test with jest.
-
Santhosh Nagaraj S authored
Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
Use the golangci-lint github action instead of building the binary from source. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
this patch adds support to configure headlamp from both args and env Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 10 Oct, 2022 1 commit
-
-
René Dudfield authored
-
- 07 Oct, 2022 2 commits
-
-
Joaquim Rocha authored
docker-ext: Changes to pass extension validation
-
Santhosh Nagaraj S authored
this patch includes changes required to pass the docker extension validation Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 06 Oct, 2022 3 commits
-
-
Joaquim Rocha authored
Add cluster name to notification area
-
ashu8912 authored
-
ashu8912 authored
We want notifications to store to which cluster they belong.
-
- 05 Oct, 2022 2 commits
-
-
René Dudfield authored
frontend: Add fullscreen options to EditorDialog
-
René Dudfield authored
app: Bump Chocolatey's Headlamp version to 0.12.1
-
- 30 Sep, 2022 1 commit
-
-
Joaquim Rocha authored
This is a maintenance script used to help push assets to the releases and update its checksums.txt file. This may be used from the CI in the future.
-
- 29 Sep, 2022 7 commits
-
-
Joaquim Rocha authored
plugins/headlamp-plugin: Bump version to 0.5.3, generate docs
-
René Dudfield authored
-
René Dudfield authored
-
joaquimrocha authored
Signed-off-by:
joaquimrocha <joaquimrocha@users.noreply.github.com>
-
René Dudfield authored
-
Joaquim Rocha authored
Fix table filter
-
Joaquim Rocha authored
Set default namespace
-