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.
- 31 May, 2022 1 commit
-
-
ashu8912 authored
-
- 25 May, 2022 1 commit
-
-
ashu8912 authored
This patch fetches auth code or an auth token from the custom headlamp redirect URI if present and tries to send it to the renderer process.
-
- 19 May, 2022 2 commits
- 13 May, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 12 May, 2022 35 commits
-
-
René Dudfield authored
headlamp-plugin 0.4.8
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
Plugin: allow cluster chooser button overriding
-
Joaquim Rocha authored
Add clusters dynamically
-
ashu8912 authored
-
ashu8912 authored
-
ashu8912 authored
We also add the infrastructure on redux store to add the chooser button component
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch adds a new setCluster method to the lib/Headlamp class.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch adds test coverage to the dynamic cluster creation, and for that the code that creates the Headlamp base HTTP handler had to be also abstracted into its own function and started without failing if kubeconfigs are not found.
-
Joaquim Rocha authored
We want plugins to set up clusters dynamically, i.e. to have a new backend endpoint to tell it about clusters that do not come from the kubeconfig files.
-
Joaquim Rocha authored
Instead of keeping a list of clusters around when we have already that information as part of the contextProxies var, we should instead just dynamically get the clusters from the latter. This will also make the /config endpoint accurate when we start adding clusters dynamically.
-
Joaquim Rocha authored
These changes keep the needed contexts and respective proxy set ups in a map which is used dynamically when a cluster API request is received. This doesn't change the previous behavior of Headlamp but makes things simpler to later add clusters dynamically.
-
Joaquim Rocha authored
helm chart: Support deploying the ServiceAccount in different namespaces
-
Maxim Klyuev authored
Co-authored-by:
S Santhosh Nagaraj <nssvlr@gmail.com>
-
René Dudfield authored
plugins: Use dev headlamp-plugin when testing examples
-
Joaquim Rocha authored
-
René Dudfield authored
app: Update electron to 13.6.9
-
Joaquim Rocha authored
Implement new cluster chooser style
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Add router to pluginLib
-
Joaquim Rocha authored
There was a typo (capital N).
-
Joaquim Rocha authored
-
Joaquim Rocha authored
A method is better in terms of dev ex here.
-
ashu8912 authored
We want all the route related methods to be used by plugin developers thus exporting this in the pluginLib makes sense.
-
Joaquim Rocha authored
Add notification area
-
René Dudfield authored
build(deps): bump async from 2.6.3 to 2.6.4 in /frontend
-
René Dudfield authored
build(deps): bump ejs from 3.1.6 to 3.1.7 in /app
-
René Dudfield authored
build(deps): bump async from 3.2.0 to 3.2.3 in /plugins/headlamp-plugin
-
ashu8912 authored
-
ashu8912 authored
We also allow to make search by resource object id available, This patch also fixes a small issue with how hasSearch was used we want to update showFilters in SectionFilterHeader as soon as hasSearch changes, but we didn't had that yet.
-
ashu8912 authored
We want plugin devs to leverage the functionality of creating custom notifications that's why this patch passes the skeleton notification module to help plugin devs to build notifications on top of that, this patch also updates headlamp-plugin lib to take into consideration the exported notification module.
-
ashu8912 authored
This patch also adds a theme property notificationBorderColor to handle borders around notifications on theme changes.
-