| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2017-10-26 | Fix issue where keychain github credentials wouldn't work | Thomas Andrew | |
| 2017-10-24 | github: require formula name to be in issue title | ilovezfs | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-08-31 | github: limit PR search to Homebrew | Dominyk Tiller | |
| Not sure whether this is the way you want to handle this problem but it's really darn irritating so here's a PR that handles it one way. Fixes: https://github.com/Homebrew/brew/pull/3086#issuecomment-324519156 | |||
| 2017-08-20 | Move fix from #3070 inside `GitHub` module. | Markus Reiter | |
| 2017-08-17 | Change var name | Ben Muschol | |
| 2017-08-14 | Unify vocabulary in github module, remove unnecessary logic | Ben Muschol | |
| Fix duplication bug | |||
| 2017-08-14 | Spec for issues search | Ben Muschol | |
| 2017-08-14 | Implement PR feedback | Ben Muschol | |
| 2017-08-13 | fix typo | Ben Muschol | |
| 2017-08-13 | Fix syntax error | Ben Muschol | |
| 2017-08-13 | Rename path_to -> url_to since it returns a url | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
| 2017-08-08 | Simplify CurlDownloadStrategy. | Markus Reiter | |
| 2017-08-07 | Revert "Refactor SVN and cURL download strategies." | ilovezfs | |
| 2017-08-07 | Simplify CurlDownloadStrategy. | Markus Reiter | |
| 2017-06-19 | Tap learns to form its own full_name | Jason Karns | |
| full_name is formed from `{user}/homebrew-{repo}` and is always lowercase. | |||
| 2017-05-08 | Remove `to_s` from some `Pathname`s. | Markus Reiter | |
| 2017-04-25 | Remove unnecessary block. | Markus Reiter | |
| 2017-04-25 | Add `GitHub::search_code` method. | Markus Reiter | |
| 2017-03-23 | github: don't print when searching PRs. | Mike McQuaid | |
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-10-30 | Improve GitHub API scopes output. | Mike McQuaid | |
| Improve the GitHub API scope and token related messaging by autopopulating the scopes we need on the new scopes page and, in the case of a lacking a scope we need, output what scope was required. Also, DRY up the personal access token code. | |||
| 2016-10-01 | Use Formatter for all URLs. | Markus Reiter | |
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-09-23 | Fix Style/ModuleFunction. | Markus Reiter | |
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-11 | utils/github: fix Rubocop warnings. | Mike McQuaid | |
| 2016-08-05 | various: eliminate the usage of `any?` (#638) | Xu Cheng | |
| `any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)). | |||
| 2016-07-27 | utils/github: fix reverted order of credentials | Martin Afanasjew | |
| We always return the token/password first and, if applicable, the user name is the second element in the returned array. Closes #581. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-07-27 | utils/github: fix broken pipe error | Martin Afanasjew | |
| Closes #573. | |||
| 2016-07-12 | github: produce better curl error messages. (#441) | Mike McQuaid | |
| * global: add RUBY_TWO global variable. * test-bot: use RUBY_TWO global variable. * github: produce better curl error messages. If we don't know why curl has failed then ensure that the error messages that it produced are included as part of the user output. | |||
| 2016-07-03 | gist-logs: close temp file before passing to curl (#418) | Andrew Janke | |
| Ensures that the data gets written to disk so curl can see it, avoiding intermittent JSON parsing errors in gist creation. | |||
| 2016-06-03 | Use `curl` for the GitHub API (#295) | Mike McQuaid | |
| * Move GitHub API module to utils/github.rb. * Move curl method to utils/curl.rb. * global: use long curl arguments and an array. This makes the code more self-documenting. * utils/curl: support reading curl's output. * utils/github: use curl instead of open-uri. It has far better proxy support. * pull: set Homebrew user agent. * gist-logs: remove trailing whitespace. * gist-logs: use first instead of [0]. Easier to read. * gist-logs: use curl-based GitHub.open method. | |||
