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.
- 05 Nov, 2022 2 commits
- 24 Oct, 2022 5 commits
-
-
Joaquim Rocha authored
e2e-tests: Add basic e2e test with playwright and minikube
-
Joaquim Rocha authored
frontend: fix test warnings so running tests is less chatty
-
Joaquim Rocha authored
frontend: Fix reconnectOnFailure according to comments
-
Joaquim Rocha authored
app: Bump chocolatey to Headlamp 0.13.0
-
Julian Li authored
-
- 21 Oct, 2022 15 commits
-
-
René Dudfield authored
Use the msw-storybook-addon to mock API calls. This reduces the amount of warnings and errors when running tests.
-
René Dudfield authored
Give them a chance to do some state updates. The act call is required by the test runner to allow state changes within react. To do this we use a more modern API, the side effect is the uneccessary id=root is removed from the storyshot output.
-
René Dudfield authored
-
René Dudfield authored
This is not supported by Mui tabs with the scrollable attribute we use.
-
René Dudfield authored
The environment variable was renamed, because we want to use it for testing something which isn't the timezone.
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
github: Include Debian package when uploading Linux assets
-
René Dudfield authored
-
Joaquim Rocha authored
ci: Fix homebrew gh action auth issue
-
S Santhosh Nagaraj authored
This patch fixes the auth issue that occurred in gh action, there was an extra space which is removed now.
-
Joaquim Rocha authored
Fix errors that occur on manual trigger of github action
-
Joaquim Rocha authored
github: Add Debian entry to the draft-release action
-
Santhosh Nagaraj S authored
This patch fixes the error that occurs when manually triggering the homebrew and minikube update PR. The fix deletes the PR branches if it already exists to prevent error. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
This patch fixes the error that occurs on manual run due to changes being already committed. The new logic checks if the action was manually triggered and skips those steps. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 20 Oct, 2022 4 commits
-
-
joaquimrocha authored
Signed-off-by:
joaquimrocha <joaquimrocha@users.noreply.github.com>
-
René Dudfield authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 19 Oct, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 20 Oct, 2022 6 commits
-
-
Joaquim Rocha authored
Add a new entry to show endpoints
-
Joaquim Rocha authored
Fix github release fetch issue
-
Joaquim Rocha authored
frontend: Fix duplicated protocol in reference
-
Joaquim Rocha authored
frontend: Allow to use JSON for defining K8s resources
-
Joaquim Rocha authored
frontend: Fix unexpected scroll on filter change
-
Julian Li authored
-
- 19 Oct, 2022 7 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
These changes add a new entry to the sidebar which shows a list of the Endpoints resources in the cluster, as well their details view.
-
Joaquim Rocha authored
frontend: Ensure cluster actions are only processed when they change
-
ashu8912 authored
Add a timeout for the github release fetch so that the app doesn't hang if the github api is down.
-
ashu8912 authored
We don't want the mainWindow object to garbage collected so we move it to the global scope.
-
Joaquim Rocha authored
There's something going on with the filter header so when it's hidden by removing the search text completely with the backspace it will make the UI scroll down. Because of this but also due to the fact that we shouldn't really hide the view on backspace (only on escape but this behavior was not consistent among the namespace and the search entries either), we're stopping the behavior of hiding the filter header altogether.
-