summaryrefslogtreecommitdiff
path: root/app/controllers/import/gitlab_projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+3
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+9
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-25/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-12/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-1/+29
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-2/+2
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-171-2/+6
* 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
* 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
* 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
* 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 404 error, redirect back with flash messageJames Lopez2016-07-071-4/+1
* 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
* yay finally importing working with the new services structureJames Lopez2016-06-141-1/+1
* few fixes after refactoring the whole UI stuffJames Lopez2016-06-141-3/+3
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-4/+5
* adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-1/+1
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-6/+4
* WIP - starting refactoring import/export to use servicesJames Lopez2016-06-131-4/+21
* fixed permissionsJames Lopez2016-05-131-5/+1
* updated controllers with permissions checkJames Lopez2016-05-131-23/+18
* refactoring and fixing a bunch of stuffJames Lopez2016-05-021-6/+2
* some JS magic to pass namespace and path importing projectsJames Lopez2016-04-271-3/+6
* adding more UI changes, updated controller, worker and refactored import serviceJames Lopez2016-04-261-5/+12
* more refactoring, now using custom job for processing project importsJames Lopez2016-04-261-2/+2
* refactoring, mainly UI stuff to follow other import actionsJames Lopez2016-04-261-0/+45