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.
- 02 Aug, 2018 7 commits
-
-
Wenkai Yin authored
Fix issues described in #5464 and #5465
-
Daniel Jiang authored
Update migration guide for v1.6.0
-
Qian Deng authored
Fix remove button not clickable
-
Mia ZHOU authored
Remove comment
-
Steven Zou authored
return unified error format by the chart repo API update the prov file status at anytime
-
wangyan authored
- 01 Aug, 2018 12 commits
-
-
Daniel Jiang authored
This commit adds basic test cases to perform when Harbor is configured as uaa_auth. It has dependency on an internal UAA server.
-
Wenkai Yin authored
Add chartmuseum to Harbor chart
-
Wenkai Yin authored
This commit integrates the chartmuseum to Harbor chart to enable the feature for storing chart in Harbor
-
Wenkai Yin authored
Enable chart/prov files overwriting option
-
Daniel Jiang authored
Remove the rewrite ingress rule
-
Steven Zou authored
change 'ALLOW_OVERWRITE' from 'false' to 'true'
-
Steven Zou authored
Feature of helm chart UI
-
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
-
Mia ZHOU authored
Add ldap admin DN
-
Daniel Jiang authored
Add scripts to verify Harbor DB migration
-
Daniel Jiang authored
Add default value for creation time and update time trigger
-
Daniel Jiang authored
Update README.md
-
- 31 Jul, 2018 13 commits
-
-
Wenkai Yin authored
This commit removes the rewrite ingrss rule in Harbor chart and redirect the requests sent to registry to UI direclty
-
Mia ZHOU authored
Problem description: currently, harbor does not support config ldap admin DN Enhancement: Add ldap admin dn in configuration as a optional config.
-
Qian Deng authored
New group button should disabled when login without ldap
-
wangyan authored
These chanes are introduced by PR 5430, please refer to the PR for details
-
Mia ZHOU authored
Disable "New group" button when user does not login with ldap
-
Wenkai Yin authored
Set default creation_time and update_time at model
-
Daniel Jiang authored
Update the icon used in Harbor chart
-
Daniel Jiang authored
Remove the URL rewrite for docker registry request
-
Daniel Jiang authored
Remove the hardcoded certificate and private key in value.yaml
-
Daniel Jiang authored
This commit set the default value of creation_time and update_time to data objects by adding `orm:add_now` annotations.
-
Mia ZHOU authored
Fix Repositories card view title displayed wrong
-
simone morellato authored
when you checkout harbor, it checks it out to the harbor directory.
-
Mia ZHOU authored
Problem Description: In the card view of repositories, if the title is long, it can not show all the text. Fix: Add css overflow: hidden; text-overflow: ellipsis; word-wrap:break-word; white-space: nowrap in mixin files, and tooltip to show all the text.
-
- 30 Jul, 2018 8 commits
-
-
Daniel Jiang authored
Fix pgsql creation column bug
-
wangyan authored
Root cause: Use default 'now'::timestamp will not generate timestamp for each transaction, PG will convert now to a timestamp as soon as the constant is parsed. To fix it, update it to defult CURRENT_TIMESTAMP, thie setting is the same as default now(), which returns the start time of current transaction because ther are fuction calls, hey will give the desired behavior of defaulting to the time of row insertion. Reference: https://www.postgresql.org/docs/9.6/static/functions-datetime.html#FUNCTIONS-DATETIME-CURRENT PG version: 9.6.9
-
wangyan authored
-
Qian Deng authored
Fix remove button not clickable
-
Wenkai Yin authored
This commit redirects the request to UI directory without URL rewrite
-
Wenkai Yin authored
This commit updates the URL of the icon used in Harbor helm chart
-
Wenkai Yin authored
The certificate and private key used by token service, registry and notoary server will be generated automatically
-
Wenkai Yin authored
Add Notary server endpoint as a parameter for the CI test cases
-