An error occurred fetching the project authors.
- 18 Apr, 2018 1 commit
-
-
blackst0ne authored
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
-
- 13 Feb, 2018 1 commit
-
-
Filipa Lacerda authored
-
- 09 Jan, 2018 1 commit
-
-
Phil Hughes authored
Closes #41561
-
- 12 Dec, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 Nov, 2017 1 commit
-
-
Phil Hughes authored
-
- 16 Nov, 2017 2 commits
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
Rémy Coutable authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 02 Oct, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Aug, 2017 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
This makes navigating through diff files quickly. Currently we just toggle a list, which could be pretty big. This moves it into a dropdown to make it much easier. Also includes a filter bar to quickly search for certain files/extensions. Closes #29778
-
- 28 Jul, 2017 1 commit
-
-
Sean McGivern authored
When you change the diff view (inline / side-by-side), we set a cookie based on that new view. When you add a comment, we choose the style to use in the response based on that cookie. However, when you have just changed diff style, the request cookie will contain the old value, so we should use the view param instead.
-
- 05 Jul, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 14 Jun, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 31 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 29 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 26 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 May, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 17 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 12 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2017 2 commits
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 Apr, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 08 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 05 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 12 Jan, 2017 1 commit
-
-
Felipe Artur authored
-
- 09 Dec, 2016 1 commit
-
-
Robert Speicher authored
Don't accidentally mark unsafe diff lines as HTML safe Fixes potential XSS issue when a legacy diff note is created on a merge request whose diff contained HTML See https://gitlab.com/gitlab-org/gitlab-ce/issues/25249 See merge request !2040
-
- 28 Nov, 2016 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
In the browser, we remove the + and - signs from the front of a diff line because we add them in with CSS, so they aren't copied. We can't do that in an email, because the CSS isn't supported, so we should keep them in that case.
-
- 04 Nov, 2016 1 commit
-
-
Hiroyuki Sato authored
-
- 10 Aug, 2016 1 commit
-
-
Paco Guzman authored
-
- 04 Aug, 2016 1 commit
-
-
Tim Masliuchenko authored
-
- 03 Aug, 2016 3 commits
-
-
Paco Guzman authored
So we have raw_diffs too
-
Paco Guzman authored
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection
-
Paco Guzman authored
Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
-