Commit Graph

23 Commits

Author SHA1 Message Date
Wenkai Yin
3b827e36f5 support pagination for listing repositories, jobs and access logs
update
2016-08-01 17:54:12 +08:00
yhua
d746bfc9f2 add *_empty_test.go for actual go test coverage 2016-07-29 18:39:29 +08:00
Tan Jiang
05069eeed1 clean up code, update API url of job service 2016-05-30 14:44:03 +08:00
Tan Jiang
86112c942b enable secret validation on UI and let job service use this secret to communicate with uI 2016-05-25 15:24:44 +08:00
Wenkai Yin
bf53ca9a47 handler from=repo 2016-04-29 16:59:54 +08:00
Wenkai Yin
994b4e290b registry v2 API util 2016-04-27 17:59:43 +08:00
Wenkai Yin
4dc81927d3 remove useless code 2016-04-17 22:39:10 +08:00
Wenkai Yin
85869f1b81 repo tag delete 2016-04-15 13:17:32 +08:00
Tan Jiang
3a3262d1e1 fix error in go vet 2016-04-05 20:04:29 +08:00
Tan Jiang
0532735d21 handle the case when docker request token for multiple scopes 2016-04-05 19:48:13 +08:00
Ben Ji
0d7f109e42 Fix bug: Failed to get repository tags
Listing repository tags will fail if the repository name contains string
'service'

Fixed in registryutils.go. Use regrexp instead of splitting strings by
'service'.
2016-03-31 10:20:13 +08:00
Tan Jiang
93803ac3aa fix potential index out of range error 2016-03-29 19:37:04 +08:00
Jack Liu
cea9cca52a Update to use placeholder 2016-03-27 00:18:11 +08:00
Jack Liu
aa9fa581ec fix bugs 2016-03-25 09:31:50 +08:00
Jack Liu
44b27e71c2 update log functions in service 2016-03-25 09:08:44 +08:00
Tan Jiang
a462f118f1 update file names, remove tests folder 2016-02-29 10:50:47 +08:00
Tan Jiang
2cabd9c187 fix package comment issue 2016-02-26 18:54:14 +08:00
Tan Jiang
4a24d642b7 add comments to pass golint 2016-02-26 18:35:55 +08:00
yinw
1b6ecdb9a9 golint refactor for controller and service 2016-02-25 14:00:29 +08:00
Tan Jiang
ecedb882a1 replace status codes with constants in net/http 2016-02-24 14:31:52 +08:00
Tan Jiang
b801393c74 Merge branch 'master' of github.com:vmware/harbor 2016-02-22 10:00:42 +08:00
Tan Jiang
90aef78b1b refinement 2016-02-17 14:29:05 +08:00
Tan Jiang
f859348ac6 Initial commit 2016-02-01 19:59:10 +08:00