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.
- 30 Nov, 2021 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This is the result of running npm update + run npm audit fix .
-
- 25 Nov, 2021 2 commits
-
-
Joaquim Rocha authored
Consider dynamic routes first
-
Joaquim Rocha authored
Fix missing plugins routes
-
- 23 Nov, 2021 6 commits
-
-
Joaquim Rocha authored
Test gh pages with docs generator
-
Joaquim Rocha authored
We have default routes and dynamic ones (set in redux, by plugins), and so far we've been considering the default ones first. This meant that routes couldn't be overridden by plugins and this makes things less flexible for them. This patch considers default routes last, so it opens a lot of flexibility for plugins to replace a route completely.
-
Joaquim Rocha authored
This is so that we create a dependency on the mentioned route since the use of the '*' in the getRoutePath function is related.
-
Joaquim Rocha authored
When routes are used with the switch component from react-router, they are used sequentially to see which one matches the URL, and if a wildcard route is found (as used for the 404) before other routes, it will always match, essentially blocking other routes from being considered. This patch prevents that by excluding the wildcard route from the default routes, and using it as the last route considered in the router switch.
-
Joaquim Rocha authored
Fix plugin related issues
-
Joaquim Rocha authored
Readme improvements
-
- 19 Nov, 2021 5 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 18 Nov, 2021 2 commits
-
-
Joaquim Rocha authored
Add 404 route and implement the NotFound Component
-
Joaquim Rocha authored
build(deps): bump validator from 13.6.0 to 13.7.0 in /frontend
-
- 17 Nov, 2021 3 commits
-
-
Joaquim Rocha authored
charts: Bump Headlamp version to 0.5.3
-
Joaquim Rocha authored
-
Ashu Ghildiyal authored
-
- 16 Nov, 2021 2 commits
-
-
dependabot[bot] authored
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.6.0...13.7.0 ) --- updated-dependencies: - dependency-name: validator dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joaquim Rocha authored
-
- 15 Nov, 2021 1 commit
-
-
Joaquim Rocha authored
github: Simplify the release draft action
-
- 12 Nov, 2021 6 commits
-
-
René Dudfield authored
Fix static resource paths when the URL is not /
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Upload app artifacts & draft release
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
René Dudfield authored
If coming in from a URL like /c/main then the static file paths will be "./c/main/static/nnn.css" rather than "/static/nnn.css"
-
- 09 Nov, 2021 4 commits
-
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
We need helper methods from react router to parse the URL and all so we need to add ReactRouter to the pluginLib
-
Ashu Ghildiyal authored
-
Ashu Ghildiyal authored
-
- 22 Oct, 2021 1 commit
-
-
S Santhosh Nagaraj authored
New chart version for 0.5.2
-
- 21 Oct, 2021 5 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Fix terminal fit to dialog
-
Joaquim Rocha authored
It was showing only on half of the dialog.
-
- 20 Oct, 2021 1 commit
-
-
Joaquim Rocha authored
Simplify how details views are created
-