aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-08-21Merge pull request #3063 from GauthamGoli/rubocop_spec_multiline_offenses_fixJCount
audit: In Cops and their tests convert all multiline strings to heredocs
2017-08-20Merge pull request #3001 from reitermarkus/cask-conflicts-withMarkus Reiter
Implement `conflicts_with :cask`.
2017-08-20Move fix from #3070 inside `GitHub` module.Markus Reiter
2017-08-19Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is setFrancisco Souza
Fixes #3069.
2017-08-18Merge pull request #3054 from BenMusch/github-refactorMarkus Reiter
Clean-up code in GitHub module to reduce duplication & coupling w/ Github API
2017-08-17Change var nameBen Muschol
2017-08-17Fix typo in specBen Muschol
2017-08-17Improve rspec readabilityBen Muschol
2017-08-17Make test more resilientBen Muschol
2017-08-17audit: In Cops and their tests convert all multiline strings to heredocsGautham Goli
2017-08-15bump-formula-pr: forward compatibility with `hub fork`Mislav Marohnić
Due to limitations of `hub fork` in hub 2.2, scripts had to repeat the command at least two times; the 2nd time was to read the fork name from the "fatal: remote MYNAME already exists" message output from git. In upcoming hub 2.3, the `hub fork` command is improved to always output the remote name, regardless of whether one already existed or not. With this approach, only one `hub fork` call will ever be necessary when hub is up to date.
2017-08-15Merge pull request #3060 from JCount/gpg-stop-pinentry-launchJCount
gpg: prevent pinentry from launching when creating test key
2017-08-15add tests for condition dependenciesGautham Goli
2017-08-15Merge pull request #3059 from MikeMcQuaid/why-search-take-so-longMike McQuaid
search: explain why it takes the time it does.
2017-08-15search: explain why it takes the time it does.Mike McQuaid
Provide a bit of clarity that this isn't just searching a local database but doing an GitHub API and Git history query.
2017-08-14Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-treeAndrew Janke
brew deps: add --include-requirements, plus some fixes
2017-08-14gpg: prevent pinentry from launching when creating test keyJCount
this is accomplished by setting an empty password in the gnupg batch input file
2017-08-15Add tests for MACOS version consts usageGautham Goli
2017-08-15add test for ARGV.include?Gautham Goli
2017-08-15add test for ENV.fortranGautham Goli
2017-08-15add test for inspecting versionGautham Goli
2017-08-15add tests for dependenciesGautham Goli
2017-08-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
Fix duplication bug
2017-08-14add test for env mod through system callGautham Goli
2017-08-14add tests for vendored depsGautham Goli
2017-08-14add tests for formula path shortucut 3Gautham Goli
2017-08-14add tests for formula path string 1Gautham Goli
2017-08-14Spec for issues searchBen Muschol
2017-08-14Implement PR feedbackBen Muschol
2017-08-14add tests for hardcoded compilers in ENVGautham Goli
2017-08-14add tests for hard coded compilers in system callsGautham Goli
2017-08-14add tests for man+'man[1-8]'Gautham Goli
2017-08-14add test for using ARGV to check optionsGautham Goli
2017-08-14add test for build.include? having dashed argsGautham Goli
2017-08-14add test for build.include?Gautham Goli
2017-08-13Fix url encoded in expected valuesBen Muschol
2017-08-14add test for build.with? "--with-foo"Gautham Goli
2017-08-14add test for build.without --without-fooGautham Goli
2017-08-14Add negated? method to formula cop and add tests for negated build.without?Gautham Goli
2017-08-14Add test for negated build.with?Gautham Goli
2017-08-13fix typoBen Muschol
2017-08-14Add tests for unless build.with?Gautham Goli
2017-08-14Add tests for unless build.without?Gautham Goli
2017-08-13Fix syntax errorBen Muschol
2017-08-14Add test for top level method defGautham Goli
2017-08-14Add tests for fileUtils call in systemGautham Goli
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-14add tests for non glob dirs auditGautham Goli
2017-08-13Add tests for macOS checkGautham Goli