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 Jun, 2022 1 commit
-
-
Joaquim Rocha authored
We want to provide Windows users with installation options.
-
- 17 Jun, 2022 2 commits
-
-
Joaquim Rocha authored
charts: Update Headlamp to 0.10.0
-
Joaquim Rocha authored
-
- 16 Jun, 2022 4 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Do not duplicate children in dynamic sidebar items
-
Joaquim Rocha authored
When items were set up in the sidebar from a plugin, the object they were using was the one set up in redux. This meant that any children of that sidebar entry would be appended to the object's "subList" in redux and hence that list would grow with multiple equal entries every time the sidebar was rendered. This patch prevents that by deep cloning the object before using it.
-
René Dudfield authored
frontend: Only alert about a11y issues once per session
-
- 15 Jun, 2022 20 commits
-
-
Joaquim Rocha authored
frontend: Add mark all as read and clear functionalities to notificaton
-
Joaquim Rocha authored
github: Add emojis to the release draft creation action
-
Joaquim Rocha authored
-
Joaquim Rocha authored
These changes allow to use tab navigation in the notifications list.
-
Joaquim Rocha authored
We should be using an Empty component instead of a menu item.
-
ashu8912 authored
Co-authored by: Joaquim Rocha <joaquim.rocha@microsoft.com>
-
ashu8912 authored
One state that a notification can have is that it can be deleted when a user tries to clear notifications so we want to add a deleted prop to Notification class so that we can tackle this scenario of clearing all notifications.
-
René Dudfield authored
frontend: Fix unexpected undefined value in OwnedPodsSection
-
Joaquim Rocha authored
These emojis have been used for a couple of releases. Let's add them. Also adds a link to the container image URL.
-
Joaquim Rocha authored
frontend: Fix crash bug due to null reference in log viewer
-
Qin Yuan authored
-
Joaquim Rocha authored
If there are multiple a11y issues reported by axe, then the UI becomes unusable with the alert notifications that need to be acknowledged. This may lead developers to just run all the time with the skipped a11y alerts. So this patch tries to prevent that by allowing only a one-time alert per session (i.e. if the user refreshes, they should see it again).
-
Joaquim Rocha authored
desktop: Add headlamp as the custom protocol
-
Joaquim Rocha authored
Fix (again) + help quitting server
-
ashu8912 authored
We want to track all the URLs of the format headlamp:// and open them with headlamp app, for this we need to register this protocol in the build configuration.
-
Joaquim Rocha authored
-
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.
-
- 14 Jun, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 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 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Add more log options
-