Commit Graph

148 Commits

Author SHA1 Message Date
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
Wenkai Yin e495357d98 implement the default project metadata manager 2017-09-28 16:17:51 +08:00
Yan b0adf7e8d4 fix upgrade issue (#3171)
update

update

update
2017-09-07 22:50:38 +08:00
Yan c54f55bdff update migrator (#2988)
update

update
2017-08-22 15:47:53 +08:00
wangyan 0ae6becabc update db scheme
update

update
2017-08-17 16:41:20 +08:00
wangyan 77fa363992 add ignore ssl 2017-07-31 17:29:19 +08:00
wangyan ebda8363f2 update import to load token from file
update
2017-07-26 01:28:05 -07:00
Yan fd473cbaa0 update DB Migrator according latest change. (#2763)
* update DB Migrator according latest change.

update format

update

add import

update

return the rc from container

update

update to false

* add user_id
2017-07-24 19:48:12 -07:00
wangyan bdf4641c43 update user realname
update
2017-07-05 03:43:21 -07:00
Yan d849c36e3f Merge pull request #2570 from samifruit514/master
Allow 255 chars for Realname
2017-07-05 03:17:57 -07:00
wangyan c986c33a6c 1.2.0 DB migration
update

update
2017-06-30 03:01:56 -07:00
Archambault, Samuel 18cea61121 Allow 255 chars for Realname 2017-06-19 13:54:21 -04:00
Wenkai Yin 1e28f01365 delete foreign key 2017-05-10 18:28:19 +08:00
Wenkai Yin 3be9cca0f5 delete column user_id from table accesslog 2017-05-03 14:18:07 +08:00
Wenkai Yin 4f9d9ed5d8 delete owner_id column from table repository 2017-05-02 14:57:07 +08: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
wy65701436 9913f84269 add copy right script 2017-03-30 01:22:17 -07:00
wy65701436 b7340ebbce add ove upgrade script 2017-03-27 03:57:01 -07: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
Wenkai Yin ad4da5f043 fix cerrificate bundle issue. (#1266)
LGTM
2016-12-26 15:49:53 +08:00
yhua 10306e784b upgrade golang baseimage from 1.6.2 to 1.7.3 2016-12-15 13:16:14 +08:00
Wenkai Yin bad8835c79 fix exposure issue when collecting logs 2016-12-06 14:54:49 +08:00
Wenkai Yin 65a2c87a7c fixes: root password contains special characters 2016-12-05 12:16:27 +08:00
Wenkai Yin 01dc77b606 escape special characters used in sed 2016-12-04 16:35:47 +08:00
Wenkai Yin f4e0d3c774 remove the workaround of DNS issue 2016-12-02 14:29:52 +08:00
Wenkai Yin 3e35597dd0 push photon to project library 2016-11-29 17:17:01 +08:00
Wenkai Yin 4149e74b00 ova dns 2016-11-29 13:17:56 +08:00
Daniel Jiang fddb325e16 Merge pull request #1164 from ywk253100/161125_iptable
Fix iptable modification conflict
2016-11-28 00:05:14 +08:00
Wenkai Yin 1559d927a4 fix iptable modification conflict 2016-11-25 14:03:44 +08:00
Wenkai Yin 0b3938b411 workaround for dns and hostname issue 2016-11-23 19:59:53 +08:00
Wenkai Yin a02f8f5740 1. copy ca to download directory if nedded 2.add IP to san 3.ignore harbor admin password and database password in subsequent boot 2016-11-18 14:13:00 +08:00
Wenkai Yin 74e2984f9c modify msg of certificate 2016-11-17 18:39:17 +08:00
Wenkai Yin ce56ff2fae generate self-signed certificate 2016-11-16 21:42:31 +08:00
Wenkai Yin 1dfd130c31 fixes #995, fixes #1047 2016-11-11 18:26:09 +08:00
Wenkai Yin 94e3f1b9ae fixes #1045 2016-11-10 16:22:26 +08:00
Wenkai Yin 5d183da0f9 fixes #1002 2016-11-09 18:12:00 +08:00
Daniel Jiang 8e0d1748a2 Merge pull request #1030 from ywk253100/161104_ova
OVA
2016-11-08 16:52:59 +08:00
Wenkai Yin 80da0ffea8 1.Add script to collect logs and configurations 2.Add OVA option to enable/disable root login 2016-11-07 17:40:41 +08:00
Daniel Jiang 333c616285 Merge pull request #1024 from reasonerjt/migration_rework
migration-tool rework
2016-11-07 13:12:54 +08:00
Tan Jiang c26279d3b9 remove useless log 2016-11-07 11:51:19 +08:00
Daniel Jiang eb44e889c3 Merge pull request #1008 from yhua123/dev
Dev
2016-11-07 11:33:21 +08:00
yhua 0bcd770a03 delete delete unused lines 2016-11-03 16:50:37 +08:00
yhua 88b122a777 add document for make process and build local golang image into Makefile 2016-11-02 17:29:12 +08:00
Wenkai Yin 52edcd8f23 1.add self_registration attr 2.update docs 2016-10-31 13:46:00 +08:00
Tan Jiang 004ed536cb migration-tool rework 2016-10-27 15:01:46 +08:00
Wenkai Yin 8af0bd6d38 ova installation scripts 2016-10-27 11:56:09 +08:00
yhua 311cf8da07 change code 20161019 2016-10-21 18:39:10 +08:00