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.
- 11 Dec, 2018 3 commits
-
-
Wenkai Yin authored
Promote release version v1.6.3
-
wang yan authored
This commit is to upgrade release base version to v1.6.3 Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wenkai Yin authored
Update migrator version to v1.6.3
-
- 10 Dec, 2018 4 commits
-
-
wang yan authored
The migrator v1.6.3 includes a fix for issue #6465, this issue blocks user to sign image after updates with goharbor/harbor-migrator:v1.6.0/1/2. Signed-off-by:
wang yan <wangyan@vmware.com>
-
stonezdj(Daojun Zhang) authored
[Cherry-pick]Fix unable to use Notary after updating to v1.6.0
-
wang yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
wang yan authored
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>
-
- 19 Nov, 2018 2 commits
-
-
stonezdj(Daojun Zhang) authored
Promote version to v1.6.2
-
wang yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
- 14 Nov, 2018 1 commit
-
-
Daniel Jiang authored
Install custom cert for clair, registry, chartmuseum(1.6.0)
-
- 13 Nov, 2018 1 commit
-
-
stonezdj(Daojun Zhang) authored
Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
- 01 Nov, 2018 1 commit
-
-
Wenkai Yin authored
Publish images to docker hub with dev tag only for master branch changes Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 31 Oct, 2018 1 commit
-
-
Daniel Jiang authored
[1.6.0] Fix statuses condition when trigger replication
-
- 27 Oct, 2018 1 commit
-
-
陈德 authored
Signed-off-by:
陈德 <chende@caicloud.io>
-
- 16 Oct, 2018 1 commit
-
-
Daniel Jiang authored
* Update OSL for 1.6.1 and bump up version Signed-off-by:
Daniel Jiang <jiangd@vmware.com> * Update the URL for installing golint in travis.yml Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 09 Oct, 2018 1 commit
-
-
Daniel Jiang authored
Bump up Clair to v2.0.6 (#5940) -- Cherrypick to 1.6.1
-
- 08 Oct, 2018 1 commit
-
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 07 Sep, 2018 3 commits
-
-
Daniel Jiang authored
Fix the potential issue of causing deadlock problem
-
Daniel Jiang authored
LDAP group DN should be case insensitive
-
Steven Zou authored
Signed-off-by:
Steven Zou <szou@vmware.com>
-
- 06 Sep, 2018 1 commit
-
-
stonezdj authored
Fix issue #5776, LDAP servers are case insensitive. because only LDAP group DN is used to compare/equal operation, lowercase all LDAP group DN when retrieves it from LDAP server, and lowercase them before save it in DB Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
- 05 Sep, 2018 2 commits
-
-
Daniel Jiang authored
Update OSL for Clair -- 1.6 branch
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 04 Sep, 2018 2 commits
-
-
Wenkai Yin authored
[Cherry-pick]Add the encoding to the data converter script
-
wang yan authored
This commit is to fix bug reported by community to upgrade v1.6.0, for the details just refer to #5788. The fix is to add the encoding(utf-8) for the converter when to convert the mysql data to pqsql data. Already passed on test with Chinese/Japanese. Signed-off-by:
wang yan <wangyan@vmware.com> update
-
- 03 Sep, 2018 2 commits
-
-
Wenkai Yin authored
Bump Clair to v2.0.5 - cherry pick to 1.6
-
Daniel Jiang authored
The PR to fix the Alpine issue has been merged to Clair's release-2.0 branch, and released v2.0.5. This commit updates Harbor to include that change and re-enable Clair's updaters by default. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 28 Aug, 2018 3 commits
-
-
Daniel Jiang authored
[Cherry-pick] Fix issues related with chart storage
-
Steven Zou authored
- inject custom CA bundle into chart repo - update prepare script to inject credentials Signed-off-by:
Steven Zou <szou@vmware.com>
-
Steven Zou authored
- inject custom CA bundle into chart repo - update prepare script to inject credentials Signed-off-by:
Steven Zou <szou@vmware.com>
-
- 24 Aug, 2018 1 commit
-
-
stonezdj(Daojun Zhang) authored
Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
- 23 Aug, 2018 5 commits
-
-
Daniel Jiang authored
Set the updater interval to "0" to mitigate the impact of Apline URL change that cause clair keep polling vuln data. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Qian Deng authored
Add github flavered table in markdown
-
Wenkai Yin authored
[cherry-pick] Fix the issue of parsing redis connection address in chart API
-
Qian Deng authored
Add table style in markdown and Fix deleted all version may cause 404 Signed-off-by:
Qian Deng <dengq@vmware.com>
-
Steven Zou authored
- update logic in func parseRedisConfig Signed-off-by:
Steven Zou <szou@vmware.com> - Add UT case for redis addr parsing func
-
- 22 Aug, 2018 1 commit
-
-
Daniel Jiang authored
[Cherry-pick]Add VOLUME definition in Dockerfile of chart museum
-
- 21 Aug, 2018 3 commits
-
-
Daniel Jiang authored
[Cherry-pick]Update migratrion guide for harbor.cfg migration
-
wangyan authored
Signed-off-by:
wangyan <wangyan@vmware.com>
-
Steven Zou authored
Update the screenshots in user guide
-