summaryrefslogtreecommitdiff
path: root/app/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* Simplify error message handling in Projects::CreateServiceStan Hu2018-06-061-6/+1
* Show a more helpful error for import statusStan Hu2018-06-066-5/+14
* Align with EELin Jen-Shin2018-05-091-3/+3
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-046-16/+21
* CE backport for creating CI/CD projects from GitHubRubén Dávila2018-03-071-4/+14
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-1/+1
* Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-091-17/+7
* Replace $.post in importer status with axiosClement Ho2018-02-095-38/+53
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-2/+2
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-3/+3
* Port form back to use form_tagZ.J. van de Weg2017-08-071-1/+1
* Allow projects to be started from a templateZ.J. van de Weg2017-07-281-9/+1
* Create subgroups if they don't exist while importing projectsJames Lopez2017-04-051-9/+19
* Allow users to import GitHub projects to subgroupsDouglas Barbosa Alexandre2017-03-301-1/+1
* Fix Error 500 when Bitbucket importer does not have authorizationStan Hu2017-03-201-4/+4
* No more and/orDouwe Maan2017-02-212-3/+3
* Namespace access token session key in `Import::GithubController`Rémy Coutable2016-12-192-12/+20
* Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-1/+1
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-1/+1
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-193-110/+98
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-0/+76
* BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov2016-12-151-0/+3
* Handling OAuth2 errorsValery Sizov2016-12-091-1/+1
* BitBuckpet importer. Refactoring. Iteration 2Valery Sizov2016-12-071-1/+1
* Fix remaining Bitbucket controller specsStan Hu2016-11-211-1/+1
* Address initial review commentsStan Hu2016-11-211-7/+6
* Support selection of different namespace and project destinationStan Hu2016-11-211-3/+3
* Fix rebase failures with Bitbucket changesStan Hu2016-11-211-2/+2
* Refactoring Bitbucket import controller to use the new OAuth2 clientDouglas Barbosa Alexandre2016-11-211-34/+43
* Merge branch 'security-fix-leaking-namespace-name' into 'security' Douwe Maan2016-10-241-2/+2
* Enable import/export back for non-adminsfix/import-export-adminJames Lopez2016-10-031-5/+0
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-3/+4
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-314-21/+26
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-314-23/+12
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-47/+0
* Fix permissions check in controller, added relevant spec and updated docsJames Lopez2016-08-111-0/+5
* using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-3/+4
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-192-4/+0
* fix 404 error, redirect back with flash messageJames Lopez2016-07-071-4/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-014-6/+0
* Make GH one-off auth the default again for importing GH projectsRémy Coutable2016-06-301-1/+1
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-3/+22
* fix paramsJames Lopez2016-06-241-2/+2
* Fix tmp file being deleted after the request plus some cleanup and improved e...James Lopez2016-06-241-1/+5
* lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-3/+4
* cleanup namespace check now done by serviceJames Lopez2016-06-151-11/+0