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.
- 18 Feb, 2022 29 commits
-
-
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
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
-
René Dudfield authored
Seems prettier was getting stuck somehow on the headlamp-plugins folder... could not find why with debugging enabled. So instead we just list the folders it should format instead.
-
René Dudfield authored
So current npm LTS is happy.
-
René Dudfield authored
Both peerDependencies and peerDependenciesMeta are unused AFAIK. The typescript version is old, and es-lint package doesn't exist.
-
René Dudfield authored
So that current npm installs quicker with it.
-
René Dudfield authored
When using create --link, the package wasn't linked when using the new npm.
-
René Dudfield authored
So plugins can `npm run tsc` and see issues.
-
René Dudfield authored
This is because various libraries in node_modules can be broken, and we only really care to see if the plugin code type checks.
-
René Dudfield authored
So the instructions are a bit better on what to do.
-
René Dudfield authored
-
Joaquim Rocha authored
Merge pull request #422 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/path-parse-1.0.7 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /plugins/examples/pod-counter
-
Joaquim Rocha authored
Merge pull request #421 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/y18n-4.0.3 build(deps): bump y18n from 4.0.0 to 4.0.3 in /plugins/examples/pod-counter
-
Joaquim Rocha authored
Merge pull request #420 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/ssri-6.0.2 build(deps): bump ssri from 6.0.1 to 6.0.2 in /plugins/examples/pod-counter
-
Joaquim Rocha authored
Merge pull request #419 from kinvolk/dependabot/npm_and_yarn/plugins/examples/pod-counter/browserslist-4.19.1 build(deps): bump browserslist from 4.14.2 to 4.19.1 in /plugins/examples/pod-counter
-
- 17 Feb, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 15 Feb, 2022 2 commits
-
-
René Dudfield authored
Dockerfile: Fix alpine version typo, and separate front and back building
-
René Dudfield authored
So that if a src/ change is made it doesn't do an npm install again.
-
- 14 Feb, 2022 2 commits
-
-
René Dudfield authored
So that if a backend part is changed, then the frontend image is not rebuilt and vice versa.
-
René Dudfield authored
-
- 07 Feb, 2022 2 commits
-
-
Joaquim Rocha authored
Fix plugin reinitialization
-
Joaquim Rocha authored
Upgrade Nodejs 16 versions, and Alpine linux 3.15.0
-
- 04 Feb, 2022 4 commits
-
-
dependabot[bot] authored
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3 ) --- updated-dependencies: - dependency-name: y18n dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) --- updated-dependencies: - dependency-name: ssri dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.2 to 4.19.1. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.14.2...4.19.1 ) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-