aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-10-04Merge pull request #3263 from MikeMcQuaid/formulary-unreadable-bottle-formulaMike McQuaid
formulary: handle unreadable bottle formula.
2017-10-04Merge pull request #3259 from reitermarkus/underscore_supporting_uriMarkus Reiter
Remove `UnderscoreSupportingURI`.
2017-10-04Merge pull request #3260 from reitermarkus/cask-cli-specsMarkus Reiter
Refactor `cask/cli` specs.
2017-10-04formulary: handle unreadable bottle formula.Mike McQuaid
This occurs for any formulae that use relative `require` to files that are inside of e.g. a tap to use abstract formulae.
2017-10-03Add test for php version in URL middleKevin Abel
2017-10-03Add version detection support for php URLKevin Abel
Pulls a semver from anywhere in the URL (not just stem).
2017-10-03Merge pull request #3256 from claui/pkg-unshadow-optionsMarkus Reiter
Unshadow `allow_untrusted` option for pkg artifact
2017-10-03Refactor `cask/cli` specs.Markus Reiter
2017-10-03Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_infoMarkus Reiter
add available languages to cask info command
2017-10-03Remove `UnderscoreSupportingURI`.Markus Reiter