23600 Commits

Author SHA1 Message Date
Mike McQuaid
8118aee85d
Merge pull request #8651 from Homebrew/imgbot
[ImgBot] Optimize images
2020-09-08 17:14:00 +01:00
Markus Reiter
66555af904
Merge pull request #8639 from reitermarkus/rspec-github-actions
Add RSpec formatter for Github Actions.
2020-09-08 17:50:30 +02:00
Seeker
0a4fbf7f6a dev-cmd: add bump-cask-pr 2020-09-08 08:26:05 -07:00
Seeker
be92ef2889 utils/git: add origin_branch 2020-09-08 08:26:05 -07:00
Rylan Polster
7d92454a56
Merge pull request #8635 from Rylan12/deprecate_disable_info
deprecate_disable: refactor and add to `info`
2020-09-08 11:17:44 -04:00
Seeker
b94f04b7bc
Merge pull request #8611 from SeekingMeaning/bump-formula-pr/validate_tar_download
utils: add `tar`
2020-09-08 07:57:00 -07:00
ImgBotApp
1a7b3e87ee
[ImgBot] Optimize images
*Total -- 61.65kb -> 43.73kb (29.07%)

/docs/assets/img/docs/managing-pull-requests.drawio.svg -- 61.61kb -> 43.69kb (29.08%)
/Library/Homebrew/test/support/fixtures/test.gif -- 0.04kb -> 0.03kb (18.6%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-08 14:34:34 +00:00
Claudia Pellegrino
08ab2d739e
Merge pull request #8627 from claui/pr-diagram
Add flowchart for managing ready-to-merge PRs
2020-09-08 16:22:01 +02:00
Akylzhan Sauranbay
d7097b5598 Fix the usage of outdated brew cask list 2020-09-08 20:10:21 +06:00
Seeker
15af7189eb utils: add tar
Includes `validate_file` method to be used by `bump-formula-pr`
2020-09-08 07:08:07 -07:00
Tom Schoonjans
6af2b6db31 std_meson_args: add --wrap-mode=nofallback
Otherwise projects may download missing dependencies and build and
install them. GNOME projects do this a lot in particular.
2020-09-08 14:58:24 +01:00
Seeker
17a9b58b59
Merge pull request #8638 from SeekingMeaning/bump-formula-pr/update-mirrors
bump-formula-pr: update mirrors automatically
2020-09-08 06:53:28 -07:00
Dustin Rodrigues
17d92a2d81
Merge pull request #8630 from dtrodrigues/bottle-lutime
bottle: use File.lutime instead of system call
2020-09-08 09:51:33 -04:00
Mike McQuaid
2ec8266697
Merge pull request #8642 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
2.5.0
2020-09-08 08:31:12 +01:00
Markus Reiter
947832d185
Merge pull request #8645 from miccal/pock_audit
Add pock to GITHUB_PRERELEASE_ALLOWLIST
2020-09-08 08:14:23 +02:00
miccal
f2ff0c21ba Add pock to GITHUB_PRERELEASE_ALLOWLIST 2020-09-08 12:06:26 +08:00
shcai97
249e8e29f9 fix latest_tag in homebrew/brew update 2020-09-08 10:41:45 +08:00
BrewTestBot
9c40130ebe sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-08 00:42:30 +00:00
Claudia
4bb396bca9
Apply suggested changes to diagram and guidelines 2020-09-07 23:51:33 +02:00
Markus Reiter
4d8dcb1d81 Add RSpec formatter for Github Actions. 2020-09-07 23:50:44 +02:00
Seeker
ccde62082b bump-formula-pr: update mirrors automatically 2020-09-07 10:34:16 -07:00
Rylan Polster
a8bcd92628 deprecate_disable: refactor and add to info 2020-09-07 13:00:02 -04:00
Markus Reiter
d0e1595fcf
Merge pull request #8634 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.11
build(deps): bump codecov from 0.2.10 to 0.2.11 in /Library/Homebrew
2020-09-07 18:46:47 +02:00
Seeker
bf7fc0be7d
Merge pull request #8610 from SeekingMeaning/bump-formula-pr/missing-mirror
bump-formula-pr: expedite check for missing mirror argument
2020-09-07 08:24:25 -07:00
Maxim Belkin
1792cdf1d5
Merge pull request #8608 from maxim-belkin/system_config_code_reorg
system_config.rb: refactor code into worker functions
2020-09-07 10:22:05 -05:00
dependabot-preview[bot]
ee5db3b149
build(deps): bump codecov from 0.2.10 to 0.2.11 in /Library/Homebrew
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/codecov/codecov-ruby/releases)
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.10...v0.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07 14:10:58 +00:00
Rui Chen
55e045d238 audit: fix lmod hashcat cert issue 2020-09-06 20:24:22 -04:00
Rui Chen
c858f9a3ab audit: fix jinx homepage cert issue 2020-09-06 20:23:18 -04:00
Rui Chen
483fcd52c0 audit: fix lmod homepage cert issue 2020-09-06 20:17:48 -04:00
Rui Chen
1615bc31fa audit: fix micropython homepage cert issue 2020-09-06 20:17:30 -04:00
Dustin Rodrigues
8ab5ea5249 bottle: use File.lutime instead of system call 2020-09-06 19:43:30 -04:00
Claudia
f4d81fee1c
Add flowchart for managing pull requests
- Add flowchart for handling ready-to-merge pull requests

- Add diagram guidelines

Many thanks to Sean Molenaar for the idea and initial version of the
chart.

CC: Sean Molenaar <smillernl@me.com>
2020-09-06 14:54:28 +02:00
Vidushee Amoli
b2d9594ca7
Merge pull request #8628 from Homebrew/tapioca-update 2020-09-06 09:43:56 +05:30
Vidushee Amoli
a3ca1db7c6
Merge pull request #8617 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5891
build(deps): bump sorbet from 0.5.5890 to 0.5.5891 in /Library/Homebrew
2020-09-06 07:20:08 +05:30
BrewTestBot
d884cfdad9 sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-06 00:44:07 +00:00
Dustin Rodrigues
c992163c46
Merge pull request #8626 from dtrodrigues/pypi-downcase
utils/pypi: downcase name prior to excluding
2020-09-05 18:53:25 -04:00
Markus Reiter
9e0a26a2fc
Merge pull request #8612 from reitermarkus/audit-cloudflare-protection
Ignore URLs protected by CloudFlare when auditing.
2020-09-06 00:25:59 +02:00
Dustin Rodrigues
33de853b99
Merge pull request #8625 from dtrodrigues/gitlab-release
shared_audits: ensure GitLab API response is valid
2020-09-05 14:54:18 -04:00
Dustin Rodrigues
fc9d715f71 utils/pypi: downcase name prior to excluding 2020-09-05 14:37:34 -04:00
Dustin Rodrigues
6a0f2b663d shared_audits: ensure GitLab API has successful response 2020-09-05 14:32:23 -04:00
Markus Reiter
a879e8c362
Merge pull request #8623 from reitermarkus/audit-github-forks
Add `GITHUB_FORK_ALLOWLIST`.
2020-09-05 20:27:11 +02:00
Markus Reiter
b2b37894f7
Reword comment.
Co-authored-by: Seeker <meaningseeking@protonmail.com>
2020-09-05 20:26:18 +02:00
dependabot-preview[bot]
8ec78ceaa1
build(deps): bump sorbet from 0.5.5890 to 0.5.5891 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5890 to 0.5.5891.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-05 18:13:26 +00:00
Dustin Rodrigues
03a8522e66
Merge pull request #8622 from dtrodrigues/silence-detached-head
download_strategy: silence detached head warning on git clone
2020-09-05 13:36:08 -04:00
Vidushee Amoli
028b70c793
Merge pull request #8616 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5891
build(deps): bump sorbet-runtime from 0.5.5890 to 0.5.5891 in /Library/Homebrew
2020-09-05 22:54:25 +05:30
Markus Reiter
d0094d8bda Add GITHUB_FORK_ALLOWLIST. 2020-09-05 19:09:07 +02:00
Dustin Rodrigues
fcf47b4f84 download_strategy: silence detached head warning 2020-09-05 13:05:05 -04:00
Rylan Polster
7bd2f511c4
Merge pull request #8620 from nwhetsell/fix-license-exception-url
Remove trailing slash from SPDX license exception URL
2020-09-05 13:00:52 -04:00
Markus Reiter
f83ca9bbb3
Merge pull request #8618 from reitermarkus/curl-workaround-everywhere
Use `curl` workarounds for both `curl` and `curl_output`.
2020-09-05 19:00:16 +02:00
Markus Reiter
daeec79b9f
Merge pull request #8615 from reitermarkus/audit-gitlab-release
Add `SharedAudits::gitlab_release`.
2020-09-05 18:54:26 +02:00