- 07 Dec, 2016 1 commit
-
-
Regis authored
-
- 06 Dec, 2016 9 commits
-
-
Regis authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 05 Dec, 2016 7 commits
-
-
Regis authored
-
Bob Van Landuyt authored
When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
-
Annabel Dunstone Gray authored
-
Jacopo authored
counter This is done by: - Extending the IssuableFinder adding the non_archived option to the params - Overriding the #filter_params in the MergeRequestsAction - Passing the non_archived param in the nav/_group.html.haml navbar partial from the groups/merge_requests.html.haml
-
PotHix authored
There was no example for Elixir in gitlab-ci examples, this commit adds the missing example. excoveralls repository was pointing to an old example that doesn't exist anymore.
-
Annabel Dunstone Gray authored
-
Grzegorz Bizon authored
-
- 03 Dec, 2016 1 commit
-
-
BM5k authored
-
- 02 Dec, 2016 3 commits
-
-
mattl authored
-
James Gregory authored
-
Regis authored
-
- 01 Dec, 2016 4 commits
-
-
tauriedavis authored
-
Ryan Harris authored
-
Sean McGivern authored
`any?` on an AR relation performs a `SELECT COUNT`, which we don't need. 1. We are very likely to have issues or MRs, so the `SELECT COUNT` is often unnecessary. 2. Even where there are no items returned, the overhead of the `SELECT *` instead of `SELECT COUNT` is relatively small. Calling `to_a` on the relation lets us use `Enumerable#any?`, which will return immediately if there are objects returned.
-
Adam Niedzielski authored
when we care only about the number of commits We do not have to instantiate all objects in this case.
-
- 30 Nov, 2016 15 commits
-
-
Mike Greiling authored
-
Dimitrie Hoekstra authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Matt Lee authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Adds require statement
-
Filipa Lacerda authored
Adds tests for the Linked Tabs class Removes event listener Adds builds
-