26 Aug, 2013
8 commits
-
Feature: get the diff of a commit via API.
-
When that branch contain a '/' in the branch name. Fix for git over HTTP
-
Linking objects from GFM references
25 Aug, 2013
9 commits
-
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
-
add link on realisation api for java client
-
Add 'hooks' to path blacklist.
-
bind unicorn listener to 127.0.0.1
-
Fix GitLab Shell version check
-
Select files with diff filter for graph log
-
Fix the `service gitlab restart` command
-
Postgress db migrate fails.(5.4=>6.0)
24 Aug, 2013
3 commits
23 Aug, 2013
2 commits
-
…don't have to change the master value. Also the to and from should be more prominent.
-
This commit addresses two related issues: - Sidekiq should shut down completely before we restart it; - If we restart unicorn with USR2 we need to kill the old master and worker processes.
22 Aug, 2013
9 commits
-
Added assets:precompile in upgrade guide 5.4 -> 6.0
-
otherwise it will listen on 0.0.0.0
21 Aug, 2013
9 commits
-
Fix bug in ace-src-noconflict with Relative url.
-
Render not found when failing to look for commit
-
1. Replace params key 'q' with 'extended_sha1'. A extended SHA1 syntax is explained in 'man gitrevisions'. 2. Change the placeholder of looking for commit. 3. Change the label of ref filter.