summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '29541-fix-github-importer-deleted-fork' into 'master'Robert Speicher2017-04-031-10/+37
* Merge branch '29034-fix-github-importer' into 'master'Douwe Maan2017-04-031-0/+28
* GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-201-5/+22
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-8/+26
* Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-081-0/+6
* Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre2016-08-311-4/+3
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-1/+10
* Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-081-0/+37
* Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-4/+4
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-6/+6
* Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-061-8/+10
* Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-2/+2
* Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-131-88/+0
* Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre2016-05-131-6/+26
* Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-0/+6
* Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-22/+70
* Use double instead of OpenStruct in the Issue/PR formatters specsDouglas Barbosa Alexandre2016-04-181-20/+21
* Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-181-0/+18
* Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-181-0/+3
* Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-101-36/+28
* Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre2016-01-201-9/+18
* Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-051-0/+22
* Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-051-0/+162