harbor/make
wangyan 22411cf6b2 Fix pgsql creation column bug
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
2018-07-30 04:58:44 -07:00
..
common/templates Enable configuring the interval of clair updaters 2018-07-26 16:27:23 +08:00
dev Add the registry controller httpserver, it's responsible for controlling (#5265) 2018-07-16 16:50:28 +08:00
ha Update HA tempalte 2018-04-13 11:12:48 +08:00
kubernetes Replace Nginx-Proxy with Ingress 2017-11-27 09:25:24 +08:00
migrations/postgresql Fix pgsql creation column bug 2018-07-30 04:58:44 -07:00
photon Merge pull request #5314 from steven-zou/chart_repo_supporting 2018-07-20 20:43:55 +08:00
checkenv.sh update for fix #925 2016-10-24 16:51:42 +08:00
docker-compose.chartmuseum.tpl Keep the chart server related configurations in adminserver 2018-07-20 19:40:33 +08:00
docker-compose.clair.tpl Restrict the CPU usage of Clair (#5217) 2018-07-03 11:23:56 +08:00
docker-compose.notary.tpl Fully migrate harbor db to postgresql (#4689) 2018-04-27 02:27:12 -07:00
docker-compose.tpl Add the registry controller httpserver, it's responsible for controlling (#5265) 2018-07-16 16:50:28 +08:00
harbor.cfg Enable cfg migrator to 1.6.0 2018-07-27 17:11:45 +08:00
install.sh Update the related build scripts to package the chart repo server 2018-07-19 16:47:05 +08:00
prepare Enable configuring the interval of clair updaters 2018-07-26 16:27:23 +08:00
pushimage.sh use $REGISTRY instead of $4 (#3103) 2017-08-22 18:24:34 +08:00