An error occurred fetching the project authors.
- 16 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 29 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 10 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 08 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 18 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 27 Dec, 2018 1 commit
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- 11 Sep, 2018 1 commit
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 07 Sep, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 08 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 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 02 Oct, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Aug, 2017 1 commit
-
-
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 1 commit
-
-
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
-
- 12 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 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 2 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
-