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.
- 21 Feb, 2022 1 commit
-
-
ashu8912 authored
To generate oidc callback URLs our logic for handling http was not complete, it only considered situations where the host url is localhost and not the condition where somebody might have his/her headlamp app running behind a http protocol.
-
- 15 Feb, 2022 2 commits
-
-
René Dudfield authored
Dockerfile: Fix alpine version typo, and separate front and back building
-
René Dudfield authored
So that if a src/ change is made it doesn't do an npm install again.
-
- 14 Feb, 2022 2 commits
-
-
René Dudfield authored
So that if a backend part is changed, then the frontend image is not rebuilt and vice versa.
-
René Dudfield authored
-
- 07 Feb, 2022 2 commits
-
-
Joaquim Rocha authored
Fix plugin reinitialization
-
Joaquim Rocha authored
Upgrade Nodejs 16 versions, and Alpine linux 3.15.0
-
- 04 Feb, 2022 2 commits
-
-
René Dudfield authored
headlamp-plugin: Bump version to 0.4.0
-
Joaquim Rocha authored
-
- 31 Jan, 2022 7 commits
-
-
René Dudfield authored
Mainly for the new nodejs 16 LTS, but also pg 14, and linux LTS.
-
René Dudfield authored
Because Nodejs 16 is now LTS node, and it has various improvements including better support for javascript modules.
-
René Dudfield authored
-
René Dudfield authored
frontend: Make workload details go back to the correct list view
-
René Dudfield authored
Fix UI warnings
-
René Dudfield authored
frontend: Fix warning color's contrast on dark theme
-
Joaquim Rocha authored
frontend: Check for a pod's conditions before using them
-
- 28 Jan, 2022 8 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Those were disableBackdropClick and disableEscapeKeyDown.
-
Joaquim Rocha authored
This prevents a warning in the version of material-ui currently used.
-
Joaquim Rocha authored
Better info for workloads
-
Joaquim Rocha authored
For some reason the plugins were being reinitialized when the theme was changed which also ended up in a reload of all components. This shouldn't be needed, so this patch removes that logic.
-
Joaquim Rocha authored
We had an issue related to re-initializing the plugins when they've already be initialized, this ended up re-registering the same plugin functionality and thus would result in getting duplicated sections and potentially other issues. While re-initialization of plugins should be avoided altogether, the logic for initializing them should make sure the plugins and their states are reset before initialization which is what this patch does.
-
Joaquim Rocha authored
We may need the initial states for the different reducers to be used again (e.g. to reset the initial state), so we shouldn't provide a shallow copy of it as the initial state.
-
Joaquim Rocha authored
frontend: Fix applying non-grouped API resources
-
- 27 Jan, 2022 16 commits
-
-
Joaquim Rocha authored
This prevents the issue of calling a function on a variable that may be undefined.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Some APIs do not have a group and we were parsing the YAML added to the creation dialog in a way that it expected to have a group.
-
Joaquim Rocha authored
These include the owned pods, containers, and details view plugin renderer sections.
-
Joaquim Rocha authored
This will be useful to understand e.g. why pods are pending.
-
Joaquim Rocha authored
This allows us to show the controlled jobs, the schedule with a human-readable description, etc.
-
Joaquim Rocha authored
The last scheduled time was not using the "time ago" way and therefore was very confusing. This patch also adds an icon to the schedule (cron) with a description of it on hover.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
There was a bug where such statuses were being shown with the warning theme.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-