| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the Bundler 2 specs passing with transitive source pinning | Samuel Giddins | 2017-06-23 | 22 | -127/+1793 |
* | Error if lockfile_uses_separate_rubygems_sources is set without disable_multi... | Samuel Giddins | 2017-06-23 | 2 | -4/+10 |
* | Avoid fetching the full index to get all dependency names | Samuel Giddins | 2017-06-23 | 2 | -0/+40 |
* | Implement source pinning for 2.0 | Samuel Giddins | 2017-06-23 | 6 | -9/+24 |
* | Add failing test for invalid warning | Juan Barreneche | 2017-06-23 | 1 | -4/+18 |
* | Put new source pinning specs behind a feature flag | Samuel Giddins | 2017-06-23 | 1 | -49/+53 |
* | Failing spec for #3671. | Tim Moore | 2017-06-23 | 1 | -1/+74 |
* | Add a feature flag for the lockfile using separate RubyGems sources | Samuel Giddins | 2017-06-23 | 1 | -0/+1 |
* | Update the version spec to handle when the specs start in the day before that... | Samuel Giddins | 2017-06-23 | 1 | -3/+1 |
* | Update the update spec for Bundler 2 allowing Bundler conflicts | Samuel Giddins | 2017-06-23 | 1 | -1/+8 |
* | Improve realworld specs on 2.0 | Samuel Giddins | 2017-06-23 | 3 | -15/+13 |
* | Get the 2.0 specs passing under 2.0 | Samuel Giddins | 2017-06-23 | 24 | -149/+214 |
* | Get the specs passing in 1.0 mode | Samuel Giddins | 2017-06-23 | 11 | -37/+37 |
* | [UI::Shell] Warn on STDERR in Bundler 2 | Samuel Giddins | 2017-06-23 | 1 | -2/+13 |
* | Update the specs to pass under Bundler 2 | Samuel Giddins | 2017-06-23 | 7 | -31/+33 |
* | Allow filtering specs based on the bundler version | Samuel Giddins | 2017-06-23 | 1 | -0/+1 |
* | Introduce a CommandExecution helper class in the specs | Samuel Giddins | 2017-06-23 | 4 | -26/+77 |
* | Auto merge of #5809 - bundler:seg-config-converted-value, r=indirect | The Bundler Bot | 2017-06-23 | 1 | -0/+10 |
|\ |
|
| * | [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-value | Samuel Giddins | 2017-06-22 | 1 | -0/+10 |
* | | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirect | The Bundler Bot | 2017-06-23 | 4 | -30/+59 |
|\ \ |
|
| * | | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twice | Samuel Giddins | 2017-06-22 | 1 | -0/+29 |
| * | | Improve the quality spec to make error messages clickable as paths | Samuel Giddins | 2017-06-22 | 1 | -24/+24 |
| * | | Allow not having specs available for gems that won’t be installed | Samuel Giddins | 2017-06-22 | 2 | -6/+6 |
| |/ |
|
* | | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddins | The Bundler Bot | 2017-06-23 | 1 | -0/+15 |
|\ \ |
|
| * | | Add explicit nil proxy arguments - Fixes no_proxy support | Jared Kauppila | 2017-06-22 | 1 | -0/+15 |
* | | | Auto merge of #5725 - bundler:seg-default-command, r=indirect | The Bundler Bot | 2017-06-23 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-command | Samuel Giddins | 2017-06-14 | 1 | -0/+1 |
* | | | | Allow conflicts between bundler dependencies and the current bundler version | Samuel Giddins | 2017-06-22 | 1 | -0/+22 |
| |_|/
|/| | |
|
* | | | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 3 | -215/+0 |
* | | | Remove `require "spec_helper"` from spec files | Koichi ITO | 2017-06-21 | 3 | -3/+0 |
* | | | Auto merge of #5795 - bundler:seg-spec-warnings, r=segiddins | The Bundler Bot | 2017-06-20 | 1 | -8/+1 |
|\ \ \ |
|
| * | | | Avoid warnings in the specs on Ruby 1.8.7seg-spec-warnings | Samuel Giddins | 2017-06-20 | 1 | -8/+1 |
| | |/
| |/| |
|
* | | | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaults | Samuel Giddins | 2017-06-20 | 1 | -1/+1 |
* | | | [CLI] Dont print defaults in the command printed with --verbose | Samuel Giddins | 2017-06-19 | 1 | -0/+5 |
|/ / |
|
* | | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flag | Samuel Giddins | 2017-06-18 | 1 | -0/+15 |
* | | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpath | Samuel Giddins | 2017-06-16 | 1 | -0/+38 |
* | | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirect | The Bundler Bot | 2017-06-16 | 2 | -1/+48 |
|\ \ |
|
| * | | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-count | Samuel Giddins | 2017-06-14 | 2 | -1/+48 |
| |/ |
|
* | | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirect | The Bundler Bot | 2017-06-16 | 1 | -0/+13 |
|\ \ |
|
| * | | Add --shebang option to binstubs commandseg-binstubs-shebang | Dimitris Zorbas | 2017-06-13 | 1 | -0/+13 |
* | | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirect | The Bundler Bot | 2017-06-16 | 2 | -1/+17 |
|\ \ \ |
|
| * | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rb | Samuel Giddins | 2017-06-15 | 2 | -1/+17 |
* | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirect | The Bundler Bot | 2017-06-16 | 2 | -2/+28 |
|\ \ \ \ |
|
| * | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 2 | -5/+5 |
| * | | | | Print build metadata when running `bundle version` | Samuel Giddins | 2017-06-12 | 1 | -0/+26 |
* | | | | | Auto merge of #5702 - bundler:seg-load-path-gem-plugins, r=indirect | The Bundler Bot | 2017-06-15 | 2 | -0/+24 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-plugins | Samuel Giddins | 2017-06-14 | 1 | -0/+1 |
| * | | | | [Installer] Load plugin files from path gems | Samuel Giddins | 2017-06-14 | 1 | -0/+23 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirect | The Bundler Bot | 2017-06-15 | 3 | -6/+51 |
|\ \ \ \ |
|
| * | | | | Dont test against the expected version deprecationsseg-update-all-flag | Samuel Giddins | 2017-06-14 | 1 | -4/+4 |