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 Aug, 2022 1 commit
-
-
Joaquim Rocha authored
-
- 22 Jun, 2021 1 commit
-
-
René Dudfield authored
So that only the required deps to build are installed before building the docker image. frontend: Move some deps out of devDependencies because the build depends on them. Some dependency updates caused the snapshot changes. The sagas type updates seem to have a problem with cancelled().
-
- 19 Mar, 2021 1 commit
-
-
Joaquim Rocha authored
-
- 01 Mar, 2021 1 commit
-
-
René Dudfield authored
Ignore all the node_modules, app/, and the backend/tools where the go lint tool lives.
-
- 28 Sep, 2020 1 commit
-
-
Johannes Liebermann authored
Sending node_modules to the Docker daemon greatly increases the size of the Docker build context, which makes `make image` take more time. We don't need to copy node_modules when building an image because we run `npm install` in the Dockerfile anyway.
-