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.
- 12 May, 2022 11 commits
-
-
ashu8912 authored
We want all the route related methods to be used by plugin developers thus exporting this in the pluginLib makes sense.
-
Joaquim Rocha authored
Add notification area
-
René Dudfield authored
build(deps): bump async from 2.6.3 to 2.6.4 in /frontend
-
René Dudfield authored
build(deps): bump ejs from 3.1.6 to 3.1.7 in /app
-
René Dudfield authored
build(deps): bump async from 3.2.0 to 3.2.3 in /plugins/headlamp-plugin
-
ashu8912 authored
-
ashu8912 authored
We also allow to make search by resource object id available, This patch also fixes a small issue with how hasSearch was used we want to update showFilters in SectionFilterHeader as soon as hasSearch changes, but we didn't had that yet.
-
ashu8912 authored
We want plugin devs to leverage the functionality of creating custom notifications that's why this patch passes the skeleton notification module to help plugin devs to build notifications on top of that, this patch also updates headlamp-plugin lib to take into consideration the exported notification module.
-
ashu8912 authored
This patch also adds a theme property notificationBorderColor to handle borders around notifications on theme changes.
-
ashu8912 authored
This patch adds relevant actions, reducers required to handle notifications, it also adds notifications immediately to localStorage facility so that notifications are persisted even on page refresh.
-
ashu8912 authored
Our notifications will be encapsulated within the Notification class meaning we generalise every type of notification we receive and wrap it with the Notification class.
-
- 11 May, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 ) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
René Dudfield authored
Add better a11y error reporting, fix storybook, fix reported a11y issues
-
- 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 12 commits
-
-
René Dudfield authored
Plugin improvements
-
dependabot[bot] authored
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 ) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.3 ) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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 1 commit
-
-
Joaquim Rocha authored
plugins: Show how to use styles inside a plugin
-