summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-306-6/+43
* | | Auto merge of #4249 - cirdes:outdated-semantic, r=indirectHomu2016-01-313-0/+69
|\ \ \
| * | | bundle outdated with major and minor optionsCirdes Henrique2016-01-293-0/+69
* | | | Auto merge of #4244 - dtognazzini:fix-path-to-gemfile, r=indirectHomu2016-01-313-7/+19
|\ \ \ \
| * | | | Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-273-13/+14
| * | | | Make all paths be relative to Gemfile during evaluation.Donnie Tognazzini2016-01-271-3/+11
| * | | | Fix the path to the Gemfile during evaluation.Donnie Tognazzini2016-01-271-1/+4
| | |_|/ | |/| |
* | | | Auto merge of #4254 - bundler:seg-thread-names, r=indirectHomu2016-01-316-4/+27
|\ \ \ \
| * | | | [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-303-4/+14
| * | | | Ensure there are no unresolved specs left over in the binstubsSamuel Giddins2016-01-303-0/+13
* | | | | Auto merge of #4255 - bundler:seg-gemspec-bump-rdiscount, r=segiddinsHomu2016-01-312-10/+4
|\ \ \ \ \
| * | | | | [Travis] Use RG 2.5.1seg-gemspec-bump-rdiscountSamuel Giddins2016-01-301-9/+3
| * | | | | [Gemspec] Bump rdiscount to `~> 2.1.8`Samuel Giddins2016-01-301-1/+1
| |/ / / /
* | | | | Auto merge of #4252 - bundler:seg-debug-once, r=segiddinsHomu2016-01-311-1/+2
|\ \ \ \ \
| * | | | | [Resolver] Determine debug mode onceseg-debug-onceSamuel Giddins2016-01-301-1/+2
| |/ / / /
* | | | | Auto merge of #4184 - bundler:seg-ruby-2.3, r=segiddinsHomu2016-01-312-2/+3
|\ \ \ \ \
| * | | | | [Travis] Test against RubyGems 2.5.1seg-ruby-2.3Samuel Giddins2016-01-302-2/+2
| * | | | | [Travis] Test against Ruby 2.3.0Samuel Giddins2016-01-301-0/+1
| |/ / / /
* | | | | Auto merge of #4253 - bundler:seg-molinillo-0.4.2, r=segiddinsHomu2016-01-318-24/+72
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [Resolver] Update Molinillo to 0.4.2Samuel Giddins2016-01-308-24/+72
|/ / / /
* | | | Auto merge of #4229 - RochesterinNYC:configure-code-climate-exclusions, r=seg...Homu2016-01-292-0/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add .codeclimate.yml file with analysis exclusionsJames Wen2016-01-261-0/+24
| * | | Configure excluded directories for codeclimate and simplecov test coverageJames Wen2016-01-251-0/+13
* | | | Auto merge of #4231 - bundler:seg-exec-spaces, r=indirectHomu2016-01-281-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | [Exec] Fix exec-ing with 0 args in a directory with spacesseg-exec-spacesSamuel Giddins2016-01-251-1/+1
* | | | Auto merge of #4239 - RochesterinNYC:add-unit-tests-fetcher-downloader, r=seg...Homu2016-01-261-0/+229
|\ \ \ \
| * | | | Backfill unit tests for `Bundler::Fetcher::Downloader`James Wen2016-01-251-0/+229
|/ / / /
* | | | Auto merge of #3556 - bundler:seg-new-index-fetchers, r=segiddinsHomu2016-01-2651-196/+1628
|\ \ \ \
| * | | | Dont directly require vendored code in the quality specseg-new-index-fetchersSamuel Giddins2016-01-251-1/+1
| * | | | Fail in an informative way when no YAML is available at allSamuel Giddins2016-01-251-1/+1
| * | | | Update dependency fetcher specs for refactoringSamuel Giddins2016-01-254-75/+68
| * | | | [Definition] Insure @locked_ruby_version is initializedSamuel Giddins2016-01-251-0/+1
| * | | | Ensure there are no warnings in all filesSamuel Giddins2016-01-251-9/+16
| * | | | [Fetcher::Base] Update specs for api_available? -> available?Samuel Giddins2016-01-251-4/+2
| * | | | [Fetcher] Avoid method redefinition warningSamuel Giddins2016-01-251-0/+1
| * | | | [CompactIndexClient] Don't request when the gem does not existSamuel Giddins2016-01-251-1/+2
| * | | | [Updater] Simplify content logicSamuel Giddins2016-01-251-3/+2
| * | | | Add bang versions of the spec helpersSamuel Giddins2016-01-253-37/+54
| * | | | [CompactIndex] Send the proper arity function to the WorkerSamuel Giddins2016-01-251-1/+2
| * | | | Remove unused method on spec double in fetcher specsSamuel Giddins2016-01-251-2/+1
| * | | | [EndpointSpec] Avoid creating unused hashesSamuel Giddins2016-01-251-1/+2
| * | | | [CompactIndex] Centralize error handlingSamuel Giddins2016-01-251-14/+20
| * | | | [CompactIndexClient] Don't raise Bundler::HTTPErrorSamuel Giddins2016-01-253-3/+7
| * | | | [CompactIndex] Fetch in parallel using Bundler::WorkerSamuel Giddins2016-01-251-0/+7
| * | | | [CompactIndexClient] Remove dependency upon Bundler::WorkerSamuel Giddins2016-01-251-8/+11
| * | | | Refactor cache slug logic into the RemoteSamuel Giddins2016-01-254-29/+41
| * | | | [EndpointSpecification] Remove redundant nil-checksSamuel Giddins2016-01-251-3/+3
| * | | | [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-252-2/+10
| * | | | [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-253-2/+34
| * | | | [EndpointSpecification] Freeze constant stringSamuel Giddins2016-01-251-1/+1