| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-16 | test-bot: re-add update-test. (#521) | Mike McQuaid | |
| 2016-07-15 | test-bot: remove Jenkins Git debugging. | Mike McQuaid | |
| 2016-07-15 | test-bot: more reset/cleanup tweaks. | Mike McQuaid | |
| 2016-07-15 | test-bot: print out git commands on Jenkins. | Mike McQuaid | |
| 2016-07-15 | test-bot: don't cleanup brew repo twice. | Mike McQuaid | |
| 2016-07-14 | test-bot: start running generic tests. (#505) | Mike McQuaid | |
| * test-bot: start running generic tests. Start running the test suite in the "generic" mode i.e. a base layer for non-OS X platforms to be able to use to ensure we don't break the generic code for the parts of the code we've got running. Currently this just runs the integration tests as that's the only useful suite that's entirely passing but eventually this will be changed to run the full test suite in generic mode. * test_integration_cmds: fix tests on Linux. | |||
| 2016-07-14 | test-bot: fix --no-pull flag. | Mike McQuaid | |
| 2016-07-14 | test-bot: add --no-pull flag. | Mike McQuaid | |
| 2016-07-14 | test-bot: don't pull if unnecessary (take two). | Mike McQuaid | |
| 2016-07-14 | test-bot: don't pull if unnecessary. | Mike McQuaid | |
| 2016-07-14 | test-bot: fix typo. | Mike McQuaid | |
| 2016-07-14 | test-bot: don't run doctor when outside /usr/local. | Mike McQuaid | |
| 2016-07-14 | test-bot: remove .git from Jenkins GIT_URLs. | Mike McQuaid | |
| 2016-07-14 | test-bot: handle inconsistent Jenkins GIT_URLs. | Mike McQuaid | |
| 2016-07-14 | test-bot: use another method to find Jenkins PR. | Mike McQuaid | |
| 2016-07-14 | move LinkageChecker to standalone file | Xu Cheng | |
| 2016-07-13 | various: proper escape dot in regex | Xu Cheng | |
| 2016-07-12 | github: produce better curl error messages. (#441) | Mike McQuaid | |
| * global: add RUBY_TWO global variable. * test-bot: use RUBY_TWO global variable. * github: produce better curl error messages. If we don't know why curl has failed then ensure that the error messages that it produced are included as part of the user output. | |||
| 2016-07-07 | Revert "linkage: check undeclared dependencies for `--test`" | ilovezfs | |
| This reverts commit 080ddd8804be14f4b18f9558b58270456ff313c2. | |||
| 2016-07-07 | Revert "linkage: update --test documentation" | ilovezfs | |
| This reverts commit 310d7067e01952cdcefe8b2c877bc4c792654de2. | |||
| 2016-07-05 | test-bot: fix ruby_has_encoding call regression | Andrew Janke | |
| 2016-07-05 | gist-logs: truncate log files to be gist-friendly (#279) | Andrew Janke | |
| Truncates each log file to about 1 MB. This avoids upload and download errors with the gists, and respects GitHub's suggested size limits. | |||
| 2016-07-04 | Remove unnecessary official command tapping. | Mike McQuaid | |
| 2016-07-04 | test-bot: don't test official commands on ruby 1.8. | Mike McQuaid | |
| 2016-07-04 | test-bot: fix args, tap before official-cmd-taps. | Mike McQuaid | |
| 2016-07-04 | Revert "Revert "Test officially supported cmd taps. (#390)"" | Mike McQuaid | |
| This reverts commit dba1958bd79c1c9d18f215dfc2b806ea62edd1c8. | |||
| 2016-07-04 | Revert "Test officially supported cmd taps. (#390)" | Martin Afanasjew | |
| This reverts commit 252c701c59227c385ef6178fe99523cca8c843bb. Taps installed prior to running the test suite are not visible to the test suite as most Homebrew paths are redefined as to not mess up the local installation. | |||
| 2016-07-04 | Test officially supported cmd taps. (#390) | Mike McQuaid | |
| All of these taps use Homebrew internal APIs (or will shortly) and we autoinstall them all from `brew $CMD`. We should adjust our CI to ensure that we never accidentally break these taps when making changes to core code so that these taps can rely more on this core code rather than having to e.g. vendor equivalent code that never changes on our end. | |||
| 2016-07-04 | linkage: update --test documentation | Martin Afanasjew | |
| Adjust the wording to be in sync with the changes made in #424. | |||
| 2016-07-03 | linkage: document --reverse | Xu Cheng | |
| 2016-07-03 | linkage: fix edge cases for undeclared_deps | Xu Cheng | |
| * take requirements into account. * handle full qualified formula name. * filter out build time or unused optional deps/requirements. Closes #424. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-07-03 | linkage: check undeclared dependencies for `--test` | Xu Cheng | |
| Also allowing access results for LinkageChecker | |||
| 2016-07-02 | Add --reverse to brew linkage | Tim D. Smith | |
| For each dylib the keg references, print the dylib followed by the binaries which link to it. Closes #431. | |||
| 2016-06-30 | test-bot: add `--skip-relocation` flag | Xu Cheng | |
| Closes #410. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-06-29 | Remove unused variable Step#@time | Tim D. Smith | |
| Shadowed by Step#time method. | |||
| 2016-06-29 | Document Step | Tim D. Smith | |
| 2016-06-29 | Begin documenting environment variables | Tim D. Smith | |
| Closes #405. | |||
| 2016-06-27 | test-bot: always use `Tap.fetch` | Xu Cheng | |
| 2016-06-25 | test-bot: handle no-tap upload case. | Mike McQuaid | |
| 2016-06-25 | test-bot: fix testing job bottle upload. | Mike McQuaid | |
| 2016-06-23 | test-bot: fix diff_formulae | Xu Cheng | |
| * Fix regression caused by 05649cee60e5349afc328070a0c0e4f6835f97f0 * Use `Tap#formula_file?` to filter formula. | |||
| 2016-06-23 | test-bot: do not diff tree recursively (#394) | Dominique | |
| 2016-06-21 | boneyard-formula-pr: relax hub requirement | Martin Afanasjew | |
| Don't force installation of the `hub` formula if it can be found in the search path. (Avoids unnecessary installation when switching between multiple Homebrew installations for different tasks.) Closes #384. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-06-21 | boneyard-formula-pr: fix local branch creation | Martin Afanasjew | |
| In local-only mode, the created branches end up tracking `origin/master` which isn't desirable. | |||
| 2016-06-21 | boneyard-formula-pr: add local-only mode | Martin Afanasjew | |
| Allow boneyarding a formula locally, i.e. make all the necessary changes in the local repositories but don't push them to a remote and don't open a pull request automatically. | |||
| 2016-06-20 | test-bot: Toggle HOMEBREW_RUBY_MACHO. | William Woodruff | |
| Closes #378. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-06-20 | test-bot: check for conflicts in dependencies (#379) | Steven Peters | |
| 2016-06-19 | linkage: simplify display logic | Martin Afanasjew | |
| Move check for emptiness into the display method, avoiding repetitive checks on the call site. Closes #381. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-06-19 | linkage: fix code style issues | Martin Afanasjew | |
| 2016-06-19 | linkage: avoid checking symlinks/directories | Martin Afanasjew | |
| Prevent raising an error when `HOMEBREW_RUBY_MACHO=1` is set. Skipping symlinks and directories while iterating over a directory structure to find Mach-O binaries makes sense and similar logic is applied elsewhere. | |||
