aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-10-14tap-info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14commands: pass explicit sort to handle APFSDominyk Tiller
2017-10-14update-report: pass explicit sort to handle APFSDominyk Tiller
2017-10-14uses: pass explicit sort to handle APFSDominyk Tiller
2017-10-14search: pass explicit sort to handle APFSDominyk Tiller
2017-10-14formula_desc_cop_spec: add empty string testDominyk Tiller
2017-10-14formula_desc_cop: empty string is not a valid descDominyk Tiller
Just a slightly tweaked version of https://github.com/Homebrew/brew/issues/3286#issuecomment-334983011
2017-10-14Merge pull request #3309 from reitermarkus/system-commandMarkus Reiter
Refactor `SystemCommand`.
2017-10-13caveats.rb: empty method on LinuxMaxim Belkin
2017-10-13Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-10-13fileutils: deprecate rake DSLilovezfs
superenv and the `:ruby` requirement make a `rake` DSL unnecessary.
2017-10-12In 'readall.rb', replaced multi-step 'each' loop with one-line method chain ↵Richie Thomas
of Ruby enumerator methods
2017-10-12Refactor `SystemCommand`.Markus Reiter
2017-10-12Merge pull request #3303 from reitermarkus/special-file-namesMarkus Reiter
Properly handle special characters in file names.
2017-10-12Fix mistaken &L. E. Segovia
I meant to verify that both a cmd and a help flag were received from the shell
2017-10-12Remove unknown_command variableL. E. Segovia
2017-10-12Fixes help queryingL. E. Segovia
- If a non-existent command with a flag is queried to Cask, the latter is printed instead of the command - If the help from a not-yet-tapped cask's command is queried, it prints brew tap's help infinitely Fixes caskroom/homebrew-cask#28977
2017-10-11Properly handle special characters in file names.Markus Reiter
2017-10-10readall: allow readall-ing multiple taps at onceMaxim Belkin
2017-10-10Refactor `MacOS::languages`.Markus Reiter
2017-10-10Set RuboCop maximum to current maximum.Markus Reiter
2017-10-10audit: nudge to use predicate for 'executable?' as wellDominyk Tiller
2017-10-10pull: fix bintray verification failing due to redirectionViktor Szakats
2017-10-09audit: broaden refute_predicate nudgeDominyk Tiller
2017-10-08Merge pull request #3277 from sjackman/audit-notableMike McQuaid
audit: Silence not notable on non-Homebrew taps
2017-10-08audit: Silence not notable on non-Homebrew tapsShaun Jackman
Silence "GitHub repository not notable" on non-Homebrew taps.
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-08Merge pull request #3289 from reitermarkus/cask-loader1.3.5Markus Reiter
Fix regexes in `CaskLoader`.
2017-10-08Add specs for `CaskLoader`.Markus Reiter
2017-10-08Fix regexes in `CaskLoader`.Markus Reiter
2017-10-08Fix comment location.Markus Reiter
2017-10-08audit: tweak assert/refute_predicate auditDominyk Tiller
Addresses some of the issues I raised in https://github.com/Homebrew/homebrew-core/pull/19127#issue-263566817. Would still like to work out a way to check `File.exist?`-style language inside the `test do` block exclusively but for now it's better to be too conservative on the audit than to be overly-zealous and flag too much.
2017-10-08Don’t track files in `test` and `vendor`.Markus Reiter
2017-10-07Fix RuboCop tests.Markus Reiter
2017-10-07Merge pull request #3283 from reitermarkus/cask-loaderMarkus Reiter
Add helper method for Cask fixture paths and refactor CaskLoader.
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-10-07Merge pull request #3280 from commitay/cask-internal-auditMarkus Reiter
InternalAuditModifiedCask: audit renamed Casks
2017-10-07add pkg / binary commentcommitay
2017-10-07Cask AbstractArtifact: fix install ordercommitay
2017-10-07InternalAuditModifiedCask: audit renamed Caskscommitay
2017-10-07Merge pull request #3267 from reitermarkus/refactoringMarkus Reiter
Refactor DSL and Artifact classes.
2017-10-06Merge pull request #3273 from MikeMcQuaid/mdfind-reject-backupsMike McQuaid
os/mac: ignore apps found in Time Machine backups.
2017-10-05Merge pull request #3274 from MikeMcQuaid/official-taps-remove-apacheilovezfs
official_taps: remove apache.
2017-10-06Merge pull request #3269 from DomT4/assert_predicateMike McQuaid
audit: prefer assert/refute_predicate over File.exist?
2017-10-06Merge pull request #3262 from kabel/version-detect-phpMike McQuaid
Add version detection support for php URL
2017-10-05official_taps: remove apache.Mike McQuaid
It's now deprecated.
2017-10-05os/mac: ignore apps found in Time Machine backups.Mike McQuaid
These can introduce confusion on e.g. outdated Xcode versions when they are the only (or first) versions that are found.
2017-10-05audit: prefer assert/refute_predicate over File.exist?Dominyk Tiller
2017-10-04Refactor tests.Markus Reiter
2017-10-04Don’t reorder “basic” artifacts.Markus Reiter