05 Jan, 2012
2 commits
04 Jan, 2012
3 commits
-
… Repository conception changed
03 Jan, 2012
3 commits
-
Added note when issue status changed (closed / reopened)
30 Dec, 2011
1 commit
29 Dec, 2011
1 commit
-
Implementation is correctly done through observer.
28 Dec, 2011
1 commit
27 Dec, 2011
1 commit
-
Conflicts: app/models/project.rb config/routes.rb db/schema.rb
26 Dec, 2011
1 commit
24 Dec, 2011
1 commit
-
Allows to alert only the commit author when a new note is added on a commit, useful when gitlabhq is used for code reviews, allows less noise with mails...
20 Dec, 2011
6 commits
-
Users with many projects (>100) will hit the 20 second timeout when updating the gitolite config. This fix batches those changes into a signle update to the file, causing an order of magnitude speed increase which finishes well below the 20 second timeout. Fixes gitlabhq/gitlabhq#220
19 Dec, 2011
2 commits
18 Dec, 2011
6 commits
17 Dec, 2011
2 commits
15 Dec, 2011
3 commits
-
We don't execute web hooks when: * You create a new branch. Make sure you first create the branch, and then push any commits. This is the way Github works, so its expected behavior. * When tags are pushed.
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.
13 Dec, 2011
3 commits
12 Dec, 2011
2 commits
08 Dec, 2011
1 commit