Class GitReview::Provider::Github
In: lib/git-review/provider/github.rb
Parent: Base

Methods

Included Modules

::GitReview::Helpers

Public Instance methods

get the number of comments, including comments on commits

@return [String] Authenticated username

an alias to pull_requests

a more detailed collection of requests

show discussion for a request

show latest pull request number

FIXME: Needs to be moved into Server class, as its result is dependent of the actual provider (i.e. GitHub or BitBucket).

@return [Boolean, Hash] the specified request if exists, otherwise false.

  Instead of true, the request itself is returned, so another round-trip
  of pull_request can be avoided.

get the number of the request that matches the title

FIXME: Remove this method after merging create_pull_request from commands.rb, currently no specs

[Validate]