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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 12 Dec, 2018 1 commit
-
-
Yan authored
This commit is to enable migrator v1.7.0, and package it in the packaging process. Signed-off-by:
wang yan <wangyan@vmware.com>
-
- 11 Dec, 2018 8 commits
-
-
stonezdj(Daojun Zhang) authored
Update OSL for 1.7.0 - cherry-pick
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Wenkai Yin authored
[Cherry-Pick] Update user guide for retag function
-
Wenkai Yin authored
[Cherry-Pick] Enable retag button for project guest
-
stonezdj(Daojun Zhang) authored
[Cherry-pick]Read ssl mode param from the adminserver to init the connection with database
-
陈德 authored
Signed-off-by:
陈德 <chende@caicloud.io>
-
cd1989 authored
Signed-off-by:
cd1989 <chende@caicloud.io>
-
Wenkai Yin authored
This commit adds the ssl mode as a param when establishing the connection with database Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 10 Dec, 2018 3 commits
-
-
Mia ZHOU authored
* fix helm chart did not get global label The root cause is helm chart does not get glboal labels Signed-off-by:
Meina Zhou <meinaz@vmware.com> * quick fix for scan log This is a quick fix Signed-off-by:
Meina Zhou <meinaz@vmware.com>
-
Yan authored
* Fix unable to use Notary after updating to v1.6.0 This commit is to fix the issue on notary migrations from mysql to pgsql. 1, alter sequence for the primary key of changeseed, this is missed in v1.6.0 migrator. 2, alter table owners from postgres to notarysigner and notaryserver. Issue: https://github.com/goharbor/harbor/issues/6465 Workaround: https://github.com/goharbor/harbor/issues/6465#issuecomment-445162616 Impacted upgrade path: 1, Upgrade from version older then v1.6.0 with migrator:v1.6.0, and migrates the notarty DB. No impacted upgrade path: 1, Upgrade from version older than v1.6.0 with migrator:v1.6.0, but without migrates the notarty DB. Notes: After merge this fix, we need to provide an new migrator with an new tag, like v1.6.1, and deprecated the v1.6.0. For those who was impacted by migrator v1.6.0, will open an new PR to build the workaround into the migrator and expose an specical command for hot-fix. Signed-off-by:
wang yan <wangyan@vmware.com> * fix per comments, add if not exists to create pqsql sequence Signed-off-by:
wang yan <wangyan@vmware.com>
-
Qian Deng authored
cherry-pick:Remove the border of default label when filtering images by label
-
- 07 Dec, 2018 2 commits
-
-
Yan authored
As pip will always install the latest version, to avoid any break change, just fix the framework to 3.0.4 Signed-off-by:
wang yan <wangyan@vmware.com>
-
FangyuanCheng authored
Signed-off-by:
FangyuanCheng <fangyuanc@vmware.com>
-
- 06 Dec, 2018 15 commits
-
-
Wenkai Yin authored
Give meaningful error messages when retag is forbidden
-
De Chen authored
Signed-off-by:
cd1989 <chende@caicloud.io>
-
cd1989 authored
Signed-off-by:
cd1989 <chende@caicloud.io>
-
Mia ZHOU authored
fix #6432 modify scan log to use popup window
-
Meina Zhou authored
Signed-off-by:
Meina Zhou <meinaz@vmware.com>
-
Mia ZHOU authored
#6440 fix gc will have 500 error when user try to put a new schedule
-
Wenkai Yin authored
Return a meaningful error message when changing password but the a wrong old password is provided to render on UI Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Mia ZHOU authored
Modify the error message when adding members
-
Mia ZHOU authored
Time display using 24-hour system
-
Mia ZHOU authored
Don't get the next available time while scan now
-
Meina Zhou authored
Signed-off-by:
Meina Zhou <meinaz@vmware.com>
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Daniel Jiang authored
* Return 409 when user trigger another "scan all" This commit fixes #6418, that when multiple "scan all" jobs are triggered, the API should not return 500. Signed-off-by:
Daniel Jiang <jiangd@vmware.com> * Update swagger to add 409 to scanAll API Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Wenkai Yin authored
Refine migration guide for 1.7
-
Mia ZHOU authored
fix #6421 javascript error when user input nothing in the filter logs
-
- 05 Dec, 2018 5 commits
-
-
Daniel Jiang authored
Fixes #6449 1. Simplify the steps for backing up database. 2. Add the missing command to pull migrator image. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
FangyuanCheng authored
Signed-off-by:
FangyuanCheng <fangyuanc@vmware.com>
-
FangyuanCheng authored
Signed-off-by:
FangyuanCheng <fangyuanc@vmware.com>
-
Meina Zhou authored
Signed-off-by:
Meina Zhou <meinaz@vmware.com>
-
Wenkai Yin authored
The Harbor root cert can be downloaded by all users now, so the permission checking is not needed anymore Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 04 Dec, 2018 4 commits
-
-
Daniel Jiang authored
Feat: Upgrade harbor.cfg from 1.6.0 to 1.7.0
-
FangyuanCheng authored
Signed-off-by:
FangyuanCheng <fangyuanc@vmware.com>
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Qian Deng authored
Add script to upgrade harbor.cfg Signed-off-by:
Qian Deng <dengq@vmware.com>
-
- 03 Dec, 2018 2 commits
-
-
Qian Deng authored
Fix testcase because of wrong keyword Signed-off-by:
Qian Deng <dengq@vmware.com>
-
Wenkai Yin authored
Add unit test for JobService Logger
-