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 May, 2022 10 commits
-
-
René Dudfield authored
There should be a main, and a h1 heading.
-
René Dudfield authored
There should be a main, and a h1 heading.
-
René Dudfield authored
Add DialogTitle which fixes two a11y issues. - h1 header - focus the title, as it is where reading begins
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
This was giving a warning in the dev console.
-
René Dudfield authored
The MenuItem components aren't needed here, so removed. The issue was: role="menuitem" needs parent role="menu"
-
René Dudfield authored
-
René Dudfield authored
Previous version broke storybook build.
-
René Dudfield authored
Issues are logged last in the console. To make them easier to read. If any issues remain, an alert() is done to warn developers when headlamp is compiled in development mode. This alert() can be disabled with the REACT_APP_SKIP_A11Y=true environment variable, which is necessary when beginning development on new components. Hopefully these two measures will help prevent more issues escaping review, since the console log was quite noisy and can be forgotten. Started a section in the documentation on a11y tools.
-
- 03 May, 2022 2 commits
-
-
René Dudfield authored
Fix integration with redux devtools
-
René Dudfield authored
One main benefit of redux are the great tools. See [redux-tools](https://github.com/reduxjs/redux-devtools)
-
- 26 Apr, 2022 1 commit
-
-
René Dudfield authored
Rename backend server to headlamp-server
-
- 25 Apr, 2022 10 commits
-
-
René Dudfield authored
Plugin improvements
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
So the assets are all inside the dist/main.js I think before because two loaders were being used images were not displaying properly.
-
René Dudfield authored
Using style-loader and css-loader headlamp plugins. The styles are packed into the output main.js file, not as separate css files.
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
It's only meant to check the typescript for issues not generate files.
-
René Dudfield authored
github: Fix golang version to one version
-
René Dudfield authored
-
- 21 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
The former name was too generic, which made it difficult to spot, and could clash on Windows as well. This patch renames it as headlamp-server but keeps as /headlamp/server symlink in the container image, for backward compatibility.
-
- 20 Apr, 2022 2 commits
-
-
Joaquim Rocha authored
plugins: Show how to use styles inside a plugin
-
René Dudfield authored
-
- 12 Apr, 2022 5 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Fix plugin imports again
-
Joaquim Rocha authored
The include path was relative to headlamp-plugin in node_modules, so it didn't work when just extending the plugins-tsconfig.json file. This change set the path to be the plugin's own top directory + src files, so it allows plugins' tsconfig to simply extend the mentioned shipped tsconfig instead of having to override the "includes".
-
Joaquim Rocha authored
We want to allow an import like: import { makeCustomResourceClass } from '@kinvolk/headlamp-plugin/lib/K8s/crd'; but the plugins-tsconfig.json was not resolving these paths correctly due to a mix of legacy/invalid type path and also the baseURL being set to "." which made the paths be resolved in the headlamp-plugin module in module_nodules and not from the plugin's top dir.
-
Joaquim Rocha authored
Headless app fix
-
- 11 Apr, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 08 Apr, 2022 5 commits
-
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
Fix default class names
-
Joaquim Rocha authored
Docs had been created without a plugin that renames the default exports, so a lot of classes were names as default.
-
Joaquim Rocha authored
This patch uses the "typedoc-plugin-rename-defaults" package which renames the default exports, otherwise e.g. classes that are part of the lib/k8s modules would be exported as simply "default".
-
- 06 Apr, 2022 3 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Plugin changes
-
Joaquim Rocha authored
-