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.
  1. 07 Jun, 2022 1 commit
  2. 06 May, 2022 1 commit
  3. 25 Apr, 2022 1 commit
  4. 21 Apr, 2022 1 commit
    • Joaquim Rocha's avatar
      Rename backend server to headlamp-server · 59df5565
      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.
      59df5565
  5. 18 Feb, 2022 1 commit
  6. 31 Jan, 2022 1 commit
  7. 20 Sep, 2021 1 commit
  8. 13 Jul, 2021 1 commit
  9. 29 Jun, 2021 2 commits
  10. 21 Jun, 2021 2 commits
  11. 06 Jun, 2021 1 commit
  12. 30 Mar, 2021 1 commit
  13. 16 Mar, 2021 1 commit
  14. 01 Mar, 2021 1 commit
  15. 26 Feb, 2021 1 commit
  16. 16 Feb, 2021 1 commit
    • René Dudfield's avatar
      frontend: Setup testing · 189e9a8d
      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.
      189e9a8d
  17. 12 Jan, 2021 1 commit
    • Joaquim Rocha's avatar
      Makefile: Improve the app related targets · 322fe144
      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.
      322fe144
  18. 08 Jan, 2021 1 commit
    • ashu8912's avatar
      makefile: Update backend target to produce server.exe when on windows · c7851d1a
      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.
      c7851d1a
  19. 13 Nov, 2020 1 commit
  20. 29 Sep, 2020 1 commit
  21. 28 Sep, 2020 1 commit
  22. 01 Apr, 2020 4 commits
    • Joaquim Rocha's avatar
      backend: Add lint helpers · 43341f94
      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.
      43341f94
    • Joaquim Rocha's avatar
      frontend: Rename project to Headlamp · f2c91bd5
      Joaquim Rocha authored
      We have an official name now, so this patch adds the respective changes
      to the frontend.
      f2c91bd5
    • Joaquim Rocha's avatar
      frontend: Add npm script + makefile targets for linting · ec83b159
      Joaquim Rocha authored
      We need convenient and consistent ways for running the linter, so these
      changes add makefile targets and npm scripts for that.
      ec83b159
    • Joaquim Rocha's avatar
      backend: Reorganize the directory structure · 2f2edc6b
      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.
      2f2edc6b
  23. 31 Mar, 2020 2 commits