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-11-08Rewrite the GitHub importer from scratchYorick Peterse
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-03-10Using guard clause and added more specsGabriel Mazetto
2017-03-10Fix GitHub Import for open PRs from a forkGabriel Mazetto
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-20GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre
2017-02-15Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher
2016-12-19Add Project#gitea_import?Rémy Coutable
2016-12-19Modify GithubImport to support GiteaRémy Coutable
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-11-18Refactor github import to reduce number of API callsAndrew Smith
2016-11-04Cache imported GH labels no matter whatAhmad Sherif
2016-11-04Fix applying GitHub-imported labels when importing job is interruptedAhmad Sherif
2016-10-28Fix typosAhmad Sherif
2016-10-28Abstract the use of imported[!?] and {current,increment}_page in GitHub importerAhmad Sherif
2016-10-28Modify GitHub importer to be retryableAhmad Sherif
2016-10-27Fix importing MR comments from GitHubAhmad Sherif
2016-10-27Fix applying labels for GitHub-imported MRsAhmad Sherif
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-09-27Call after_remove_branch only once after importing all GitHub PRsAhmad Sherif
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-13Import GitHub release notesAndrew Smith
2016-09-09Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre
2016-09-01Project tools visibility levelFelipe Artur
2016-08-31Don't touch Issue/Merge Request when importing GitHub commentsDouglas 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-09Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre
2016-08-04Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre
2016-08-04Check out locally PRs where the source/target branch were removedDouglas Barbosa Alexandre
2016-07-06Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-18Listing GH Webhooks doesn't stop import process for non GH admin usersDouglas Barbosa Alexandre
2016-06-09Wrap all rate limiting logic inside GitHub API clientDouglas Barbosa Alexandre
2016-06-07Check if GitHub rate limite API was reached before update WebhooksDouglas Barbosa Alexandre
2016-06-07Merge branch 'gh-disable-webhooks'Douwe Maan
2016-06-06Import GitHub repositories respecting the API rate limitDouglas Barbosa Alexandre
2016-06-06Disable Webhooks before proceeding with the GitHub importDouglas Barbosa Alexandre
2016-06-03Ensure branch cleanup regardless of whether the import process succeedsDouglas Barbosa Alexandre
2016-05-14Remove branches that does exist on GitHub after PRs were importedDouglas Barbosa Alexandre
2016-05-14Extract GitHub branch formatterDouglas Barbosa Alexandre