- 15 Dec, 2017 1 commit
-
-
Oswaldo Ferreira authored
requests
-
- 07 Dec, 2017 1 commit
-
-
micael.bergeron authored
-
- 05 Dec, 2017 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 16 Nov, 2017 1 commit
-
-
Yorick Peterse authored
This adds an optimised way of getting the latest pipeline status for a list of Commit objects (or just a single one).
-
- 08 Nov, 2017 1 commit
-
-
Douwe Maan authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us
-
- 07 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 03 Nov, 2017 1 commit
-
-
micael.bergeron authored
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
-
- 02 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 31 Oct, 2017 1 commit
-
-
Eric Eastwood authored
-
- 19 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 06 Sep, 2017 2 commits
-
-
Tiago Botelho authored
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-
- 05 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
-
- 28 Aug, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
- 15 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 07 Aug, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 26 Jul, 2017 1 commit
-
-
Tim Zallmann authored
-
- 14 Jul, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Jun, 2017 3 commits
-
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
Nick Thomas authored
-
- 23 May, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 18 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 15 May, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 May, 2017 1 commit
-
-
Sean McGivern authored
I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
-
- 09 May, 2017 2 commits
-
-
kushalpandya authored
-
Fatih Acet authored
-
- 03 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 12 Apr, 2017 1 commit
-
-
- 11 Apr, 2017 1 commit
-
-
- 10 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 08 Apr, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 06 Apr, 2017 1 commit
-
-
Toon Claes authored
Also poll for pipeline changes on: - Pipeline table on commit page - Pipeline table on merge request page - Pipeline table on new merge request page
-