aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2014-05-26pluralize formulae in tap/untapAdam Vandenberg
2014-03-29Always call Process.wait with an argumentJack Nagel
2014-03-29Make sure we wait for the correct childJack Nagel
2014-03-16which is supposed to return a pathnameAdam Vandenberg
2014-03-16return found path directly in whichAdam Vandenberg
2014-03-16utils.rb:which: bug fixkynnjo
2014-03-13utils: return empty issues array when no API.Mike McQuaid
2014-03-03utils: replace bright green with ANSI bold+green.April Arcus
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-25add scons helperAdam Vandenberg
2014-02-18Use standard curl progress output in verbose modeJack Nagel
2014-02-16Add helpful error message for authentication failuresJack Nagel
2014-02-16Move error text and helper into error classJack Nagel
2014-02-16Add a more useful message when ratelimit is exceededJack Nagel
2014-02-16Make GitHub::Error a RuntimeError to suppress backtraceJack Nagel
2014-02-16Handle GitHub API authentication failuresJack Nagel
2014-02-16Extract error handling from GitHub.openJack Nagel
2014-02-13Use a more accurate method name and drop unhelpful blockJack Nagel
2014-02-13Always print top-level issue URLJack Nagel
2014-02-13Delete comment that isn't relevant to this code anymoreJack Nagel
2014-02-13Offload more filtering to the search APIJack Nagel
2014-02-13Allow passing arbitrary qualifiers to issue searchJack Nagel
2014-02-12Pass the string instead of reconstructing it from a regexpJack Nagel
2014-02-12Let the API do more work for usJack Nagel
2014-02-12Drop TODO that nobody has ever worked onJack Nagel
2014-02-12Drop unnecessary type check, we never pass a Formula instanceJack Nagel
2014-02-12Return only open issues in GitHub.issues_for_formulaJack Nagel
2014-02-08Use GitHub wrapper for private tap checkJack Nagel
2014-02-08Pin GitHub module to v3 APIJack Nagel
2014-02-08Switch to v3 search APIJack Nagel
2014-02-08Prevent repeated warnings when GitHub API rate limit is exceededJack Nagel
2014-02-08Preserve original backtrace when raising GitHub::ErrorJack Nagel
2014-02-08Raise only GitHub::Error from GitHub.openJack Nagel
2014-02-08Parse JSON early in GitHub moduleJack Nagel
2014-01-20utils: improve issue searching.Mike McQuaid
2014-01-16Only search open pull requests, not closedMisty De Meo
2014-01-10Escape issue search stringJack Nagel
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-13fix repo URL for brew searchAdam Vandenberg
2013-11-28typoAdam Vandenberg
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-09-17move paths to utilsAdam Vandenberg
2013-08-30Use system path for more tools, for Linux compat.Dan Hughes
2013-08-19Use File::PATH_SEPARATOR globally instead of ':'Amos Wenger
2013-08-10Allow specifying a custom PATH for which methodJack Nagel
2013-08-02Always load net/https before referencing related constantsJack Nagel
2013-07-15GitHub API access may result in SSL errorsJack Nagel
2013-07-12Move inreplace off of ObjectJack Nagel