summaryrefslogtreecommitdiff
path: root/lib/github
Commit message (Collapse)AuthorAgeFilesLines
...
* Does not remove the GitHub remoteDouglas Barbosa Alexandre2017-04-241-1/+0
|
* Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-249-27/+37
|
* Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre2017-04-241-79/+33
|
* Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-243-66/+39
|
* Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-246-52/+12
|
* Remove sensitive informationDouglas Barbosa Alexandre2017-04-241-1/+1
|
* Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-242-42/+74
|
* Import issues commentsDouglas Barbosa Alexandre2017-04-242-0/+34
|
* Import pull requests commentsDouglas Barbosa Alexandre2017-04-241-1/+61
|
* Fix comment representationDouglas Barbosa Alexandre2017-04-241-2/+2
|
* Refactoring Github responseDouglas Barbosa Alexandre2017-04-242-8/+11
|
* Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre2017-04-241-58/+129
|
* Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre2017-04-243-13/+15
|
* Refactoring collection wrapperDouglas Barbosa Alexandre2017-04-242-9/+5
|
* Add comment representationDouglas Barbosa Alexandre2017-04-241-0/+58
|
* Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57
|
* Remove unused GitHub endpoint wrappersDouglas Barbosa Alexandre2017-04-245-100/+0
|
* Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre2017-04-241-0/+166
|
* Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-247-0/+270
|
* Add basic client for the GitHub APIDouglas Barbosa Alexandre2017-04-2411-0/+250