Dominik Bamberger
Dominik Bamberger
@kalabiyau: Would you please try again, now that tests agains Ruby 2.0 are passing?
Fix is in development branch. I plan to release a new version before GSoC anyways (and thus merge development into master). Gimme a couple of days to regain a feeling...
@brugidou Thanks for your contribution! I'm looking forward to extending git-review to Gitlab. Please take a look at my comments and tell me what you think.
This seems to be a bug when merging master into the feature branch. The prefilled PR description lists all the commits, which can be a bit misleading if you only...
So we need to adjust the way the description is generated and filter out commits that have already been merged to master.
The fix has been merged into the development branch. Gimme a couple of days to figure out whether I can merge the current dev branch completely into a new version...
OK, "a couple of days" went by quickly. Since we just talked about this yesterday, I tested the current state and realized I need to fix a couple of things...
They fixed it by adding an option to close a PR without trying to close the issue. So in our code we need to change `github.close_issue(repo, request.number)` to `github.close_pull_request(repo, request.number)`.
The idea is to basically create a factory pattern that adds an abstraction layer `GitServer`, whose instance replaces the current occurrences of the `GitHub` instance. Internally it should pass the...
@xystushi is creating [bucketkit](https://github.com/xystushi/bucketkit) to access BitBucket's API.