summaryrefslogtreecommitdiff
path: root/lib/gitlab/google_code_import/importer.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-9/+9
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-7/+7
* Decrease Cyclomatic Complexity threshold to 16Maxim Rydkin2017-04-261-40/+30
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-2/+2
* Use LabelsFinder on Google Code importerDouglas Barbosa Alexandre2016-10-191-1/+2
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-2/+2
* Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-11/+8
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-1/+1
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-3/+3
* Split complex methods in GoogleCodeImport::ImporterDmitriy Zaporozhets2015-11-131-46/+47
* GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth2015-07-201-1/+1
* Don't autolink masked imported email addresses.Douwe Maan2015-04-211-1/+4
* Fix rendering of deleted blocking/blocked-on statuses.Douwe Maan2015-04-211-10/+24
* Import "Comment #10" as "Comment 10" to not incorrectly reference issue.Douwe Maan2015-04-211-1/+3
* Get imported links to render correctly by not escaping all special chars.Douwe Maan2015-04-211-12/+10
* Add "imported from Google Code" to imported issues.Douwe Maan2015-04-211-1/+1
* Decrease memory use and increase performance of Google Code importer.Douwe Maan2015-04-171-47/+38
* Move import data out of project so it doesn't take ages to load.Douwe Maan2015-04-171-3/+7
* Import Google Code issue assignee when mapped.google-code-importDouwe Maan2015-04-141-0/+14
* Skip issue comment when its content, updates and attachments are empty.Douwe Maan2015-04-141-39/+61
* Allow user map to be specified.Douwe Maan2015-04-141-14/+18
* Add comment number to imported Google Code comments.Douwe Maan2015-04-141-3/+3
* Remove author link since all code.google.com links will be shut down.Douwe Maan2015-04-141-8/+6
* Show Google Code image attachments inline.Douwe Maan2015-04-041-2/+6
* Mask owner email when updated.Douwe Maan2015-04-031-14/+10
* Allow projects to be imported from Google Code.Douwe Maan2015-04-031-0/+327