- 28 Mar, 2018 1 commit
-
-
Sean McGivern authored
This reverts merge request !18002
-
- 27 Mar, 2018 12 commits
-
-
bitsapien authored
-
George Tsiolis authored
-
Jacopo authored
-
Douwe Maan authored
-
Takuya Noguchi authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Elias Werberich authored
-
Filipa Lacerda authored
[ci skip]
-
Jacob Vosmaer (GitLab) authored
-
Andreas Brandl authored
Closes #44467.
-
Alessio Caiazza authored
-
Horatiu Eugen Vlad authored
-
- 26 Mar, 2018 6 commits
-
-
Mayra Cabrera authored
- Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
-
Tiago Botelho authored
-
blackst0ne authored
-
Nick Thomas authored
-
YarNayar authored
Closes #23460
-
Jan authored
-
- 23 Mar, 2018 6 commits
-
-
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 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.
-
- 22 Mar, 2018 12 commits
-
-
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
-
George Tsiolis authored
-
Winnie Hellmann authored
-
James Lopez authored
[ci skip]
- 21 Mar, 2018 3 commits
-
-
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