Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-03Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre
2017-04-03Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre
2017-04-03Minor refactorGabriel Mazetto
2017-04-03One more change to the branch names to preserve metadataGabriel Mazetto
2017-04-03Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre
2017-04-03Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto
2017-03-10Using guard clause and added more specsGabriel Mazetto
2017-03-10Fix GitHub Import for open PRs from a forkGabriel Mazetto
2017-03-08Refactor some codeGabriel Mazetto
2017-03-08Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto
2016-12-19Modify GithubImport to support GiteaRémy Coutable
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-10-28Modify GitHub importer to be retryableAhmad Sherif
2016-09-08Only add the original author if there isn't a linked GitLab accountAndrew Smith
2016-09-08Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith
2016-08-31Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre
2016-08-24Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre
2016-08-09Prefixes removed branches name with PR number when importing PR from GHDouglas Barbosa Alexandre
2016-08-04Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-06-06Move create! method from formatters to the BaseFormatterDouglas Barbosa Alexandre
2016-06-06Import GitHub repositories respecting the API rate limitDouglas Barbosa Alexandre
2016-05-30Enable Lint/LiteralInCondition rubocop copGrzegorz Bizon
2016-05-14Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre
2016-05-14Extract GitHub branch formatterDouglas Barbosa Alexandre
2016-05-14Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre
2016-05-14Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre
2016-05-14Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre
2016-05-14Import pull requests from GitHub where the target branch was removedDouglas Barbosa Alexandre
2016-05-14Import pull requests from GitHub where the source branch was removedDouglas Barbosa Alexandre
2016-04-19Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre
2016-04-18Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre
2016-03-11Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre
2016-01-21Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre
2016-01-05Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre
2016-01-05Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre