summaryrefslogtreecommitdiff
path: root/lib/github/representation/issue.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-27/+0
|
* Minor improvements after latest reviewRémy Coutable2017-10-051-3/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve & simplify GitHub's representation classesRémy Coutable2017-10-051-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Set `label_ids` and `assignee_ids` after the initial `save!`.Rémy Coutable2017-10-051-8/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-241-33/+1
|
* Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-241-12/+0
|
* Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-241-0/+8
|
* Import issues commentsDouglas Barbosa Alexandre2017-04-241-0/+4
|
* Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57