summaryrefslogtreecommitdiff
path: root/lib/github/representation/branch.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-55/+0
|
* Improve & simplify GitHub's representation classesRémy Coutable2017-10-051-8/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't check for commit existence in Github::Representation::Branch#exists?Rémy Coutable2017-10-051-9/+3
| | | | | | | | We don't need to check if the existing branch contains a specific SHA since we only use the branch's name, the SHA is taken from the pull request raw `sha` data. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
|
* Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre2017-06-211-1/+13
|
* Use the base initiliazer for representationsDouglas Barbosa Alexandre2017-04-241-5/+4
|
* Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-241-0/+52