- 14 Oct, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
* Don't set request format to atom if '.atom' suffix was not provided * Don't try '.atom' detection logic on request that uses extended_sha1 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Oct, 2016 1 commit
-
-
Sean McGivern authored
We need to do two things to support this: 1. Simplify the regex capture in the routing for the CommitsController to not exclude the '.atom' suffix. That's a perfectly valid git branch name, so we shouldn't blow up if we get it. 2. Because Rails now can't automatically detect the request format, add some code to do so in `ExtractPath` when there is no path. This means that, given branches 'foo' and 'foo.atom', the Atom feed for the former is unroutable. To fix this: don't do that! Give the branches different names!
-
- 24 Aug, 2016 1 commit
-
-
winniehell authored
-
- 19 Aug, 2016 1 commit
-
-
winniehell authored
-
- 11 Aug, 2016 1 commit
-
-
Elliot authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 02 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #1359
-
- 01 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1839
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 26 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Feb, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Oct, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 21 Aug, 2013 2 commits
-
-
Hiroyuki Sato authored
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.
-
Hiroyuki Sato authored
-
- 05 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 May, 2013 2 commits
-
-
Sato Hiroyuki authored
@options enable to keep params when switching ref.
-
Sato Hiroyuki authored
-
- 25 Apr, 2013 1 commit
-
-
Sato Hiroyuki authored
-
- 02 Apr, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 01 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Also specify separate project factory for project with filled repo
-
- 31 Mar, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 21 Mar, 2013 1 commit
-
-
Sato Hiroyuki authored
It uses params[:id] instead of request.fullpath. It should fix #3132.
-
- 06 Mar, 2013 1 commit
-
-
Sato Hiroyuki authored
-
- 01 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Feb, 2013 1 commit
-
-
Sato Hiroyuki authored
-
- 30 Jan, 2013 1 commit
-
-
Sato Hiroyuki authored
-
- 23 Jan, 2013 1 commit
-
-
Jun Futagawa authored
Files and Commits render a 404 when running with relative_url_root.
-
- 09 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Jan, 2013 1 commit
-
-
Wouter D'Haeseleer authored
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
-
-
Dmitriy Zaporozhets authored
-
- 02 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 25 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Oct, 2012 2 commits
-
-
Robert Speicher authored
-
Valeriy Sizov authored
-
- 26 Sep, 2012 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Update docs a bit
-
Robert Speicher authored
-