summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_formatter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Import bitbucket issues that are reported by an anonymous userBart Libert2018-05-241-0/+1
| | | | | | | | | For these kind of issues, the "reporter" field is present but zero. In such a case, "fetch" will not return the default value, but it will return nil. Hence, importing fails, because the "username" field of nil is referenced Fixes issue #44381
* Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu2015-09-011-2/+2
| | | | Also fix a number of issues where author/reporter names were not available.
* Add Bitbucket importer.Douwe Maan2015-02-241-1/+1
|
* code foldingValery Sizov2015-02-051-1/+1
|
* GitLab.com integration: refactoringValery Sizov2015-02-051-0/+15