| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the Bundler 2 specs passing with transitive source pinning | Samuel Giddins | 2017-06-23 | 3 | -17/+24 |
* | 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 | 1 | -1/+4 |
* | 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 | 1 | -2/+2 |
* | Implement source pinning for 2.0 | Samuel Giddins | 2017-06-23 | 12 | -55/+262 |
* | Disable mutisource gemfiles by default on 2.0 | Samuel Giddins | 2017-06-23 | 3 | -2/+3 |
* | Add a feature flag for the lockfile using separate RubyGems sources | Samuel Giddins | 2017-06-23 | 2 | -0/+2 |
* | [Definition] Avoid a group_by when not running a new resolveseg-bundler-2-specs | Samuel Giddins | 2017-06-23 | 1 | -3/+3 |
* | [Source::Git] Print the underlying error when falling back to cached git data | Samuel Giddins | 2017-06-23 | 1 | -2/+2 |
* | [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 |
* | [UI::Shell] Warn on STDERR in Bundler 2 | Samuel Giddins | 2017-06-23 | 1 | -1/+4 |
* | Auto merge of #5809 - bundler:seg-config-converted-value, r=indirect | The Bundler Bot | 2017-06-23 | 1 | -12/+16 |
|\ |
|
| * | [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-value | Samuel Giddins | 2017-06-22 | 1 | -12/+16 |
* | | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirect | The Bundler Bot | 2017-06-23 | 3 | -7/+21 |
|\ \ |
|
| * | | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twice | Samuel Giddins | 2017-06-22 | 1 | -1/+16 |
| * | | [SpecSet] Pass the correct raise_if_missing parameter in #materialize | Samuel Giddins | 2017-06-22 | 1 | -1/+1 |
| * | | Allow not having specs available for gems that won’t be installed | Samuel Giddins | 2017-06-22 | 2 | -5/+4 |
| |/ |
|
* | | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddins | The Bundler Bot | 2017-06-23 | 1 | -0/+2 |
|\ \ |
|
| * | | Add explicit nil proxy arguments - Fixes no_proxy support | Jared Kauppila | 2017-06-22 | 1 | -0/+2 |
* | | | Auto merge of #5725 - bundler:seg-default-command, r=indirect | The Bundler Bot | 2017-06-23 | 2 | -5/+24 |
|\ \ \ |
|
| * | | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-command | Samuel Giddins | 2017-06-14 | 2 | -5/+24 |
* | | | | 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 | 4 | -1/+25 |
| |_|/
|/| | |
|
* | | | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 10 | -220/+4 |
* | | | [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 | -4/+10 |
| |/
|/| |
|
* | | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flag | Samuel Giddins | 2017-06-18 | 3 | -1/+5 |
* | | Auto merge of #5785 - bundler:colby/fix-group-conflict-error, r=segiddins | The Bundler Bot | 2017-06-18 | 1 | -1/+1 |
|\ \ |
|
| * | | fix a missing space in the group conflict error messagecolby/fix-group-conflict-error | Colby Swandale | 2017-06-18 | 1 | -1/+1 |
* | | | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpath | Samuel Giddins | 2017-06-16 | 1 | -0/+1 |
* | | | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirect | The Bundler Bot | 2017-06-16 | 4 | -12/+17 |
|\ \ \ |
|
| * | | | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-count | Samuel Giddins | 2017-06-14 | 4 | -12/+17 |
| | |/
| |/| |
|
* | | | Auto merge of #5728 - bundler:seg-bundle-gem-github-source, r=indirect | The Bundler Bot | 2017-06-16 | 3 | -0/+6 |
|\ \ \ |
|
| * | | | Create Gemfiles with an HTTPS github source definedseg-bundle-gem-github-source | Samuel Giddins | 2017-06-15 | 3 | -0/+6 |
* | | | | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirect | The Bundler Bot | 2017-06-16 | 2 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Add --shebang option to binstubs commandseg-binstubs-shebang | Dimitris Zorbas | 2017-06-13 | 2 | -0/+3 |
* | | | | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirect | The Bundler Bot | 2017-06-16 | 4 | -6/+20 |
|\ \ \ \ \ |
|
| * | | | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rb | Samuel Giddins | 2017-06-15 | 4 | -6/+20 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirect | The Bundler Bot | 2017-06-16 | 4 | -1/+42 |
|\ \ \ \ \ |
|
| * | | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 5 | -11/+39 |
| * | | | | | [BUILD_METADATA] Make the defaults "dynamic" | Samuel Giddins | 2017-06-12 | 1 | -2/+2 |
| * | | | | | Print build metadata when running `bundle version` | Samuel Giddins | 2017-06-12 | 2 | -1/+5 |
| * | | | | | Commit blank generated build metadata file | Samuel Giddins | 2017-06-12 | 1 | -0/+9 |
* | | | | | | Auto merge of #5702 - bundler:seg-load-path-gem-plugins, r=indirect | The Bundler Bot | 2017-06-15 | 2 | -1/+32 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-plugins | Samuel Giddins | 2017-06-14 | 1 | -1/+6 |
| * | | | | | [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8 | Samuel Giddins | 2017-06-14 | 2 | -1/+9 |
| * | | | | | [Installer] Load plugin files from path gems | Samuel Giddins | 2017-06-14 | 2 | -1/+19 |
| | |_|/ /
| |/| | | |
|