summaryrefslogtreecommitdiff
path: root/lib/github/import.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve & simplify GitHub's representation classesRémy Coutable2017-10-051-2/+2
* Set `label_ids` and `assignee_ids` after the initial `save!`.Rémy Coutable2017-10-051-6/+12
* 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-051-4/+0
* Keep only the changes that are known to work wellRémy Coutable2017-10-051-1/+4
* Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-051-4/+2
* Fix notes type created from importLin Jen-Shin (godfat)2017-09-291-37/+4
* 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-261-19/+22
* Fetch 100 results when calling the GitHub API in Github::ImportRémy Coutable2017-09-261-6/+6
* 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
* 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
* 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-071-16/+1
* 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
* Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre2017-06-211-28/+2
* 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-251-4/+11
* 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
* Fix small typoDouglas Barbosa Alexandre2017-04-241-2/+2
* Use the base initiliazer for representationsDouglas Barbosa Alexandre2017-04-241-1/+1
* Cache labels at the same time we fetch them from the GH APIDouglas Barbosa Alexandre2017-04-241-8/+6
* Avoid unnecessary use of Arel to find users by external uidDouglas Barbosa Alexandre2017-04-241-3/+1
* Finish the import process if some error occurs when fetching the repoDouglas Barbosa Alexandre2017-04-241-3/+8
* Use only one cache hash with with a hash initializer by defaultDouglas Barbosa Alexandre2017-04-241-11/+8
* Rename find_by_email/find_by_external_uid methodsDouglas Barbosa Alexandre2017-04-241-3/+3
* Refactor rake task to to import GitHub repositoresDouglas Barbosa Alexandre2017-04-241-0/+1
* Keep track of import errorsDouglas Barbosa Alexandre2017-04-241-0/+10
* Clone GitHub wikiDouglas Barbosa Alexandre2017-04-241-2/+21
* Import Github releasesDouglas Barbosa Alexandre2017-04-241-0/+27
* Refactoring Github importDouglas Barbosa Alexandre2017-04-241-25/+38
* Use while instead of loop/breakDouglas Barbosa Alexandre2017-04-241-12/+10
* Add a method to format issues/pull requests/comments bodyDouglas Barbosa Alexandre2017-04-241-10/+24
* Does not remove the GitHub remoteDouglas Barbosa Alexandre2017-04-241-1/+0