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 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
Some plugins may want to show popups, e.g. for authentication, so we should allow such popups.
-
- 31 Mar, 2022 11 commits
-
-
Joaquim Rocha authored
build(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /app
-
Joaquim Rocha authored
build(deps): bump plist from 3.0.4 to 3.0.5 in /app
-
Joaquim Rocha authored
plugins/headlamp-plugins: Use internal tsconfig for plugins
-
Joaquim Rocha authored
build(deps): bump minimist from 1.2.5 to 1.2.6 in /frontend
-
Joaquim Rocha authored
build(deps): bump minimist from 1.2.5 to 1.2.6 in /plugins/headlamp-plugin
-
Joaquim Rocha authored
build(deps): bump minimist from 1.2.5 to 1.2.6 in /app
-
dependabot[bot] authored
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 ) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/TooTallNate/node-plist/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-plist/commits ) --- updated-dependencies: - dependency-name: plist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joaquim Rocha authored
build(deps): bump url-parse from 1.5.3 to 1.5.10 in /frontend
-
Joaquim Rocha authored
Add functionality to modify app logo from plugin
-
dependabot[bot] authored
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 ) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 30 Mar, 2022 2 commits
-
-
René Dudfield authored
backend: Fix plugins path on windows
-
René Dudfield authored
-
- 29 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
If a plugin chooses to use text or an icon to override Headlamp's logo, it'd be shown in a dark color which is impossible to see on the sidebar's black background. This patch makes that icon/text color be the theme's contrast text color to avoid this.
-
dependabot[bot] authored
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 ) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 27 Mar, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 ) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 25 Mar, 2022 2 commits
-
-
ashu8912 authored
-
ashu8912 authored
Co-authored-by:
René Dudfield <renedudfield@microsoft.com>
-
- 23 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
backend: Encode state in base64, use this rather than plain cluster name
-
ashu8912 authored
The OIDC state is used for verifying the incoming OIDC callback requests and we should make sure it's transmitted without issues, regardless of its value, so this patch starts using that state in encoded in base64. This also fixes an issues related to the state's length, as it needs to be longer than 8 chars, and this new base64 encoding grants that
-
- 22 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
backend: Fix oidc redirect url token type
-
ashu8912 authored
-
- 17 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
This is needed, otherwise, compiling the example will complain.
-
Joaquim Rocha authored
headlamp-plugin was adding a tsconfig.json file through a template. However this left around a file in each plugin which could not be easily updated. This files prevents that by shipping a plugins-tsconfig.json in the headlamp-plugin module, and including it from the templated tsconfig.
-
- 14 Mar, 2022 5 commits
-
-
René Dudfield authored
plugins/examples/pod-counter: Bump headlamp-plugin version to 0.4.3
-
Joaquim Rocha authored
-
Joaquim Rocha authored
plugins/headlamp-plugin: Do not ignore types when packing
-
Joaquim Rocha authored
-
Joaquim Rocha authored
We want to ignore the presence of generated types (types folder) in git, but we want them to be shipped in the module. However, npm does check .gitignore if a .npmignore file is missing, which meant that no types were being packed/shipped. This commit adds a .npmignore file that doesn't ignore the types, effectively making npm pack the mentioned types.
-
- 11 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
Plugin example fixes
-
René Dudfield authored
-
- 07 Mar, 2022 2 commits
-
-
René Dudfield authored
-
René Dudfield authored
So that when there is an error tracebacks can be shown in new versions of browsers.
-
- 04 Mar, 2022 1 commit
-
-
René Dudfield authored
frontend: Upgrade to new iconify 3.1.3
-
- 02 Mar, 2022 2 commits
-
-
Joaquim Rocha authored
frontend: Don't use toLocaleString to generate date for tests
-
- 28 Feb, 2022 1 commit
-
-
ashu8912 authored
In an oidc auth flow the id token is used for authentication and that is what should be send in the redirect URI of the oidc callback so that id_token is used to make request to the kubernetes cluster. Access token should not be used because they are part of oauth 2.0 flow and are used for authorization purposes.
-
- 27 Feb, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 ) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 23 Feb, 2022 1 commit
-
-
Joaquim Rocha authored
Headlamp plugin 0.4.1 and a test for published packages
-