summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with worker index not being passed on Jruby or Windowsfix-worker-index-jrubyHemant Kumar2013-09-031-1/+1
|
* make symbol/string consistent for optsAndre Arko2013-09-021-5/+4
|
* store parallel install count in settingsAndre Arko2013-09-023-2/+6
|
* extract Bundler.locked_gemsAndre Arko2013-08-312-2/+8
|
* Merge pull request #2616 from sanemat/fix/if-capistranoAndré Arko2013-08-311-1/+1
|\ | | | | Require version file for checking capistrano version
| * Simple check const existsanemat2013-08-311-5/+1
| |
| * Guard from load error 'capistrano/version'sanemat2013-08-311-2/+5
| |
| * Require version file for checking capistrano versionsanemat2013-08-301-0/+1
|/ | | | | | | | | | | | | | bundler-1.4.0.pre.1 works fine, but bundler-1.4.0.pre.2 shows error below: ``` $ bundle exec cap production deploy /path/to/bundler-1.4.0.pre.2/lib/bundler/capistrano.rb:7:in `<top (required)>': uninitialized constant Capistrano::Version (NameError) ``` This commit brings this error, so I add require version file. 1d7a7893dfeb85afa25a3a526354b31c85f05dbf bundler: 1.4.0.pre.2 capistrano: 2.14.2
* Merge pull request #2612 from snackbandit/509André Arko2013-08-292-0/+11
|\ | | | | Initial support of X.509 client certificates
| * Helps if I also document the environment vars...Snack Bandit2013-08-271-2/+2
| |
| * Fixing the way we load the cert and key.Snack Bandit2013-08-271-4/+5
| | | | | | | | Turns out, you have to read the cert into Net::Http.cert.
| * Last time, getting the wording right.Snack Bandit2013-08-271-2/+4
| |
| * Clarifying docs that client cert also should have keySnack Bandit2013-08-271-1/+1
| |
| * Adding documentationSnack Bandit2013-08-271-0/+4
| |
| * Initial adding of X.509 client certsSnack Bandit2013-08-271-0/+4
| |
* | Version 1.4.0.pre.2 changelogv1.4.0.pre.2Terence Lee2013-08-272-1/+10
| |
* | show which worker the install came from in DEBUG modeTerence Lee2013-08-272-7/+7
| |
* | move ui messaging out of sourcesTerence Lee2013-08-274-13/+15
| |
* | don't print "Installed" messagingTerence Lee2013-08-271-1/+0
| |
* | make bundler gem accessible when building a gemTerence Lee2013-08-271-1/+1
| |
* | explain why parallel installs might breakAndre Arko2013-08-271-8/+8
|/ | | | [ci skip]
* cleanupTerence Lee2013-08-261-2/+1
|
* patchlevel support for ruby DSLTerence Lee2013-08-246-79/+324
|
* whitespaceTerence Lee2013-08-241-4/+4
|
* fix bullets for site markdown processorAndre Arko2013-08-231-15/+15
| | | | [ci skip]
* Add example repro scripts to issue reporting documentation.Xavier Shay2013-08-211-1/+10
|
* Link to bundler-features for new features.Xavier Shay2013-08-211-1/+1
|
* if installing deps fails on Travis, retry again.Josh Kalderimis2013-08-201-1/+1
|
* Merge pull request #2606 from gemfury/masterAndré Arko2013-08-192-1/+15
|\ | | | | [Regression] Allow Basic Auth by a username with no password
| * Allow Basic Auth by a username with no passwordMichael Rykov2013-08-192-1/+15
|/
* Merge pull request #2603 from larskanis/add_x64mingw32_to_changelogXavier Shay2013-08-191-0/+6
|\ | | | | Add CHANGELOG entry for issue #2590.
| * Add CHANGELOG entry for issue #2590.Lars Kanis2013-08-191-0/+6
|/
* fix quotes for quality specAndre Arko2013-08-181-2/+2
|
* Merge pull request #2591 from xaviershay/issue-1489Andre Arko2013-08-185-4/+67
|\ | | | | | | Ignore git path configuration in env when shelling out to git.
| * Ignore git path configuration in env when shelling out to git.Xavier Shay2013-08-184-2/+41
| |
| * When git gem install fails, don't suggest `gem install foo`Kir Shatrov2013-08-182-2/+26
| |
* | test on jruby and rbxAndre Arko2013-08-181-5/+14
|/
* Merge pull request #2597 from kirs/capistrano-3-warningsXavier Shay2013-08-161-0/+4
|\ | | | | Don't allow to use bundler/capistrano with cap 3.x
| * Don't allow to use bundler/capistrano with cap 3.xKir Shatrov2013-08-161-0/+4
| |
* | Merge pull request #2598 from kirs/bundler-binXavier Shay2013-08-162-1/+11
|\ \ | | | | | | `bundler` bin for those who confuse it with `bundle`
| * | `bundler` bin for those who confuse it with `bundle`Kir Shatrov2013-08-162-1/+11
| |/
* | Revert "Merge pull request #2569 from fuadsaud/github-https"Andre Arko2013-08-152-3/+3
| | | | | | | | | | | | | | This reverts commit e2a5d3b90d8c1d685acc6d1a9d9cc3488b2c1a61, reversing changes made to 435307266d75c82e7601f39551b0b707c58dc9a4. fixes #2600
* | and with the taskAndre Arko2013-08-151-1/+1
| |
* | rubygems 2.0.6 and build against 2.0 stable branchAndre Arko2013-08-152-2/+4
| |
* | link to small bugs and featuresAndre Arko2013-08-151-1/+7
| | | | | | | | [ci skip]
* | Merge pull request #2590 from larskanis/add_x64-mingw32_supportAndré Arko2013-08-149-12/+61
|\ \ | |/ |/| Add support for the x64-mingw32 platform
| * Remove useless code from GemHelpers#genericLars Kanis2013-08-111-3/+2
| |
| * Add more variants to specs for GemHelpers#genericLars Kanis2013-08-111-1/+7
| |
| * Add proper support for x64-mingw32 platform.Lars Kanis2013-08-105-9/+26
| | | | | | | | This fixes github issue #2356 .
| * Add specs for the x64-mingw32 platform.Lars Kanis2013-08-104-3/+30
| |