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.
- 06 Apr, 2022 2 commits
-
-
René Dudfield authored
-
René Dudfield authored
-
- 05 Apr, 2022 9 commits
-
-
Joaquim Rocha authored
frontend: Add networkpolicy API
-
ashu8912 authored
We would be needing the networkpolicy API for the security advisor plugin. This patch adds the required API for it.
-
Joaquim Rocha authored
Allow listing resources per namespace
-
Joaquim Rocha authored
Allow to easily set sidebar icons
-
Joaquim Rocha authored
There was an issue sometimes when trying to run one of the eslint commands from "lint-staged" as it would find two versions of its plugins (both from frontend/ and from the example plugins), so we add an option to indicate that plugins should be resolved against the current directory.
-
Joaquim Rocha authored
There was no way to set an icon to the sidebar items, so this patch allows that as part of the "opts" argument of the mentioned method.
-
Joaquim Rocha authored
backend: Add no-cache header for plugins when running in desktop
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Since users may not have permissions to list resources on certain namespaces, we now allow passing an options object that allows using a namespace to filter resources.
-
- 04 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
When running in the desktop, there is no big advantage to allowing the plugins to be cached, and we have hit issues where the plugins were being cached while the user is attempting to reload them (for development). So this patch prevents that by adding a no-cache header to the /plugins/ request responses.
-
- 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 1 commit
-
-
Joaquim Rocha authored
backend: Fix oidc redirect url token type
-