| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-17 | Change var name | Ben Muschol | |
| 2017-08-17 | Fix typo in spec | Ben Muschol | |
| 2017-08-17 | Improve rspec readability | Ben Muschol | |
| 2017-08-17 | Make test more resilient | Ben Muschol | |
| 2017-08-17 | audit: In Cops and their tests convert all multiline strings to heredocs | Gautham Goli | |
| 2017-08-15 | bump-formula-pr: forward compatibility with `hub fork` | Mislav Marohnić | |
| Due to limitations of `hub fork` in hub 2.2, scripts had to repeat the command at least two times; the 2nd time was to read the fork name from the "fatal: remote MYNAME already exists" message output from git. In upcoming hub 2.3, the `hub fork` command is improved to always output the remote name, regardless of whether one already existed or not. With this approach, only one `hub fork` call will ever be necessary when hub is up to date. | |||
| 2017-08-15 | Merge pull request #3060 from JCount/gpg-stop-pinentry-launch | JCount | |
| gpg: prevent pinentry from launching when creating test key | |||
| 2017-08-15 | add tests for condition dependencies | Gautham Goli | |
| 2017-08-15 | Merge pull request #3059 from MikeMcQuaid/why-search-take-so-long | Mike McQuaid | |
| search: explain why it takes the time it does. | |||
| 2017-08-15 | search: explain why it takes the time it does. | Mike McQuaid | |
| Provide a bit of clarity that this isn't just searching a local database but doing an GitHub API and Git history query. | |||
| 2017-08-14 | Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-tree | Andrew Janke | |
| brew deps: add --include-requirements, plus some fixes | |||
| 2017-08-14 | gpg: prevent pinentry from launching when creating test key | JCount | |
| this is accomplished by setting an empty password in the gnupg batch input file | |||
| 2017-08-15 | Add tests for MACOS version consts usage | Gautham Goli | |
| 2017-08-15 | add test for ARGV.include? | Gautham Goli | |
| 2017-08-15 | add test for ENV.fortran | Gautham Goli | |
| 2017-08-15 | add test for inspecting version | Gautham Goli | |
| 2017-08-15 | add tests for dependencies | Gautham Goli | |
| 2017-08-14 | Unify vocabulary in github module, remove unnecessary logic | Ben Muschol | |
| Fix duplication bug | |||
| 2017-08-14 | add test for env mod through system call | Gautham Goli | |
| 2017-08-14 | add tests for vendored deps | Gautham Goli | |
| 2017-08-14 | add tests for formula path shortucut 3 | Gautham Goli | |
| 2017-08-14 | add tests for formula path string 1 | Gautham Goli | |
| 2017-08-14 | Spec for issues search | Ben Muschol | |
| 2017-08-14 | Implement PR feedback | Ben Muschol | |
| 2017-08-14 | add tests for hardcoded compilers in ENV | Gautham Goli | |
| 2017-08-14 | add tests for hard coded compilers in system calls | Gautham Goli | |
| 2017-08-14 | add tests for man+'man[1-8]' | Gautham Goli | |
| 2017-08-14 | add test for using ARGV to check options | Gautham Goli | |
| 2017-08-14 | add test for build.include? having dashed args | Gautham Goli | |
| 2017-08-14 | add test for build.include? | Gautham Goli | |
| 2017-08-13 | Fix url encoded in expected values | Ben Muschol | |
| 2017-08-14 | add test for build.with? "--with-foo" | Gautham Goli | |
| 2017-08-14 | add test for build.without --without-foo | Gautham Goli | |
| 2017-08-14 | Add negated? method to formula cop and add tests for negated build.without? | Gautham Goli | |
| 2017-08-14 | Add test for negated build.with? | Gautham Goli | |
| 2017-08-13 | fix typo | Ben Muschol | |
| 2017-08-14 | Add tests for unless build.with? | Gautham Goli | |
| 2017-08-14 | Add tests for unless build.without? | Gautham Goli | |
| 2017-08-13 | Fix syntax error | Ben Muschol | |
| 2017-08-14 | Add test for top level method def | Gautham Goli | |
| 2017-08-14 | Add tests for fileUtils call in system | Gautham Goli | |
| 2017-08-13 | Rename path_to -> url_to since it returns a url | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
| 2017-08-14 | add tests for non glob dirs audit | Gautham Goli | |
| 2017-08-13 | Add tests for macOS check | Gautham Goli | |
| 2017-08-12 | Add tests for assert match and depends_on instance audit rules | Gautham Goli | |
| 2017-08-12 | audit: Port rules from line_problems to rubocop part 4(WIP-3) | Gautham Goli | |
| 2017-08-12 | Revert "Raise an exception when double loading a formula" | Mike McQuaid | |
| 2017-08-12 | Merge pull request #3046 from alyssais/double_formula_load_error | Mike McQuaid | |
| Raise an exception when double loading a formula | |||
| 2017-08-12 | Merge pull request #3044 from BenMusch/search-tap-fix | Mike McQuaid | |
| Replace search_tap with search_taps | |||
