1738 Commits

Author SHA1 Message Date
Jonathan Chang
d16e699ed7 github: need read-only email scope to see emails 2020-07-01 22:25:53 +10:00
Jonathan Chang
b57290b23f
Merge pull request #7844 from jonchang/signoff-approving-reviews
pr-pull: add commit message trailers for pull requests with approved reviews
2020-07-01 19:18:27 +10:00
Baffour Adu Boampong
3265650279 Update Repology parser and bump command 2020-07-01 02:50:21 +00:00
Baffour Adu Boampong
59a4d1dd68 fixed Merge conflicts 2020-06-30 17:06:21 +00:00
Elizabeth Tackett
63eb5214e4 remove unnecessary method argument 2020-06-30 11:30:47 -05:00
Elizabeth Tackett
64ebecf0c1 replace HTTP with curl 2020-06-30 11:23:34 -05:00
Elizabeth Tackett
81864cf231 guard against infinite loop when querying repology 2020-06-30 10:48:04 -05:00
Elizabeth Tackett
a398307612 brew style fixes 2020-06-30 10:36:00 -05:00
lionellloh
57e7e7d60e small fix: res -> response 2020-06-30 23:23:19 +08:00
Elizabeth Tackett
3cae15945b style fixes 2020-06-30 10:23:18 -05:00
Elizabeth Tackett
344391d1a9 replace puts invocations with ohai 2020-06-30 10:11:56 -05:00
Elizabeth Tackett
2cfb1c39ff Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages 2020-06-30 09:59:56 -05:00
Elizabeth Tackett
3fb675626e parse application source code into modules. replace HTTP query for brew version info 2020-06-30 09:57:51 -05:00
Elizabeth Tackett
d557ca80bc fix brew style violations 2020-06-30 09:57:51 -05:00
Elizabeth Tackett
bc5cdc2aac typo 2020-06-30 09:57:51 -05:00
Elizabeth Tackett
13d4f24727 focus util module on repology API call 2020-06-30 09:57:51 -05:00
Elizabeth Tackett
f82da9009f remove unnecessary explicit return val 2020-06-30 09:57:50 -05:00
Elizabeth Tackett
5d9d0bb284 update display text 2020-06-30 09:57:50 -05:00
Elizabeth Tackett
05d7c40ea5 place api_parser code into util module 2020-06-30 09:57:50 -05:00
Elizabeth Tackett
ce41cb4628 rename repology.rb to update.rb 2020-06-30 09:57:50 -05:00
Elizabeth Tackett
d846cf7a6a add repology util file 2020-06-30 09:57:50 -05:00
Lionell
fb4db63e3b Merge branch 'master' into license 2020-06-30 22:25:17 +08:00
lionellloh
96d60c271a Merge remote-tracking branch 'mlh/license' into license 2020-06-30 22:12:03 +08:00
Lionell Loh Jian An
5b3530b23d
Apply suggestions from code review
Code review changes

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-30 22:11:36 +08:00
lionellloh
c50f7b8951 Revert "curl: modified curl to allow optional print_stdout"
This reverts commit 02bc870e915f88145761b11d2065d8f2964c50ba.
2020-06-30 21:58:40 +08:00
lionellloh
02bc870e91 curl: modified curl to allow optional print_stdout 2020-06-30 01:13:02 +08:00
Elizabeth Tackett
14d63f61a5 fix brew style violations 2020-06-29 10:16:58 -05:00
Elizabeth Tackett
05f9d640bc typo 2020-06-29 09:57:21 -05:00
Elizabeth Tackett
56cf5bafdb focus util module on repology API call 2020-06-29 09:51:58 -05:00
Elizabeth Tackett
2f419f5c55 remove unnecessary explicit return val 2020-06-29 09:33:24 -05:00
Elizabeth Tackett
9382b1273a update display text 2020-06-29 09:27:42 -05:00
Elizabeth Tackett
d4bbffdce8 place api_parser code into util module 2020-06-29 09:26:27 -05:00
Elizabeth Tackett
198429ab25 rename repology.rb to update.rb 2020-06-29 09:21:06 -05:00
Elizabeth Tackett
0cb06acf5b add repology util file 2020-06-29 09:18:36 -05:00
Jonathan Chang
9cab9b7f39
pr-pull: handle empty string cases
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-29 18:55:47 +10:00
Mike McQuaid
61b4e7c414
Merge pull request #7745 from dtrodrigues/bump-pr-dupes
bump-formula-pr: search for closed dupe PRs
2020-06-29 08:39:30 +01:00
Jonathan Chang
90309e5f42 github: fetch approved reviews for a pull request 2020-06-29 12:53:03 +10:00
Dustin Rodrigues
f684a59fa5 bump-formula-pr: search for closed dupe PRs 2020-06-27 12:50:43 -04:00
Lionell
57fd1fdc7e Merge branch 'master' into license 2020-06-25 13:42:27 +08:00
Mike McQuaid
07ea18e2d2
ruby.sh: don't print recoverable error.
This prints "error" even when we can install a portable ruby.
2020-06-23 13:13:31 +01:00
Lionell Loh Jian An
eca528cccc
util github: remove nil as that is already expected behaviour
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-19 03:38:36 +08:00
Lionell
610dfe0fc2 audit: fixed with PR comments. Refactored get_repo_license api call and audit_license only new_formula 2020-06-18 00:44:33 +08:00
Mike McQuaid
854e96c7c5
Merge pull request #7686 from maxim-belkin/test_ruby_update
utils/ruby.sh: update `test-ruby` (and rename to test_ruby)
2020-06-12 09:13:15 +01:00
Bo Anderson
87931e1c03 utils/ruby.sh: set TERMINFO_DIRS to bundled terminfo 2020-06-10 14:36:18 +01:00
Maxim Belkin
23d24dfed7
utils/ruby.sh: rely on test_ruby's exit code
Instead of printing "true" or "false", test_ruby now returns 1 when
tested Ruby is not usable and 0 if it is.
2020-06-10 07:56:37 -05:00
Maxim Belkin
9751d3bb8c
Fix calls to 'test_ruby' in conditional statements
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-06-06 12:03:51 -05:00
rmnull
a7405601f3
Use Gem to install gems instead of invoking system 2020-06-04 11:36:58 +05:30
Maxim Belkin
58f3e49c0b
utils/ruby.sh: rename test-ruby to test_ruby. Cosmetic changes 2020-06-03 18:01:38 -05:00
Mike McQuaid
b615de1bc3
utils/gems: always ensure default Gems are in GEM_PATH.
Fixes #7608.
2020-06-03 10:02:46 +01:00
Mike McQuaid
aa81982aba
brew style --fix 2020-06-02 09:49:23 +01:00