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. 29 Sep, 2020 1 commit
  2. 28 Sep, 2020 1 commit
  3. 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
  4. 31 Mar, 2020 2 commits