summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-189-8/+40
| | | | | | Main use will be code showing what is true setting vs what is flagged Also can be used to develop for future major versions without needing a separate dev branch
* Auto merge of #4869 - bundler:seg-disable-exec-load, r=segiddinsHomu2016-08-173-1/+15
|\ | | | | | | | | | | Add a setting for disable_exec_load See #4852
| * Update specs for exec() having a different process title than loadSamuel Giddins2016-08-161-0/+2
| |
| * Add a setting for disable_exec_loadSamuel Giddins2016-08-163-1/+13
|/
* Auto merge of #4850 - jrochkind:better_version_mismatch_warning, r=segiddinsHomu2016-08-173-5/+5
|\ | | | | | | | | | | include version numbers involved with warn_for_outdated_bundler_version Can make it easier to understand what's going on.
| * fix specs for bundler version warning with version numbersJonathan Rochkind2016-08-152-3/+3
| |
| * include version numbers involved with warn_for_outdated_bundler_versionJonathan Rochkind2016-08-081-2/+2
| |
* | Auto merge of #4815 - asutoshpalai:plugin-hooks, r=segiddinsHomu2016-08-168-52/+227
|\ \ | | | | | | | | | | | | | | | | | | | | | [Plugin] Life-cycle hooks Implements life-cycle hook plugins. This shows only [`before-install-all` hook](https://github.com/bundler/bundler/pull/4815/files#diff-0964e829e3db904ba7935ca3a933f111R22), but other hooks can be easily added in the similar fashion.
| * | fixes missed during rebaseAsutosh Palai2016-08-162-3/+1
| | |
| * | Added spec for empty hooks entry in indexAsutosh Palai2016-08-161-1/+18
| | |
| * | Indenting the backtrace on plugin errorAsutosh Palai2016-08-161-1/+1
| | |
| * | Added plugin feature flag for hookAsutosh Palai2016-08-161-0/+2
| | |
| * | Added doc commentsAsutosh Palai2016-08-162-0/+9
| | |
| * | Fixed empty hooks in index fileAsutosh Palai2016-08-161-3/+3
| | |
| * | Minor correctionAsutosh Palai2016-08-161-1/+1
| | |
| * | Added passing blocks to hooksAsutosh Palai2016-08-162-3/+17
| | |
| * | Incorporated suggestionsAsutosh Palai2016-08-167-38/+36
| | |
| * | rebase fixesAsutosh Palai2016-08-162-1/+1
| | |
| * | Added specs for hooksAsutosh Palai2016-08-166-34/+107
| | |
| * | Hooks implementationAsutosh Palai2016-08-165-5/+69
| | |
* | | Auto merge of #4704 - allenzhao:issue-4663, r=indirectHomu2016-08-162-1/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter out credentials in stderr message This will close #4663 - [x] Fix broken tests
| * | | Use tempfile to filter stderrZehan Zhao2016-08-151-1/+21
| | | | | | | | | | | | | | | | Signed-off-by: Zehan Zhao <cnallenzhao@gmail.com>
| * | | Add failing spec testAllen Zhao2016-08-151-0/+2
| | | |
* | | | Auto merge of #4877 - bundler:seg-lock-remove-platfom, r=indirectHomu2016-08-164-2/+43
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | [Lock] Allow removing platforms \c @indirect
| * | | [Lock] Allow removing platformsseg-lock-remove-platfomSamuel Giddins2016-08-124-2/+43
| |/ /
* | | Auto merge of #4788 - asutoshpalai:plugin-project-level, r=segiddinsHomu2016-08-169-38/+163
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project local plugins If the user is in an app directory the plugin is installed in `.bundle/` inside the app root. If the user is in not in any app directory the plugin is installed in the `.bundle/` in the user's home.
| * | | Fixed plugin reset in bundler resetAsutosh Palai2016-08-105-14/+16
| | | |
| * | | Shifted Plugin.reset! to Bundler.reset!Asutosh Palai2016-07-212-1/+1
| | | |
| * | | Not respecting global source pluginsAsutosh Palai2016-07-216-26/+27
| | | |
| * | | Added integration specs for app level pluginAsutosh Palai2016-07-214-9/+73
| | | |
| * | | Adding app index for pluginAsutosh Palai2016-07-215-14/+72
| | | |
* | | | Auto merge of #4782 - terinjokes:terin/symlink-standalone-binstub, r=indirectHomu2016-08-163-5/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix standalone executable when dest of symlink When an executable is the destination of a symlink `__FILE__` contains the path to the symlink, rather than the actual path of the current file. `Pathname#realpath` resolves symlinks to get the actual location on disk.
| * | | | fix standalone executable when dest of symlinkTerin Stock2016-08-123-5/+20
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When an executable is the destination of a symlink `__FILE__` contains the path to the symlink, rather than the actual path of the current file. Pathname#realpath resolves symlinks to get the actual location on disk.
* | | | Auto merge of #4738 - allenzhao:remove-entry-rescue, r=segiddinsHomu2016-08-162-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rescue ArgumentError and explain the security vulnerability. Fixes #4726 Ref #4726 Might need to add a spec? /c @indirect @RochesterinNYC
| * | | | Add spec testZehan Zhao2016-08-062-2/+20
| | | | |
| * | | | Rescue ArgumentError and explain the security vulnerability. Fixes #4726Zehan Zhao2016-07-181-0/+8
| | | | |
* | | | | Auto merge of #4880 - KrauseFx:patch-1, r=indirectHomu2016-08-151-1/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify Gemfile template Taken from https://github.com/bundler/bundler/pull/4746
| * | | | | Simplify Gemfile templateFelix Krause2016-08-141-1/+0
| | | | | | | | | | | | | | | | | | Taken from https://github.com/bundler/bundler/pull/4746
* | | | | | Auto merge of #4743 - eagletmt:signed-tag, r=indirectHomu2016-08-150-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Allow users to sign the version tag This patch implements #4540 .
| * | | | | Allow users to sign the version tagKohei Suzuki2016-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now users can create a GPG-signed tag with tag.forceSignAnnotated.
* | | | | | Auto merge of #4875 - jkeiser:retry-download-gem, r=indirectHomu2016-08-151-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Retry gem downloads Fixes https://github.com/bundler/bundler/issues/4846
| * | | | | Retry gem downloadsJohn Keiser2016-08-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/bundler/bundler/issues/4846
* | | | | | Auto merge of #4872 - bundler:seg-fix-realworld, r=segiddinsHomu2016-08-129-8/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Update realworld specs for rails 3.2.22.4
| * | | | | Scrub STDOUT output from the main specsseg-fix-realworldSamuel Giddins2016-08-112-2/+1
| | | | | |
| * | | | | Dont print all_ouput inline unless the doc formatter is in useSamuel Giddins2016-08-111-1/+1
| | | | | |
| * | | | | Support running the specs with formatters that dont have #messageSamuel Giddins2016-08-111-1/+2
| | | | | |
| * | | | | Silence WEBrick in the realworld specsSamuel Giddins2016-08-114-3/+15
| | | | | |
| * | | | | Update realworld specs for rails 3.2.22.3Samuel Giddins2016-08-111-1/+1
|/ / / / /
* | | | | Auto merge of #4867 - bundler:seg-info-case, r=indirectHomu2016-08-113-4/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add resiliency against case conflicts on a case-insensitive FS Closes #4864
| * | | | | Update case sensitivity spec to work on all FSseg-info-caseSamuel Giddins2016-08-101-1/+4
| | | | | |