summaryrefslogtreecommitdiff
path: root/lib/github
Commit message (Expand)AuthorAgeFilesLines
* Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* Minor improvements after latest reviewRémy Coutable2017-10-052-6/+2
* Improve & simplify GitHub's representation classesRémy Coutable2017-10-054-17/+15
* Set `label_ids` and `assignee_ids` after the initial `save!`.Rémy Coutable2017-10-054-20/+42
* Fetch the remote if a PR has been created/updated after the last fetchRémy Coutable2017-10-051-4/+14
* Ensure Github::Import#execute returns false if any errors occuredRémy Coutable2017-10-051-1/+1
* Set `ref_fetched` to `true` in Github::Import#fetch_pull_requestsRémy Coutable2017-10-051-0/+1
* Don't even check if the branch exists locally as we only use its name in GH i...Rémy Coutable2017-10-052-56/+4
* Don't check for commit existence in Github::Representation::Branch#exists?Rémy Coutable2017-10-052-9/+5
* Keep only the changes that are known to work wellRémy Coutable2017-10-052-23/+28
* Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-052-28/+11
* Fix notes type created from importLin Jen-Shin (godfat)2017-09-295-37/+55
* Add a spec for Github::Client and revert an `if !` to `unless`38198-fetch-github-api-per-100Rémy Coutable2017-09-261-1/+1
* Retrieve PR comments only when we know there are anyRémy Coutable2017-09-262-20/+24
* Fetch 100 results when calling the GitHub API in Github::ImportRémy Coutable2017-09-261-6/+6
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
* Decrease ABC threshold to 55.25Maxim Rydkin2017-08-311-40/+42
* Fix error when importing a GitHub-wiki repositorybvl-improve-bare-project-importBob Van Landuyt2017-08-231-1/+1
* Change `project.path_with_namespace` to `project.disk_path`Douglas Barbosa Alexandre2017-08-071-1/+1
* Allow users to disable SSL verification if not connecting to github.comDouglas Barbosa Alexandre2017-08-071-4/+15
* Fix small typo on Github::Import#fetch_releasesDouglas Barbosa Alexandre2017-08-071-1/+1
* Import GitHub releasesDouglas Barbosa Alexandre2017-08-071-0/+2
* Fix Github::Import cache for user idsDouglas Barbosa Alexandre2017-08-071-1/+1
* Extrac common timeout to a constant on Github::ClientDouglas Barbosa Alexandre2017-08-071-2/+4
* Fix small typoe on Github::Client#root_endpointDouglas Barbosa Alexandre2017-08-071-1/+1
* Expire content cache when repository fetch failsDouglas Barbosa Alexandre2017-08-071-2/+3
* Set the GitHub API token on options hashDouglas Barbosa Alexandre2017-08-071-2/+2
* Move GitHub root endpoint methods to Github::ClientDouglas Barbosa Alexandre2017-08-072-17/+19
* Use a custom root endpoint if defined on GH ominiauth provider settingsDouglas Barbosa Alexandre2017-08-071-1/+16
* Use project.import_url to fetch repositories from GithubDouglas Barbosa Alexandre2017-08-071-9/+10
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Add a comment explaining how the branch clean up happensDouglas Barbosa Alexandre2017-06-211-0/+6
* Fix Github::Representation::PullRequest#source_branch_exists?Douglas Barbosa Alexandre2017-06-211-1/+1
* Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre2017-06-213-35/+57
* Github - Fix token interpolation when cloning wiki repositoryDouglas Barbosa Alexandre2017-06-121-1/+1
* Reset create callbacks for Issues/MRs while importing GitHub projectsDouglas Barbosa Alexandre2017-05-111-0/+2
* Fix token interpolation when setting the Github remoteDouglas Barbosa Alexandre2017-05-111-1/+2
* [Multiple issue assignee] Fix a number of specsValery Sizov2017-05-051-1/+1
* Fix a failing Rubocop rule on masterDouglas Barbosa Alexandre2017-04-261-17/+21
* Add basic progress output to GitHub importDouglas Barbosa Alexandre2017-04-251-1/+10
* Fix Rubocop offensesDouglas Barbosa Alexandre2017-04-251-2/+6
* Fix import of notes on Pull Request diffDouglas Barbosa Alexandre2017-04-253-9/+12
* Create project repository only when it not existsDouglas Barbosa Alexandre2017-04-251-1/+1
* Fix small typo on GitHub::ImportDouglas Barbosa Alexandre2017-04-251-1/+1
* Remove the Github::Error base classDouglas Barbosa Alexandre2017-04-251-2/+1
* Add blank line before the raise method on Github::CollectionDouglas Barbosa Alexandre2017-04-251-0/+1
* Fix small typoDouglas Barbosa Alexandre2017-04-241-2/+2
* Use Class.new(SuperClass) to define an empty custom error classDouglas Barbosa Alexandre2017-04-241-4/+2