Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lock] Default to not updatingseg-lock-no-update | Samuel Giddins | 2016-09-11 | 4 | -11/+38 |
| | |||||
* | Auto merge of #4955 - bundler:seg-fail-invalid-uri-schemes, r=indirect | Homu | 2016-09-11 | 2 | -0/+22 |
|\ | | | | | | | | | | | Fail gracefully when attempting to request from an unknown URI scheme Closes #4953 | ||||
| * | Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemes | Samuel Giddins | 2016-09-07 | 2 | -0/+22 |
| | | |||||
* | | Auto merge of #4931 - bundler:seg-compact-index-debugging, r=indirect | Homu | 2016-09-11 | 2 | -4/+27 |
|\ \ | | | | | | | | | | | | | | | | Add debug logging to the compact index client \c @indirect | ||||
| * | | Add debug logging to the compact index clientseg-compact-index-debugging | Samuel Giddins | 2016-09-06 | 1 | -3/+26 |
| | | | |||||
| * | | [CompactIndexClient::Updater] Support weak etags | Samuel Giddins | 2016-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirect | Homu | 2016-09-11 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RubygemsExt] Add missing require rubygems/source The change referenced below as released in 1.13.0.rc.2, may attempt to reference Gem::Source without it being loaded, resulting in: ~~~ [!] There was an error parsing `Gemfile`: [!] There was an error while loading `elided.gemspec`: uninitialized constant Gem::Source. Bundler cannot continue. ~~~ Observed this on ruby 2.2.5 with stock rubygems 2.4.5 as well as upgraded rubygems 2.6.6. Add this require. f9de70ee931ca4a8500916fa9480f6df6c062626 by @segiddins: > [RubygemsExt] return Source::Installed from #source when appropriate | ||||
| * | | | But I only put that there to amuse you, Rubocop | David Kellum | 2016-09-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | If this works, you are just as nuisance, Rubocop | David Kellum | 2016-09-02 | 1 | -1/+2 |
| | | | | |||||
| * | | | Get it passing for rubygems <2.0.0 | David Kellum | 2016-09-02 | 1 | -1/+9 |
| | | | | |||||
| * | | | [RubygemsExt] Add missing require rubygems/source | David Kellum | 2016-09-02 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change referenced below as released in 1.13.0.rc.2, may attempt to reference Gem::Source without it being loaded, resulting in: [!] There was an error parsing `Gemfile`: [!] There was an error while loading `elided.gemspec`: uninitialized constant Gem::Source. Bundler cannot continue. Observed this on ruby 2.2.5 with stock rubygems 2.4.5 as well as upgraded rubygems 2.6.6. Add this require. commit f9de70ee931ca4a8500916fa9480f6df6c062626 Author: Samuel Giddins <segiddins@segiddins.me> AuthorDate: Sun Jul 10 11:06:49 2016 -0300 Commit: Samuel Giddins <segiddins@segiddins.me> CommitDate: Tue Jul 19 17:13:19 2016 -0500 [RubygemsExt] return Source::Installed from #source when appropriate | ||||
* | | | Auto merge of #4933 - bundler:check-187, r=segiddins | Homu | 2016-09-08 | 1 | -2/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Remove one 1.8.7 build (on the latest rubygems) from the allowed failures list None | ||||
| * | | | require one passing 1.8.7 buildcheck-187 | Andre Arko | 2016-09-08 | 1 | -2/+19 |
|/ / / | |||||
* | | | Auto merge of #4949 - bundler:seg-doc-config-default-cache-path, r=segiddins | Homu | 2016-09-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Document the default value for the cache_path setting Closes #4947. Default taken from https://github.com/bundler/bundler/blob/96bdba7686ca39b41eebde7533148f92aee2260a/lib/bundler/settings.rb#L210 | ||||
| * | | | Document the default value for the cache_path settingseg-doc-config-default-cache-path | Samuel Giddins | 2016-09-06 | 1 | -1/+1 |
| |/ / | |||||
* | | | Auto merge of #4950 - bundler:seg-no-empty-parens-install-message, r=segiddins | Homu | 2016-09-08 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | [Source] Remove empty parenthesis in installing gem message | ||||
| * | | [Source] Remove empty parenthesis in installing gem messageseg-no-empty-parens-install-message | Samuel Giddins | 2016-09-06 | 1 | -1/+1 |
| |/ | |||||
* | | Auto merge of #4943 - bundler:seg-unknown-keys, r=indirect | Homu | 2016-09-07 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | [DSL] Suggest updating bundler on invalid options See https://github.com/bundler/bundler/issues/4856 & https://github.com/bundler/bundler/pull/4918 | ||||
| * | | [DSL] Suggest updating bundler on invalid optionsseg-unknown-keys | Samuel Giddins | 2016-09-02 | 1 | -1/+2 |
| |/ | |||||
* | | Auto merge of #4929 - bundler:seg-fix-1-8, r=segiddins | Homu | 2016-09-07 | 3 | -11/+22 |
|\ \ | |/ |/| | | | Fix the specs on 1.8.7 | ||||
| * | [GemInstaller] Support base64 digests on ruby 1.8.7seg-fix-1-8 | Samuel Giddins | 2016-08-29 | 1 | -1/+13 |
| | | |||||
| * | [RemoteSpecification] Support respond_to? on 1.8.7 | Samuel Giddins | 2016-08-29 | 2 | -10/+9 |
| | | |||||
* | | Auto merge of #4939 - JuanitoFatas:patch/mirror-equal, r=segiddins | Homu | 2016-09-02 | 1 | -0/+10 |
|\ \ | | | | | | | | | | | | | | | | Add a spec for Bundler::Settings::Mirror#== This PR adds a spec for `Mirror#==` method. | ||||
| * | | Add a spec for Bundler::Settings::Mirror#== | JuanitoFatas | 2016-08-31 | 1 | -0/+10 |
| | | | |||||
* | | | Auto merge of #4938 - JuanitoFatas:patch/settings-spec, r=segiddins | Homu | 2016-09-01 | 2 | -2/+13 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some specs for Bundler::Settings#temporary This PR adds a spec and moved an alias in Settings class. followup of #4917. | ||||
| * | | | Add a spec for Bundler::Settings#temporary | JuanitoFatas | 2016-08-31 | 1 | -0/+12 |
| | | | | |||||
| * | | | Move the alias to where it should be | JuanitoFatas | 2016-08-31 | 1 | -2/+1 |
| |/ / | |||||
* | | | Auto merge of #4937 - bundler:default-travis-emails, r=segiddins | Homu | 2016-09-01 | 1 | -5/+0 |
|\ \ \ | |/ / |/| | | | | | | | | | | | Emails to the committer are better than emails to me :+1: None | ||||
| * | | back to default emailsdefault-travis-emails | Andre Arko | 2016-08-31 | 1 | -5/+0 |
|/ / | |||||
* | | Auto merge of #4917 - bundler:seg-settings-temporary, r=indirect | Homu | 2016-08-30 | 2 | -6/+22 |
|\ \ | | | | | | | | | | [Settings] Allow temporarily overriding settings in-memory | ||||
| * | | [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporary | Samuel Giddins | 2016-08-26 | 2 | -6/+22 |
| | | | |||||
* | | | Auto merge of #4921 - JuanitoFatas:doc/development-pry-byebug, r=indirect | Homu | 2016-08-30 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | Doc: Add a note on how to dive into the code with Pry Follow up of https://github.com/bundler/bundler/pull/4919#issuecomment-242706463. [Preview DEVELOPMENT.md](https://github.com/JuanitoFatas/bundler/blob/6667a9d9a1fd7f83b4d262ff00b933f8574a974f/DEVELOPMENT.md#development-setup) | ||||
| * | | Add a note on how to dive into the code with Pry [ci skip] | JuanitoFatas | 2016-08-26 | 1 | -0/+2 |
| | | | | | | | | | | | | Follow up of https://github.com/bundler/bundler/pull/4919#issuecomment-242706463 | ||||
* | | | Auto merge of #4928 - bundler:seg-update-compact-index, r=segiddins | Homu | 2016-08-30 | 4 | -12/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update specs to use compact_index 0.11 Also removed the penalty for adding requirements to dependencies! \c @indirect | ||||
| * | | | Speed up test gem installationseg-update-compact-index | Samuel Giddins | 2016-08-29 | 1 | -5/+9 |
| | | | | |||||
| * | | | Update specs to use compact_index 0.11 | Samuel Giddins | 2016-08-29 | 4 | -7/+8 |
|/ / / | |||||
* | | | Auto merge of #4923 - bundler:seg-apple-git-support, r=indirect | Homu | 2016-08-28 | 2 | -0/+10 |
|\ \ \ | |/ / |/| | | | | | [Env] Support running `bundle env` when not inside a bundle | ||||
| * | | [Env] Support running `bundle env` when not inside a bundleseg-apple-git-support | Samuel Giddins | 2016-08-26 | 2 | -0/+10 |
|/ / | |||||
* | | Auto merge of #4491 - bundler:seg-exec-file--zsh, r=indirect | Homu | 2016-08-26 | 1 | -0/+36 |
|\ \ | |/ |/| | | | | | | | [Exec] Add specs for $0 and __FILE__ when loaded Tests for #4488 | ||||
| * | [Exec] Add specs for $0 and __FILE__ when loadedseg-exec-file--zsh | Samuel Giddins | 2016-08-23 | 1 | -0/+36 |
| | | |||||
* | | Auto merge of #4836 - bundler:seg-resolve-for-specific-platforms, r=indirect | Homu | 2016-08-26 | 27 | -60/+290 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Resolve for specific platforms Closes #4295. This will require adding a bunch of tests, as well as figuring out how to put this new behavior behind a feature flag (thus fixing all of the existing tests). | ||||
| * | | [Plugin] Don’t print GemfileErrors twiceseg-resolve-for-specific-platforms | Samuel Giddins | 2016-08-25 | 1 | -1/+3 |
| | | | |||||
| * | | [Definition] Validate platform in addition to ruby | Samuel Giddins | 2016-08-25 | 11 | -10/+31 |
| | | | | | | | | | | | | | | | # Conflicts: # lib/bundler/cli/doctor.rb | ||||
| * | | [Definition] Only add current platform if not frozen | Samuel Giddins | 2016-08-25 | 1 | -3/+7 |
| | | | |||||
| * | | [LockfileParser] Ensure specs are consistently ordered | Samuel Giddins | 2016-08-25 | 2 | -1/+15 |
| | | | |||||
| * | | [SpecSet] Fix #for when installing with --deployment | Samuel Giddins | 2016-08-25 | 1 | -10/+13 |
| | | | |||||
| * | | [Source] Always print the platform when installing | Samuel Giddins | 2016-08-25 | 2 | -2/+2 |
| | | | |||||
| * | | Add a spec for platform_specific resolution / runtime | Samuel Giddins | 2016-08-25 | 1 | -0/+95 |
| | | | |||||
| * | | Automatically add platform to version in the spec’s builders | Samuel Giddins | 2016-08-25 | 1 | -1/+4 |
| | | | |||||
| * | | Add a platform helper for x64_mac | Samuel Giddins | 2016-08-25 | 1 | -0/+4 |
| | | |