Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-13Implement Users::BuildServicegeoandri
2017-04-04Inlude the password_automatically_check param as permitted config in the ↵DJ Mountney
user create_service This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data. Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
2017-03-30Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-27Implement new service for creating userGeorge Andrinopoulos