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.
- 01 Aug, 2022 10 commits
-
-
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
-
- 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 19 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
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch changes the createRouteURL to be able to keep any passed cluster name in order to create the route (before it was checking the currently set cluster). This will make it more flexible and also allow the function to be used in tests.
-
Joaquim Rocha authored
The listRoute getter in K8s classes should be the name of the route but in the case of the CRD class it was being used as the URL itself.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
By mistake the latter has been changed to use the plural name.
-
Joaquim Rocha authored
Fix applying ingresses
-
Joaquim Rocha authored
Add error handling/boundaries for plugins
-
René Dudfield authored
Stopped plugins with errors crashing Headlamp: - On plugin load (script syntax error, or other error) - When components are rendering Extracted plugin loading and executing into a Plugins component. Wrapped ErrorBoundary around where plugins can insert components into the app. Plugins are initialized, not reset, so action renamed to match.
-
- 27 Jul, 2022 1 commit
-
-
René Dudfield authored
Fixes #454
-