21 Aug, 2013
2 commits
-
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.
05 Aug, 2013
1 commit
13 May, 2013
2 commits
-
@options enable to keep params when switching ref.
25 Apr, 2013
1 commit
02 Apr, 2013
2 commits
01 Apr, 2013
1 commit
-
Also specify separate project factory for project with filled repo
31 Mar, 2013
2 commits
21 Mar, 2013
1 commit
-
It uses params[:id] instead of request.fullpath. It should fix #3132.
06 Mar, 2013
1 commit
01 Mar, 2013
1 commit
05 Feb, 2013
1 commit
30 Jan, 2013
1 commit
23 Jan, 2013
1 commit
-
Files and Commits render a 404 when running with relative_url_root.
09 Jan, 2013
2 commits
-
Fixing request.fullpath URL encoding
04 Jan, 2013
1 commit
-
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
03 Jan, 2013
1 commit
02 Jan, 2013
1 commit
25 Dec, 2012
1 commit
04 Oct, 2012
2 commits
26 Sep, 2012
2 commits
-
Update docs a bit