summaryrefslogtreecommitdiff
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+4
* [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+6
* [Source::RubyGems] Ensure the bindir exists before installingseg-fix-travis-ruby-2.5Samuel Giddins2018-01-151-0/+2
* Stop overriding specs during double-checksAndre Arko2017-11-261-4/+2
* Ensure that autoloads are resolved in the real working directorySamuel Giddins2017-10-291-0/+1
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-222-3/+2
* Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-152-3/+3
* Auto merge of #6010 - bundler:seg-remove-failed-gem-download, r=indirectThe Bundler Bot2017-09-151-2/+8
|\
| * [Source::Rubygems] Remove .gem if downloaded package is invalidseg-remove-failed-gem-downloadSamuel Giddins2017-09-061-2/+8
* | Dont consider deps pinned on 1.x if they dont have an explicit sourceSamuel Giddins2017-09-131-1/+5
* | Avoid request-bloat in double checking logicSamuel Giddins2017-09-131-1/+20
|/
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-282-2/+2
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-193-14/+11
* Cache git extensions in a path that includes the revSamuel Giddins2017-08-191-1/+1
* Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-194-2/+19
* Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-022-6/+14
* [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-251-4/+4
* Auto merge of #5860 - bundler:seg-validate-settings, r=segiddinsThe Bundler Bot2017-07-252-4/+2
|\
| * Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-3/+1
| * Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-1/+1
* | Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-0/+2
|/
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-167-0/+7
* Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-051-1/+5
|\
| * Compare sources using source's rootNick LaMuro2017-06-291-1/+5
* | Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirectThe Bundler Bot2017-07-054-4/+4
|\ \
| * | Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-031-1/+1
| * | Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-023-3/+3
* | | Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-1/+1
|/ /
* | Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-272-77/+101
|\ \
| * | More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-0/+2
| * | Fix plugin installation when the plugin depends upon BundlerSamuel Giddins2017-06-231-1/+5
| * | Always serve the Bundler gemspec from the metadata sourceSamuel Giddins2017-06-232-27/+29
| * | Consolidate the double-checking logicSamuel Giddins2017-06-231-48/+14
| * | Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-2/+2
| * | Implement source pinning for 2.0Samuel Giddins2017-06-232-2/+52
| |/
* | Put the global gem cache behind a feature flagSamuel Giddins2017-06-271-0/+1
* | Add specs for the global gem cacheSamuel Giddins2017-06-271-1/+0
* | Globally cache downloaded .gem filesSamuel Giddins2017-06-271-2/+66
* | Extract md5 checking to SharedHelpersSamuel Giddins2017-06-271-0/+2
|/
* [Source::Git] Print the underlying error when falling back to cached git dataSamuel Giddins2017-06-231-2/+2
* Filter git credentials when a revision is missingSamuel Giddins2017-06-231-1/+1
* Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-142-0/+3
* [GitProxy] Don't declare Git as a subclass twiceSamuel Giddins2017-05-291-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* [GitProxy] Force deinitializing submodulesseg-force-submodule-deinitSamuel Giddins2017-05-231-1/+1
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* Auto merge of #5624 - bundler:seg-fetch-named-symbolic-refs, r=indirectThe Bundler Bot2017-04-301-8/+11
|\
| * [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refsSamuel Giddins2017-04-281-8/+11
* | [Git] Only shorten refs if they are SHAsseg-shortref-displaySamuel Giddins2017-04-281-2/+6
|/