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-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
2016-06-07Merge branch 'gh-disable-webhooks'Douwe Maan
2016-06-06Fix importer for GitHub comments on diffDouglas Barbosa Alexandre
2016-06-06Disable Webhooks before proceeding with the GitHub importDouglas 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-05Fix the line code when importing PR review comments from GitHubDouglas Barbosa Alexandre
2016-04-27Backport GitHub Enterprise import support from EEStan Hu
2016-04-19Use double instead of OpenStruct in the Issue/PR formatters specsDouglas Barbosa Alexandre
2016-04-19Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre
2016-04-19Import milestones from GitHubDouglas Barbosa Alexandre
2016-04-18Import labels from GitHubDouglas Barbosa Alexandre
2016-04-18Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre
2016-03-21fixed some rubocop warningsJames Lopez
2016-03-21more refactoringJames Lopez
2016-03-21Merge branches 'fix/project-import_url' and 'master' of gitlab.com:gitlab-org...James Lopez
2016-03-11Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre
2016-03-04fix specsJames Lopez
2016-03-04some refactoring in the migration. Also fixed github import issue and updated...James Lopez
2016-01-21Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre
2016-01-14Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre
2016-01-14Import GitHub wiki into GitLabDouglas 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
2016-01-05Refactoring GithubImport::ImporterDouglas Barbosa Alexandre
2015-12-09Tag lib specsDouwe Maan
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-04-15Make sure user has access to namespace in import tests.Douwe Maan
2015-03-23Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu
2015-02-24Add Bitbucket importer.Douwe Maan