- Jan 24, 2020
-
-
GitLab Bot authored
-
- Mar 21, 2019
-
-
Martin Wortschack authored
- Update PO file
-
- Feb 27, 2019
-
-
Alexis Reigel authored
Due to performance reasons we cannot use the type filter on the tags. The table for ActsAsTaggableOn is too big and too unoptimized, such that the queries time out on production. See the discussion https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938 for more info.
-
Alexis Reigel authored
the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
-
Alexis Reigel authored
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 14, 2018
-
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
-
- Sep 12, 2018
-
-
Alexis Reigel authored
-
- 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.
-
- Aug 29, 2018
-
-
Alexis Reigel authored
-
- Aug 20, 2018
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jan 11, 2018
-
-
- Oct 03, 2017
-
-
Takuya Noguchi authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- Jan 20, 2017
-
-
Lin Jen-Shin authored
Closes #26921
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 19, 2016
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- May 10, 2016
-
-
Grzegorz Bizon authored
-
- Dec 11, 2015
-
-
Kamil Trzcińśki authored
-