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.
- 07 Jun, 2022 1 commit
-
-
René Dudfield authored
-
- 06 May, 2022 1 commit
-
-
René Dudfield authored
-
- 25 Apr, 2022 1 commit
-
-
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.
-
- 18 Feb, 2022 1 commit
-
-
René Dudfield authored
-
- 31 Jan, 2022 1 commit
-
-
René Dudfield authored
Mainly for the new nodejs 16 LTS, but also pg 14, and linux LTS.
-
- 20 Sep, 2021 1 commit
-
-
René Dudfield authored
-
- 13 Jul, 2021 1 commit
-
-
René Dudfield authored
-
- 29 Jun, 2021 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
-
- 21 Jun, 2021 2 commits
-
-
Joaquim Rocha authored
These changes allow the user to have localization in the desktop application (menu) and to change it from the Headlamp's frontend.
-
Joaquim Rocha authored
This commit adds i18next-parser and a few convenience commands in order to generate/create the translation files for the existing locales. For creating a new locale, create the locale directory under frontend/src/i18n/locales and run `make i18n`.
-
- 06 Jun, 2021 1 commit
-
-
Rene Dudfield authored
icu-data package is used to support better locale formatting. Alpine 3.13.x comes with Nodejs 14.x which has plenty of improvements, but one area it improves greatly is locale based formatting.
-
- 30 Mar, 2021 1 commit
-
-
René Dudfield authored
-
- 16 Mar, 2021 1 commit
-
-
René Dudfield authored
We add docs/development/api using typedoc to generate the docs. For now make docs does not include storybook.
-
- 01 Mar, 2021 1 commit
-
-
René Dudfield authored
-
- 26 Feb, 2021 1 commit
-
-
René Dudfield authored
- Only on relevant files. - Runs on CI. - Set coverage thresholds to what we currently have.
-
- 16 Feb, 2021 1 commit
-
-
René Dudfield authored
Use testing lib like in new create react setup. Run frontend tests on github. Add latest node 14.x LTS to test matrix.
-
- 12 Jan, 2021 1 commit
-
-
Joaquim Rocha authored
Instead of repeating the "npm run build" command in all the 3 app related targets, we now create an app-build target for that, and also run "npm install" in it, as it's a needed first step.
-
- 08 Jan, 2021 1 commit
-
-
ashu8912 authored
When we are on windows platform we want to generate an executable for our server binary. This is also important for our desktop app to run the server because a plain binary file is not executable on windows. Thus this patch updates the backend target to produce a server.exe when the OS is windows. For the desktop app now that we have a server.exe when on windows we want to ship that as well into our electron packaging and thus we need to create an entry for that in the extraResources property in package.json. Also we don't want to commit the server executable so this patch adds that as well to gitignore.
-
- 13 Nov, 2020 1 commit
-
-
ashu8912 authored
This patch adds make targets for desktop app build for all three platforms.
-
- 29 Sep, 2020 1 commit
-
-
Johannes Liebermann authored
Disabling the Docker cache greatly increases the time it takes to rebuild an image during development.
-
- 28 Sep, 2020 1 commit
-
-
Johannes Liebermann authored
The `docker build` command requires specifying a directory in addition to the Dockerfile.
-
- 01 Apr, 2020 4 commits
-
-
Joaquim Rocha authored
These changes add makefile targets for building the golangci-lint tool and to run it. This makes it very easy to get and run the linter, and thus adding it to the CI.
-
Joaquim Rocha authored
We have an official name now, so this patch adds the respective changes to the frontend.
-
Joaquim Rocha authored
We need convenient and consistent ways for running the linter, so these changes add makefile targets and npm scripts for that.
-
Joaquim Rocha authored
The backend and frontend should be self-contained in their repective paths as much as possible. The frontend was already in a good state but the backend had the go.{mod,sum} files outside of the backend folder. These changes move the backend/server.go into a new backend/cmd/ folder, the mentioned go module related files into the backend folder, and update the Makefile to reflect those changes.
-
- 31 Mar, 2020 2 commits
-
-
Joaquim Rocha authored
These changes add a dockerfile and a makefile target for building a Docker image.
-
Joaquim Rocha authored
-