summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extract lockfile generation into a new classseg-extract-lockfile-generationSamuel Giddins2017-07-012-45/+96
* Auto merge of #5827 - greysteil:fix-typo, r=colby-swandaleThe Bundler Bot2017-06-291-1/+1
|\
| * Fix typo in pull request templateGrey Baker2017-06-291-1/+1
|/
* Auto merge of #5820 - bundler:seg-no-default-git-sources, r=indirectThe Bundler Bot2017-06-285-2/+27
|\
| * [DSL] Remove default git sources on 2.0seg-no-default-git-sourcesSamuel Giddins2017-06-285-2/+27
|/
* Auto merge of #5823 - gxespino:small-doc-fixes, r=colby-swandaleThe Bundler Bot2017-06-285-6/+6
|\
| * Small documentation fixes for spelling and grammarGlenn Espinosa2017-06-275-6/+6
* | Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-2748-339/+2651
|\ \ | |/ |/|
| * More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-2715-44/+349
| * Only limit to 25 failures on CISamuel Giddins2017-06-231-1/+1
| * Fix plugin installation when the plugin depends upon BundlerSamuel Giddins2017-06-233-3/+7
| * Always serve the Bundler gemspec from the metadata sourceSamuel Giddins2017-06-233-40/+32
| * Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-2326-144/+1818
| * Fix plugin sourcesSamuel Giddins2017-06-231-0/+7
| * Error if lockfile_uses_separate_rubygems_sources is set without disable_multi...Samuel Giddins2017-06-233-5/+14
| * Consolidate the double-checking logicSamuel Giddins2017-06-232-50/+14
| * Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-233-2/+42
| * Implement source pinning for 2.0Samuel Giddins2017-06-2318-64/+286
| * Disable mutisource gemfiles by default on 2.0Samuel Giddins2017-06-233-2/+3
| * Add failing test for invalid warningJuan Barreneche2017-06-231-4/+18
| * Put new source pinning specs behind a feature flagSamuel Giddins2017-06-231-49/+53
| * Failing spec for #3671.Tim Moore2017-06-231-1/+74
| * Add a feature flag for the lockfile using separate RubyGems sourcesSamuel Giddins2017-06-233-0/+3
* | Auto merge of #5782 - bundler:seg-global-gem-cache, r=indirectThe Bundler Bot2017-06-2711-16/+301
|\ \
| * | Avoid leaving test data in the md5 availability cacheseg-global-gem-cacheSamuel Giddins2017-06-271-1/+8
| * | Put the global gem cache behind a feature flagSamuel Giddins2017-06-275-0/+8
| * | Add specs for the global gem cacheSamuel Giddins2017-06-273-1/+199
| * | Globally cache downloaded .gem filesSamuel Giddins2017-06-271-2/+66
| * | Avoid grabbing the BUNDLE_APP_CONFIG env var twiceSamuel Giddins2017-06-271-2/+2
| * | Extract md5 checking to SharedHelpersSamuel Giddins2017-06-274-12/+20
| |/
* | Auto merge of #5815 - gxespino:non-absolute-paths, r=segiddinsThe Bundler Bot2017-06-273-14/+54
|\ \ | |/ |/|
| * Move expand_path to #default_gemfile and add integration specGlenn Espinosa2017-06-253-22/+54
| * Allow BUNDLE_GEMFILE to not be an absolute pathGlenn Espinosa2017-06-242-2/+10
|/
* Auto merge of #5800 - bundler:seg-bundler-2-specs, r=segiddinsThe Bundler Bot2017-06-2349-260/+418
|\
| * [Definition] Avoid a group_by when not running a new resolveseg-bundler-2-specsSamuel Giddins2017-06-231-3/+3
| * Update the version spec to handle when the specs start in the day before that...Samuel Giddins2017-06-231-3/+1
| * Update the update spec for Bundler 2 allowing Bundler conflictsSamuel Giddins2017-06-231-1/+8
| * Improve realworld specs on 2.0Samuel Giddins2017-06-233-15/+13
| * [Source::Git] Print the underlying error when falling back to cached git dataSamuel Giddins2017-06-231-2/+2
| * Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-2324-149/+214
| * [Init] Don’t create a gems.rb when a Gemfile existsSamuel Giddins2017-06-231-2/+6
| * [Definition] Fully unlock on 2.0 when the dep in the Gemfile changesSamuel Giddins2017-06-231-3/+6
| * Filter git credentials when a revision is missingSamuel Giddins2017-06-231-1/+1
| * Get the specs passing in 1.0 modeSamuel Giddins2017-06-2311-37/+37
| * [UI::Shell] Warn on STDERR in Bundler 2Samuel Giddins2017-06-232-3/+17
| * Update the specs to pass under Bundler 2Samuel Giddins2017-06-237-31/+33
| * [Travis] Begin testing Bundler 2Samuel Giddins2017-06-231-0/+3
| * [Rakefile] Allow stubbing the Bundler version on travisSamuel Giddins2017-06-231-0/+12
| * Allow filtering specs based on the bundler versionSamuel Giddins2017-06-231-0/+1
| * Introduce a CommandExecution helper class in the specsSamuel Giddins2017-06-234-26/+77