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 2 commits
-
-
Joaquim Rocha authored
Generate more type documentation
-
Joaquim Rocha authored
Export all k8s modules
-
- 31 Mar, 2022 16 commits
-
-
Joaquim Rocha authored
These changes target all warnings from the typedoc generation, exporting the needed interfaces and specifying also a new ConfigAction interface, so all warnings are covered.
-
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>
-
Joaquim Rocha authored
This module was not implemented in the same nature as the others since it needed to be instanced in order to be used, but most methods are static in the base class. Instead of using this customresource module, the makeCustomResourceClass method from crd should be used.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
The reason for this is that we use the module in lowercase inside Headlamp's source code, so plugin developers may also do that by copying. This way we may avoid misunderstandings.
-
Joaquim Rocha authored
These modules can be very helpful for plugin developers, so we should expose them.
-
- 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.
-