aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* [GitProxy] Use shellwords to escape user inputSamuel Giddins2017-01-051-1/+2
* [GitProxy] Support branches containing shell metacharactersSamuel Giddins2017-01-041-1/+1
* [GemInstaller] Allow installing extensions in parallelSamuel Giddins2016-12-251-0/+1
* [RubyGems] Old RG compatibility for skipping specs with missing extensionsSamuel Giddins2016-11-301-2/+2
* [RubyGems] Ignore specs missing extensionsSamuel Giddins2016-11-301-0/+8
* [Path] Fix serializing absolute paths that are inside the rootSamuel Giddins2016-09-131-1/+1
* [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-1/+6
* [RubyGemsGemInstaller] Validate checksums from the compact indexSamuel Giddins2016-08-221-1/+2
* Auto merge of #4885 - allenzhao:add-open3-todo, r=segiddinsHomu2016-08-221-0/+5
|\
| * Add todo for #capture_and_filter_stderrZehan Zhao2016-08-161-0/+5
* | Add FeatureFlag classSamuel Giddins2016-08-181-1/+1
|/
* Use tempfile to filter stderrZehan Zhao2016-08-151-1/+21
* Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-051-1/+8
* [GitProxy] Wrap retry command name in backticksSamuel Giddins2016-08-051-1/+1
* Auto merge of #4810 - NickLaMuro:fix_git_version_for_apple_git, r=segiddinsHomu2016-07-261-0/+4
|\
| * Add Bundler::Source::Git::GitProxy#full_versionNick LaMuro2016-07-251-0/+4
| * Removes OSX/msysgit strings from git versionNick LaMuro2016-07-251-1/+1
* | [Definition] Converge locked gemspec sources to Source::GemspecSamuel Giddins2016-07-222-2/+6
|/
* [RubyGems] Avoid warning for Installer.new with a pathSamuel Giddins2016-07-201-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* Spec fixes for older versionsAsutosh Palai2016-07-031-1/+1
* Added unit specs for api#sourceAsutosh Palai2016-07-031-1/+1
* Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-032-2/+1
* Separated generate_bin into source/path/installerAsutosh Palai2016-07-033-39/+42
* [GitProxy] Only try and submodule deinit on git 2.9.0+Samuel Giddins2016-06-271-1/+1
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+5
* Fixes for failing specs for older ruby versionAsutosh Palai2016-06-081-2/+2
* Merge branch 'master' into pluginAsutosh Palai2016-06-073-2/+20
|\
| * Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-061-0/+4
| |\
| | * Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-0/+4
| * | gemspec allow conflictsSamuel Giddins2016-06-042-2/+15
| * | [Inline] Install when necessarySamuel Giddins2016-05-311-0/+1
| |/
* | Removed `@options[:plugin]` from source classAsutosh Palai2016-06-013-34/+34
* | changed all source opts calls to func callAsutosh Palai2016-05-302-12/+11
* | Shifted rubygems installation to bundler classAsutosh Palai2016-05-261-10/+20
* | Added spec helper to build pluginAsutosh Palai2016-05-241-5/+3
* | Added support for git installAsutosh Palai2016-05-241-10/+19
* | Added plugin module with install functionalityAsutosh Palai2016-05-241-2/+3
|/
* Auto merge of #4386 - bundler:seg-fix-dash-pre, r=segiddinsHomu2016-05-161-1/+1
|\
| * [Git] Normalize gem versions in a manner compatible with old rubygemsSamuel Giddins2016-03-281-1/+1
| * [Git] Fix checking for equality when a version includes a -Samuel Giddins2016-03-281-1/+1
* | Ensure that `URICredentialsFilter#credential_filtered_uri` returns sameJames Wen2016-04-051-4/+4
* | Remove authentication credentials for git sources from printed `bundle instal...James Wen2016-04-031-5/+9
* | [Path] Speed up bin generation when there are many filesSamuel Giddins2016-03-281-0/+1
|/
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-092-2/+2
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-232-2/+2
* [Path] Set spec installed_by_version so RubyGems will know it has an extensio...Samuel Giddins2016-02-231-0/+1
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-1/+0
* don’t rebuild already-built git gem extensionsAndre Arko2016-02-232-2/+10
* wait to validate so git gems always have sourcesAndre Arko2016-02-231-1/+4