This project is mirrored from https://gitee.com/project_harbor/harbor.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 16 Aug, 2019 1 commit
  2. 15 Aug, 2019 1 commit
  3. 14 Aug, 2019 1 commit
  4. 08 Aug, 2019 1 commit
  5. 06 Aug, 2019 1 commit
  6. 10 Jun, 2019 1 commit
    • Daniel Jiang's avatar
      Bump up to go 1.12.5 enable go.mod · 737eaa39
      Daniel Jiang authored
      
      This commit bumps up the version of Go to compile the code to v1.12.5,
      and shifts to go.mod for managing depedency.
      Some code from "harbor/tests" to "harbor/src/testing" to avoid depedency
      loop of modules.
      
      Note that in short term we will still vendor the dependency.
      Signed-off-by: default avatarDaniel Jiang <jiangd@vmware.com>
      737eaa39
  7. 06 May, 2019 2 commits
  8. 18 Apr, 2019 1 commit
  9. 17 Apr, 2019 1 commit
  10. 11 Apr, 2019 1 commit
  11. 22 Mar, 2019 1 commit
  12. 07 Mar, 2019 1 commit
  13. 01 Mar, 2019 1 commit
  14. 18 Feb, 2019 1 commit
  15. 13 Feb, 2019 1 commit
  16. 05 Feb, 2019 1 commit
  17. 28 Jan, 2019 1 commit
  18. 18 Dec, 2018 1 commit
  19. 04 Dec, 2018 2 commits
  20. 03 Dec, 2018 1 commit
  21. 30 Nov, 2018 1 commit
  22. 29 Nov, 2018 1 commit
  23. 27 Nov, 2018 1 commit
  24. 21 Nov, 2018 1 commit
  25. 20 Nov, 2018 1 commit
  26. 16 Nov, 2018 1 commit
  27. 15 Nov, 2018 1 commit
  28. 13 Nov, 2018 1 commit
  29. 12 Nov, 2018 2 commits
  30. 08 Nov, 2018 6 commits
  31. 02 Nov, 2018 1 commit
  32. 31 Oct, 2018 1 commit
    • danfengliu's avatar
      add new api tests (#6127) · 894e0591
      danfengliu authored
      
      Add API test libraries which were based on swagger doc,
      it's including user and project , also add one scenario
      test case which is test_add_member_to_private_project to
      verify a user can see a project when the uesr is the member of it.
      Delete 2 old test case.Delete a quota.
      Signed-off-by: default avatardanfengliu <danfengl@vmware.com>
      894e0591