This project is mirrored from https://gitee.com/NQL886/community-edition.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Apr, 2022 1 commit
  2. 15 Apr, 2022 1 commit
  3. 08 Apr, 2022 2 commits
  4. 01 Apr, 2022 1 commit
  5. 31 Mar, 2022 1 commit
  6. 28 Mar, 2022 1 commit
  7. 26 Mar, 2022 1 commit
  8. 16 Mar, 2022 1 commit
    • Sean McGinnis's avatar
      Reenable submodule linting (#3264) · 42c3d74e
      Sean McGinnis authored
      
      During restructuring to add a root go.mod, some debugging was left in
      the Makefile definition for the "lint" target, leaving anything but the
      root linting off by having it just echo the command.
      
      This reenables linting for those submodules and addresses some of the
      things that have crept in since then.
      Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
      42c3d74e
  9. 15 Mar, 2022 1 commit
  10. 08 Mar, 2022 1 commit
  11. 26 Feb, 2022 1 commit
  12. 23 Feb, 2022 1 commit
  13. 08 Feb, 2022 1 commit
  14. 10 Jan, 2022 1 commit
    • Karuppiah Natarajan's avatar
      Update get-deps to use "go mod tidy" (#2514) · ca99fe68
      Karuppiah Natarajan authored
      
      Most get-deps targets were using "go mod download", which isn't as
      accurate as "go mod tidy" for evaluating dependencies. From one of the
      go maintainers:
      
      ```
      go mod download is downloading all of the modules in the dependency
      graph, which it can determine from reading only the go.mod files. It
      doesn't know which of those modules are actually needed to satisfy a
      build, so it doesn't pull in the checksums for those modules (because
      they may not be relevant).
      
      On the other hand, go mod tidy has to walk the package graph in order
      to ensure that all imports are satisfied. So it knows, for a fact,
      without doing any extra work, that the modules it walks through are
      needed for a go build in some configuration.
      ```
      Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
      Signed-off-by: default avatarKaruppiah Natarajan <karuppiahn@vmware.com>
      Co-authored-by: default avatarSean McGinnis <smcginnis@vmware.com>
      ca99fe68
  15. 17 Dec, 2021 1 commit
  16. 09 Dec, 2021 2 commits
  17. 06 Dec, 2021 1 commit
  18. 03 Dec, 2021 2 commits
  19. 02 Dec, 2021 1 commit
  20. 30 Nov, 2021 1 commit
  21. 22 Nov, 2021 1 commit
  22. 18 Nov, 2021 1 commit
  23. 16 Nov, 2021 2 commits
  24. 05 Nov, 2021 1 commit
  25. 01 Nov, 2021 1 commit
  26. 29 Oct, 2021 1 commit
  27. 27 Oct, 2021 1 commit
  28. 26 Oct, 2021 1 commit
  29. 25 Oct, 2021 2 commits
  30. 21 Oct, 2021 1 commit
  31. 04 Oct, 2021 1 commit
  32. 23 Sep, 2021 3 commits
  33. 21 Sep, 2021 1 commit