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 Nov, 2022 3 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This way we are not limited by the ActionButton's properties.
-
René Dudfield authored
frontend: Specify the locale for localeDates when testing
-
- 17 Nov, 2022 3 commits
-
-
René Dudfield authored
build(deps): bump loader-utils from 1.4.1 to 1.4.2 in /frontend
-
René Dudfield authored
build(deps): bump deep-object-diff from 1.1.7 to 1.1.9 in /frontend
-
dependabot[bot] authored
Bumps [deep-object-diff](https://github.com/mattphillips/deep-object-diff) from 1.1.7 to 1.1.9. - [Release notes](https://github.com/mattphillips/deep-object-diff/releases) - [Commits](https://github.com/mattphillips/deep-object-diff/commits ) --- updated-dependencies: - dependency-name: deep-object-diff dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 16 Nov, 2022 7 commits
-
-
Joaquim Rocha authored
frontend: Force 12 hour clock when under tests
-
Joaquim Rocha authored
Limit notifications
-
Joaquim Rocha authored
frontend i18n: Set the html lang when page loads too
-
René Dudfield authored
little i18n fix
-
René Dudfield authored
Co-authored-by:
Joaquim Rocha <joaquim.rocha@microsoft.com>
-
René Dudfield authored
Co-authored-by:
Joaquim Rocha <joaquim.rocha@microsoft.com>
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2 ) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 15 Nov, 2022 2 commits
-
-
Joaquim Rocha authored
Add support for HPA,PDB,ResourceQuotas and PriorityClasses
-
René Dudfield authored
Before it wasn't setting it on page load. So if you were already in a non-english language then the attribute would not be set. This causes the browser confusion about the language being used.
-
- 14 Nov, 2022 10 commits
-
-
René Dudfield authored
-
Joaquim Rocha authored
frontend: Resize terminal in toggle fullscreen
-
Julian Li authored
-
Santhosh Nagaraj S authored
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
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 Resource Quota Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Santhosh Nagaraj S authored
This patch adds query params support to the request function Signed-off-by:
Santhosh Nagaraj S <santhosh@kinvolk.io>
-
Joaquim Rocha authored
frontend: Prevent crash in labelSelector
-
- 13 Nov, 2022 1 commit
-
-
Joaquim Rocha authored
Snapshots were failing if the locale of the developers' machines is not the same. These changes specify the mentioned locale and update the snapshots.
-
- 12 Nov, 2022 4 commits
-
-
Joaquim Rocha authored
So this is not changed according to the developer's locale when creating new snapshots.
-
Joaquim Rocha authored
We don't need to show long text messages for notifications at the moment, so it makes sense to limit show much text is kept in the notifications. The main motivation though, is that we prevent very long notification messages from being saved in the local storage.
-
Joaquim Rocha authored
Since we will get the notifications page soon, we only have to show a recent subset of the notifications, which also optimizes the UI.
-
Joaquim Rocha authored
This patch adds new helper functions for storing and loading notifications from the local storage and when storing, by default it limits the number of notifications to 200. This will help prevent storing more than the allowed capacity in the local storage.
-
- 11 Nov, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 09 Nov, 2022 1 commit
-
-
Joaquim Rocha authored
Improve pod status
-
- 08 Nov, 2022 2 commits
-
-
René Dudfield authored
build(deps): bump loader-utils from 1.4.0 to 1.4.1 in /frontend
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1 ) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 07 Nov, 2022 6 commits
-
-
Joaquim Rocha authored
Fetch pods by labels
-
Joaquim Rocha authored
The Pod.getDetailsStatus is repeatedly called in views and has to loop through the pod's structure for getting the same results, so we cache it based on the involved resourceVersion.
-
Joaquim Rocha authored
The old stories for the Pod no longer make sense after the new ones are introduced.
-
Joaquim Rocha authored
The status of pods can be more descriptive if we use the "reason" for why the pod may be failing, among other cases. So these changes deeply change how the status output is computed. Co-authored by: Julian Li <1192344839@qq.com>
-
Joaquim Rocha authored
-
Joaquim Rocha authored
It was just number, but it may be number, string, or null.
-