Commit Graph
721 Commits
Author SHA1 Message Date
Rylan Polster e14ce96f22 pr-pull: skip bottles for CI-syntax-only PRs 2020-11-14 02:52:43 -05:00
Markus Reiter da9289eff0 Add more type signatures. 2020-11-13 12:26:36 +01:00
Markus Reiter 5bc626bbe1 Completely deprecate Homebrew.args. 2020-11-11 08:52:55 +01:00
Jonathan Chang 500908ee6f rubocop: fix Lint/NoReturnInBeginEndBlocks 2020-11-10 23:28:31 +11:00
Jonathan Chang ad44a83b72 inreplace: fix typecheck error 2020-11-08 23:25:52 +11:00
EricFromCanada 3768b7a6e9 apidoc: update comment wording, punctuation, formatting 2020-11-06 00:21:02 -05:00
Mike McQuaid 4f3c590873 Unify and use Git username/email/GPG handling.
We're using essentially the same logic to setup Git for committing in
multiple places but the way we're doing so is inconsistent. Moved to
using two shared utility methods and use them consistently.
2020-11-02 12:21:18 +00:00
miccal 249088038c shared_audits: add lidarr to GITHUB_PRERELEASE_ALLOWLIST 2020-11-02 06:57:50 +08:00
miccal a782406e08 shared_audits: add syntax-highlight to GITHUB_PRERELEASE_ALLOWLIST 2020-10-27 17:06:12 +08:00
Issy Long 6212c1d6c8 Remove infrakit from GITHUB_PRERELEASE_ALLOWLIST as it's deprecated 2020-10-25 14:28:40 +00:00
miccal a176c3f75b shared_audits: add nuclear to GITHUB_PRERELEASE_ALLOWLIST 2020-10-25 06:13:26 +08:00
Rylan Polster 24523f8225 utils/spdx: allow other license symbols 2020-10-22 10:01:40 -04:00
Jonathan Chang 4a5f1a8477 utils/github: paginate pull request commits API 2020-10-21 00:17:02 +11:00
Caleb Xu 534f0e61e3 shared_audits: fix conditional in Bitbucket notability check
This check currently returns an error for repositories that are
notable enough (and passes on repositories that are not notable
enough).
2020-10-19 13:29:18 -04:00
Jonathan Chang 9f77ac35b6 Fix type error for inreplace.
`inreplace "file.c", "a", "b"` is a common idiom in
formula install blocks.
2020-10-19 13:57:12 +11:00
miccal c26f1f436e shared_audits: add extraterm to GITHUB_PRERELEASE_ALLOWLIST 2020-10-19 06:30:00 +08:00
Mike McQuaidandGitHub c2970bde8d Merge pull request #8925 from whoiswillma/search-print-error-non-tty
search: Print error message to stderr when not using TTY
2020-10-16 08:34:57 +01:00
Jonathan Chang 7eadf32a03 Fix type signature of StringInreplaceExtension 2020-10-15 22:18:40 +11:00
William Ma e9e63db825 search: Raise exception when no formulae/casks are found; Add --pull-request switch 2020-10-14 14:40:24 -04:00
Markus ReiterandGitHub bf7fe45e89 Merge pull request #8896 from reitermarkus/sorbet-inline
Inline type annotations.
2020-10-13 10:40:53 +02:00
Markus Reiter 4d998731d7 Explicitly prevent sorbet-runtime from being loaded. 2020-10-13 00:51:42 +02:00
Markus Reiter 61b79318ed Move include Kernel into .rbi files again and split up existing .rbi files. 2020-10-10 19:10:58 +02:00
Markus Reiter e20c982d1a Inline utils.rbi. 2020-10-10 15:53:33 +02:00
Markus Reiter 059122c724 Inline type annotations for User. 2020-10-10 15:53:14 +02:00
Markus Reiter fc7a34585f Inline type annotations for Tty. 2020-10-10 15:49:18 +02:00
Markus Reiter e1e9f2d9bd Inline type annotations for Utils::Svn. 2020-10-10 15:35:20 +02:00
Markus Reiter 12e173cd50 Inline type annotations for SPDX. 2020-10-10 15:33:15 +02:00
Markus Reiter 8fabc56a22 Inline type annotations for Utils::Shell. 2020-10-10 15:31:32 +02:00
Markus Reiter ff653571b1 Create Utils::Curl module and explicitly include it. 2020-10-10 15:23:03 +02:00
Markus Reiter 318091cccc Move StringInreplaceExtension into separate file. 2020-10-10 15:06:19 +02:00
Markus Reiter 24ae318a3d Move type annotations into files. 2020-10-10 14:59:39 +02:00
Markus Reiter 117ae2c068 Remove redundant check for sorbet-runtime. 2020-10-09 18:00:30 +02:00
Markus Reiter d36df37099 Replace custom stubs with sorbet-runtime-stub. 2020-10-09 16:45:13 +02:00
Markus Reiter ec5eb56a72 Add stubs for sorbet-runtime. 2020-10-09 16:45:13 +02:00
Markus Reiter 17544fc275 Replace usage of DelegateClass with SimpleDelegator. 2020-10-09 16:45:13 +02:00
Rylan Polster 0109ce58be update references to homebrew-virtualenv resources 2020-10-06 23:39:52 -04:00
miccal 41fe6b5e7c shared_audits: add home-assistant to GITHUB_PRERELEASE_ALLOWLIST 2020-10-06 06:05:50 +08:00
miccal 6efcde2eef shared_audts: add freetube to GITHUB_PRERELEASE_ALLOWLIST 2020-10-04 16:54:30 +08:00
Jonathan Chang 6fb72f4d71 Deprecate GitHub basic authentication.
This API authentication path will be disabled on Nov 13 2020.
2020-10-01 17:18:11 +10:00
Jonathan Chang cdfb1badcf utils/git: helper function to get commit msg 2020-09-20 13:23:01 +10:00
Jonathan Chang d09ebf428f utils/git: new file_at_commit function 2020-09-20 13:21:27 +10:00
Jonathan Chang 04687aef93 dev-cmd/pr-pull: don't assume a master branch 2020-09-20 13:21:27 +10:00
Jonathan Chang 415c36041a dev-cmd/pr-pull: use GitHub API to get PR commits 2020-09-20 13:21:27 +10:00
Markus Reiter 8a40afcc8a Update vendored Gems. 2020-09-20 03:19:39 +02:00
Markus Reiter cc3eceb04f Fix inreplace signature. 2020-09-19 02:03:56 +02:00
Rylan Polster e686a392c5 bump-formula-pr: add message to check resources 2020-09-18 13:48:28 -04:00
Seeker cf37ff65ab pypi: do not use formula name as PyPI package name 2020-09-18 09:40:41 -07:00
nandahkrishna 56a8f8f99d livecheck: fix TTY output for progress bar 2020-09-18 02:41:25 +05:30
cf293d0ef5 livecheck: progress bar for JSON output
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
Co-authored-by: Dustin Rodrigues <dust.rod@gmail.com>
2020-09-18 02:40:51 +05:30
Nanda H KrishnaandGitHub 13d14e64cd Merge pull request #8624 from nandahkrishna/tty-fix
utils/tty: handling a TTY stderr
2020-09-17 19:48:47 +05:30