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.
- 18 Feb, 2022 3 commits
-
-
Joaquim Rocha authored
Merge pull request #421 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/y18n-4.0.3 build(deps): bump y18n from 4.0.0 to 4.0.3 in /plugins/examples/pod-counter
-
Joaquim Rocha authored
Merge pull request #420 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/ssri-6.0.2 build(deps): bump ssri from 6.0.1 to 6.0.2 in /plugins/examples/pod-counter
-
Joaquim Rocha authored
Merge pull request #419 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/browserslist-4.19.1 build(deps): bump browserslist from 4.14.2 to 4.19.1 in /plugins/examples/pod-counter
-
- 17 Feb, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 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 5 commits
-
-
dependabot[bot] authored
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3 ) --- updated-dependencies: - dependency-name: y18n dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) --- updated-dependencies: - dependency-name: ssri dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.2 to 4.19.1. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.14.2...4.19.1 ) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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 10 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
-