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
2016-10-06Fix broken handling of certain calls in GitHub importer clientAhmad 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-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-08Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew 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-31Don't touch Issue/Merge Request when importing GitHub commentsDouglas 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-08-04Check out locally PRs where the source/target branch were removedDouglas Barbosa Alexandre
2016-07-12Memoize response from `has_rate_limit?` to avoid extra API callDouglas Barbosa Alexandre
2016-07-12Checks if rate limit is enabled instead of stubbing responseDouglas 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-06Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
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-07Merge branch 'gh-fix-comments-on-diff'Douwe Maan
2016-06-06Move create! method from formatters to the BaseFormatterDouglas Barbosa Alexandre
2016-06-06Fix importer for GitHub comments on diffDouglas Barbosa Alexandre
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-30Enable Lint/LiteralInCondition rubocop copGrzegorz Bizon
2016-05-14Remove branches that does exist on GitHub after PRs were importedDouglas Barbosa Alexandre
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