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-08Replace old GH importer with the parallel importerYorick Peterse
2017-11-06Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern
2017-11-03Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
2017-10-18Use wiki.disk_pathNick Thomas
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
2017-10-13Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez
2017-10-05Minor improvements after latest reviewRémy Coutable
2017-10-05Improve & simplify GitHub's representation classesRémy Coutable
2017-10-05Set `label_ids` and `assignee_ids` after the initial `save!`.Rémy Coutable
2017-10-05Fetch the remote if a PR has been created/updated after the last fetchRémy Coutable
2017-10-05Ensure Github::Import#execute returns false if any errors occuredRémy Coutable
2017-10-05Set `ref_fetched` to `true` in Github::Import#fetch_pull_requestsRémy Coutable
2017-10-05Don't even check if the branch exists locally as we only use its name in GH i...Rémy Coutable
2017-10-05Don't check for commit existence in Github::Representation::Branch#exists?Rémy Coutable
2017-10-05Keep only the changes that are known to work wellRémy Coutable
2017-10-05Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez
2017-09-29Fix notes type created from importLin Jen-Shin (godfat)
2017-09-26Add a spec for Github::Client and revert an `if !` to `unless`Rémy Coutable
2017-09-26Retrieve PR comments only when we know there are anyRémy Coutable
2017-09-26Fetch 100 results when calling the GitHub API in Github::ImportRémy Coutable
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-08-31Decrease ABC threshold to 55.25Maxim Rydkin
2017-08-23Fix error when importing a GitHub-wiki repositoryBob Van Landuyt
2017-08-07Change `project.path_with_namespace` to `project.disk_path`Douglas Barbosa Alexandre
2017-08-07Allow users to disable SSL verification if not connecting to github.comDouglas Barbosa Alexandre
2017-08-07Fix small typo on Github::Import#fetch_releasesDouglas Barbosa Alexandre
2017-08-07Import GitHub releasesDouglas Barbosa Alexandre
2017-08-07Fix Github::Import cache for user idsDouglas Barbosa Alexandre
2017-08-07Extrac common timeout to a constant on Github::ClientDouglas Barbosa Alexandre
2017-08-07Fix small typoe on Github::Client#root_endpointDouglas Barbosa Alexandre
2017-08-07Expire content cache when repository fetch failsDouglas Barbosa Alexandre
2017-08-07Set the GitHub API token on options hashDouglas Barbosa Alexandre
2017-08-07Move GitHub root endpoint methods to Github::ClientDouglas Barbosa Alexandre
2017-08-07Use a custom root endpoint if defined on GH ominiauth provider settingsDouglas Barbosa Alexandre
2017-08-07Use project.import_url to fetch repositories from GithubDouglas Barbosa Alexandre
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-06-21Add a comment explaining how the branch clean up happensDouglas Barbosa Alexandre
2017-06-21Fix Github::Representation::PullRequest#source_branch_exists?Douglas Barbosa Alexandre
2017-06-21Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre
2017-06-12Github - Fix token interpolation when cloning wiki repositoryDouglas Barbosa Alexandre
2017-05-11Reset create callbacks for Issues/MRs while importing GitHub projectsDouglas Barbosa Alexandre
2017-05-11Fix token interpolation when setting the Github remoteDouglas Barbosa Alexandre
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-04-26Fix a failing Rubocop rule on masterDouglas Barbosa Alexandre
2017-04-26Add basic progress output to GitHub importDouglas Barbosa Alexandre
2017-04-25Fix Rubocop offensesDouglas Barbosa Alexandre
2017-04-25Fix import of notes on Pull Request diffDouglas Barbosa Alexandre
2017-04-25Create project repository only when it not existsDouglas Barbosa Alexandre