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. 03 Jul, 2018 7 commits
  2. 02 Jul, 2018 3 commits
  3. 29 Jun, 2018 14 commits
  4. 28 Jun, 2018 6 commits
    • James's avatar
      New architecture diagram · 5d31dd5b
      James authored
      Uploading new architecture diagram for documentation
      5d31dd5b
    • James's avatar
      Update partners.md · dd0fc4a7
      James authored
      Tweak content of page, including some grammatical errors. Removed reference to beego.
      dd0fc4a7
    • Daniel Jiang's avatar
      Merge pull request #5197 from reasonerjt/harbor-db-creation · c07f259c
      Daniel Jiang authored
      Initialise Harbor DB schema in Harbor UI/adminserver container
      c07f259c
    • myufei's avatar
      Add upgrade test tips · c29635b9
      myufei authored
      Add tips and information before and after upgrade for Harbor
      upgrade test
      c29635b9
    • 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
    • stonezdj's avatar
      72e9b22e
  5. 27 Jun, 2018 3 commits
  6. 26 Jun, 2018 5 commits
  7. 25 Jun, 2018 2 commits