1768 Commits

Author SHA1 Message Date
Mike McQuaid
f6e035ec98
Merge pull request #8297 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.89.1
build(deps): bump rubocop from 0.88.0 to 0.89.1 in /Library/Homebrew
2020-08-19 17:40:32 +01:00
Mike McQuaid
3a91c37e66
Fix RuboCop checks. 2020-08-19 17:12:32 +01:00
Elizabeth Tackett
d6f2a1c6fa Merge branch 'master' into mlh-outdated-packages 2020-08-19 09:39:26 -05:00
Seeker
ffcf06867a Use rescue instead of yield 2020-08-18 23:06:42 -07:00
Seeker
d0c7c4fd71 utils/github: add forked_repo_info! 2020-08-18 23:06:42 -07:00
Baffour Adu Boampong
afe9a48373 Add limit to repology api 2020-08-18 22:18:03 +00:00
Dustin Rodrigues
631b60d3f2
Merge pull request #8366 from dtrodrigues/license-audit
Always audit GitHub license
2020-08-18 09:41:51 -04:00
Baffour Adu Boampong
7982e6f3c0 Update response display 2020-08-18 13:29:36 +00:00
Baffour Adu Boampong
605228d07c
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-18 09:53:39 +00:00
Dustin Rodrigues
08396a55c1 audit: always audit GitHub license 2020-08-17 22:11:01 -04:00
Dustin Rodrigues
72419630b4
Merge pull request #8362 from dtrodrigues/automerge-plural
pr-automerge: pluralize message only when needed
2020-08-17 21:57:08 -04:00
Dustin Rodrigues
420e8fdbe4 pr-automerge: pluralize message only when needed 2020-08-17 20:02:45 -04:00
Baffour Adu Boampong
e28c4329a4 brew style fix 2020-08-17 15:37:06 +00:00
Baffour Adu Boampong
b20fa75f48
Update Library/Homebrew/dev-cmd/bump-formula-pr.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-17 15:23:43 +00:00
Baffour Adu Boampong
49882571ea
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-17 14:52:15 +00:00
Baffour Adu Boampong
2f189426b7 Merge branch 'master' into mlh-outdated-packages 2020-08-17 13:10:59 +00:00
Seeker
01dec9c6a8 utils/inreplace: add inreplace_pairs 2020-08-17 03:18:24 -07:00
Elizabeth Tackett
dc1bbe7f81 handle requests for multiple formulae 2020-08-16 20:38:03 -05:00
Elizabeth Tackett
388b0ae8ba show formula livecheck and brew data when repology response is nil 2020-08-16 19:22:24 -05:00
Elizabeth Tackett
9cae9f284c update argument handling and syntactical feedback changes 2020-08-16 18:45:50 -05:00
Dawid Dziurla
36f3e09669
bump-revision: allow multiple formulae to be specified 2020-08-15 10:43:29 +02:00
jjergus
8fb6218d05
bump-formula-pr: fix regression when formula.tap is Nil 2020-08-14 11:42:50 -07:00
Dawid Dziurla
d5c8f2e102
pr-pull: pass --keep-old option to pr-upload
also fix typo in `--root-url` option
2020-08-14 13:40:21 +02:00
Seeker
8df618958d bump-formula-pr: add warnings for patches and resources 2020-08-13 16:05:50 -07:00
Seeker
c983d85eea bump-formula-pr: add determine_mirror helper method 2020-08-13 16:05:09 -07:00
Markus Reiter
7bc9b3f2b7
Merge pull request #8239 from reitermarkus/cask-cli-parser
Use `CLI::Parser` for `cask` commands.
2020-08-13 21:42:51 +02:00
Mike McQuaid
d2fc08d942
GitHub Actions cleanup
- Add consistent spacing
- Remove `pull_request: []` warning
- remove identical, implicit `name` usage
- use `actions/cache@v1` for compatibility
2020-08-13 14:54:22 +01:00
Baffour Adu Boampong
6c266a6964
Merge branch 'master' into mlh-outdated-packages 2020-08-13 13:18:08 +00:00
Mike McQuaid
e2a2d791ba
Merge pull request #8321 from dtrodrigues/prerelease-tag
audit: check GitHub tags for prerelease status
2020-08-13 08:52:55 +01:00
Markus Reiter
b48bc316e0 Use CLI::Parser for cask commands. 2020-08-13 05:15:15 +02:00
Dustin Rodrigues
0bf7773a0b audit: add existing prerelease formulae to allowlist 2020-08-12 21:34:07 -04:00
Dustin Rodrigues
4723e65056 audit: check formula version against prerelease allowlist version 2020-08-12 21:33:37 -04:00
Seeker
6d9bf7286e
Merge pull request #8183 from SeekingMeaning/version/tokens
version: add major, minor, patch methods
2020-08-12 10:39:30 -07:00
Dustin Rodrigues
1c10f51f98 audit: check GitHub tags for prerelease status 2020-08-12 10:39:28 -04:00
Baffour Adu Boampong
e16ec86026 remove line which converts formula names into lowercase 2020-08-12 14:29:23 +00:00
Seeker
671179d483 utils/github: add check_for_duplicate_pull_requests
Moved from dev-cmd/bump-formula-pr to utils/github
2020-08-11 19:26:03 -07:00
Seeker
e27f7b0ed1 audit: use version token helper methods 2020-08-11 12:40:35 -07:00
Issy Long
2cf655fe98
Merge pull request #8304 from PurpleBooth/fix-warning
Correct warning
2020-08-11 20:15:08 +01:00
Billie Thompson
705f26734a
Correct warning
Currently, if you open up a action generated by the tap-new command in
the github GUI, you get a warning saying "pull_requests should be an
object". This fixes that.

This wasn't stopping anything working currently, though I suppose it may
in the future.

Co-authored-by: Issy Long <me@issyl0.co.uk>
2020-08-11 20:03:30 +02:00
Baffour Adu Boampong
2ff41ff7f1
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-11 15:29:22 +00:00
Baffour Adu Boampong
22a1da1e2c
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-11 15:29:05 +00:00
Mike McQuaid
b8f1cf3561
Merge pull request #8287 from SeekingMeaning/spdx/fix-latest_tag-error
update-license-data: fix latest_tag error
2020-08-11 09:01:08 +01:00
Baffour Adu Boampong
ad2809b615
Merge branch 'master' into mlh-outdated-packages 2020-08-10 21:21:09 +00:00
Markus Reiter
1644ec2f50
Merge pull request #8288 from PurpleBooth/add-missing-id
Fix broken github action when running brew tap-new
2020-08-10 21:21:52 +02:00
Billie Thompson
b5c98090d0
Add missing id
This will always fail until the cache step can refer to setup step
2020-08-10 20:52:47 +02:00
Seeker
f345f554c8 update-license-data: fix latest_tag error
Add latest_tag method to utils/spdx
2020-08-10 11:32:07 -07:00
Mike McQuaid
4de4c3d4d4
Merge pull request #8192 from Bo98/prof-args-fix
dev-cmd/prof: improve arg passing
2020-08-10 09:57:41 +01:00
Mike McQuaid
0d8975804b
Merge pull request #8201 from Rylan12/audit-license-deprecated
audit: forbid deprecated licenses with --strict
2020-08-10 08:48:28 +01:00
Markus Reiter
8a32954940 Move cask/all to just cask. 2020-08-09 01:34:07 +02:00
Rylan Polster
fb5b541dcd audit: forbid deprecated licenses with --strict 2020-08-07 13:39:27 -04:00