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.
- 04 Aug, 2022 3 commits
-
-
Joaquim Rocha authored
In a recent change, we stopped using the cluster related hooks in the PureTopBar component as it led to conditionally using hooks. However, those hooks (and info from them) need to be used from the wrapping component (TopBar), otherwise no cluster chooser button will be shown.
-
Joaquim Rocha authored
frontend: Don't scroll log viewer to the bottom
-
Joaquim Rocha authored
shorter resource age
-
- 03 Aug, 2022 1 commit
-
-
ashu8912 authored
We want to let the log view scroll to remain at the current viewing point only and not scroll to the bottom of the log.
-
- 02 Aug, 2022 1 commit
-
-
S Santhosh Nagaraj authored
Add support for volumeMounts, PVC and initContainers in the Helm chart
-
- 01 Aug, 2022 16 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Otherwise it never matches the expected values.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Instead of using a Grid, just use a Typography element. This prevents the icon from wrapping when there's not enough space. This patch also clarifies the icon's type and allows the caller to set properties directly to the icon when differentiation is needed.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Since the ResourceTable allows to list resources in a more homogenious ways, this patch replaces the SimpleTable uses by it in many common places.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This component is the same as the SimpleTable but with a couple of improvements to make it easier to use with kubernetes resources. i.e. it allows to use certain types as columns, like "age" and "name" which will translate into the commonly used age and name columns respectively. It can also be used with a resource class directly, allowing the user to skip getting the list of resources + error before listing them.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
javascript-time-ago's new releases no longer support the time format (at least not easily), and also the new package is much lighter than the former.
-
Joaquim Rocha authored
-
Santhosh Nagaraj S authored
this patch removes the hard coded value for plugins-dir and make the value configurable Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
this patch adds support for enabling PVC which can be used for mounting the plugins folder. 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 for initContainers Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
- 29 Jul, 2022 10 commits
-
-
Joaquim Rocha authored
backend: Add proxy endpoint that forwards all request to provided URL
-
Joaquim Rocha authored
plugins/headlamp-plugin: Bump version to 0.5.1
-
Joaquim Rocha authored
frontend: Show containers' ports in UI
-
Joaquim Rocha authored
charts: Update Headlamp to 0.11.1
-
Joaquim Rocha authored
This is in the pods' details view.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
René Dudfield authored
-
ashu8912 authored
-
- 28 Jul, 2022 9 commits
-
-
Joaquim Rocha authored
Width cosmetic fixes
-
Joaquim Rocha authored
frontend headlamp-plugin: Audit fix dependency updates
-
René Dudfield authored
Wait for plugins to load before showing views
-
Joaquim Rocha authored
So they wrap in smaller resolutions.
-
Joaquim Rocha authored
When the sidebar is the narrow version (when width=sm), then we should always show the navigation tabs, otherwise the user has no way to navigation. The sidebar button (Headlamp icon by default) was also active even when in the narrow sidebar version mode, meaning it would toggle the navigation tabs, so this patch also prevents that by disabling the button in that mode.
-
Joaquim Rocha authored
We allow the sidebar to be opened on any width other than sm, but the main component was adding an extra margin between that measure and md which resulted in an extra and useless blank space. These changes add that margin only on sm.
-
Joaquim Rocha authored
It's no longer needed since the component where it's displayed already wraps its values.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix routes
-