An error occurred fetching the project authors.
- 30 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
* no-ivar-in-modules: Cache allowed_ids Fix a few layout error Make it clear that this is an acceptable use Reword Instance variables in views Move ModuleWithInstanceVariables to Gitlab namespace Explain how to disable it in the doc Just define allowed_ids and override it with empty value Updates based on feedback Remove codes from bad merge Allow initialize method and single ivar Use StrongMemoize and enable/disable cops properly WIP Fix grammar: judge -> judgement Allow simple ivar ||= form. Update accordingly Add cop to make sure we don't use ivar in a module
-
- 05 Jul, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 01 Mar, 2017 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
-
- 23 Feb, 2017 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 06 Nov, 2016 2 commits
-
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
- 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 2 commits
-
-
Robert Speicher authored
Do not escape URI when extracting path ## What does this MR do? - remove escaping of URI parameters after they have already been unescaped in `ExtractsPath` - remove spec that is relying on that behavior ## Why was this MR needed? - spaces in directory names were escaped leading to 404 errors on repository files page ## What are the relevant issue numbers? fixes gitlab-com/support-forum#952, #21106 See merge request !5878
-
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
-