991 Commits

Author SHA1 Message Date
Stuart Clements
56c119b17a Fleshing out working with projects 2019-11-01 14:15:48 +01:00
Stuart Clements
d9a8fa1275 Fix formatting 2019-11-01 11:47:00 +01:00
Stuart Clements
da16f76ef3 Fix link 2019-11-01 11:45:46 +01:00
Stuart Clements
0dd5357c3c Removing old README 2019-11-01 11:44:42 +01:00
Stuart Clements
90fe098568 Added TS link 2019-11-01 11:43:40 +01:00
Stuart Clements
36eaabde16 Added What to Do Next links in installation section 2019-11-01 11:40:53 +01:00
Stuart Clements
c0e6f8a5c5 Updated demo topic 2019-11-01 11:31:31 +01:00
Stuart Clements
3facec2f03 Updating demo server topic 2019-10-31 15:04:33 +01:00
Stuart Clements
b14a89d5b9 Copying install and config rewrites into the right sections 2019-10-31 12:36:49 +01:00
Daniel Jiang
a5ab767270
Merge pull request #9395 from stuclem/another-typo
Fixed typo per pr 7631
2019-10-31 17:49:56 +08:00
Daniel Jiang
a3e08f4f15
Merge pull request #9644 from stuclem/https-fix
Clarified that HTTP is still the default in 1.9.x
2019-10-31 17:40:38 +08:00
Steven Zou
86312d722e
Merge pull request #9648 from steven-zou/fix/issue_#9605
create API folder to keep API swagger files
2019-10-30 22:45:34 +08:00
Steven Zou
7b6e83090e create API folder to keep API swagger files
- create API folder
- move harbor API swagger file to API/harbor
- add scanner adapter open API swagger file to API/scanner
- update protal build Dockerfile
- update swagger explorer build command in Makefile

Signed-off-by: Steven Zou <szou@vmware.com>
2019-10-30 21:41:03 +08:00
Michael Michael
7948905a14
Update permissions.md 2019-10-29 18:23:12 -05:00
Stuart Clements
5b8c29a8f1 Clarified that HTTP is still the default in 1.9.x 2019-10-29 10:10:55 +01:00
Daniel Jiang
2ac9448bda
Merge pull request #9508 from stuclem/https-install
Reinforcing instruction to use HTTPS over HTTP
2019-10-28 21:30:34 +08:00
Steven Zou
3fbf47b330
Merge pull request #9534 from zhill/add_anchore_adopter
Adds Anchore logo in ADOPTERS.md
2019-10-23 20:49:39 +08:00
Stuart Clements
b77fd20865
Merge branch 'master' into https-install 2019-10-23 12:08:19 +02:00
He Weiwei
bafbb05311 docs(https): update configure_https.md
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-10-23 08:56:28 +00:00
Michael Michael
5fe28c5907
Merge pull request #9513 from goharbor/michmike-patch-6
Update installation_guide.md
2019-10-22 11:17:12 -07:00
Stuart Clements
43533a4a71 Tweaking the HTTP/HTTPS story 2019-10-22 17:20:22 +02:00
Stuart Clements
f68d4d9955 Moved Configure HTTPS above the installation topic 2019-10-22 17:03:48 +02:00
Stuart Clements
669a519e8e Final typos 2019-10-22 16:27:22 +02:00
Stuart Clements
1ed9c9ba03 Capitalization 2019-10-22 16:19:43 +02:00
Stuart Clements
639572c2bf More general rewrites 2019-10-22 16:17:39 +02:00
Stuart Clements
139c2d7aa4 Reordered params and added some missing ones 2019-10-22 12:03:02 +02:00
stonezdj(Daojun Zhang)
4dcd323b4a
Merge pull request #9475 from wy65701436/immu-delete-repo
add immutable match in the repository/tag delete api
2019-10-22 17:28:15 +08:00
Stuart Clements
1159a27851 Comment from Alex about notary 2019-10-22 10:29:25 +02:00
Michael Michael
180dc475ec
Merge pull request #9510 from kacole2/docs_registry-landscape-update
Update the Registry Landscape
2019-10-21 22:35:32 -05:00
Kendrick Coleman
87548c0ecb
Update the Registry Landscape
Updated registry landscape with more features and added GitLab as a column.

Signed-off-by: Kendrick Coleman <kendrickc@vmware.com>
2019-10-21 19:23:52 -04:00
Michael Michael
2bf77fc599
Update installation_guide.md 2019-10-21 15:37:19 -07:00
Stuart Clements
6ba928ef9d Rewriting the optional options 2019-10-21 20:17:11 +02:00
Stuart Clements
b1fc34b251 Minor formatting 2019-10-21 19:35:57 +02:00
Stuart Clements
eb213c149c General rewrites 2019-10-21 19:27:28 +02:00
Stuart Clements
6f10ac9c78 Converted optional params into a table 2019-10-21 17:50:40 +02:00
Stuart Clements
6a7ae42c09 Reordered table 2019-10-21 17:03:22 +02:00
Stuart Clements
cc988d692d Converting parameter list to table 2019-10-21 16:45:08 +02:00
Stuart Clements
f5007cd556 Typo and moved the http blurb 2019-10-21 14:40:43 +02:00
Stuart Clements
46d8214bfa Reinforcing instruction to use HTTPS over HTTP 2019-10-21 14:33:06 +02:00
Stuart Clements
b3938e7fa0 Splitting system and project cve lists 2019-10-21 12:55:44 +02:00
Daniel Jiang
dbe6ebceec Bump up golang to 1.12.12
Bump up the golang for compiling the binaries to 1.12.12
This commit also includes some minor changes to Makefile to fix issue in
building the binary files.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2019-10-21 15:55:58 +08:00
wang yan
424f11e697 add immutable match in the repository/tag delete api
Signed-off-by: wang yan <wangyan@vmware.com>
2019-10-21 15:53:24 +08:00
He Weiwei
bf6a14c9ad
feat(role): introduce a limited guest role (#9403)
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-10-20 14:21:28 +08:00
Steven Zou
62451a57d9
add missing component in the harbor arch diagram
- no code contained
- for 1.10
2019-10-19 10:09:51 +08:00
Zach Hill
4f4326b3d6 Adds Anchore logo in ADOPTERS.md
Signed-off-by: Zach Hill <zach@anchore.com>
2019-10-18 10:05:21 -07:00
Stuart Clements
d6c7fc185d Adding CVE whitelists 2019-10-18 15:42:48 +02:00
Stuart Clements
4738d94c54 Fixed image paths 2019-10-18 15:30:53 +02:00
Stuart Clements
e041f16662 More reorg 2019-10-18 15:20:54 +02:00
Steven Zou
4a59c9acfa
update the architecture diagram of Harbor -1.10
no code contained
2019-10-18 19:57:36 +08:00
Steven Zou
76a2a9864c
upload the diagram of the Harbor architecture
No code contained
2019-10-18 17:50:50 +08:00