summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/pull_request_formatter.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre2017-04-031-1/+1
* Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre2017-04-031-1/+2
* Minor refactorGabriel Mazetto2017-04-031-10/+5
* One more change to the branch names to preserve metadataGabriel Mazetto2017-04-031-2/+2
* Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-031-9/+13
* Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-031-4/+16
* Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-101-8/+0
* Fix GitHub Import for open PRs from a forkGabriel Mazetto2017-03-101-0/+12
* Refactor some code29034-fix-github-importerGabriel Mazetto2017-03-081-2/+6
* Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto2017-03-081-1/+5
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-55/+5
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-1/+1
* Modify GitHub importer to be retryableAhmad Sherif2016-10-281-2/+6
* Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-081-2/+6
* Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith2016-09-081-2/+2
* Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre2016-08-311-10/+1
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-0/+4
* Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-081-2/+14
* Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-5/+1
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Move create! method from formatters to the BaseFormatterDouglas Barbosa Alexandre2016-06-061-2/+2
* Import GitHub repositories respecting the API rate limitDouglas Barbosa Alexandre2016-06-061-0/+4
* Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-3/+2
* Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-3/+2
* Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-131-61/+13
* Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre2016-05-131-4/+24
* Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-0/+2
* Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-5/+5
* Import pull requests from GitHub where the target branch was removedDouglas Barbosa Alexandre2016-05-131-5/+13
* Import pull requests from GitHub where the source branch was removedDouglas Barbosa Alexandre2016-05-131-9/+17
* Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-181-0/+7
* Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-181-0/+1
* Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-101-5/+5
* Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre2016-01-201-1/+5
* Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-051-0/+8
* Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-051-0/+93