aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/fetcher
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.12.6'Samuel Giddins2016-10-101-1/+1
|\
| * Fix usage of select...count to use countSamuel Giddins2016-10-101-1/+1
| * Auto merge of #4607 - will-in-wi:clean_up_workers, r=segiddinsHomu2016-05-251-0/+24
| * Fix the following warning in the test suite:James Wen2016-03-121-1/+1
| * [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-111-2/+2
* | Update the dependency fetcher spec to pass in a flat array of gem namesSamuel Giddins2016-10-091-2/+2
* | Auto merge of #4811 - NickLaMuro:dots_for_compact_index_logger, r=segiddinsHomu2016-07-261-0/+30
|\ \
| * | Update CompactIndex to use log_specsNick LaMuro2016-07-251-0/+30
* | | Add URI to http response output in debug modeNick LaMuro2016-07-251-1/+1
|/ /
* | [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-3/+6
* | add a test for not logging passwordsRoman Sandler2016-06-181-0/+12
* | Do not log the credentials used to contact a gem serverRoman Sandler2016-06-181-11/+9
* | Fail gracefully on Errno::EHOSTUNREACHAllen Zhao2016-06-101-0/+9
* | Remove useless comment.William Johnston2016-05-241-1/+0
* | Fix issue with older versions of Ruby and URI.William Johnston2016-05-241-1/+1
* | Fix code syntax testWilliam Johnston2016-05-241-1/+1
* | Ack, forgot RubocopWilliam Johnston2016-05-241-2/+2
* | Add test for thread issueWilliam Johnston2016-05-241-0/+25
* | Suggest usage of `--full-index` flag in case of Dependency API failureJames Wen2016-03-311-15/+21
* | [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-111-2/+2
* | Fix the following warning in the test suite:James Wen2016-03-101-1/+1
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-314-0/+4
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-6/+6
* Backfill unit tests for `Bundler::Fetcher::Downloader`James Wen2016-01-251-0/+229
* Update dependency fetcher specs for refactoringSamuel Giddins2016-01-251-73/+16
* [Fetcher::Base] Update specs for api_available? -> available?Samuel Giddins2016-01-251-4/+2
* Auto merge of #4227 - RochesterinNYC:add-unit-tests-for-bundler-fetcher-depen...Homu2016-01-241-0/+335
|\
| * Refactor and add unit test coverage for `Bundler::Fetcher::Dependency`James Wen2016-01-231-0/+335
* | Add unit tests for abstract `Bundler::Fetcher::Base` classJames Wen2016-01-231-0/+78
|/
* Complete unit test coverage for `Bundler::Fetcher::Index`James Wen2016-01-211-12/+97
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* Pass remote as is to fetcherMike Virata-Stone2015-11-021-1/+1
* Rescue Net::HTTPFatalError, tooAndre Arko2015-08-131-0/+16