| Commit message (Expand) | Author | Age | Files | Lines |
* | [LockfileParser] Rename attribute to sectionseg-generically-preserve-new-attributes | Samuel Giddins | 2016-04-18 | 1 | -6/+6 |
* | [Definition] Fix lockfiles_equal? regexp for multiple substitutions | Samuel Giddins | 2016-04-18 | 2 | -0/+69 |
* | Add lockfile parser unit tests | Samuel Giddins | 2016-04-18 | 1 | -0/+94 |
* | Auto merge of #4425 - RochesterinNYC:print-sanitized-urls-for-git-sources, r=... | Homu | 2016-04-18 | 2 | -0/+161 |
|\ |
|
| * | Ensure that `URICredentialsFilter#credential_filtered_uri` returns same | James Wen | 2016-04-05 | 1 | -18/+30 |
| * | Enable showing username for login authentication and oauth scheme for | James Wen | 2016-04-04 | 2 | -31/+39 |
| * | Remove authentication credentials for git sources from printed `bundle instal... | James Wen | 2016-04-03 | 1 | -0/+35 |
| * | Create URICredentialsFilter module for filtering out authentication | James Wen | 2016-04-03 | 1 | -0/+106 |
* | | Auto merge of #4419 - RochesterinNYC:specify-full-index-usage-in-error-messag... | Homu | 2016-04-18 | 1 | -15/+21 |
|\ \ |
|
| * | | Suggest usage of `--full-index` flag in case of Dependency API failure | James Wen | 2016-03-31 | 1 | -15/+21 |
| |/ |
|
* | | Auto merge of #4416 - bundler:seg-settings-custom-serializer, r=segiddins | Homu | 2016-04-18 | 1 | -1/+1 |
|\ \ |
|
| * | | [Config] Update spec for new YAML serializerseg-settings-custom-serializer | Samuel Giddins | 2016-03-30 | 1 | -1/+1 |
* | | | Auto merge of #4410 - bundler:seg-settings-load-config-tests, r=segiddins | Homu | 2016-04-18 | 1 | -0/+37 |
|\ \ \ |
|
| * | | | [Settings] Add specs for #load_config | Samuel Giddins | 2016-03-28 | 1 | -0/+37 |
* | | | | Auto merge of #4441 - bundler:seg-path-preserve-restore, r=indirect | Homu | 2016-04-16 | 2 | -2/+35 |
|\ \ \ \ |
|
| * | | | | [EnvironmentPreserver] Preserve originals in the backupseg-path-preserve-restore | Samuel Giddins | 2016-04-15 | 1 | -0/+12 |
| * | | | | [EnvironmentPreserver] Fix restoring environment | Samuel Giddins | 2016-04-14 | 1 | -2/+23 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #4440 - bundler:seg-exec-load-at-exit, r=indirect | Homu | 2016-04-15 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | [Exec] Allow executables to exit non-zero via at_exitseg-exec-load-at-exit | Samuel Giddins | 2016-04-14 | 1 | -1/+8 |
| |/ / / |
|
* | | | | Prevent recursive `bundle package` loop with multiple gemspecs | James Wen | 2016-04-14 | 1 | -0/+45 |
|/ / / |
|
* | | | Auto merge of #4413 - bundler:seg-speed-up-specs-update-repo, r=indirect | Homu | 2016-03-30 | 1 | -5/+7 |
|\ \ \ |
|
| * | | | [Builders] Dont rebuild gem index when unnecessaryseg-speed-up-specs-update-repo | Samuel Giddins | 2016-03-28 | 1 | -5/+7 |
| |/ / |
|
* | | | Auto merge of #4408 - bundler:seg-enotsup, r=indirect | Homu | 2016-03-30 | 1 | -0/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | [SharedHelpers] Support 1.8.7 not having ENOTSUP definedseg-enotsup | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
| * | | [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_access | Samuel Giddins | 2016-03-28 | 1 | -0/+9 |
* | | | Auto merge of #4414 - bundler:seg-sys-exec, r=indirect | Homu | 2016-03-30 | 2 | -32/+4 |
|\ \ \ |
|
| * | | | Rewrite Spec::Helpers#sys_execseg-sys-exec | Samuel Giddins | 2016-03-28 | 2 | -32/+4 |
| | |/
| |/| |
|
* | | | Auto merge of #4409 - RochesterinNYC:use-new-ssl-certs-structure-certificates... | Homu | 2016-03-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dir | James Wen | 2016-03-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Fix typo in cache/platform_spec.rb | Yuki Asano | 2016-03-28 | 1 | -2/+2 |
|/ / |
|
* | | Auto merge of #4401 - yuuki1224:patch-1, r=segiddins | Homu | 2016-03-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix typo in bundler/cli_spec.rb | Yuki Asano | 2016-03-26 | 1 | -1/+1 |
* | | Auto merge of #4403 - RochesterinNYC:fix-patch-minor-major-flags-bundle-outda... | Homu | 2016-03-28 | 1 | -44/+82 |
|\ \ |
|
| * | | Allow `bundle outdated` to handle all combinations of `--major`, | James Wen | 2016-03-27 | 1 | -0/+32 |
| * | | Create shared examples for major, minor, patch version detection in | James Wen | 2016-03-26 | 1 | -46/+52 |
| |/ |
|
* | | Prevent endless recursive copy for `bundle package --all` and | James Wen | 2016-03-25 | 1 | -22/+57 |
|/ |
|
* | Open editor with clean env | Samuel Cochran | 2016-03-23 | 1 | -0/+5 |
* | Create standalone bundler/setup.rb at a consistent path. | Glenn Pratt | 2016-03-22 | 1 | -176/+145 |
* | Auto merge of #4377 - RochesterinNYC:create-local-invalid-gemspec-error-spec,... | Homu | 2016-03-23 | 2 | -3/+28 |
|\ |
|
| * | Create invalid gemspec error message spec that runs locally | James Wen | 2016-03-17 | 2 | -3/+28 |
* | | Auto merge of #4369 - bundler:RochesterinNYC-alias-size-to-length-spec-set, r... | Homu | 2016-03-22 | 1 | -0/+43 |
|\ \ |
|
| * | | [SpecSet] Add basic specsRochesterinNYC-alias-size-to-length-spec-set | Samuel Giddins | 2016-03-16 | 1 | -0/+43 |
* | | | Fix `Bundler::SSLCerts::CertificateManager` specs to use newsimplify-certs | James Wen | 2016-03-22 | 1 | -6/+6 |
* | | | stop requiring that we have every rubygems cert | Andre Arko | 2016-03-17 | 1 | -6/+0 |
* | | | test connecting to index.rubygems.org | Andre Arko | 2016-03-17 | 1 | -1/+2 |
| |/
|/| |
|
* | | Auto merge of #4357 - asutoshpalai:master, r=segiddins | Homu | 2016-03-17 | 1 | -0/+26 |
|\ \
| |/
|/| |
|
| * | Checking that the repo is has been checked out | Asutosh Palai | 2016-03-14 | 1 | -0/+1 |
| * | Minor typo fix | Asutosh Palai | 2016-03-11 | 1 | -1/+1 |
| * | Added failing test for #3981 | Asutosh Palai | 2016-03-11 | 1 | -0/+25 |
* | | Auto merge of #4358 - bundler:seg-index-rubygems-org, r=indirect | Homu | 2016-03-12 | 1 | -2/+2 |
|\ \ |
|