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. 26 Nov, 2019 1 commit
  2. 21 Oct, 2019 1 commit
  3. 18 Sep, 2019 1 commit
  4. 11 Sep, 2019 1 commit
  5. 08 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. 12 Apr, 2019 1 commit
  8. 04 Apr, 2019 1 commit
  9. 22 Mar, 2019 1 commit
  10. 05 Mar, 2019 1 commit
  11. 13 Feb, 2019 1 commit
  12. 28 Jan, 2019 1 commit
  13. 11 Jan, 2019 1 commit
  14. 10 Oct, 2018 1 commit
  15. 27 Sep, 2018 2 commits
  16. 21 Sep, 2018 1 commit
  17. 19 Sep, 2018 2 commits
  18. 08 Sep, 2018 1 commit
  19. 07 Sep, 2018 2 commits
  20. 04 Sep, 2018 1 commit
  21. 31 Aug, 2018 1 commit
  22. 29 Aug, 2018 1 commit
  23. 23 Aug, 2018 1 commit
  24. 10 Aug, 2018 1 commit
  25. 03 Aug, 2018 1 commit
    • Daniel Jiang's avatar
      Remove BAT from travis.yml (#5511) · 4e71a1af
      Daniel Jiang authored
      We used to trigger make install and try to access Harbor in travis.
      This is unnecessary as it's run in Drone.  So this commit removes that
      chunk from .travis.yml
      
      Conflicts:
      	.travis.yml
      4e71a1af
  26. 01 Aug, 2018 1 commit
    • Deng, Qian's avatar
      Feature of helm chart UI · 8feb49c6
      Deng, Qian authored
      1. Add Charts list view
      2. Add Charts card view
      3. Add Chart version list view
      4. Add chart version card view
      5. Add Chart Detail Summary
      6. Add Chart Detail Value
      6. Add Chart Detail Deps
      7. Update nodeclarity Dockerfile
      8. Add markdown support
      9. Add package-lock file to src
      8feb49c6
  27. 20 Jul, 2018 1 commit
    • Steven Zou's avatar
      Keep the chart server related configurations in adminserver · 0227a131
      Steven Zou authored
      append chart server related config options to the supporting list of adminserver
      provide chart server related config access method in the API layer
      update prepare script and ui env template file to enable cache driver config for chart server API
      append flag info in the systeminfo API to indicate if chart server is deployed with Harbor
      refactor the response rewriting logic to return structual error object
      add api init method to initilizing objects required in API handlers
      chage owner of the storage folder
      update offline/online package scripts in Harbor-Util.robot
      0227a131
  28. 16 Jul, 2018 1 commit
    • Steven Zou's avatar
      Refactor chart API endpoints · b572e64a
      Steven Zou authored
      add /chartrepo after /api
      add /chartrepo before /index.yaml,/:repo/index.yaml and /:repo/charts/:filename
      add debug messages to the potential debug points
      add more supporting mime types "multipart/form-data", "application/octet-stream" to the API endpoints
      
      update travis file to inject ENV for UT cases of chart repo
      b572e64a
  29. 03 Jul, 2018 1 commit
    • Deng, Qian's avatar
      Add ldap serach · 72dfdd55
      Deng, Qian authored
      1. Add group management
      2. Add rewrite import user to member ui
      3. Add import group to member
      4. Add new items in configuration page
      72dfdd55
  30. 28 Jun, 2018 1 commit
    • Daniel Jiang's avatar
      Initialise Harbor DB schema in Harbor UI/adminserver container · c9b1962b
      Daniel Jiang authored
      This commit fixes #5040, the harbor-db image will only contain empty
      databases, and harbor ui container will use migrate tool to run initial
      SQL scripts to do initialization.  This is helpful for the case to
      configure Harbor against external DB or DBaaS like RDS for HA deployment
      However, this change will results some confusion as there are two tables
      to track schema versions have been using alembic for migration, for this
      release we'll try to use alembic to mock a `migration` table during
      upgrade so the migrator will be bypassed, in future we'll consider to
      consolidate to the golang based migrator.
      Another issue is that the UI and adminserver containers will access DB
      after start up in different congurations, can't ensure the sequence, so
      both of them will try to update the schema when started up.
      c9b1962b
  31. 01 Jun, 2018 1 commit
    • Yan's avatar
      enable migrator to support 1.5.0 migration from mysql to pgsql (#5029) · 6d800cab
      Yan authored
      This commit is to enable data migrator to support migrates data
      from mysql to pgsql, this is a specific step for user to upgrade
      harbor across v1.5.0, as we have move harbor DB to pgsql from
      1.5.0. It supports both harbor and notary db data migration,
      and be split into two steps with dependency.
      
      It also fix issue #4847, add build DB migrator in make process.
      6d800cab
  32. 10 May, 2018 1 commit
  33. 09 May, 2018 1 commit
  34. 27 Apr, 2018 1 commit
  35. 18 Apr, 2018 1 commit
  36. 28 Mar, 2018 2 commits