summaryrefslogtreecommitdiff
path: root/app/services/concerns
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-0/+17
|
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
| | | | | | Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-1/+1
| | | | | Adds suffix to enum methods and changes `in_groups` to `of_groups`
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+27
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-27/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+27
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Fixed test specsOswaldo Ferreira2019-04-041-0/+7
| | | | | - added suggestions to mock data - fixed props to be not required
* Merge branch 'fix-routes-n-plus-one-in-user-autocomplete' into 'master'Grzegorz Bizon2019-03-281-5/+21
|\ | | | | | | | | Remove N+1 queries from users autocomplete See merge request gitlab-org/gitlab-ce!26491
| * Remove N+1 queries from users autocompleteSean McGivern2019-03-251-5/+21
| | | | | | | | | | | | | | | | | | | | | | Both of these were related to groups: 1. We need to preload routes (using the `with_route` scope) if we're going to get the group's path. 2. We were counting each group's members separately. They're in the same commit because the spec for N+1 detection wouldn't pass with only one of these fixes.
* | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-0/+30
|/ | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* Add type property to project autocomplete membersLuke Bennett2019-02-181-6/+9
|
* Reduce remaining diff with EE in app/servicesRémy Coutable2019-02-141-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Container Registry APIKamil Trzciński2019-01-251-2/+11
| | | | | | This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-165-0/+10
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Add a cop for `FinderMethods`bvl-finder-methods-copBob Van Landuyt2018-06-201-1/+0
| | | | | | | This notifies developers when calling `find(_by!)` chained on `execute`. And suggests using the methods from `FinderMethods`. These will perform the correct authorization checks on the resource when it is found.
* Fix specs for exclusive leaseShinya Maeda2018-06-061-1/+1
|
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+52
|
* Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-0/+41
|
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-3/+3
| | | | | And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-8/+9
|
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+3
|
* Refactor based on code reviewMichael Kozono2017-09-061-1/+1
|
* Dry up method for code climateMichael Kozono2017-09-061-0/+15
|
* Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-251-0/+9
| | | | Closes #37073
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
|
* Add specsDouwe Maan2017-04-051-1/+1
|
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
|
* Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt2017-03-131-0/+32