summaryrefslogtreecommitdiff
path: root/lib/github/representation
Commit message (Expand)AuthorAgeFilesLines
* Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* Minor improvements after latest reviewRémy Coutable2017-10-052-6/+2
* Improve & simplify GitHub's representation classesRémy Coutable2017-10-053-15/+13
* Set `label_ids` and `assignee_ids` after the initial `save!`.Rémy Coutable2017-10-053-14/+30
* Don't even check if the branch exists locally as we only use its name in GH i...Rémy Coutable2017-10-051-52/+4
* Don't check for commit existence in Github::Representation::Branch#exists?Rémy Coutable2017-10-052-9/+5
* Keep only the changes that are known to work wellRémy Coutable2017-10-051-22/+24
* Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-051-24/+9
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
* Add a comment explaining how the branch clean up happensDouglas Barbosa Alexandre2017-06-211-0/+6
* Fix Github::Representation::PullRequest#source_branch_exists?Douglas Barbosa Alexandre2017-06-211-1/+1
* Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre2017-06-212-7/+55
* Fix import of notes on Pull Request diffDouglas Barbosa Alexandre2017-04-251-4/+0
* Use the base initiliazer for representationsDouglas Barbosa Alexandre2017-04-242-13/+10
* Add Github::Representation::Base#idDouglas Barbosa Alexandre2017-04-243-7/+4
* Import Github releasesDouglas Barbosa Alexandre2017-04-241-0/+17
* Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-245-9/+11
* Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-243-66/+39
* Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-246-52/+12
* Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-241-0/+8
* Import issues commentsDouglas Barbosa Alexandre2017-04-241-0/+4
* Fix comment representationDouglas Barbosa Alexandre2017-04-241-2/+2
* Add comment representationDouglas Barbosa Alexandre2017-04-241-0/+58
* Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57
* Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-247-0/+270