- Mar 23, 2020
-
-
GitLab Bot authored
-
- Mar 18, 2020
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 04, 2019
-
-
Christian Couder authored
IssuableBaseService has been updated so that labels are not created when push options to remove them are received.
-
Christian Couder authored
MergeRequests::PushOptionsHandlerService has been updated to allow adding and removing labels to a merge request using git push options. To create a new merge request and add 2 labels to it: git push -u origin -o merge_request.create \ -o merge_request.label="My label 1" \ -o merge_request.label="My label 2" To update an existing merge request and remove a label while adding a different label: git push -u origin -o merge_request.label="My added label" \ -o merge_request.unlabel="My removed label" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
-
- Jul 10, 2019
-
-
Mayra Cabrera authored
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
- Mar 28, 2019
-
-
Jarka Kadlecova authored
- labels have to be in the same project/group as an issuable
-
- Jan 31, 2019
-
-
Robert Schilling authored
-
- Jan 24, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 11, 2019
-
-
Jasper Maes authored
-
- Dec 13, 2018
-
-
Jasper Maes authored
-
- Oct 26, 2018
-
-
Jasper Maes authored
-
- Sep 17, 2018
-
-
Yorick Peterse authored
This commit adds the module `FromUnion`, which provides the class method `from_union`. This simplifies the process of selecting data from the result of a UNION, and reduces the likelihood of making mistakes. As a result, instead of this: union = Gitlab::SQL::Union.new([foo, bar]) Foo.from("(#{union.to_sql}) #{Foo.table_name}") We can now write this instead: Foo.from_union([foo, bar]) This commit also includes some changes to make this new setup work properly. For example, a bug in Rails 4 (https://github.com/rails/rails/issues/24193) would break the use of `from("sub-query-here").includes(:relation)` in certain cases. There was also a CI query which appeared to repeat a lot of conditions from an outer query on an inner query, which isn't necessary. Finally, we include a RuboCop cop to ensure developers use this new module, instead of using Gitlab::SQL::Union directly. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51307
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Sep 07, 2018
-
-
Jan Provaznik authored
-
- Aug 16, 2018
-
-
Yorick Peterse authored
This whitelists all existing places where we use "destroy_all".
-
- Jul 16, 2018
-
-
gfyoung authored
For directories application_settings --> labels. Partially addresses #47424.
-
- Jul 04, 2018
-
-
Mark Chao authored
Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
-
- Apr 19, 2018
-
-
Jan Provaznik authored
-
- Feb 26, 2018
-
-
Jan Provaznik authored
-
- Jan 12, 2018
-
-
Jarka Kadlecova authored
-
- Nov 16, 2017
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- Aug 08, 2017
-
-
Brian Neel authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Mar 29, 2017
-
-
Dongqing Hu authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Jan 31, 2017
-
-
Ritave authored
Fixes #24021
-
- Nov 29, 2016
-
-
Douwe Maan authored
Fix label creation non members Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23416 See merge request !2006
-
- Oct 28, 2016
-
-
Adam Niedzielski authored
Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
-
- Oct 19, 2016
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- Nov 16, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 14, 2015
-
-
Douwe Maan authored
-