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
2018-03-15Fix import helper spec when a previous spec stubs settingsSean McGivern
This should use stub_omniauth_setting, not do it manually.
2018-03-13Fix provider server URL used when listing repos to importRubén Dávila
Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2016-12-19Reduce duplication for GitHubish import status viewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-31Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre
2016-04-19Fix GitHub project's link on import page when provider has a custom URLDouglas Barbosa Alexandre