summaryrefslogtreecommitdiff
path: root/spec/helpers/import_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use slugs for default project path and sanitize names before importStan Hu2018-08-241-0/+10
| | | | | | | | | Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
* Fix import helper spec when a previous spec stubs settingsSean McGivern2018-03-151-4/+2
| | | | This should use stub_omniauth_setting, not do it manually.
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-5/+28
| | | | Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-10/+10
|
* Reduce duplication for GitHubish import status viewRémy Coutable2016-12-191-10/+23
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-311-0/+24
|
* Fix GitHub project's link on import page when provider has a custom URLDouglas Barbosa Alexandre2016-04-191-0/+25