summaryrefslogtreecommitdiff
path: root/spec/services/users
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'frozen_string_literal_spec_services' into 'master'Michael Kozono2019-04-129-0/+18
|\
| * Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-129-0/+18
* | Fix typo in activity leasefix-typo-activity-leaseCindy Pallares2019-04-111-1/+1
|/
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-2/+2
* Optimize Redis usage in User::ActivityServiceif-24642-activity_service_optimizationImre Farkas2019-02-141-0/+12
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Use gitlab-default_value_with Rails 5Rémy Coutable2018-11-151-1/+1
* Fix a bug where internal email pattern wasn't respected52940-fix-internal-email-pattern-not-respectedRémy Coutable2018-11-131-3/+3
* allow users api to set public_emailAlexis Reigel2018-10-011-1/+2
* add missing allowed attributesAlexis Reigel2018-10-011-0/+42
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+106
* Fix: Project deletion may not log audit events during user deletionValery Sizov2018-08-171-13/+26
* Merge branch 'sh-fix-failing-deploy-token-clones' into 'master'Robert Speicher2018-08-021-0/+12
|\
| * Fix failing 500 errors when deploy tokens are used to cloneStan Hu2018-08-021-0/+12
* | Allow users to set a statusBob Van Landuyt2018-07-302-0/+79
|/
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-1/+1
* Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-32/+33
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-15/+15
* Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-281-5/+5
* Use expect_next_instance_of to replace expect_any_instance_ofunify-destroy_service_spec.rbLin Jen-Shin2018-06-211-2/+6
* Allow a user to accept/decline termsBob Van Landuyt2018-05-041-0/+37
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-2/+2
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-2/+2
* Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-2/+2
* Remove soft removals related codeYorick Peterse2018-01-081-1/+1
* Fix user membership destroy relationFrancisco Javier López2018-01-021-0/+17
* small change to make less conflict with EE versionBrett Walker2017-12-111-6/+4
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-0/+66
* Only cache the event for the fork-source when it existsbvl-fix-push-event-service-for-forksBob Van Landuyt2017-10-221-1/+0
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+12
* refactor users update serviceJames Lopez2017-09-281-4/+4
* fix specsJames Lopez2017-09-281-4/+4
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-0/+112
* Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-251-1/+16
* Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-2/+25
* Add namespace errors from User#after_updatemk-fix-user-namespace-renameMichael Kozono2017-08-181-1/+14
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-022-9/+9
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-276-6/+6
* Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-8/+23
* Support multiple Redis instances based on queue typePaul Charlton2017-07-112-2/+2
* update code based on feedbackJames Lopez2017-06-231-3/+3
* refactor update user service not to do auth checksJames Lopez2017-06-231-29/+10
* added bang option to specJames Lopez2017-06-231-0/+30
* fix specJames Lopez2017-06-231-6/+5
* ported EE user service to CEJames Lopez2017-06-231-0/+33
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-15/+15
* Fix hard-deleting users when they have authored issuesNick Thomas2017-06-021-1/+7
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-49/+17