Commit Graph

843 Commits

Author SHA1 Message Date
Wenkai Yin 79628
ad62fffb0e Add label filter in replication policy API
The label filter can be used to filter images when do the replication, this commit provides the filter in replication policy
2018-05-21 15:01:17 +08:00
yixingj
da54b94226 Update HA docs to point to 1.5 branch
Change harbor sql to point to 1.5.0 branch.
change keepalived configuration file and check script to 1.5.0 branch
2018-05-14 14:34:17 +08:00
Wenkai Yin 79628
07ffe425dd Update API doc
Update the parameters used in request and the data of response of projects API in swagger
2018-05-03 14:37:00 +08:00
stonezdj
19c27cd107 Update swagger.yaml to add ldap group config parameters
Parameters include:
ldap_group_attribute_name
ldap_group_base_dn
ldap_group_search_filter
ldap_group_search_scope
2018-05-03 12:36:16 +08:00
stone
68cf63bbef Merge pull request #4798 from stonezdj/release-1.5.0
Return 404 if user is not found
2018-04-27 17:01:17 +08:00
stone
993ad31e6e
Change the order of power off machine and pvscan command in step 2
Run pvscan command before power off the machine.
2018-04-25 11:27:14 +08:00
Daniel Jiang
28aea4d439
Merge pull request #4671 from wy65701436/read-only-doc
Add documemt for read only
2018-04-19 14:45:03 +08:00
wangyan
f0b48575a8 Add documemt for read only 2018-04-17 22:32:37 -07:00
Steven Zou
3804e311a6 Provide guideline about how to customize the look&feel of Harbor UI
support customizing product name
support customizing logo
support customizing login background image
support customizing about text with different languages
2018-04-17 19:21:19 +08:00
Daniel Jiang
62a4bac48e
Merge pull request #4674 from stonezdj/filter_not_work
Add project member search by name
2018-04-17 10:04:06 +08:00
Yan
254bdba687
Update migration document (#4677) 2018-04-16 19:33:42 +08:00
stonezdj
7e57c685ac Add project member search by name
Previous implementation contains the search user by name feature. This implementation can search user and user group by name.
2018-04-16 18:38:10 +08:00
Qian Deng
e12826ef42
Merge pull request #4643 from ninjadq/add_test_case_and_doc
Add testcase and doc for cardview
2018-04-16 10:28:49 +08:00
yixingj
de91098fc5 Update HA docs
real IP -> your VIP
2018-04-13 18:21:37 +08:00
yixingj
221a8b0892 Update HA tempalte
Update the template.
Update the installation guide.
2018-04-13 11:12:48 +08:00
Deng, Qian
ddb5298ae6 Add testcase and doc for cardview 2018-04-12 19:55:46 +08:00
Daniel Jiang
0cc63c0616
Merge pull request #4625 from ywk253100/180411_doc
Update user guide for label management
2018-04-11 18:44:48 +08:00
stonezdj
de49165427 Refactor project member API
1) Remove the previous /api/projects/?:project_id/members/:userid
    2) Move the /api/projects/:project_id/projectmembers/?:pmid to
        /api/projects/:project_id/members/?:pmid
    3) Change the project member maintain ui to call new REST API
2018-04-11 17:49:33 +08:00
Wenkai Yin 79628
6c42959be2 Update user guide
Add labal management description in user guide
2018-04-11 14:04:30 +08:00
Jesse Hu
f0f3cac6ed
Update high_availability_installation_guide.md (#4589)
Fix issue https://github.com/vmware/harbor/issues/4588
2018-04-09 15:27:38 +08:00
Daniel Jiang
53182ab407
Merge pull request #4439 from ronakbanka/master
Fix broken link in user doc
2018-04-08 11:07:01 +08:00
stone
df63a73fd4
Merge pull request #4483 from stonezdj/api4assign_role_to_group4
Add REST API for assign role to group
2018-04-04 16:19:37 +08:00
stonezdj
9bcfaedc0e Add REST API for assign role to group 2018-04-04 13:39:42 +08:00
Daniel Jiang
722edc9c60
Merge pull request #3552 from Evalle/3462
[Skip CI] Add link to official docker documentation
2018-04-03 19:21:54 +08:00
Ronak Banka
22a9bbc97d Fix broken link in user doc 2018-03-31 10:19:05 +08:00
Yan
cbcca015b0
add read only mode to stop docker push (#4433) 2018-03-23 03:16:08 -07:00
Jesse Hu
7cc8aa45b8
Update kubernetes_deployment.md to advocate Harbor Helm Chart 2018-03-22 08:15:11 +08:00
Yan
5edbd00318
Revise harbor build version (#4445) 2018-03-21 13:03:49 +08:00
Wenkai Yin
838b439560 Implement filter repository and tags by label API 2018-03-21 10:51:06 +08:00
Tan Jiang
c4414c9472 fix typo in swagger 2018-03-19 09:22:10 +08:00
Wenkai Yin
bcf81224ad Update according to the comments 2018-03-14 13:42:19 +08:00
Wenkai Yin
36b9c4e458 Implement adding/removing labels to/from repositories and images API 2018-03-12 19:30:05 +08:00
Wenkai Yin
379f113452 Implement label management API 2018-03-09 12:17:27 +08:00
yixingjia
dcf16a84a6
Merge pull request #4212 from yixingjia/reorderconfig
Refactor DB configuration in harbor.cfg
2018-02-02 17:59:09 +08:00
yixingj
6c8bb9c73f Refactor DB configuration in harbor.cfg
Put harbor_db, clair_db configuration together
2018-02-02 17:14:52 +08:00
Daniel Jiang
2031f11055
Merge pull request #4193 from ywk253100/180131_user_guide
Update replication part of user guide as some UI pages are changed
2018-02-02 15:41:53 +08:00
Daniel Jiang
e2dd4fcce9
Merge pull request #4154 from ninjadq/update_doc_for_descrption_repo
Update Docs for description repository
2018-02-02 15:38:25 +08:00
Wenkai Yin
6814efc9fc Update replication part of user guide as some UI pages are changed 2018-01-31 13:23:13 +08:00
yixingjia
45c3afbdf2
Merge pull request #4168 from yixingjia/HAdocs
Update HA document.
2018-01-31 12:33:08 +08:00
yixingj
a8dc8d784f Update HA document.
Format the docs
2018-01-30 18:13:35 +08:00
pengpengshui
f4270213ce
Merge pull request #4172 from pengpengshui/batchDelection
Modify replication list unsave when modify username or possword
2018-01-29 19:10:25 +08:00
yixingjia
bb479cbced
Merge pull request #3669 from yixingjia/harborRequiremnt
Harbor resource requirement doc
2018-01-29 17:07:19 +08:00
pfh
dca8459a13 Merge remote-tracking branch 'upstream/master' into batchDelection 2018-01-29 16:41:47 +08:00
Deng, Qian
70ee52edce Update Docs for description repository 2018-01-29 15:14:08 +08:00
Daniel Jiang
c5643f807e
Merge pull request #4150 from reasonerjt/swagger-415
Update swagger doc to include description for status code 415
2018-01-29 14:05:55 +08:00
Tan Jiang
45d2b1923e Update swagger doc to include description for 415 status code 2018-01-29 12:20:55 +08:00
stonezdj
310076597c Add Harbor ova migration guide 2018-01-29 10:28:38 +08:00
pfh
163fba0f21 Modify md file for some batch delection operation and change some pictures 2018-01-26 17:25:38 +08:00
yixingjia
f9272e25ae
Merge pull request #3923 from yixingjia/HAdocs
High availability Deployment installation guide
2018-01-25 18:43:18 +08:00
yixingj
74d98e4c8c High availability Deployment installation guide
HA installation guide for HA
2018-01-24 12:21:28 +08:00
Wenkai Yin
300463fe11
Merge pull request #4075 from ywk253100/180119_user_guide
Update replication part in user guide
2018-01-23 14:13:19 +08:00
Daniel Jiang
d18517c910
Merge pull request #4042 from stonezdj/ldap_doc_3962
Document update for LDAP/OVA
2018-01-22 15:45:37 +08:00
Wenkai Yin
eb7c0d19ad Update replication part in user guide 2018-01-19 15:41:59 +08:00
Wenkai Yin
611709a7be Add pagination support in listing replication policy API 2018-01-18 15:54:12 +08:00
stonezdj
72180e4d44 Document update for LDAP/OVA 2018-01-17 11:27:09 +08:00
stone
83faddcdef
Merge pull request #3965 from stonezdj/ldap_search_level2
Change ldap scope after refactor
2018-01-10 11:31:53 +08:00
Deng, Qian
da2bf64289 Update doc file to avoid issues when rollback from 1.3 to 1.2 2018-01-09 15:18:38 +08:00
stonezdj
aa4e36c61a Change ldap scope after refactor 2018-01-08 16:59:15 +08:00
Wenkai Yin
96a63c56b1 Merge remote-tracking branch 'upstream/master' into 180103_merge 2018-01-03 10:32:03 +08:00
yixingj
3153705731 Harbor resource requirement doc
Add harbor resource requirement for Harbor installation guide
2018-01-02 16:22:45 +08:00
stone
027fa72df7
Merge pull request #3681 from stonezdj/ova_install_doc
Add harbor ova install guide
2017-12-26 13:47:58 +08:00
stonezdj
110ff691ca Add harbor ova install guide 2017-12-26 12:49:37 +08:00
Daniel Jiang
1c2d5e8036
Merge pull request #3638 from CMUH/k8s/bump-to-newer-resource
Bump many resources type to newer ones of Kubernetes
2017-12-26 11:44:29 +08:00
Wenkai Yin
3be1d5a7fd Assign read-only privilege of replication policy to project admin and add stopping replication jobs API. 2017-12-25 23:49:21 +08:00
Wenkai Yin
665a54edc3 Merge remote-tracking branch 'upstream/master' into 171213_merge 2017-12-13 13:40:24 +08:00
Yan
bcb74dde83
Merge pull request #3730 from sigsbee/updateguide
Add link to user guide overview issue#3519
2017-12-10 20:49:24 -08:00
Qian Deng
5de872486c
Merge pull request #3692 from ywk253100/171127_repo_desc
Add update repository API to support description of repository
2017-12-04 17:25:38 +08:00
Wenkai Yin
2ba3758472 Update the replicatoin APIs in swagger.yaml 2017-12-04 15:39:40 +08:00
myufei
4e87152cd5 Add link to user guide overview issue#3519 2017-12-02 02:36:30 +08:00
Wenkai Yin
7ccdce33a0 Refactor ping target API
Merge ping target API by ID into ping target API
2017-11-29 17:15:03 +08:00
Wenkai Yin
8d9af50bbc Add update repository API to support description of repository 2017-11-27 14:18:57 +08:00
A31882(Wu Yi Chung)
0ae6eccde4 Replace Nginx-Proxy with Ingress 2017-11-27 09:25:24 +08:00
A31882(Wu Yi Chung)
ae2b702ea5 Replace ReplicationController with Deployment 2017-11-24 16:50:09 +08:00
Wenkai Yin
1c338ed30b Add replication manual trigger API & update replication/policy API docs 2017-11-24 10:50:10 +08:00
JJ Asghar
b38ebd6b29 Update installation_guide.md (#3558)
It's technically OpenStack not Openstack.
2017-11-19 22:39:34 -06:00
JJ Asghar
64431610ec Update kubernetes_deployment.md (#3565)
Some formatting to make it look prettier.
2017-11-19 22:39:00 -06:00
Wenkai Yin
249fd61dce Update installation guide for release 1.3 2017-11-17 16:21:07 +08:00
Evgeny Shmarnev
17c61b6ef7 Add link to official docker documentation 2017-11-15 09:14:00 +01:00
Wenkai Yin
e4f2711f4f Update user guide for release 1.3 2017-11-13 12:40:24 +08:00
Wenkai Yin
5cef58baa1 update according to the comments 2017-11-08 17:53:41 +08:00
Daniel Jiang
7cd44e4eb6
Merge pull request #3540 from cmingxu/patch-1
Update kubernetes_deployment.md
2017-11-07 15:17:18 +08:00
kevin.xu
047e5e9d05
Update kubernetes_deployment.md 2017-11-02 05:12:28 -05:00
Wenkai Yin
51d5df0849 Update replication policy API to support trigger and filter 2017-11-02 14:59:26 +08:00
Evgeny Shmarnev
af88cc11a9 ISSUE-3463: fix docker-compose command 2017-10-30 12:17:45 +01:00
Wenkai Yin
5b2ececae8 Merge pull request #3436 from ywk253100/171020_meta_api
Add project metadata API
2017-10-27 05:16:50 -05:00
Wenkai Yin
c355034c14 Add project metadata API
Project metadata API can be used to integrated with project management
service which can not provide all metadatas needed by Harbor.
2017-10-27 17:05:15 +08:00
Wenkai Yin
2156750b04 Move certificate verification to target level
The certificate verification is on system level before this commit. Moving it
to target level makes the configuration more flexible for different targets.
2017-10-20 15:36:56 +08:00
Wenkai Yin
66b2d0d3f3 Apply project level policies to standalone Harbor
The following features are only enabled in integration mode, this commit moves
these to standalone Harbor:
 - Content trust policy: only signed images can be pulled
 - Vulnerability policy: only images whose severity is below the threshold can be pulled
 - Automatic scan policy: automatic scan pushed images
2017-10-19 17:33:28 +08:00
Steven Zou
46814206bb Merge branch 'master' into master 2017-10-11 02:10:50 -05:00
Wenkai Yin
5333cdc5e3 Merge pull request #3311 from huzhengchuan/patch-1
fix type error in swagger.yaml
2017-10-10 21:33:32 -05:00
Daniel Jiang
503cbb5c10 Merge pull request #3345 from vmware/reasonerjt-patch-1-1
Update user_guide.md to include instructions to pull image via k8s.
2017-09-29 17:22:41 +08:00
Daniel Jiang
57a913a42b Fix typo 2017-09-29 16:41:40 +08:00
Daniel Jiang
9a7660596d Add instructions pulling image via kubernetes 2017-09-29 16:20:34 +08:00
Tan Jiang
72b9c5f39e Refine document to add limitation and clarify loading the image, also update the name of prepare script to k8s-prepare, to differentiate the default one. 2017-09-28 16:28:59 +08:00
Steven Zou
708a8b04a2 add sceenshots for the demo references added in user guide document 2017-09-28 10:17:59 +08:00
Steven Zou
07b6934c9d add video demo references (both youtube and v.qq)to the readme.md and the user guide 2017-09-27 12:53:59 +08:00
huzhengchuan
3569d62b83 fix type error in swagger.yaml
fix #3310
2017-09-27 11:18:16 +08:00
Tan Jiang
0615f7ba9b Refine k8s deployment scripts and document 2017-09-26 13:57:44 +08:00
Wenkai Yin
82dc758064 Merge pull request #3213 from ywk253100/170914_image_size
Return image size when getting detail information of tag
2017-09-19 17:09:49 +08:00
Wenkai Yin
8d7644b8b5 Merge pull request #3151 from ywk253100/170830_email_insecure
Expose the insecure flag for email configuration
2017-09-15 15:01:30 +08:00
Wenkai Yin
2ebcc454ba support image size 2017-09-15 13:34:23 +08:00
Daniel Jiang
6efa2d5414 Merge pull request #2308 from m-masataka-ns/modify_userguide_in_notary
Add the discription of notary in User Guide
2017-09-13 17:46:31 +08:00
Wenkai Yin
99c1168e29 update description of new feature for different roles 2017-09-11 12:48:45 +08:00
Wenkai Yin
74dfeed7df update swagger 2017-09-04 15:12:54 +08:00
Tan Jiang
d1852e08e3 update swagger for 1.2 API. 2017-08-30 17:03:03 +08:00
Steven Zou
489b89dc13 recapture screenshots for vul scanning and content trust 2017-08-21 14:16:34 +08:00
yixingj
5864434a28 Fix commond issue 2017-08-18 14:26:26 +08:00
Daniel Jiang
987ad06ed7 Merge pull request #3024 from reasonerjt/master
fix issue in use_notary document
2017-08-10 15:27:35 +08:00
Tan Jiang
f21c266d50 fix issue in use_notary 2017-08-10 14:22:26 +08:00
Haining Henry Zhang
c53c5f65a9 Vulnerability data import (#2981)
* update offline data import for vul scan

* update vul scan data import guide

* update vul data guide
2017-08-07 18:34:13 +08:00
Haining Henry Zhang
43b2bce6b1 update docs for 1.2 (#2974)
* update change log

* update documents

* update documents

* update AUTHORS

* update README

* update harbor.cfg

* remove unused files

* updated TOC of docs

* update REAME

* update README

* udpate docs for 1.2

* udpate authors

* updated installation guide

* updated migration guide

* updated migration guide
2017-08-07 14:38:10 +08:00
Daniel Jiang
a6dc3e549d Merge pull request #2941 from wy65701436/update-migration-guide
update migration guide
2017-08-04 19:18:13 +08:00
Yan
957bd1722a update installation guide (#2930)
* update installation guide

* add perf turning.

* update per comments

* update per comments
2017-08-04 18:04:14 +08:00
Daniel Jiang
ef909b4e0c Merge pull request #2318 from timchenxiaoyu/timchenxiaoyu-patch-1
docs error
2017-08-04 17:01:34 +08:00
sigsbee
4632926266 update userguide (#2933)
* update user guide

* update user guide

* update user guide

* update user guide

* update user guide

* fix refer

* update user guide gc

* update user guide

* update user guide

* update user guide

* update user guide

* update user guide

* update userguide

* update user guide

* update user guide
2017-08-03 15:26:44 +08:00
Daniel Jiang
8a92724198 Merge pull request #2931 from wy65701436/update-compile-guide
Update compile guide
2017-08-03 13:18:44 +08:00
Steven Zou
c05f843704 update document for Clair user guide 2017-08-02 18:47:32 +08:00
wangyan
7aff623997 update migration guide 2017-08-02 15:36:14 +08:00
wangyan
8331fe20d4 update compile guite 2017-08-01 14:42:56 +08:00
wangyan
6871a080b8 update compile guite 2017-08-01 14:35:08 +08:00
Daniel Jiang
9582637651 fixes #2539 (#2877) 2017-07-26 18:37:57 -07:00
yixingjia
69adddd866 Merge pull request #2786 from yixingjia/docs
Clair offline data update guide
2017-07-25 17:11:43 +08:00
Daniel Jiang
2a50559ff7 update swagger doc (#2822)
* update swagger doc

* remove unused definitions
2017-07-20 03:47:46 -07:00
yixingj
9b65a6ae75 Update the docs 2017-07-18 14:34:24 +08:00
yixingj
bfb0c0a32d Update Clair offiline date guide 2017-07-14 17:04:37 +08:00
yixingj
19a5591ef5 Update Clair offline data update doc 2017-07-14 16:57:43 +08:00
yixingj
008f386f7e refactor 2017-07-14 16:54:13 +08:00
yixingj
bfb1b7e75b refactor format 2017-07-14 16:50:04 +08:00
yixingj
dc8ec8921b refactor format 2017-07-14 16:48:00 +08:00
yixingj
a3ac9639f1 Clair offline data update guide 2017-07-14 16:43:03 +08:00
wemeya
ddee1ca7e8 Update swagger.yaml 2017-06-30 15:27:32 +08:00
Wenkai Yin
2ada2dbd16 Merge pull request #2631 from ywk253100/170626_statistic
Refactor statistics API to return private/public count of projects and repositories
2017-06-30 14:26:15 +08:00
Steven Zou
c90dacb0ba Merge pull request #2648 from steven-zou/master
Upgrade UI builder to 1.2.7
2017-06-27 19:26:57 +08:00
Steven Zou
22a4e91a79 Upgrade UI builder to 1.2.7 2017-06-27 18:33:53 +08:00
Steven Zou
30ece92360 Merge pull request #2614 from steven-zou/master
Update UI builder to 1.2.5
2017-06-26 14:24:55 +08:00
Wenkai Yin
6e9ec3f22c refactor statistics API 2017-06-26 14:15:01 +08:00
Steven Zou
7c68c1ca69 Enhance script in make/dev/nodeclarity/entrypoint.sh 2017-06-23 18:58:58 +08:00
Steven Zou
7c0e79d10a update ui builder to 1.2.6 2017-06-23 18:58:14 +08:00
Wenkai Yin
bdd49e51d5 call ui API to get project 2017-06-22 14:01:17 +08:00
Steven Zou
ed1263148f Merge pull request #2562 from steven-zou/master
Refactor harnor portal with sharable components in harbor-ui lib
2017-06-21 16:51:46 +08:00
Steven Zou
478b56e6a4 Modify travis config 2017-06-21 16:17:29 +08:00
Daniel Jiang
81c475eb93 Merge pull request #2584 from reasonerjt/clair-integration
update swagger YAML
2017-06-21 13:03:55 +08:00
Daniel Jiang
dc7d0a3d4f Merge pull request #2482 from wemeya/master
modify prepare-swagger.sh and configure_swagger.md
2017-06-21 11:08:06 +08:00
Tan Jiang
a8a00a425f update swagger YAML 2017-06-21 00:15:01 +08:00
Wenkai Yin
65f466d7da add get tag api 2017-06-20 16:56:40 +08:00
Tan Jiang
15384317e0 add with_clair flag in systeminfo 2017-06-15 16:15:46 +08:00
Wenkai Yin
7d595c10c5 Merge pull request #2485 from ywk253100/170608_project
Refactor GET /projects API
2017-06-14 21:03:28 +08:00
Wenkai Yin
802a2fbcce update 2017-06-14 20:23:29 +08:00
wemeya
a091f6f935 modify prepare-swagger.sh and configure_swagger.md 2017-06-14 17:30:53 +08:00
Wenkai Yin
539c0375a1 support pagination 2017-06-12 18:36:10 +08:00
Wenkai Yin
20cf8de0f7 Merge remote-tracking branch 'upstream/master' into 170608_project 2017-06-09 16:41:13 +08:00
Wenkai Yin
e97d7dab85 refactor GET /projects 2017-06-09 16:41:02 +08:00
Wenkai Yin
f700b1bfc6 Merge pull request #2461 from ywk253100/170607_log_api
Support query logs according to different conditions
2017-06-09 11:08:08 +08:00
Wenkai Yin
b2380818fd support query logs according to conditions 2017-06-08 14:44:08 +08:00
Daniel Jiang
2e5a4003a8 Merge pull request #2401 from wemeya/master
modify swagger.yaml
2017-06-08 11:16:52 +08:00
wemeya
1b995e1736 modify swagger.yaml 2017-06-01 15:21:40 +08:00
wemeya
4463540995 modify swagger.yaml 2017-06-01 14:22:19 +08:00
Wenkai Yin
1b83c0b076 support pagination in GET recent logs API 2017-05-26 17:51:20 +08:00
Wenkai Yin
30316a2b94 return signatures in GET tags API 2017-05-24 10:15:39 +08:00
Daniel Jiang
32102c1523 Merge pull request #2332 from vmware/release-1.1.0
merge 1.1.0 to master
2017-05-19 07:19:46 -07:00
Daniel Jiang
0b02231093 Update registry img (#2330)
* update the registry image

* update other yml files and docs to reflect image update
2017-05-19 00:19:27 -07:00
Steven Zou
a311d3d825 Change ui build image version to 1.1.2 2017-05-18 22:32:11 -07:00
timchenxiaoyu
86062d9592 docs error
fix #1347
2017-05-16 17:19:08 +08:00
root
299bf31337 Add the discription of notary in User Guide 2017-05-15 02:51:51 +00:00
Mizukoshi Masataka
39a0667fb2 modify the harbor-clarity-ui-builder's version in docs 2017-05-14 08:11:02 +00:00
Wenkai Yin
0cf2ef8a2b update 2017-05-11 17:34:08 +08:00
Wenkai Yin
06ba7e0de0 update 2017-05-11 12:34:14 +08:00
Wenkai Yin
6cf545f304 update swagger 2017-05-04 12:01:46 +08:00
Yan
4268d2a7fb Merge branch 'release-1.1.0' into release-1.1.0 2017-04-25 00:14:47 -07:00
wangyan
b061efdeb8 add 1.1.0.1 support
update 1.1.x

update 1.1.x
2017-04-24 23:49:27 -07:00
Henry Zhang
29236838c8 update installation guide 2017-04-24 15:01:19 +08:00
sigsbee
23506dc40f update user guide (#1983)
* update user guide

* update user guide

* update user guide

* update user guide

* update user guide

* fix refer

* update user guide gc

* update user guide

* update user guide

* update user guide

* update user guide
2017-04-18 17:09:45 +08:00
Steven Zou
0bec263df7 Merge pull request #2041 from steven-zou/master
update i18 development guide document
2017-04-18 15:50:13 +08:00
Steven Zou
f87e7475f4 update i18 development guide document 2017-04-18 15:26:12 +08:00
Haining Henry Zhang
d84218d7f0 Update TOC of docs (#2032)
* update change log

* update documents

* update documents

* update AUTHORS

* update README

* update harbor.cfg

* remove unused files

* updated TOC of docs

* update REAME

* update README
2017-04-18 14:16:52 +08:00
Yan
c06abe9b8a Merge pull request #2026 from wy65701436/1.1.0-document
update compile document
2017-04-17 22:16:15 -07:00
wangyan
c31ad85042 update version 2017-04-17 21:47:43 -07:00
Haining Henry Zhang
05378cbd85 Merge pull request #2031 from sigsbee/fixmarkdown
fix markdown
2017-04-17 20:33:48 +08:00
myufei
07f38025e0 fix markdown 2017-04-17 19:06:00 +08:00
wangyan
f41fcdeeb4 update compile document
update makefile

update per comments

update document
2017-04-17 04:05:33 -07:00
Tan Jiang
ce0b22633e fix port issue 2017-04-17 19:02:05 +08:00
Tan Jiang
33aca89a37 refer to lifecycle mgmt section 2017-04-17 18:23:49 +08:00
Tan Jiang
0b9008c131 update install guide to highlight the lifecycle management commands for Harbor in notary mode 2017-04-17 16:19:18 +08:00
Tan Jiang
84eed7fdaf update according to review comments 2017-04-17 12:56:49 +08:00
Tan Jiang
f8db6c6cf6 update installation guide 2017-04-14 18:10:07 +08:00
Wenkai Yin
ac77ee3bc4 modify ping targat and put target api 2017-04-10 13:45:24 +08:00
Daniel Jiang
7d6d641827 Merge branch 'master' into dev 2017-04-05 17:01:27 +08:00
wy65701436
3c44235efe move clarity to vmware namespace. 2017-04-04 20:12:00 -07:00
Tan Jiang
6e671e5cc2 minor fix to doc for setup env for using notary 2017-03-28 22:54:39 +08:00
Daniel Jiang
f749b84aff Merge pull request #1806 from wy65701436/dev
change version to gittag
2017-03-27 18:52:30 +08:00
wy65701436
4f8174a497 remove proxy from doc 2017-03-26 23:55:37 -07:00
Wenkai Yin
4cc2115a23 Merge pull request #1710 from ywk253100/170321_url
Refactor API URL.
2017-03-27 13:26:32 +08:00
Wenkai Yin
5c4808bf93 update frontend codes 2017-03-24 18:38:33 +08:00
Wenkai Yin
d83554013b Merge remote-tracking branch 'upstream/dev' into 170321_url 2017-03-24 14:56:55 +08:00
Tan Jiang
90bc280ea1 add a 4443 ssl server to nginx config 2017-03-24 13:16:48 +08:00
wy65701436
9d4b36a97c add doc for make 2017-03-23 00:20:18 -07:00
Tan Jiang
a588819ce0 add a simple guide for notary on harbor 2017-03-23 13:48:36 +08:00
Wenkai Yin
9e12274309 Merge remote-tracking branch 'upstream/dev' into 170321_url
Conflicts:
	src/ui/router.go
2017-03-23 11:19:34 +08:00
Wenkai Yin
b461ba54a8 refactor api. 2017-03-22 14:30:49 +08:00
wy65701436
8268cf66bd update swagger 2017-03-21 18:56:42 -07:00
Daniel Jiang
eda9aa189e Merge pull request #1634 from reasonerjt/more-systeminfo
return ca root cert status in systeminfo
2017-03-20 10:41:24 +08:00
Yan
92d9f8516f Merge pull request #1626 from ywk253100/170315_registry_upgrade
Upgrade registry to 2.6.0
2017-03-17 18:25:22 +08:00
Tan Jiang
5e229f7d96 systeminfo returns flag for ca root 2017-03-17 14:06:33 +08:00
Wenkai Yin
9d8366d89e Merge remote-tracking branch 'upstream/dev' into 170315_ping_email
Conflicts:
	src/ui/api/harborapi_test.go
2017-03-16 15:54:15 +08:00
Wenkai Yin
c5917eddf3 modify swagger 2017-03-16 15:19:47 +08:00
Wenkai Yin
108aa21499 upgrade registry to 2.6.0 2017-03-16 13:44:16 +08:00
Wenkai Yin
b25f5f9692 ping email server API enhancement 2017-03-16 11:52:12 +08:00
Wenkai Yin
c3626edd42 reset config 2017-03-16 11:27:45 +08:00
Daniel Jiang
58a05c0aaf Merge pull request #1563 from ywk253100/170310_top_repo
Refactor getting top repo API to return more info
2017-03-13 10:45:36 +08:00
Tan Jiang
ef906c96d0 provide systeminfo API for UI 2017-03-10 18:53:11 +08:00
Wenkai Yin
62963eb3a8 update swagger 2017-03-10 15:31:05 +08:00
Wenkai Yin
3cb53011eb refactor get tags API to return more info 2017-03-09 17:30:00 +08:00
Tan Jiang
42bc430cfd update swagger, fix minor issues in test 2017-03-08 13:57:34 +08:00
Wenkai Yin
f7fe063436 fix conflict 2017-03-08 10:57:17 +08:00
Wenkai Yin
b4f8fdf563 fix bug in swagger 2017-03-07 20:34:43 +08:00
Daniel Jiang
c1d9d68232 Merge pull request #1518 from ywk253100/170306_search
Refactor search API to return more info
2017-03-07 13:12:53 +08:00
Wenkai Yin
dfae869dce add test cases 2017-03-06 18:03:31 +08:00
Wenkai Yin
d6a6f67596 refactor search API to return more info 2017-03-06 17:47:05 +08:00
yhua
c48d908515 add new ldap auth and import user feature 2017-02-27 15:13:49 +08:00
Wenkai Yin
414e8a8bcf Merge remote-tracking branch 'upstream/dev' into 170224_merge_config
Conflicts:
	make/docker-compose.tpl
	src/ui/service/token/authutils.go
2017-02-24 13:52:19 +08:00
kun wang
09833b2fc4 Merge pull request #1261 from guiguan/patch-1
LGTM
2017-02-15 12:08:14 +08:00
Wenkai Yin
6dc6b4fa79 update Makefile 2017-02-10 17:03:21 +08:00
Wenkai Yin
1fbb28ad8c update 2017-02-09 15:25:52 +08:00
Tan Jiang
27802f7620 Merge branch 'master' into dev 2017-01-24 12:16:53 +08:00
Henry Zhang
63d2aa9321 update document README 2017-01-23 22:08:41 +08:00
Henry Zhang
67cf2df307 update migration guide 2017-01-23 21:24:25 +08:00
Henry Zhang
d0648efbb9 update migration guide 2017-01-23 21:17:06 +08:00
Haining Henry Zhang
e05a125b64 Merge pull request #1287 from vmware/yhua123-patch-1
Update migration_guide.md
2017-01-23 21:03:48 +08:00
yhua
c7a05e0571 fix typo 2017-01-20 16:25:03 +08:00
yhua
e21787e68a update swagger.yaml 2017-01-20 16:15:56 +08:00
Wenkai Yin
deab033c8b update downloading images part of doc (#1311)
LGTM
2017-01-20 15:24:17 +08:00
Kira
00259567a8 update kubernetes deployment 2017-01-16 12:06:35 +08:00
yhua
7fbe811394 add ldap ping feature 2017-01-11 15:08:41 +08:00
yhua123
789797f400 Update migration_guide.md 2017-01-04 18:45:26 +08:00
yhua
4c213a8717 remove openldap lib from Dockerfile and support build with offcial golang image(1.7.3) 2017-01-04 17:48:20 +08:00
Guan Gui
9ca7d3014f Added escape for angle brackets in email_from
This solved the "[ERROR] [password.go:83]: Send email failed: 555 5.5.2 Syntax error. b192sm9510409pga.30 - gsmtp" error.
2016-12-21 16:31:52 +11:00
Wenkai Yin
111638ae8e Merge pull request #1249 from yhua123/dev-update-registry
update registry from 2.5.0 to 2.5.1
2016-12-16 18:03:53 +08:00
Wenkai Yin
3717b37dca Merge pull request #1251 from yhua123/dev-update-golang
upgrade golang baseimage from 1.6.2 to 1.7.3
2016-12-16 17:27:24 +08:00
yhua
0249f2181a update registry from 2.5.0 to 2.5.1 2016-12-15 16:50:50 +08:00
yhua
10306e784b upgrade golang baseimage from 1.6.2 to 1.7.3 2016-12-15 13:16:14 +08:00
yhua123
0d09379fb7 Merge branch 'dev' into dev 2016-12-12 15:11:00 +08:00
Tan Jiang
ee4cfa68d8 Merge branch 'master' into dev 2016-12-12 14:39:45 +08:00
yhua
90be98bc5d add 'data_volume' in harbor.cfg 2016-12-12 14:35:28 +08:00
Wenkai Yin
62c1c2d50b update docs 2016-12-08 21:37:09 +08:00
yhua123
ead0985d20 Merge pull request #1146 from wknet123/dev-update-swagger
Updates Swagger YAML for new added API.
NMT
2016-12-08 15:44:39 +08:00
Henry Zhang
588cc375a5 update docs 2016-12-06 01:01:03 +08:00
Henry Zhang
8359c91e66 update docs 2016-12-06 00:41:05 +08:00
Daniel Jiang
8333e54d75 Merge pull request #1210 from ywk253100/161204_ova_install_guide
Move self-registrition option to authentication group in installation guide
2016-12-05 17:14:53 +08:00
Wenkai Yin
d808c402d2 move self-registrition option to authentication group in installation guide 2016-12-04 21:54:33 +08:00
Wenkai Yin
ad4560b50f user guide for ova 2016-12-02 17:47:41 +08:00
Wenkai Yin
871c18df46 Merge pull request #1177 from ywk253100/161118_lvm
lvm guide
2016-11-28 14:54:04 +08:00
Wenkai Yin
988ad4608b lvm guide 2016-11-28 14:36:03 +08:00
Wenkai Yin
e5b2995b1e log collection doc 2016-11-28 14:06:14 +08:00
Henry Zhang
f4017bdd5a update ova installation guide 2016-11-24 22:47:33 +08:00
Henry Zhang
814e89cadb update ova installation guide 2016-11-24 22:39:01 +08:00
Henry Zhang
0c62b50606 update installation guide 2016-11-23 23:35:57 +08:00
Henry Zhang
ee7ad59143 update installation guide 2016-11-23 23:33:33 +08:00
Henry Zhang
810db2415f update ova installation guide 2016-11-23 23:26:57 +08:00
Henry Zhang
d435a41006 install guide ova 2016-11-22 21:59:46 +08:00
Henry Zhang
01004a8427 update install guide ova 2016-11-22 21:48:16 +08:00
Henry Zhang
9fa6842f83 install guide ova 2016-11-22 21:15:06 +08:00
kunw
e3f5e9e501 Updates Swagger YAML for new added API. 2016-11-22 19:19:17 +08:00
Henry Zhang
093747cd2c udpate installation guide OVA 2016-11-22 18:12:11 +08:00
Daniel Jiang
2119034c5c Merge pull request #1123 from ywk253100/161118_ova_guide
Update ova guide
2016-11-21 16:44:30 +08:00
kun wang
4671f4a02f Merge pull request #1124 from yhua123/dev
LGTM
2016-11-21 15:18:11 +08:00
yhua
a0fc5a132e add api/users/current to swagger.yaml 2016-11-18 17:10:53 +08:00
Wenkai Yin
3c99b366b5 update ova guide 2016-11-18 17:07:23 +08:00
Tan Jiang
00c41c5860 Merge branch 'master' into dev 2016-11-16 22:01:59 +08:00
yhua123
48ef9bed30 Update configure_https.md
remove update openssl.cnf part
2016-11-15 15:11:07 +08:00
yhua123
34d5884647 Update configure_https.md
remove serial part in demoCA directory(1)
2016-11-15 14:08:08 +08:00
yhua123
374f817924 Update configure_https.md
remove serial part in demoCA directory
2016-11-15 14:05:42 +08:00
yhua123
284219efc0 Merge pull request #1029 from xuxinkun/master
fix responses for /repositories/tags.
LGTM
2016-11-14 11:38:25 +08:00
Daniel Jiang
3008dc0749 Merge pull request #1057 from hainingzhang/master
update install and user guide
2016-11-14 11:34:57 +08:00
yhua
e55aa47641 modify openssl ca to openssl x509 for certificate format 2016-11-11 18:43:47 +08:00
Tan Jiang
977c5a80a0 Merge branch 'master' into dev 2016-11-11 15:21:02 +08:00
Henry Zhang
2b0cf6a5e0 update install and user guide 2016-11-10 17:19:35 +08:00
Henry Zhang
b9b4274e9e build guide 2016-11-10 16:22:08 +08:00
Henry Zhang
321c850d48 build guide 2016-11-10 16:16:36 +08:00
Henry Zhang
c22e78c54f build guide 2016-11-10 16:10:39 +08:00
Daniel Jiang
2d348cca6a Merge pull request #1050 from senk/fix-docs
Fix filepath to app.conf
2016-11-10 16:07:12 +08:00
Daniel Jiang
812f5f8cf0 Merge pull request #1032 from reasonerjt/update-https-doc
update configure https guide
2016-11-10 15:16:33 +08:00
Tan Jiang
fcf292d948 update the doc 2016-11-10 14:49:08 +08:00
Robin Naundorf
c9601ef169
Fix filepath to app.conf 2016-11-09 13:34:01 +01:00
Henry Zhang
acd48d7211 update typos 2016-11-09 17:24:54 +08:00
Haining Henry Zhang
e37389a75a Merge pull request #1035 from hainingzhang/master
update docs and test cases
2016-11-07 22:34:11 +08:00
Henry Zhang
876712a5ca user guide 2016-11-07 21:58:17 +08:00
Henry Zhang
6d237bf69d user guide 2016-11-07 21:53:46 +08:00
Brian Christner
bb12288776
fixed some spelling/grammer in the README and install guide 2016-11-07 14:10:49 +01:00
Tan Jiang
da3862aa1f update db migration guide to use image on docker hub 2016-11-07 20:13:20 +08:00
Tan Jiang
bb7ed3db7c update configure https guide 2016-11-07 18:38:19 +08:00
xuxinkun
758d063514 fix responses for /repositories/tags.
Signed-off-by: xuxinkun <xuxinkun@gmail.com>
2016-11-07 17:29:01 +08:00
Daniel Jiang
eb44e889c3 Merge pull request #1008 from yhua123/dev
Dev
2016-11-07 11:33:21 +08:00
yhua
158550a02a change some describe in docs/compile_guide.md and fix one makefile issue 2016-11-04 15:25:06 +08:00
yhua
102bb888be update docs/compile_guide.md 2016-11-03 17:50:40 +08:00
Henry Zhang
a011c84e19 install ova 2016-11-03 17:44:14 +08:00
yhua
07b9e5e326 modify the directory of dev docker-compose.yml 2016-11-03 15:21:58 +08:00
Henry Zhang
c18b276d07 installation guide for ova 2016-11-02 21:18:29 +08:00
Henry Zhang
a811a53d3a installation guide 2016-11-02 20:58:48 +08:00
yhua
88b122a777 add document for make process and build local golang image into Makefile 2016-11-02 17:29:12 +08:00
Daniel Jiang
bc63c46b2d Merge pull request #996 from ywk253100/161102_nginx_upgrade
Upgrade nginx to 1.11.5
2016-11-02 17:14:22 +08:00
Wenkai Yin
4fcfffeb47 upgrade nginx to 1.11.5 2016-11-02 15:49:28 +08:00
Henry Zhang
1cb7b1a54b update docs 2016-11-01 23:50:59 +08:00
Henry Zhang
e366c31d83 update docs 2016-11-01 23:45:47 +08:00
Henry Zhang
3ed8225935 update docs 2016-11-01 23:09:25 +08:00
Henry Zhang
67f27fae00 update docs 2016-11-01 23:03:39 +08:00
Henry Zhang
136e0bbda3 update docs 2016-11-01 22:52:34 +08:00
Wenkai Yin
52edcd8f23 1.add self_registration attr 2.update docs 2016-10-31 13:46:00 +08:00
Haining Henry Zhang
7a66c2cf6e Merge pull request #917 from ywk253100/161021_ova_md
OVA installation guide
2016-10-31 00:17:26 +08:00
Daniel Jiang
ee9f09bd17 Merge pull request #957 from ywk253100/161027_fix_826
Fix #826
2016-10-28 12:44:48 +08:00
Daniel Jiang
45b32934fc Merge pull request #967 from ywk253100/161028_fix_964
Fix #964
2016-10-28 12:44:34 +08:00
Wenkai Yin
f87e609aeb fix #964 2016-10-28 12:22:27 +08:00
Wenkai Yin
231690281b fix #826 2016-10-27 15:04:03 +08:00
Daniel Jiang
2ee780a0e9 Merge pull request #951 from yhua123/dev
Update migration_guide.md
2016-10-27 14:52:29 +08:00
yhua123
d3d0d14d6e Update migration_guide.md
update for new code structure
2016-10-26 18:18:43 +08:00
supereagle
714543238d remove useless doc 2016-10-26 14:34:38 +08:00
Wenkai Yin
dd70dc89d3 ova installation guide 2016-10-24 11:29:39 +08:00
yhua
311cf8da07 change code 20161019 2016-10-21 18:39:10 +08:00
Daniel Jiang
5dafb3d684 Merge pull request #760 from wy65701436/dev
update API doc for sync registry.
2016-10-17 15:47:31 +08:00
André Cruz
bf3f408b4a Fix typos. 2016-09-30 10:24:24 +01:00
Henry Zhang
72f5f09df2 update installation guide 2016-09-22 23:57:14 +08:00
Henry Zhang
dbadce575e update installation guide 2016-09-22 23:54:12 +08:00
Henry Zhang
2136f1ad5a Merge remote-tracking branch 'hupstream/dev' into dev 2016-09-22 23:31:49 +08:00
Henry Zhang
d52cbc6cb6 update installation guide 2016-09-22 23:30:51 +08:00
yhua123
444c650606 Merge pull request #829 from wemeya/patch-1
Update swagger.yml
2016-09-22 16:38:48 +08:00
Tan Jiang
696f8994b4 use relative path 2016-09-22 15:13:57 +08:00
wemeya
a75165adc5 Update swagger.yml 2016-09-22 13:20:10 +08:00
zgdxiaoxiao
bfb5db7c97 swagger bugfix 2016-09-21 10:43:04 +08:00
Daniel Jiang
42d0f968d3 Merge pull request #819 from ywk253100/fix_for_#761
Fix #761
2016-09-20 12:46:17 +08:00
Wenkai Yin
2a2a9feee2 fix #761 2016-09-19 17:58:29 +08:00
Tan Jiang
cd3c3ede3b sync master to dev, and remove version info from environ vars 2016-09-19 16:18:50 +08:00
Henry Zhang
44aaba64ce update docs 2016-09-16 22:04:36 +08:00
Henry Zhang
2fc07a04c6 README 2016-09-13 18:21:21 +08:00
vmware
ad78449266 update ldap configuration 2016-09-09 17:28:18 +08:00
yhua123
0fc7363a4c update images in docs (#772) 2016-09-07 14:09:45 +08:00
wy65701436
052d44a218 update API doc for sync registry. 2016-09-04 22:13:54 -07:00
zgdxiaoxiao
198149599d update api test and swagger.yaml(updated) 2016-09-02 16:05:55 +08:00
Wenkai Yin
531f36810c add pagination and repository details 2016-08-26 14:32:20 +08:00
Henry Zhang
85c63eb626 update README 2016-08-20 22:58:00 +08:00
Henry Zhang
14d2d7eb42 update README 2016-08-20 22:50:21 +08:00
yhua123
fbd0c03b93 Update swagger.yaml
update repo_id
2016-08-12 15:12:35 +08:00
yhua123
b8eafdc74c Update swagger.yaml
add 0.3.0 new features' API
2016-08-11 17:39:36 +08:00
Haining Henry Zhang
a3fc9de391 Merge pull request #628 from ywk253100/docs
Add guide about configuring Harbor to listen on a customized port
2016-08-08 21:23:15 +08:00
Wenkai Yin
24471c9bbb add guide about customizing port 2016-08-08 11:29:59 +08:00
Daniel Jiang
77448551ee Merge pull request #644 from wemeya/new-ui-with-sync-image
Update configure_https.md
2016-08-05 14:00:50 +08:00
wemeya
2fe1fc44bb Update configure_https.md 2016-08-04 21:13:04 +08:00
jinpengcheng
3d324a0e3b Fixed Project describe "name" field error in swagger.yaml
The "name" field of Project's properties in swagger.yaml,
but "POST" Project API use parameter "project_name".
2016-08-03 20:14:00 -07:00
Henry Zhang
fcfbf0fe89 update installation guide 2016-07-20 10:34:15 +08:00
Henry Zhang
c4cb17e379 update README 2016-07-19 19:44:52 +08:00
Henry Zhang
2ed1883972 update README 2016-07-19 19:41:13 +08:00
Henry Zhang
19c60ebadc update readme 2016-07-19 17:56:55 +08:00
yhua
b2beef9454 fix swagger.yml online check issue: op_time definition & no use definitions 'repository' 2016-07-19 15:40:35 +08:00
yhua
226b988a5b update prepare-swagger.sh for remove swagger.ymal show error 2016-07-18 18:58:20 +08:00
Daniel Jiang
cdef6cd4bb Merge pull request #545 from yhua123/patch-1
Update installation_guide.md
2016-07-15 15:00:35 +08:00
yhua123
ec27a0f820 Update installation_guide.md 2016-07-15 14:46:26 +08:00
Henry Zhang
03b1705593 update installation guide and harbor.cfg 2016-07-14 18:44:39 +08:00
yhua123
042fc87470 Update installation_guide.md
update offline package echo and add jobservice status in the document.
2016-07-14 17:16:48 +08:00
Henry Zhang
c0ab2dbdfc update readme, migration guide 2016-07-13 15:42:47 +08:00
Henry Zhang
ef77192080 update i18n guide 2016-07-12 16:31:58 +08:00
Henry Zhang
6dad7166c2 update i18n guide 2016-07-12 16:29:40 +08:00
Henry Zhang
ac99a4c28d add i18n guide 2016-07-12 16:21:22 +08:00
Henry Zhang
09e92e6533 add i18n guide 2016-07-12 16:19:17 +08:00
Haining Henry Zhang
8c02e9b744 Merge pull request #514 from wknet123/master
Add developer i18n guide.md file.
2016-07-12 15:38:30 +08:00
kunw
917b99b224 add developer i18n guide.md file. 2016-07-11 18:24:37 +08:00
Tan Jiang
cf0674eae7 update installation guide to add infor for more attributes 2016-07-11 04:03:23 +08:00
Wenkai Yin
817c26ccea update 2016-06-30 17:27:37 +08:00
Wenkai Yin
766c9a58e1 update 2016-06-30 17:23:54 +08:00
Wenkai Yin
9f7de77bae update 2016-06-29 17:56:15 +08:00
Wenkai Yin
30b423a049 update 2016-06-29 17:41:26 +08:00
Wenkai Yin
92f28babf7 update 2016-06-29 13:30:18 +08:00
Wenkai Yin
bad78b09df update 2016-06-29 12:28:24 +08:00
Wenkai Yin
76e43e430d update 2016-06-29 12:26:36 +08:00
Wenkai Yin
9862f0e303 update 2016-06-29 12:21:42 +08:00
Wenkai Yin
232c699fda update 2016-06-29 11:23:58 +08:00
Wenkai Yin
9bca4b4397 update user guide 2016-06-28 13:47:31 +08:00
Wenkai Yin
d77a78e4d1 Merge pull request #342 from wemeya/develop
change swagger.yml
2016-06-15 11:53:38 +08:00
wemeya
a2c073e8f9 change url error 2016-06-14 18:03:20 +08:00
wemeya
5205bd2367 change url for toggle project 2016-06-13 18:51:14 +08:00
Wenkai Yin
14e71f0052 Merge branch 'master' into sync_image
Conflicts:
	.travis.yml
	models/accesslog.go
	models/project.go
	models/user.go
2016-06-13 18:14:41 +08:00
wemeya
6f188e5620 modify swagger.yml 2016-06-08 17:00:25 +08:00
wemeya
97c8c785bd modify swagger.yml 2016-06-08 15:14:41 +08:00
wemeya
a481a01035 modify swagger.yml 2016-06-08 11:20:41 +08:00
wemeya
e34162bcb5 modify syntax error 2016-06-07 20:38:56 +08:00
wemeya
0147ec8d3b Merge remote-tracking branch 'upstream/job-service' into develop 2016-06-07 20:35:24 +08:00
kunw
b8201688d6 Merge branch 'api-attribute-rename' of https://github.com/vmware/harbor into api-attribute-rename 2016-06-07 11:55:14 +08:00
Henry Zhang
d2773958ac update readme 2016-06-06 12:07:30 +08:00
Tan Jiang
2a79a577e9 update swagger 2016-06-03 18:50:42 +08:00
wemeya
97b5d16e26 change dao_test file 2016-05-30 17:22:38 +08:00
wemeya
b29a41034c modify code according to review 2016-05-27 17:54:25 +08:00
wemeya
4314c244e5 add instructions for new added api 2016-05-26 16:48:49 +08:00
Henry Zhang
9f1977204b update docs 2016-05-17 22:42:22 +08:00
Henry Zhang
7a150c57c6 Merge remote-tracking branch 'hupstream/master' 2016-05-17 22:33:41 +08:00
Henry Zhang
e371b729a6 update docs 2016-05-17 22:04:16 +08:00
Henry Zhang
6b489bb689 update README and installation guide 2016-05-17 17:32:10 +08:00
kun wang
dc36ac8139 Merge pull request #241 from xiaods/master
Fix: sed compatible with mac os env
2016-05-17 16:17:36 +08:00
Deshi Xiao
6c6a694668 Fix: sed compatible with mac os env
sed -i need explicit extention on mac, but linux is optinoal.
so for developer need a compatible request on macos
2016-05-17 14:21:23 +08:00
int32bit
bbb400ed50 Resolve the merge conflict 2016-05-17 12:01:47 +08:00
Daniel Jiang
e79c1ac804 Merge pull request #213 from dieswaytoofast/master
Cleanup some of the documentation
2016-05-17 11:19:22 +08:00
int32bit
36f17ef1e1 Configure Harbor to support multiple storage backend 2016-05-17 09:24:21 +08:00
int32bit
5e3d3afb11 Configure Harbor as a mirror registry 2016-05-16 18:13:28 +08:00
Wenkai Yin
43fb697484 fix error in swagger.yaml 2016-05-12 13:58:07 +08:00