summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [newgem] freeze version constantseg-new-gem-freezeSamuel Giddins2016-01-051-1/+1
* Auto merge of #4195 - RochesterinNYC:add-net-http-errors-safely, r=segiddinsHomu2016-01-033-4/+44
|\
| * Refactor `SharedHelpers#const_get_safely` to maintain support for ruby 1.8.7James Wen2016-01-031-3/+4
| * Extract safe const_get logic into `SharedHelpers#const_get_safely`James Wen2016-01-023-9/+42
| * Add `Net#HTTP--` errors safely (only if in version of ruby stdlib)James Wen2016-01-011-4/+10
* | Merge pull request #4197 from RochesterinNYC/update-filesystem_access-commentsSamuel E. Giddins2016-01-021-1/+3
|\ \
| * | Update `SharedHelpers#filesystem_access` inline comment documentation with `E...James Wen2016-01-031-1/+3
|/ /
* | Auto merge of #4196 - bundler:env-output-fix, r=indirectHomu2016-01-022-2/+2
|\ \ | |/ |/|
| * Make `bundle env` output consistentenv-output-fixAgis Anastasopoulos2016-01-022-2/+2
|/
* Auto merge of #4193 - RochesterinNYC:clean-up-test-suite-warnings, r=indirectHomu2015-12-308-31/+31
|\
| * Clean up already initialized constant warning messages from test suiteJames Wen2015-12-302-4/+4
| * Clean up bundle_ruby deprecation messages from test suiteJames Wen2015-12-301-14/+14
| * Clean up binstub deprecation message from test suiteJames Wen2015-12-301-1/+1
| * Clean up require rack output message from test suiteJames Wen2015-12-301-1/+1
| * Clean up `fatal: Needed a single revision` output messages from test suiteJames Wen2015-12-301-2/+2
| * Clean up "Cloning into 'submodule-1.0'..." output messages from test suiteJames Wen2015-12-303-9/+9
|/
* Auto merge of #4191 - RochesterinNYC:refactor-order-errors-by-status-code, r=...Homu2015-12-291-36/+37
|\
| * Reorder Bundler error classes by correlated status codeJames Wen2015-12-291-36/+37
|/
* Auto merge of #4189 - RochesterinNYC:add-temporary-resource-error-for-errno-e...Homu2015-12-293-6/+31
|\
| * Create `TemporaryResourceError` that `SharedHelpers#filesystem_access` raises...James Wen2015-12-283-6/+31
* | Auto merge of #4186 - pcarranza:mirror-fallback, r=indirectHomu2015-12-289-58/+698
|\ \ | |/ |/|
| * Use linear search to find an unused portPablo Carranza2015-12-281-3/+6
| * Join rack server threads so we make sure that they are gonePablo Carranza2015-12-283-2/+7
| * Use late binding for ports in the rack based specs to prevent picking wrong p...Pablo Carranza2015-12-281-23/+23
| * Tag mirror probe spec as realworld so it is included in the runPablo Carranza2015-12-271-1/+1
| * Add realworld specs for probing mirrors failing and falling back, all and spe...Pablo Carranza2015-12-271-11/+78
| * Oh rubocop, you are so susceptiblePablo Carranza2015-12-271-3/+2
| * Remove duplication for tests that start a rack serverPablo Carranza2015-12-272-45/+6
| * Weinrich proc stylePablo Carranza2015-12-271-2/+2
| * Initial mirror probe realworld integration specPablo Carranza2015-12-272-0/+82
| * Indent autoload lines correctlyPablo Carranza2015-12-271-2/+2
| * Use Errno::EINPROGRESS instead of IO::WaitWritable for ruby 1.8.7 compatibilityPablo Carranza2015-12-271-1/+1
| * Remove fallback tests from settings as it is not mockedPablo Carranza2015-12-271-12/+0
| * Turn normalize uri back into a module methodPablo Carranza2015-12-272-13/+11
| * Add YARD documentation for new mirror classes.Pablo Carranza2015-12-271-2/+31
| * Add support for multiple mirror addressesPablo Carranza2015-12-271-14/+23
| * Fix rubocop complainsPablo Carranza2015-12-272-33/+36
| * Add TCP Mirror probe object to verify that the mirror is reachablePablo Carranza2015-12-272-8/+92
| * Improve specs for mirrors so it is easier to understandPablo Carranza2015-12-271-30/+38
| * Add logic for selecting and validating mirrors if needed.Pablo Carranza2015-12-272-89/+184
| * WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-274-32/+129
| * WIP - Setting up mirror probe with fallbackPablo Carranza2015-12-272-18/+68
| * Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-274-38/+156
| * Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-274-13/+26
| * WIP - it can parse the keys correctlyPablo Carranza2015-12-274-4/+35
|/
* Auto merge of #4187 - RochesterinNYC:add-more-info-to-gem-require-error, r=in...Homu2015-12-272-2/+7
|\
| * Add original error context info to GemRequireError messageJames Wen2015-12-262-2/+7
* | Auto merge of #4188 - RochesterinNYC:catch-no-use-ssl-method-error, r=indirectHomu2015-12-271-0/+6
|\ \ | |/ |/|
| * Catch NoMethodError for `use_ssl=` and raise appropriate FriendlyErrors warningJames Wen2015-12-271-0/+6
|/
* Auto merge of #4185 - dthjones:fix-default-test-task, r=indirectHomu2015-12-262-2/+28
|\