23 Jan, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
22 Jan, 2014
1 commit
-
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
19 Jan, 2014
1 commit
01 Apr, 2013
1 commit
25 Feb, 2013
1 commit
11 Feb, 2013
1 commit
05 Feb, 2013
1 commit
09 Jan, 2013
1 commit
20 Dec, 2012
1 commit
13 Dec, 2012
1 commit
09 Dec, 2012
1 commit
19 Nov, 2012
1 commit
13 Nov, 2012
1 commit
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
19 Jul, 2012
1 commit
04 Apr, 2012
1 commit
01 Mar, 2012
1 commit
29 Feb, 2012
1 commit
14 Dec, 2011
1 commit
-
This commit includes: * Projects can have zero or more WebHooks. * The PostReceive job will ask a project to execute any web hooks defined for that project. * WebHook has a URL, we post Github-compatible JSON to that URL. * Failure to execute a WebHook will be silently ignored.