summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | [CompactIndexClient] Require setSamuel Giddins2016-01-251-0/+1
| * | | | where did that puts out come fromAndre Arko2016-01-251-2/+1
| * | | | update digest to include host+port as well as pathAndre Arko2016-01-251-6/+10
| * | | | find is better than .select.firstAndre Arko2016-01-251-2/+1
| * | | | uniq the completed list per @segiddinsAndre Arko2016-01-251-1/+1
| * | | | unify global config and compact index cache dirsAndre Arko2016-01-252-3/+6
| * | | | Disable flat_map cop for 1.8.7 supportAndre Arko2016-01-251-0/+3
| * | | | Pathname#path needs to be to_s here as wellAndre Arko2016-01-251-1/+1
| * | | | it’s supposed to return an arrayAndre Arko2016-01-251-3/+3
| * | | | ArgumentErrors are not really retriableAndre Arko2016-01-251-1/+1
| * | | | flat_map doesn’t exist on 1.8.7 :/Andre Arko2016-01-251-1/+1
| * | | | resolve warning for extra proc parametersAndre Arko2016-01-251-1/+1
| * | | | Pathname#to_path doesn’t exist on 1.8.7, so to_sAndre Arko2016-01-251-1/+1
| * | | | turns out URI#hostname is 1.9+, URI#host is 1.8+Andre Arko2016-01-251-4/+5
| * | | | BadRequirementError guardAndre Arko2016-01-251-0/+1
| * | | | [rubocop] style, style, style :nail_care:Andre Arko2016-01-252-4/+4
| * | | | use filesystem_access correctlyAndre Arko2016-01-251-2/+3
| * | | | update extra_api artifice for structsAndre Arko2016-01-251-4/+3
| * | | | Version 1.12.0.pre with changelogAndre Arko2016-01-252-1/+7
| * | | | address feedback from @segiddinsAndre Arko2016-01-254-5/+11
| * | | | rewrite compact index artifice for 0.9.3 structsAndre Arko2016-01-251-17/+17
| * | | | [rubocop] cop those rubos right upAndre Arko2016-01-255-5/+5
| * | | | Only run Webrick in realworld suiteAndre Arko2016-01-251-1/+1
| * | | | fix shadowed variable warningAndre Arko2016-01-251-1/+1
| * | | | split requirement versions, as Requirement expectsAndre Arko2016-01-251-1/+2
| * | | | update compact index fetching message expectationsAndre Arko2016-01-251-2/+2
| * | | | handle compact HTTP errors like deps errorsAndre Arko2016-01-251-3/+6
| * | | | add BadRequirementError to known failures listAndre Arko2016-01-251-1/+1
| * | | | [fetcher] stop retrying on known failure errorsAndre Arko2016-01-251-1/+1
| * | | | we haven’t had a CI reporter for a long time...Andre Arko2016-01-251-3/+0
| * | | | [specs] enable --only-failures and --next-failureAndre Arko2016-01-252-0/+6
| * | | | slightly nicer HTTP exception messagesAndre Arko2016-01-251-2/+4