summaryrefslogtreecommitdiff
path: root/lib/github/import.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-241-11/+12
|
* Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre2017-04-241-79/+33
|
* Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-241-42/+66
|
* Import issues commentsDouglas Barbosa Alexandre2017-04-241-0/+30
|
* Import pull requests commentsDouglas Barbosa Alexandre2017-04-241-1/+61
|
* Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre2017-04-241-58/+129
|
* Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre2017-04-241-0/+166