summaryrefslogtreecommitdiff
path: root/spec/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-252-6/+6
* Do not authorize with OAuth for CICD only projectsmc/feature/use-only-pat-cicd-projectsMatija Čupić2019-07-231-0/+10
* Fix Fogbugz Importer not workingsh-fix-fogbugz-importStan Hu2019-06-091-0/+38
* Setup Phabricator importBob Van Landuyt2019-05-311-0/+92
* Add some frozen string to spec/**/*.rbgfyoung2019-04-158-0/+16
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-132-0/+12
* Alias GitHub and BitBucket OAuth2 callback URLsStan Hu2019-01-312-3/+16
* Fix Bitbucket Server import not allowing personal projectsStan Hu2019-01-281-3/+19
* Fix Bitbucket Server importer error handlingStan Hu2019-01-121-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-195-25/+25
* Allow GitHub imports via token even if OAuth2 provider not configuredStan Hu2018-12-101-0/+9
* Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-1/+1
* Paginate Bitbucket Server importer projectsStan Hu2018-11-071-2/+9
* Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-171-1/+1
* Consolidate server errors and add specsStan Hu2018-07-261-1/+1
* Fix failing specsStan Hu2018-07-261-2/+2
* Add missing stubbed parameterStan Hu2018-07-171-1/+1
* Finish specs for spec/controllers/import/bitbucket_server_controller_spec.rbStan Hu2018-07-091-2/+53
* Test server connection errorStan Hu2018-07-081-0/+5
* Add spec when project can't be savedStan Hu2018-07-081-7/+12
* Add spec for project not foundStan Hu2018-07-081-0/+10
* Add more specs and fix some typosStan Hu2018-07-081-0/+6
* Add initial specs for app/controllers/import/bitbucket_server_controller.rbStan Hu2018-07-081-0/+77
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-072-2/+2
* Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-232-4/+6
* Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-092-6/+14
* Replace $.post in importer status with axiosClement Ho2018-02-092-55/+118
* Merge branch 'sh-validate-path-project-import-10-3' into 'security-10-3'Stan Hu2018-01-161-0/+38
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-024-8/+8
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-213-86/+86
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-242-18/+24
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-232-24/+18
* Fix specsDouwe Maan2017-05-232-19/+25
* Create subgroups if they don't exist while importing projectsJames Lopez2017-04-052-0/+133
* Fix Error 500 when Bitbucket importer does not have authorizationStan Hu2017-03-201-0/+11
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-254-8/+8
* Namespace access token session key in `Import::GithubController`Rémy Coutable2016-12-192-2/+2
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-1/+1
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-192-208/+53
* Fix remaining Bitbucket controller specsStan Hu2016-11-211-14/+11
* Fix Bitbucket status controller specStan Hu2016-11-211-4/+3
* Fix Bitbucket callback specStan Hu2016-11-211-6/+14
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-12/+34
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-313-30/+93
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-69/+0
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-0/+43
* Remove require_relative 'import_spec_helper'make-omniauth-tests-to-not-modify-global-stateKamil Trzcinski2016-06-086-6/+0
* Move ImportSpecHelper to spec/support/Kamil Trzcinski2016-06-081-33/+0
* Make Omniauth providers specs to not modify global configurationKamil Trzcinski2016-06-081-1/+1