summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitlab_import
Commit message (Expand)AuthorAgeFilesLines
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-303-7/+7
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2016-09-081-1/+2
|\
| * Fixed gitlab.com importer missing confidential attributeJames Lopez2016-09-051-1/+2
* | Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith2016-09-081-2/+2
|/
* fixed similar issue with gitlab.com importer because why not!James Lopez2016-07-141-25/+28
* Keeps issue number when importing from Gitlab.comDouglas Barbosa Alexandre2016-07-131-0/+1
* adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-9/+12
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-12/+9
* WIP - starting refactoring import/export to use servicesJames Lopez2016-06-131-3/+1
* Add leading comment space copissue_15557Felipe Artur2016-05-311-1/+1
* fix bad refactoring of import data credentialsJames Lopez2016-05-261-3/+3
* fix typo from bad refactoringJames Lopez2016-05-171-1/+1
* some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-051-3/+3
* fixes after more import testingJames Lopez2016-04-011-1/+1
* fix gitlab import and specJames Lopez2016-03-222-5/+7
* Fix import from gitlab.comKazuki Sawada2016-03-021-1/+1
* Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee2016-01-121-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
* Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu2015-09-011-1/+2
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-232-10/+16
* Use Projects::CreateService to create imported projects so hooks are executed.Douwe Maan2015-04-061-16/+3
* Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan2015-03-311-0/+4
* Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu2015-03-221-1/+1
* Fix import pages not working after first load.Douwe Maan2015-03-131-1/+1
* Add Bitbucket importer.Douwe Maan2015-02-242-8/+4
* gitlab.com importer: refactorigValery Sizov2015-02-051-1/+1
* GitLab.com integration: refactoringValery Sizov2015-02-052-6/+8
* Gitlab integration: added testsValery Sizov2015-02-051-1/+1
* GitLab integration. ImporterValery Sizov2015-02-053-0/+169