| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | assignment warning removalparallel_threads | Andre Arko | 2013-11-06 | 1 | -2/+2 |
| | | |||||
| * | always use threads for parallel | Andre Arko | 2013-11-06 | 7 | -206/+62 |
| | | |||||
| * | use instance_methods to avoid warnings | Andre Arko | 2013-10-21 | 2 | -11/+22 |
| | | | | | thanks @lmarburger! | ||||
| * | slightly more straightforward rubygems integration | Andre Arko | 2013-10-21 | 1 | -17/+13 |
| | | |||||
| * | avoiding warnings isn't worth potential exceptions | Andre Arko | 2013-10-19 | 2 | -4/+0 |
| | | | | | closes #2676, refs rubygems/rubygems#691 | ||||
| * | 1.8.7 can't URI a URI | Andre Arko | 2013-10-19 | 1 | -1/+3 |
| | | |||||
| * | inline the one use of Fetcher.fetch | Andre Arko | 2013-10-19 | 2 | -9/+5 |
| | | |||||
| * | Merge pull request #2680 from kickstarter/spec_refetch_cleanup | Andre Arko | 2013-10-19 | 2 | -4/+4 |
| |\ | | | | | | | bundle install: don't re-download specs for installed gems | ||||
| | * | bundle install: don't re-download specs for installed gems | Lance Ivy | 2013-10-17 | 2 | -4/+4 |
| | | | |||||
| * | | Warn if the same gem (same version) is added twice | Jen Diamond | 2013-10-19 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | Creates a warning about duplicating a gem with the same version & adds a test to spec/install/gems/simple_case_spec.rb modified: lib/bundler/dsl.rb modified: spec/install/gems/simple_case_spec.rb | ||||
| * | | use Gem::Specification#full_require_paths | Andre Arko | 2013-10-18 | 1 | -0/+2 |
| |/ | | | via @drbrain | ||||
| * | move RubygemsMirror.to_uri to Source.mirror_for | Andre Arko | 2013-10-17 | 4 | -25/+13 |
| | | |||||
| * | Merge pull request #2650 from joyicecloud/gem-mirror | Andre Arko | 2013-10-17 | 4 | -2/+46 |
| |\ | | | | | | | | | | | | | Gem Mirror Support (with specs) (PR #2366) Conflicts: lib/bundler/fetcher.rb | ||||
| | * | Change code to print the mirror source | joyicecloud | 2013-09-26 | 1 | -2/+1 |
| | | | | | | | | | | | during Fetching... when run bundle install or bundle update rspec test to make sure mirror prints the mirror source | ||||
| | * | Move gem mirror code to be consistent with other features | danielsdeleo | 2013-09-26 | 2 | -13/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Factors the gem mirror code similarly to the local git repos feature. Questions: * RubygemsMirror class does very little other than provide a static location to replace URIs with the desired mirror. Should it exist? * URI normalization is duplicated. Is there a good single location? * Validation of mirror URIs occurs in Settings, which contains no other validation code. Is there a more desirable location for this? * Is there a better solution for case-sensitive URIs? | ||||
| | * | move public methods to top | danielsdeleo | 2013-09-26 | 1 | -5/+4 |
| | | | | | | | | | seems in line with conventions in rest of project | ||||
| | * | add mirror support. each uri to a repository can be replaced by an | Kristian Meier | 2013-09-26 | 3 | -0/+32 |
| | | | | | | | | | | | mirror uri via the bundler configuration. add mirrors like this $ bundle config mirror.http://rubygems.org http://localhost:8081/nexus/content/repositories/rubygems.org | ||||
| * | | look for windows git too | Andre Arko | 2013-10-13 | 1 | -1/+2 |
| | | | |||||
| * | | fix the bug that downloads every spec | Andre Arko | 2013-10-03 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | basically, the bug happened anytime an API fetcher encountered an error and fell back on the not-API. then the rubygems source would continue to think that it should query every spec for dependencies, which would trigger every spec to be downloaded. we now check for sources that have changed from use_api to !use_api so we know to abort. | ||||
| * | | move messaging into fetcher orchestration code | Andre Arko | 2013-10-03 | 2 | -8/+18 |
| | | | |||||
| * | | replace @public_uri with uri | Andre Arko | 2013-10-03 | 1 | -6/+10 |
| | | | |||||
| * | | remove @@spec_fetch_map | Andre Arko | 2013-10-03 | 5 | -10/+7 |
| | | | |||||
| * | | stop retrying the resolver | Andre Arko | 2013-10-03 | 1 | -7/+1 |
| | | | |||||
| * | | retry without exposing the URL password | Andre Arko | 2013-10-03 | 1 | -4/+4 |
| | | | |||||
| * | | print the error class as well as the message | Andre Arko | 2013-10-03 | 1 | -1/+1 |
| | | | |||||
| * | | retry only network requests | Andre Arko | 2013-10-03 | 1 | -19/+10 |
| | | | |||||
| * | | allow exceptions to be passed to Retry | Andre Arko | 2013-10-03 | 1 | -3/+4 |
| | | | |||||
| * | | msg typo in GitNotAllowedError | joyicecloud | 2013-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Version 1.4.0.rc.1 with changelogv1.4.0.rc.1 | Andre Arko | 2013-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | NHP has internal SSL autoload now | Andre Arko | 2013-09-28 | 1 | -10/+3 |
| | | | |||||
| * | | thank god for specs | Andre Arko | 2013-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | :frowning: actually working connections | Andre Arko | 2013-09-28 | 1 | -29/+29 |
| | | | |||||
| * | | NHP handles no SSL now | Andre Arko | 2013-09-28 | 1 | -7/+3 |
| | | | |||||
| * | | just send the command name in the user agent | Andre Arko | 2013-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | Add command to user agent for fetcher requests | joyicecloud | 2013-09-28 | 1 | -0/+2 |
| | | | | | | | | | Checks bundler, rubygems, ruby, command | ||||
| * | | random id to correlate requests in one run | Andre Arko | 2013-09-28 | 1 | -1/+3 |
| | | | |||||
| * | | set user agent without "Ruby, " | Andre Arko | 2013-09-28 | 1 | -18/+28 |
| | | | |||||
| * | | init the connection once | Andre Arko | 2013-09-28 | 1 | -0/+2 |
| | | | |||||
| * | | default requests have "Ruby" in the user-agent | Andre Arko | 2013-09-28 | 1 | -0/+1 |
| | | | |||||
| * | | on JRuby, RbConfig::CONFIG["host"] doesn't exist | Andre Arko | 2013-09-28 | 1 | -1/+5 |
| | | | |||||
| * | | also include host data in the user agent | Andre Arko | 2013-09-28 | 1 | -0/+1 |
| | | | |||||
| * | | add user agent to fetcher requests | Andre Arko | 2013-09-28 | 1 | -0/+17 |
| | | | |||||
| * | | include the unknown engine's name | Andre Arko | 2013-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | add Bundler::RubyVersion#host | Andre Arko | 2013-09-28 | 1 | -0/+4 |
| | | | |||||
| * | | extract into Bundler.ruby_version | Andre Arko | 2013-09-28 | 3 | -4/+7 |
| | | | |||||
| * | | Retry git commands | schneems | 2013-09-28 | 4 | -35/+57 |
| | | | |||||
| * | | Retry fetch specs with `--retry` | schneems | 2013-09-28 | 4 | -4/+63 |
| | | | | | | | | | | | | | This PR adds a general purpose Retry class that can be re-used where-ever retry code is needed! It also allows you to call `bundle install --retry 3` which will attempt to connect to ruby gems 3 times before failing, and emit a warning message each time | ||||
| * | | don't use global definition in standalone gen | Charles Lowell | 2013-09-27 | 1 | -3/+3 |
| |/ | | | | | | | | bundler was using the global 'Bundler.definition' for standalone, but the local definition elsewhere. This was getting in the way of using bundler from within an application to generate a standalone bundle if bundler was being used to bootstrap the application in the first place. | ||||
| * | Merge pull request #2611 from mcfiredrill/jruby18and19 | André Arko | 2013-09-26 | 2 | -0/+10 |
| |\ | | | | | add jruby_18 and jruby_19 to platforms | ||||
| | * | add jruby_18 and jruby_19 to platforms | Tony Miller | 2013-08-24 | 2 | -0/+10 |
| | | | |||||
