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.
- 21 Oct, 2022 12 commits
-
-
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
-
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 2 commits
-
-
joaquimrocha authored
Signed-off-by:
joaquimrocha <joaquimrocha@users.noreply.github.com>
-
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.
-
- 18 Oct, 2022 8 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Like the useList hook, this is a more convenient way of getting the information about a particular k8s resource than having to create states for using with useApiGet. Another motivation for this is that we want to be able to test by mocking the "get details" function, like we are already doing with useList in some storybook items.
-
Joaquim Rocha authored
These getters were instance ones, but does make sense to use e.g. Pod.detailsRoute rather than having to instantiate an object just for accessing this info. So these changes add those getters as static and make the instance ones just call them.
-
Joaquim Rocha authored
The default sorting capability of SimpleTable was working only when the "getter" type columns were used. So this patch adds that.
-
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
Due to how the useSelector from redux works, we were triggering changes to the ActionsNotifier whenever anything in the redux state was changing, so this resulted in continuously processing the cluster actions even when those didn't change. This had side-effects like always moving moving back to the "startUrl" when changing routes while deleting a resource. This patch adds the evaluation function to the mentioned selector, so it will only trigger when actually the actions change. We should still move the URL processing of the actions to somewhere where it can be better controlled, or to remove it completely and allow actions to define callbacks for each action state instead (cancelled/errored), meaning they'd call the route changes themselves when desired.
-
Joaquim Rocha authored
Build: Create gh action to create PR
-
- 13 Oct, 2022 4 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
-