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.
- 31 Mar, 2022 4 commits
-
-
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
-
- 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
-
- 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.
-
- 23 Feb, 2022 3 commits
-
-
Joaquim Rocha authored
Headlamp plugin 0.4.1 and a test for published packages
-
René Dudfield authored
-
René Dudfield authored
For testing published versions of headlamp-plugin
-
- 21 Feb, 2022 4 commits
-
-
ashu8912 authored
backend: Update how we handle http callback URLs for oidc
-
ashu8912 authored
To generate oidc callback URLs our logic for handling http was not complete, it only considered situations where the host url is localhost and not the condition where somebody might have his/her headlamp app running behind a http protocol.
-
Joaquim Rocha authored
Typedoc plugin upgrade, frontend package lock v2, removed node 14 from frontend CI check
-
Joaquim Rocha authored
charts: Update app to version 0.7.0
-
- 18 Feb, 2022 11 commits
-
-
René Dudfield authored
.github: Remove file rename from app-artifacts-mac action
-
René Dudfield authored
We are using node 16 now, and node 17 is too early to test.
-
René Dudfield authored
Also update the generated docs.
-
René Dudfield authored
Just removed package-lock.json and did npm install. $ npm --version 8.1.2
-
Joaquim Rocha authored
Plugin polishing. Type checking, linting and formatting for plugins
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
Because npm doesn't hang anymore with install. Additionally it is inconvienient maintaining this when updating package versions inside the template. It was not updated in a previous release for example.
-
René Dudfield authored
-