Commit Graph
215 Commits
Author SHA1 Message Date
Daniel JiangandGitHub 361f6bd393 Merge pull request #679 from ywk253100/master_d
bug fix: check whether project is nil befere reading its properties
2016-08-12 14:39:27 +08:00
Daniel Jiang 71716ef06d fixes #658 2016-08-11 21:38:15 +08:00
Wenkai Yin 98e399c8fe bug fix: check whether project is nil befere reading its properties 2016-08-11 14:11:45 +08:00
Wenkai Yin 5079a8d20c sys admin can not delete himself 2016-08-08 12:42:30 +08:00
Wenkai Yin 82af69d9f6 fix #591 2016-07-31 20:21:19 +08:00
Daniel JiangandGitHub cf23b067a6 Merge pull request #565 from reasonerjt/master
handle DB error to return 409 when creating project
2016-07-19 15:14:08 +08:00
Tan Jiang 236a54f9bd handle DB error to return 409 when creating project 2016-07-19 13:35:39 +08:00
Wenkai Yin befc22f3f7 fix #561 2016-07-18 20:37:52 +08:00
Wenkai Yin 3d558b54b4 close connection immediately when it is not used anymore 2016-07-14 18:15:24 +08:00
Wenkai YinandGitHub 5011e2de20 Merge pull request #534 from ywk253100/bug_fix
fix #520 #521 #522
2016-07-13 18:11:31 +08:00
Wenkai Yin f685702475 do not trigger replication if the policy is disabled 2016-07-13 17:19:23 +08:00
Wenkai Yin 67a8c8631a fix #520 #521 #522 2016-07-13 15:51:57 +08:00
Wenkai Yin 37fc63aacc add parameter 'num' to list jobs 2016-07-06 14:12:16 +08:00
Wenkai Yin 2dab2137db add auth check as registry does not distinguish 401 and 403 2016-07-05 12:05:01 +08:00
Daniel JiangandGitHub 34a93348a7 Merge pull request #446 from ywk253100/insecure_env
pass insecure env to ui
2016-06-29 19:39:08 +08:00
Wenkai Yin 92193f3456 update 2016-06-29 18:52:24 +08:00
Daniel JiangandGitHub fa7e3b4666 Merge pull request #445 from ywk253100/filter_job_by_time
filter jobs by time
2016-06-29 18:46:50 +08:00
Wenkai Yin 5f75156e1d pass golint 2016-06-29 18:20:53 +08:00
Wenkai Yin d7f78502d7 pass govet 2016-06-29 18:14:50 +08:00
Wenkai Yin f31d469758 pass insecure env to ui 2016-06-29 18:09:47 +08:00
Wenkai Yin 2f9ace7eeb update 2016-06-29 17:52:35 +08:00
Wenkai Yin 23b026655c handle repository deletion event in API 2016-06-29 17:10:17 +08:00
Wenkai Yin 60e15cc1fa filter jobs by time 2016-06-29 16:58:16 +08:00
Wenkai Yin a2b6355fb5 audit deleting repository 2016-06-28 17:33:39 +08:00
Wenkai Yin 1c8cdb8a6b 1.order jobs by create time desc 2.open job log in browser 3.update start time of policy when the policy is enabled 4.do not push manifest if it already exists 2016-06-28 11:06:56 +08:00
Wenkai Yin 10adb7567f filter jobs by status 2016-06-27 16:24:04 +08:00
Wenkai Yin 1c2babda0a move ProjectSorter to package model to avoid package import cycle 2016-06-27 14:46:06 +08:00
wemeya 8af26bb951 add regular expression to check project name 2016-06-24 16:52:08 +08:00
wemeya f037b23fb8 modify code for test 2016-06-23 18:15:58 +08:00
Wenkai Yin 61a888926e Merge remote-tracking branch 'upstream/new-ui-with-sync-image' into bug_fix_for_access_log
Conflicts:
	api/target.go
2016-06-23 11:17:09 +08:00
Daniel JiangandGitHub 9e8256c2d8 Merge pull request #393 from reasonerjt/job-service
propagate more env vars
2016-06-23 11:07:46 +08:00
Tan Jiang 26124d366f propagate more env vars 2016-06-22 18:41:56 +08:00
Wenkai Yin 2da237f8bb bug fix: fixed policy can not be updated 2016-06-22 18:11:47 +08:00
Wenkai Yin b985c5bed4 1.only target of disabled policy can be modified 2.duplicated policy can not be created 2016-06-22 14:19:19 +08:00
Wenkai Yin 7862bd8033 insecure config 2016-06-22 12:03:50 +08:00
Wenkai Yin c1a8846a68 1. modify registry client 2. add https support 2016-06-21 16:39:03 +08:00
Wenkai Yin ba08c24369 bug fix: there's access log generated each time when view the manifest of a repository. 2016-06-20 22:55:36 +08:00
kunw d9825763cf update for user settings and listing project role. 2016-06-17 15:22:58 +08:00
Wenkai Yin dbc84dc99b pass golint 2016-06-17 11:44:40 +08:00
Wenkai Yin 7747e72c28 filter jobs by policy ID and repository 2016-06-17 11:34:52 +08:00
Daniel JiangandGitHub dfa8fdb15e Merge pull request #348 from reasonerjt/job-service
add comment to source files
2016-06-16 15:03:53 +08:00
Tan Jiang d909405c11 add header comment 2016-06-16 14:57:45 +08:00
Wenkai Yin 8939b54448 1. support updating the target of policy 2. can not delete a target if it is being used 2016-06-16 14:18:23 +08:00
Wenkai Yin 836598f5c9 remove useless import 2016-06-15 13:42:19 +08:00
Wenkai Yin fc8fbbcb98 bug fix: modify the implements of checking whether project name is in lower case 2016-06-15 13:31:00 +08:00
Wenkai Yin f050c963d5 Merge branch 'bug_fix_for_delete_repo' into sync_image
Conflicts:
	api/repository.go
2016-06-14 18:25:08 +08:00
Wenkai Yin 12a72c0f6c bug fix: deletion of repository which has been deleted should return 404 2016-06-14 18:17:32 +08:00
Wenkai Yin db9347135c bug fix 2016-06-14 17:33:37 +08:00
Wenkai Yin 81600e8db4 bug fix 2016-06-14 11:14:48 +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