| Commit message (Expand) | Author | Age | Files | Lines |
* | More bundler 2 spec fixesseg-remove-rubygems-aggregate | Samuel Giddins | 2017-06-27 | 15 | -44/+349 |
* | Only limit to 25 failures on CI | Samuel Giddins | 2017-06-23 | 1 | -1/+1 |
* | Fix plugin installation when the plugin depends upon Bundler | Samuel Giddins | 2017-06-23 | 3 | -3/+7 |
* | Always serve the Bundler gemspec from the metadata source | Samuel Giddins | 2017-06-23 | 3 | -40/+32 |
* | Get the Bundler 2 specs passing with transitive source pinning | Samuel Giddins | 2017-06-23 | 26 | -144/+1818 |
* | Fix plugin sources | Samuel Giddins | 2017-06-23 | 1 | -0/+7 |
* | Error if lockfile_uses_separate_rubygems_sources is set without disable_multi... | Samuel Giddins | 2017-06-23 | 3 | -5/+14 |
* | Consolidate the double-checking logic | Samuel Giddins | 2017-06-23 | 2 | -50/+14 |
* | Avoid fetching the full index to get all dependency names | Samuel Giddins | 2017-06-23 | 3 | -2/+42 |
* | Implement source pinning for 2.0 | Samuel Giddins | 2017-06-23 | 18 | -64/+286 |
* | Disable mutisource gemfiles by default on 2.0 | Samuel Giddins | 2017-06-23 | 3 | -2/+3 |
* | 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 | 3 | -0/+3 |
* | Auto merge of #5800 - bundler:seg-bundler-2-specs, r=segiddins | The Bundler Bot | 2017-06-23 | 49 | -260/+418 |
|\ |
|
| * | [Definition] Avoid a group_by when not running a new resolveseg-bundler-2-specs | Samuel Giddins | 2017-06-23 | 1 | -3/+3 |
| * | 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 |
| * | [Source::Git] Print the underlying error when falling back to cached git data | Samuel Giddins | 2017-06-23 | 1 | -2/+2 |
| * | Get the 2.0 specs passing under 2.0 | Samuel Giddins | 2017-06-23 | 24 | -149/+214 |
| * | [Init] Don’t create a gems.rb when a Gemfile exists | Samuel Giddins | 2017-06-23 | 1 | -2/+6 |
| * | [Definition] Fully unlock on 2.0 when the dep in the Gemfile changes | Samuel Giddins | 2017-06-23 | 1 | -3/+6 |
| * | Filter git credentials when a revision is missing | Samuel Giddins | 2017-06-23 | 1 | -1/+1 |
| * | 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 | 2 | -3/+17 |
| * | Update the specs to pass under Bundler 2 | Samuel Giddins | 2017-06-23 | 7 | -31/+33 |
| * | [Travis] Begin testing Bundler 2 | Samuel Giddins | 2017-06-23 | 1 | -0/+3 |
| * | [Rakefile] Allow stubbing the Bundler version on travis | Samuel Giddins | 2017-06-23 | 1 | -0/+12 |
| * | 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 #5813 - bundler:add-slackin-to-readme, r=indirect | The Bundler Bot | 2017-06-23 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add Slack badge to READMEadd-slackin-to-readme | Andre Medeiros | 2017-06-23 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #5809 - bundler:seg-config-converted-value, r=indirect | The Bundler Bot | 2017-06-23 | 2 | -12/+26 |
|\ |
|
| * | [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-value | Samuel Giddins | 2017-06-22 | 2 | -12/+26 |
* | | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirect | The Bundler Bot | 2017-06-23 | 7 | -37/+80 |
|\ \ |
|
| * | | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twice | Samuel Giddins | 2017-06-22 | 2 | -1/+45 |
| * | | [SpecSet] Pass the correct raise_if_missing parameter in #materialize | Samuel Giddins | 2017-06-22 | 1 | -1/+1 |
| * | | 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 | 4 | -11/+10 |
| |/ |
|
* | | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddins | The Bundler Bot | 2017-06-23 | 2 | -0/+17 |
|\ \ |
|
| * | | Add explicit nil proxy arguments - Fixes no_proxy support | Jared Kauppila | 2017-06-22 | 2 | -0/+17 |
* | | | Auto merge of #5725 - bundler:seg-default-command, r=indirect | The Bundler Bot | 2017-06-23 | 3 | -5/+25 |
|\ \ \ |
|
| * | | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-command | Samuel Giddins | 2017-06-14 | 3 | -5/+25 |
* | | | | Auto merge of #5788 - bundler:seg-allow-bundler-dep-conflicts, r=indirect | The Bundler Bot | 2017-06-23 | 8 | -10/+64 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflicts | Samuel Giddins | 2017-06-22 | 4 | -10/+15 |
| * | | | Allow conflicts between bundler dependencies and the current bundler version | Samuel Giddins | 2017-06-22 | 6 | -1/+50 |
|/ / / |
|
* | | | Auto merge of #5805 - bundler:colby/welcome-message, r=colby-swandale | The Bundler Bot | 2017-06-22 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | remove info about running test suite, its redundantcolby/welcome-message | Colby Swandale | 2017-06-22 | 1 | -1/+1 |