13 May, 2013
13 commits
-
@options enable to keep params when switching ref.
-
Fixed a nginx configuration
-
update links to be relative paths and add CONTRIBUTING.md link
-
fixed fact about memory usage
-
fixed capitalization and added Google Analytics
-
Configure git global settings in installation docs
-
System calls to gitlab-shell were using unsanitized user input
-
Migrate notes.line_code format.
12 May, 2013
1 commit
11 May, 2013
2 commits
-
Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences.
09 May, 2013
9 commits
-
Setting Git's global user.name and user.email are missing from instructions, causing check.rake to fail at this step. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
-
The original init.d script uses a fixed username (e.g. git). Which is not flexible when we using other user. So, I've updated it to use $APP_USER variable instead and wrap it in a function to reduce repetitive codes.
08 May, 2013
15 commits
-
Update init.d script
-
Fix not using git.bin_path in config.
-
Add Gitlab::VersionInfo class to fix and simplify version check.
-
improve gfm autocomplete
-
It returns "yes" if required version is "1.7.10" and current version is "1.6.10", because the patch version of current version equals to that of required version.