gitlab-org--gitlab-foss/lib/github
Rémy Coutable 43b75b3808 Don't even check if the branch exists locally as we only use its name in GH import
The benefit is that we don't even have to create temp source/target
branches.

Also, when the source branch of the imported MR is from a fork, name it
"user:branch" to mimic how we display it for MR when forks actually
exists.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-05 10:48:25 +02:00
..
import Fix notes type created from import 2017-09-29 11:18:58 +00:00
representation Don't even check if the branch exists locally as we only use its name in GH import 2017-10-05 10:48:25 +02:00
client.rb Retrieve PR comments only when we know there are any 2017-09-26 19:17:00 +02:00
collection.rb Add blank line before the raise method on Github::Collection 2017-04-25 13:30:08 -03:00
error.rb Remove the Github::Error base class 2017-04-25 13:30:30 -03:00
import.rb Don't even check if the branch exists locally as we only use its name in GH import 2017-10-05 10:48:25 +02:00
rate_limit.rb Refactoring Github::RateLimit 2017-04-24 19:49:17 -03:00
repositories.rb Refactor rake task to to import GitHub repositores 2017-04-24 16:17:52 -03:00
response.rb Fix import of notes on Pull Request diff 2017-04-25 17:05:40 -03:00
user.rb Pass a options hash to Github::Client 2017-04-24 16:17:52 -03:00