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-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-03Fix GitHub pull request formatter specDouglas Barbosa Alexandre
2017-04-03Fix specsGabriel Mazetto
2017-04-03Improve specs examplesGabriel Mazetto
2017-04-03Fix specsGabriel 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-29Labels support color names in backendDongqing Hu
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
2017-03-07Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre
2017-02-20GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2016-12-19Add Project#gitea_import?Rémy Coutable
2016-12-19Modify GithubImport to support GiteaRémy Coutable
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-12-01Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre
2016-11-18Refactor github import to reduce number of API callsAndrew Smith
2016-10-28Modify GitHub importer to be retryableAhmad Sherif
2016-10-27Fix applying labels for GitHub-imported MRsAhmad Sherif
2016-10-19Fix GitHub importer specDouglas Barbosa Alexandre
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-09-27Import all GitHub comments after importing issues and PRsAhmad Sherif
2016-09-27Speed up label-applying process for GitHub importingAhmad Sherif
2016-09-27Process each page of GitHub resources instead of concating them then processingAhmad Sherif
2016-09-20modify github import JS and controller so we can now specify a namespace and/...James Lopez
2016-09-13Import GitHub release notesAndrew Smith
2016-09-12Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher
2016-09-09Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre
2016-09-08Only add the original author if there isn't a linked GitLab accountAndrew Smith
2016-09-01Merge branch 'issue_19734' into 'master' Douwe Maan
2016-09-01Project tools visibility levelFelipe Artur
2016-09-01GitHub importer use default project visibility for non-private projectsDouglas Barbosa Alexandre
2016-08-31Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre
2016-08-24Add readable error message when remote data could not be fully importedDouglas 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-09Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre
2016-08-04Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre
2016-08-04Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre
2016-07-12Remove unnecessary context from GitHub client specDouglas Barbosa Alexandre
2016-07-12Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-06Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema