| Commit message (Expand) | Author | Age | Files | Lines |
* | [Env] Default to always printing gemfile & gemspecsseg-error-report | Samuel Giddins | 2017-04-15 | 2 | -4/+4 |
* | Auto merge of #5585 - bundler:seg-spec-set-perf, r=segiddins | The Bundler Bot | 2017-04-15 | 5 | -19/+31 |
|\ |
|
| * | [RubyGemsExt] Speed up Dependency#to_lockseg-spec-set-perf | Samuel Giddins | 2017-04-15 | 1 | -3/+8 |
| * | [SpecSet] Use a set for #for | Samuel Giddins | 2017-04-14 | 1 | -4/+3 |
| * | [SepcSet] Avoid compacting when the array never contains nil | Samuel Giddins | 2017-04-14 | 1 | -6/+7 |
| * | [SpecSet] Avoid sorting specs in initializer | Samuel Giddins | 2017-04-14 | 2 | -2/+2 |
| * | [Index] Avoid sorting specs in intermediary searches | Samuel Giddins | 2017-04-14 | 1 | -3/+9 |
| * | [Definition] Avoid checking settings in a loop | Samuel Giddins | 2017-04-14 | 1 | -1/+2 |
* | | Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddins | The Bundler Bot | 2017-04-15 | 3 | -6/+114 |
|\ \
| |/
|/| |
|
| * | print key & value on config set and print new value when overwritting existin... | Colby Swandale | 2017-04-15 | 2 | -7/+12 |
| * | print old config value in parseable format using overwriting an existing | Colby Swandale | 2017-04-12 | 2 | -1/+15 |
| * | print only highest priority value per config | Colby Swandale | 2017-04-06 | 3 | -17/+7 |
| * | update config output parseable format and specs | Colby Swandale | 2017-04-05 | 3 | -3/+28 |
| * | print minimal report of configuration with bundler config --parseable | Colby Swandale | 2017-04-03 | 2 | -6/+33 |
| * | Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-... | Colby Swandale | 2017-03-29 | 342 | -2005/+7103 |
| |\ |
|
| * | | remove duplicate condition | Colby Swandale | 2017-01-06 | 1 | -1/+2 |
| * | | cleanup and add missing specs are parseable option | Colby Swandale | 2017-01-05 | 1 | -27/+24 |
| * | | move parseable functionality down a bit and only when no args are given | Colby Swandale | 2017-01-05 | 1 | -2/+2 |
| * | | removed parseable alias option | Colby Swandale | 2017-01-05 | 1 | -1/+1 |
| * | | Add specs to ensure parseable doesn't break global and local set | JuanitoFatas | 2016-09-15 | 1 | -0/+12 |
| * | | Add more test cases for bundle config --parseable option | JuanitoFatas | 2016-08-28 | 1 | -2/+26 |
| * | | Add parseable option to bundle config | JuanitoFatas | 2016-08-26 | 3 | -0/+13 |
* | | | Auto merge of #5571 - bundler:seg-deadlocking-is-bad, r=indirect | The Bundler Bot | 2017-04-14 | 12 | -37/+79 |
|\ \ \ |
|
| * | | | Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-bad | Samuel Giddins | 2017-04-13 | 3 | -2/+14 |
| * | | | [SpecSet] Dont allow deps to silently go unsatisfied | Samuel Giddins | 2017-04-13 | 2 | -3/+5 |
| * | | | Support rubygems that print dep type in specs | Samuel Giddins | 2017-04-13 | 1 | -1/+1 |
| * | | | [SharedHelpers] Restore debug message for dep mismatch | Samuel Giddins | 2017-04-13 | 5 | -13/+16 |
| * | | | Avoid deadlocking when installing with a lockfile missing dependencies | Samuel Giddins | 2017-04-13 | 6 | -28/+53 |
* | | | | Auto merge of #5579 - bundler:seg-downloader-error, r=colby-swandale | The Bundler Bot | 2017-04-14 | 2 | -5/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [Downloader] Print underlying error in HTTPErrorseg-downloader-error | Samuel Giddins | 2017-04-13 | 2 | -5/+6 |
|/ / / |
|
* | | | Auto merge of #5580 - koic:use_latest_rubies, r=segiddins | The Bundler Bot | 2017-04-13 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | Change to a too large value that doesn't conflict in the future | Koichi ITO | 2017-04-13 | 1 | -1/+1 |
| * | | | CI against Ruby 2.2.7, 2.3.4, and 2.4.1 | Koichi ITO | 2017-04-13 | 1 | -3/+3 |
* | | | | Auto merge of #5581 - bundler:seg-pristine-skip-bundler, r=segiddins | The Bundler Bot | 2017-04-12 | 3 | -7/+17 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [Pristine] Skip the bundler gemseg-pristine-skip-bundler | Samuel Giddins | 2017-04-12 | 3 | -7/+17 |
|/ / / |
|
* | | | Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddins | The Bundler Bot | 2017-04-11 | 4 | -0/+136 |
|\ \ \ |
|
| * | | | Remove gem folder and re-install | Dennis Suratna | 2017-04-11 | 1 | -0/+1 |
| * | | | Only prints out platform for non ruby and non-nil platform | Dennis Suratna | 2017-04-11 | 1 | -5/+1 |
| * | | | Fix rubocop errors | Dennis Suratna | 2017-04-11 | 2 | -18/+17 |
| * | | | Handle and test gemspec. Add platform to message | Dennis Suratna | 2017-04-11 | 2 | -5/+41 |
| * | | | Refactor specs and pristine | Dennis Suratna | 2017-04-11 | 2 | -26/+27 |
| * | | | Expand test and refactor to re-install using source | Dennis Suratna | 2017-04-11 | 3 | -28/+24 |
| * | | | Add more specs and handle git source | Dennis Suratna | 2017-04-11 | 2 | -29/+41 |
| * | | | Initial pristine specs | Dennis Suratna | 2017-04-11 | 1 | -0/+50 |
| * | | | Initial implementation of 'bundle pristine' | Dennis Suratna | 2017-04-11 | 2 | -0/+45 |
* | | | | Auto merge of #5486 - denniss:4901-add-command, r=segiddins | The Bundler Bot | 2017-04-11 | 5 | -19/+181 |
|\ \ \ \ |
|
| * | | | | Fix rubocop error | Dennis Suratna | 2017-04-10 | 1 | -6/+1 |
| * | | | | Test error message when source is specified | Dennis Suratna | 2017-04-10 | 1 | -0/+3 |
| * | | | | Fix spec. Check for requirement pattern | Dennis Suratna | 2017-04-10 | 2 | -6/+6 |
| * | | | | Fix failing specs and consistently use double quotes for rendered Gemfile lines | Dennis Suratna | 2017-04-10 | 3 | -8/+9 |