aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-06-29rubocop: bump PerceivedComplexity max.Mike McQuaid
2017-06-28audit: ask for full_index patchesMisty De Meo
2017-06-28Use `attr_reader` in `CaskLoader`.Markus Reiter
2017-06-28Remove `utf8_inspect` method.Markus Reiter
2017-06-28Refactor using `Forwardable` and `DelegateClass`.Markus Reiter
2017-06-27Fix unshallowing taps in `bump-formula-pr`Mislav Marohnić
Never try to unhshallow full clones.
2017-06-27Fix `bump-formula-pr` when working with a shallow git cloneMislav Marohnić
Creating a fork and pushing to it doesn't work when the repository in question is a shallow clone. By default, Homebrew clones all taps in shallow mode unless `--full` was passed or $HOMEBREW_DEVELOPER was set.
2017-06-27Add PreToken compositeEd Flanagan ed@flanagan.xyz
2017-06-27🥚 No easter egg for you!Markus Reiter
2017-06-25Merge pull request #2822 from ilovezfs/software_spec-recursive-reqsilovezfs
software_spec: define recursive deps and reqs
2017-06-25Merge pull request #2823 from MikeMcQuaid/test-simplify-minitestMike McQuaid
test: simplify minitest inclusion.
2017-06-25test: simplify minitest inclusion.Mike McQuaid
The previous version seems needlessly complicated given we only support a single Ruby version. It was also blowing up on Bundler 1.15.X.
2017-06-25software_spec: define recursive deps and reqsilovezfs
2017-06-25Merge pull request #2814 from mansimarkaur/javaMike McQuaid
[WIP] Added tests for language/java
2017-06-25Merge pull request #2790 from GauthamGoli/audit_legacy_patches_rubocopMike McQuaid
audit: Port audit_legacy_patches method to rubocop and add tests
2017-06-25changes test names for class methodsmansimarkaur
2017-06-25Set java environment var to test overridingmansimarkaur
2017-06-24Merge pull request #2777 from mansimarkaur/inc_test_covMike McQuaid
Added tests for language/node.rb
2017-06-24Merge pull request #2816 from MikeMcQuaid/test-needs-linkMike McQuaid
test: require non-keg-only formulae to be linked.
2017-06-24Merge pull request #2817 from MikeMcQuaid/no-fossies-urlMike McQuaid
audit: don't use Fossies as a primary URL.
2017-06-24audit: Port audit_legacy_patches method to rubocop and add testsGautham Goli
2017-06-24🔥 Remove test files after trashing.Markus Reiter
2017-06-24🗑️ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-24Improved code qualitymansimarkaur
2017-06-24Removed extra space from include clausemansimarkaur
2017-06-23audit: don't use Fossies as a primary URL.Mike McQuaid
As requested in: https://github.com/Homebrew/homebrew-core/issues/14486#issuecomment-307753234
2017-06-23test: require non-keg-only formulae to be linked.Mike McQuaid
This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164
2017-06-23formula_installer: runtime reqs of build deps are build reqsilovezfs
so don't consider their absence fatal if we're pouring a bottle.
2017-06-23Added tests for language/javamansimarkaur
2017-06-23Stubbed nil:NilClassmansimarkaur
2017-06-23Attempt to fix testsmansimarkaur
2017-06-23Avoided the prepend_path not existing method errormansimarkaur
2017-06-23Added test for non existent node formula and existent npmrcmansimarkaur
2017-06-23Added rescue FormulaUnavailableError to setup_npm_environmentmansimarkaur
2017-06-23stubbed the node formulamansimarkaur
2017-06-23Improved test qualitymansimarkaur
2017-06-23Fixed style errorsmansimarkaur
2017-06-23Added tests for language/node.rbmansimarkaur
2017-06-22pkgconfig: update libcurl for 10.13Dominyk Tiller
2017-06-22os/mac/xcode: enforce minimum CLT version on 10.13Dominyk Tiller
2017-06-22os/mac/xcode: update CLT Clang for 10.13Dominyk Tiller
2017-06-22diagnostic: Update whitelisted dylib used by Symantec (again)Wang Boyu
2017-06-22diagnostic: Update whitelisted dylib used by SymantecWang Boyu
2017-06-21Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-paramMike McQuaid
rubocops: refactor to use consistent _body_node parameter name
2017-06-20Merge pull request #2806 from reitermarkus/apfsMarkus Reiter
🔨 Fix sorting on APFS.
2017-06-20Add support for `uninstall/zap :trash`.Markus Reiter
2017-06-20Add `trash` util.Markus Reiter
2017-06-20🔨 Fix sorting on APFS.Markus Reiter
2017-06-20Merge pull request #2776 from GauthamGoli/audit_checksum_rubocop_fixMike McQuaid
audit: Fix audit_checksum method's rubocop and add more tests
2017-06-19rubocops: use consistent (_)body_node parameter nameAndrew Janke