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.
- 15 Jun, 2022 4 commits
-
-
Joaquim Rocha authored
The reasoning is that we shouldn't try to load the frontend and have it reach a backend that may eventually be from a previous version of Headlamp.
-
Joaquim Rocha authored
Until recently, there was a good chance that Headlamp would leave its backend running after the app was quit (due to a bug). Even though that bug should be fixed, we want to make sure that any users who've run an older version of Headlamp, do not run into issues with the newer versions due to that dangling process, so this patch checks if such a process is running and asks the user whether to kill it.
-
Joaquim Rocha authored
This is no longer needed.
-
Joaquim Rocha authored
The way we were spawning the Headlamp server was different depending on the platform and this led to issues where the server would be left running after the app was quit. This patch attempts to use a consistent set of options across different platforms for launching the server.
-
- 09 Jun, 2022 6 commits
-
-
Joaquim Rocha authored
Show external addresses for Service
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This will be necessary soon.
-
René Dudfield authored
i18n: Update using make i18n
-
- 08 Jun, 2022 2 commits
-
-
Joaquim Rocha authored
Makefile Dockerfile: Bump alpine 3.15.4
-
René Dudfield authored
app: Kill Headlamp server process synchronously
-
- 07 Jun, 2022 2 commits
-
-
Joaquim Rocha authored
When the app is quitting, if we try to kill the Headlamp server process asynchronously, there's a race condition which may end up in the electron process being quit before the server kill instruction is actually done. The result was that the Headlamp server would be left running in Windows most of the times.
-
René Dudfield authored
-
- 06 Jun, 2022 3 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Add more log options
-
Joaquim Rocha authored
Improve terminal UX
-
- 03 Jun, 2022 15 commits
-
-
Joaquim Rocha authored
This patch not only closes the terminal when exiting the shell (which is a better UX than just reconnecting to the shell again) but also fixes a side effect introduced when trying different shells was added: exiting the shell would just reconnect to the next shell not tried yet until we were in the last shell in the list (at which point it was impossible to reconnect to the shell unless the whole view was refreshed).
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
We were already showing an error in the terminal when the commands attempted to be executed could not (e.g. missing executable), but we were not showing any error for when the actual exec command failed (due to network, etc.).
-
Joaquim Rocha authored
-
Joaquim Rocha authored
We were just using the shell command "sh" but it may be that this shell is not available (e.g. on a Windows container), so we should try other options if this one fails. Co-Authored-By: fondoger <fondoger@outlook.com>.
-
Joaquim Rocha authored
We will need it soon.
-
Joaquim Rocha authored
It makes sense since it gives te user more space and requires them to scroll less.
-
Joaquim Rocha authored
This patch improves the user experience when using the terminal by making sure that it is resized when its container's size is also changed. This reduces the use of scrollbars to only the actual terminal ones. Co-Authored-By: fondoger <fondoger@outlook.com>.
-
Joaquim Rocha authored
Use refs to refer to the elements involved, instead of passing them around in functions. This also allows us to check if we have already created the elements in question if we need to. Co-Authored-By: fondoger <fondoger@outlook.com>.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch adds a switch to the logs viewer component so users can choose whether to see logs from terminated pods.
-
Joaquim Rocha authored
We should have had the options be passed as an object, for being future-proof.
-
- 02 Jun, 2022 1 commit
-
-
René Dudfield authored
frontend: Make the rows-per-page setting persist among views
-
- 30 May, 2022 3 commits
-
-
Joaquim Rocha authored
Fix multiple kubeconfig bug
-
Santhosh Nagaraj S authored
This patch adds support for multiple kubeconfigs, for windows runtime ";" is used as delimiter and ":" for others. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
This patch moves the logic of picking the KUBECONFIG from env from the election app to the backend. Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 27 May, 2022 3 commits
-
-
René Dudfield authored
Fix frontend "npm start"
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Update: nodeSelector
-
- 26 May, 2022 1 commit
-
-
Till! authored
The other has been deprecated since kubernetes v1.14
-