Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split test gem installation to a separate taskenforce_windows_ci | David Rodríguez | 2020-01-06 | 3 | -9/+39 |
* | Remove unneeded LOAD_PATH modification | David Rodríguez | 2020-01-06 | 1 | -1/+0 |
* | Simplify `install_gems` method | David Rodríguez | 2020-01-06 | 1 | -4/+1 |
* | We don't need a manifest | David Rodríguez | 2020-01-06 | 1 | -10/+1 |
* | Run specs in parallel to speed things up | David Rodríguez | 2020-01-06 | 1 | -1/+1 |
* | Add Windows to bors checks | David Rodríguez | 2020-01-06 | 1 | -1/+4 |
* | Disallow failures | David Rodríguez | 2020-01-06 | 1 | -1/+0 |
* | Skip the rest of the failures on Windows | David Rodríguez | 2020-01-06 | 28 | -33/+372 |
* | Add missing assertion to one spec | David Rodríguez | 2020-01-06 | 1 | -0/+2 |
* | Exclude another permissions spec from Windows build | David Rodríguez | 2020-01-05 | 1 | -1/+1 |
* | Add fiddle to default gem exemptions | David Rodríguez | 2020-01-05 | 1 | -1/+3 |
* | Remove redundant installs and raise if they fail | David Rodríguez | 2020-01-05 | 1 | -4/+2 |
* | Make sure to pass URI's to `:git` | David Rodríguez | 2020-01-05 | 1 | -7/+7 |
* | Use OS-independent path separator | David Rodríguez | 2020-01-05 | 2 | -5/+5 |
* | Try fix some specs | David Rodríguez | 2020-01-05 | 1 | -1/+1 |
* | Merge #7548 | Bundlerbot | 2020-01-05 | 3 | -20/+9 |
|\ | |||||
| * | Use shellescape instead of manually escapingspecs/fix_subprocess_escaping | David Rodríguez | 2020-01-05 | 1 | -2/+1 |
| * | Avoid spawning a new shell with Open3.popen3 | David Rodríguez | 2020-01-05 | 1 | -2/+3 |
| * | Prefer `warn` to `$stderr.puts` | David Rodríguez | 2020-01-05 | 2 | -5/+5 |
| * | Remove stuff making errors harder to figure out | David Rodríguez | 2020-01-05 | 1 | -12/+1 |
| * | Uncomment working code | David Rodríguez | 2020-01-05 | 1 | -1/+1 |
|/ | |||||
* | Merge #7546 | Bundlerbot | 2020-01-05 | 13 | -39/+43 |
|\ | |||||
| * | Don't rename folders while being inside | David Rodríguez | 2020-01-05 | 3 | -0/+6 |
| * | Disallow folder changing helpers without a block | David Rodríguez | 2020-01-05 | 2 | -7/+9 |
| * | Extract `in_repo_root` | David Rodríguez | 2020-01-05 | 4 | -15/+19 |
| * | Move path helpers to a better place | David Rodríguez | 2020-01-05 | 2 | -8/+8 |
| * | Remove unnecessary setup | David Rodríguez | 2020-01-05 | 1 | -4/+0 |
| * | Remove unnecessary `in_app_root_custom` helper | David Rodríguez | 2020-01-05 | 3 | -6/+2 |
| * | Reuse `in_app_root2` where possible | David Rodríguez | 2020-01-05 | 3 | -5/+5 |
|/ | |||||
* | Merge #7529 | Bundlerbot | 2020-01-05 | 8 | -43/+48 |
|\ | |||||
| * | Remove require net-http-pipeline from vendored net-http-persistent. | Marcio Toshio | 2020-01-03 | 2 | -22/+21 |
| * | Use standard require paths for names with dashes in specs | David Rodríguez | 2020-01-03 | 7 | -21/+27 |
* | | Merge #7539 | Bundlerbot | 2020-01-05 | 14 | -165/+113 |
|\ \ | |||||
| * | | Migrate Windows CI to Github actions | David Rodríguez | 2020-01-04 | 5 | -95/+34 |
| * | | Skip readline specs on Windows | David Rodríguez | 2020-01-04 | 2 | -1/+2 |
| * | | Tag specs using `readline` | David Rodríguez | 2020-01-04 | 6 | -21/+21 |
| * | | Prefer `bundle!` to `bundle` in more places | David Rodríguez | 2020-01-04 | 2 | -23/+23 |
| * | | Don't use readline on GemHelper specs | David Rodríguez | 2020-01-04 | 1 | -1/+1 |
| * | | Simplify `bundle` helper | David Rodríguez | 2020-01-04 | 1 | -2/+2 |
| * | | Avoid swallowing errors when possible | David Rodríguez | 2020-01-04 | 1 | -18/+18 |
| * | | Make some `bundle gem` specs more explicit | David Rodríguez | 2020-01-04 | 1 | -4/+12 |
|/ / | |||||
* | | Merge #7537 | Bundlerbot | 2020-01-04 | 2 | -1/+18 |
|\ \ | |||||
| * | | Reset `Gemfile` to the empty string after bundler/inlinefix/bundler_inline | David Rodríguez | 2020-01-02 | 2 | -1/+18 |
| |/ | |||||
* | | Merge #7544 | Bundlerbot | 2020-01-04 | 3 | -2/+3 |
|\ \ | |||||
| * | | Ignore tests needing file permissions on Windowsskip_permission_tests_on_windows | David Rodríguez | 2020-01-04 | 3 | -2/+3 |
| |/ | |||||
* | | Merge #7543 | Bundlerbot | 2020-01-04 | 1 | -1/+2 |
|\ \ | |||||
| * | | Fix flaky test failuresfix_windows_flakies | David Rodríguez | 2020-01-04 | 1 | -1/+2 |
| |/ | |||||
* | | Merge #7542 | Bundlerbot | 2020-01-04 | 1 | -0/+1 |
|\ \ | |||||
| * | | Make test platform independentmake_test_platform_independent | David Rodríguez | 2020-01-04 | 1 | -0/+1 |
| |/ | |||||
* | | Merge #7541 | Bundlerbot | 2020-01-04 | 1 | -2/+16 |
|\ \ | |/ |/| |