aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/github.rb
AgeCommit message (Expand)Author
2017-08-20Move fix from #3070 inside `GitHub` module.Markus Reiter
2017-08-17Change var nameBen Muschol
2017-08-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
2017-08-14Spec for issues searchBen Muschol
2017-08-14Implement PR feedbackBen Muschol
2017-08-13fix typoBen Muschol
2017-08-13Fix syntax errorBen Muschol
2017-08-13Rename path_to -> url_to since it returns a urlBen Muschol
2017-08-13Remove duplicate url generation logic in Github moduleBen Muschol
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-06-19Tap learns to form its own full_nameJason Karns
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-04-25Remove unnecessary block.Markus Reiter
2017-04-25Add `GitHub::search_code` method.Markus Reiter
2017-03-23github: don't print when searching PRs.Mike McQuaid
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-10-30Improve GitHub API scopes output.Mike McQuaid
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-09-23Fix Style/ModuleFunction.Markus Reiter
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-11utils/github: fix Rubocop warnings.Mike McQuaid
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-27utils/github: fix reverted order of credentialsMartin Afanasjew
2016-07-27utils/github: fix broken pipe errorMartin Afanasjew
2016-07-12github: produce better curl error messages. (#441)Mike McQuaid
2016-07-03gist-logs: close temp file before passing to curl (#418)Andrew Janke
2016-06-03Use `curl` for the GitHub API (#295)Mike McQuaid