summaryrefslogtreecommitdiff
path: root/app/controllers/import
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-132-68/+18
* add gitlab project controller - still WIPJames Lopez2016-05-041-0/+45
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-05-041-45/+0
|\
| * refactored some namespace stuff and fixed project tree restorer spec. also re...James Lopez2016-05-041-45/+0
* | Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez2016-05-031-0/+45
|\ \ | |/
| * fixing some rubucop warningsJames Lopez2016-05-031-2/+1
* | 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-4/+3
|/
* changes to be picked by the UI branchJames Lopez2016-04-251-0/+46
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-3/+3
* Fix duplicate repositories in GitHub import pageStan Hu2015-10-191-4/+0
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-136-6/+6
* Use fixed version of fogbugz gemJared Szechy2015-09-151-5/+3
* FogBugz project importJared Szechy2015-09-081-0/+106
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-233-19/+36
* Import sources: show only enabled sourcesArtem Sidorenko2015-08-202-0/+10
* Show incompatible projects in Bitbucket import statusStan Hu2015-08-071-0/+1
* Fix bug causing Bitbucket importer to crash when OAuth application had been r...bitbucket-re-authorizeDouwe Maan2015-07-281-0/+1
* Show incompatible projects in Google Code import statusStan Hu2015-04-301-0/+1
* Get Gitorious importer to work again.fix-gitorious-importerDouwe Maan2015-04-241-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-211-1/+1
|\
| * Fix redirect when trying to view invalid Google Code import status.Douwe Maan2015-04-211-1/+1
* | Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-204-16/+16
|/
* Don't save unchanged user map items to the DB.Douwe Maan2015-04-171-0/+5
* Merge branch 'google-code-import' into 'master'Douwe Maan2015-04-151-0/+111
|\
| * Allow user map to be specified.Douwe Maan2015-04-141-2/+50
| * Add instructions to Google Code import page.Douwe Maan2015-04-031-3/+3
| * Allow projects to be imported from Google Code.Douwe Maan2015-04-031-0/+63
* | Allow projects to be imported into namespaces user is master of.Douwe Maan2015-04-061-1/+1
|/
* Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan2015-03-313-3/+12
* Merge branch 'github-org-repos' into 'master'Dmitriy Zaporozhets2015-03-121-1/+1
|\