- Mar 27, 2018
-
-
bitsapien authored
-
George Tsiolis authored
-
-
Filipa Lacerda authored
[ci skip]
-
Jacob Vosmaer (GitLab) authored
-
Andreas Brandl authored
Closes #44467.
-
Horatiu Eugen Vlad authored
-
- Mar 26, 2018
-
-
Tiago Botelho authored
-
-
YarNayar authored
Closes #23460
-
-
- Mar 23, 2018
-
-
Sean McGivern authored
When we added caching, this meant that calling `can_be_resolved_in_ui?` didn't always call `lines`, which meant that we didn't get the benefit of the side-effect from that, where it forced the conflict data itself to UTF-8. To fix that, make this explicit by separating the `raw_content` (any encoding) from the `content` (which is either UTF-8, or an exception is raised).
-
Jose Ivan Vargas Lopez authored
-
Sean McGivern authored
-
Andreas Brandl authored
For each event with `Event#target_type` of "Note", we had a query to load the associated instance `noteable`. For example, if `Note` was related to an issue, we'd load each `Issue` with its own query (N+1 problem). Closes #43150.
-
Jan Provaznik authored
Now the issuable reference check works only in project scope, if we reference an issuable from a non-project resource (e.g. epics), then project is not set, and there is mismatch in generated issue references. This patch enables issuable reference state check also from group scope. Closes gitlab-ee#4683 Related to #30916
-
DJ Mountney authored
These limits were updated in our docs, and in omnibus some time ago. But the defaults in the source-install were missed.
-
- Mar 22, 2018
-
-
Toon Claes authored
When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
-
Rob Watson authored
Closes #28857
-
Fabian Schneider authored
-
Tiago Botelho authored
-
Takuya Noguchi authored
-
Lukas Eipert authored
-
Alejandro Rodríguez authored
Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.
-
Takuya Noguchi authored
-
Winnie Hellmann authored
-
James Lopez authored
[ci skip]
- Mar 21, 2018
-
-
Sean McGivern authored
Previously, this would issue a query for each unique `diff_refs_or_sha` passed. This was because we didn't want to load other MR diffs into memory, as they had some very large columns. Now they are actually very small, and it's more efficient to just load them all at once and do the finding in Ruby.
-
Sean McGivern authored
-
Lukas Eipert authored
-
[10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
-
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
Andreas Brandl authored
Closes #44446.
-
Phil Hughes authored
Closes #44477
-
Phil Hughes authored
Closes #44298
-
George Tsiolis authored
- Mar 20, 2018
-
-
Takuya Noguchi authored
-
-