| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "::Rake::CommandFailedError doesn't exist."aa-revert-4998 | Andre Arko | 2016-10-12 | 1 | -1/+1 |
* | Merge tag 'v1.13.3' | Samuel Giddins | 2016-10-10 | 2 | -1/+7 |
|\ |
|
| * | Version 1.13.3 with changelogv1.13.3 | Samuel Giddins | 2016-10-10 | 2 | -1/+7 |
| * | [CompactIndexClient::Updater] Support weak etags | Samuel Giddins | 2016-10-10 | 1 | -1/+1 |
* | | Merge tag 'v1.12.6' | Samuel Giddins | 2016-10-10 | 2 | -1/+6 |
|\ \ |
|
| * | | Version 1.12.6 with changelogv1.12.61-12-stable | Samuel Giddins | 2016-10-10 | 2 | -1/+6 |
| * | | Fix usage of select...count to use count | Samuel Giddins | 2016-10-10 | 1 | -1/+1 |
| * | | [CompactIndexClient::Updater] Support weak etags | Samuel Giddins | 2016-10-10 | 1 | -1/+1 |
* | | | Auto merge of #5055 - bundler:seg-sort-dep-api-gem-names, r=segiddins | Homu | 2016-10-10 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Update the dependency fetcher spec to pass in a flat array of gem namesseg-sort-dep-api-gem-names | Samuel Giddins | 2016-10-09 | 1 | -2/+2 |
| * | | | [Fetcher::Dependency] Sort gem names in query string | Samuel Giddins | 2016-10-09 | 1 | -1/+1 |
* | | | | Auto merge of #5070 - bronzdoc:add_platform_to_env, r=segiddins | Homu | 2016-10-10 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add platform information to env | bronzdoc | 2016-10-09 | 1 | -0/+1 |
|/ / / |
|
* | | | Auto merge of #5064 - bundler:aa-debug-etag-mismatch, r=indirect | Homu | 2016-10-09 | 2 | -14/+17 |
|\ \ \ |
|
| * | | | clearer objects, fix fetch_url typoaa-debug-etag-mismatch | Andre Arko | 2016-10-08 | 1 | -4/+7 |
| * | | | change checksum warning to debug print | Andre Arko | 2016-10-07 | 1 | -1/+1 |
| * | | | make lambda an object with explicit attributes | Andre Arko | 2016-10-07 | 1 | -9/+8 |
| * | | | unless var.nil? → if var | Andre Arko | 2016-10-07 | 1 | -2/+2 |
| * | | | begin/end so the indentation matches the ends | Andre Arko | 2016-10-07 | 1 | -1/+2 |
|/ / / |
|
* | | | Auto merge of #4841 - AirRefund:master, r=chrismo | Homu | 2016-10-06 | 3 | -28/+187 |
|\ \ \ |
|
| * | | | Better gem outdated list grouped by groups. | Guillermo Guerrero | 2016-10-06 | 3 | -28/+187 |
|/ / / |
|
* | | | Auto merge of #5043 - bundler:aa-use-tmp, r=segiddins | Homu | 2016-10-05 | 2 | -1/+9 |
|\ \ \ |
|
| * | | | spec for tmp change that fails on masteraa-use-tmp | Andre Arko | 2016-10-04 | 1 | -0/+8 |
| * | | | use /tmp for mktmpdir | Andre Arko | 2016-10-03 | 1 | -1/+1 |
* | | | | Auto merge of #5045 - chrismo:lock_conservative_updates, r=indirect | Homu | 2016-10-05 | 5 | -7/+72 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add conservative update options to bundle lock | chrismo | 2016-10-04 | 5 | -7/+72 |
|/ / / |
|
* | | | Auto merge of #5042 - bundler:remove-permafailing-build, r=indirect | Homu | 2016-10-03 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | remove always-failing 1.8.7 buildremove-permafailing-build | Andre Arko | 2016-10-02 | 1 | -5/+1 |
* | | | | Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirect | Homu | 2016-10-03 | 12 | -11/+34 |
|\ \ \ \ |
|
| * | | | | Rename to force_ruby_platformseg-settings-only-ruby-platform | Andre Arko | 2016-10-02 | 5 | -5/+5 |
| * | | | | Add a spec for only_ruby_platform | Samuel Giddins | 2016-09-27 | 3 | -1/+18 |
| * | | | | Add a setting for forcing only the ruby platform | Samuel Giddins | 2016-09-27 | 9 | -10/+16 |
* | | | | | Auto merge of #5010 - aycabta:use-require-instead-of-autoload-for-plugin-api,... | Homu | 2016-10-03 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Use `require` instead of `autoload` for bundler/plugin/api | Code Ass | 2016-09-16 | 2 | -2/+2 |
* | | | | | | Auto merge of #4954 - bundler:seg-load-gem-plugins-on-install, r=indirect | Homu | 2016-10-03 | 4 | -6/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | [Installer] Load gem plugins when installingseg-load-gem-plugins-on-install | Samuel Giddins | 2016-09-07 | 4 | -6/+5 |
* | | | | | | | Auto merge of #5036 - bundler:seg-specs-no-spaces, r=indirect | Homu | 2016-10-03 | 1 | -0/+4 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | Fail fast in the specs when running from a path with special charactersseg-specs-no-spaces | Samuel Giddins | 2016-09-30 | 1 | -0/+4 |
* | | | | | | | Auto merge of #5035 - bundler:1_13_2_changelog_edit, r=indirect | Homu | 2016-10-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Change changelog on #49741_13_2_changelog_edit | chrismo | 2016-09-30 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge tag 'v1.13.2' | Samuel Giddins | 2016-09-30 | 2 | -1/+17 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Version 1.13.2 with changelogv1.13.2 | Samuel Giddins | 2016-09-30 | 2 | -1/+17 |
| * | | | | | Auto merge of #4990 - bundler:seg-realworld-flex, r=segiddins | Homu | 2016-09-30 | 1 | -2/+10 |
| * | | | | | Auto merge of #4922 - JuanitoFatas:fix/4914-gemfile-engine-symbol-and-string,... | Homu | 2016-09-30 | 3 | -2/+39 |
| * | | | | | Auto merge of #4983 - bundler:seg-redefine-method-visibility, r=indirect | Homu | 2016-09-30 | 1 | -0/+13 |
| * | | | | | Auto merge of #4994 - bundler:seg-definition-init-perf, r=segiddins | Homu | 2016-09-30 | 1 | -4/+2 |
| * | | | | | Auto merge of #4971 - bundler:seg-pare-metadata-error, r=indirect | Homu | 2016-09-30 | 2 | -0/+15 |
| * | | | | | Auto merge of #4998 - srbaker:patch-1, r=segiddins | Homu | 2016-09-30 | 1 | -1/+1 |
| * | | | | | Auto merge of #4968 - bundler:seg-exec-load-docs, r=indirect | Homu | 2016-09-30 | 1 | -0/+9 |
| * | | | | | Auto merge of #5002 - alepore:fix-colors, r=indirect | Homu | 2016-09-30 | 2 | -2/+2 |