Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Settings] Use filesystem_access block to read config fileseg-config-load-filesystem-access | Samuel Giddins | 2015-12-15 | 1 | -5/+3 |
| | |||||
* | Auto merge of #4155 - ↵ | Homu | 2015-12-15 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | | | RochesterinNYC:add-more-http-exceptions-to-not-retry-on, r=indirect Add more exception classes not to retry on to the Fetcher Addresses #4154 | ||||
| * | Add more exception classes not to retry on to the Fetcher | James Wen | 2015-12-13 | 1 | -1/+4 |
| | | | | | | | | | | - These are all Exception classes that indicate scenarios where retrying the fetch/request would not suddenly have a successful result. | ||||
* | | Auto merge of #4161 - RochesterinNYC:fix-package-all-recursive-copy-bug, ↵ | Homu | 2015-12-15 | 2 | -0/+52 |
|\ \ | |/ |/| | | | | | | | | | | | | | r=indirect Fix broken `bundle package --all` command and prevent endless recursive copy - Only cache gem specs that are not bundler and not the gem specified by the gemspec in the main directory the command is being executed from | ||||
| * | Fix broken `bundle package --all` command and prevent endless recursive copy | James Wen | 2015-12-15 | 2 | -0/+52 |
|/ | | | | | - Only cache path-sourced gem specs that are not bundler and not the gem specified by the gemspec in the main directory the command is being executed from | ||||
* | Update SSL checks now that gems are from Fastly | Andre Arko | 2015-12-13 | 1 | -2/+1 |
| | |||||
* | bump some features out of the bugfix list | Andre Arko | 2015-12-13 | 1 | -8/+8 |
| | |||||
* | [CHANGELOG] Remove merge conflict markers | Samuel Giddins | 2015-12-12 | 1 | -3/+0 |
| | |||||
* | Merge tag 'v1.11.0' | Samuel Giddins | 2015-12-12 | 2 | -1/+8 |
|\ | | | | | | | Version 1.11.0 | ||||
| * | Update changelog for 1.11.0v1.11.0 | Samuel Giddins | 2015-12-12 | 2 | -1/+5 |
| | | |||||
| * | Update changelog for 1.11.0.pre.2v1.11.0.pre.2 | Samuel Giddins | 2015-12-06 | 2 | -1/+8 |
| | | |||||
| * | [GemHelper] Fix crash when pushing gem | Samuel Giddins | 2015-12-06 | 1 | -1/+1 |
| | | |||||
| * | Deal with ENOEXEC | Felipe Tanus | 2015-12-06 | 1 | -1/+1 |
| | | |||||
* | | Looks like Ubuntu changed the package name | Andre Arko | 2015-12-13 | 1 | -1/+1 |
| | | |||||
* | | remove already-implied else4064 | Andre Arko | 2015-12-12 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #4064 from pivotal-cf-experimental/master | Andre Arko | 2015-12-12 | 13 | -65/+443 |
|\ \ | |||||
| * | | Adds rubocop fixes. | David Morhovich | 2015-11-19 | 2 | -2/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/upstream/master' | David Morhovich | 2015-11-18 | 16 | -106/+217 |
| |\ \ | |||||
| * | | | Changes for ↵ | David Morhovich | 2015-11-18 | 3 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/bundler/bundler/pull/4064#discussion-diff-45137920 Reintroduces test that was removed by https://github.com/pivotal-cf-experimental/bundler/commit/2c8dd13c5617e402caebc0c113abc53cf8f4df58 which prevents a status code regression. https://www.pivotaltracker.com/story/show/106008092 | ||||
| * | | | Changes for ↵ | David Morhovich | 2015-11-18 | 1 | -5/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/bundler/bundler/pull/4064#discussion-diff-45137855 https://www.pivotaltracker.com/story/show/106008092 | ||||
| * | | | Changes for ↵ | David Morhovich | 2015-11-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/bundler/bundler/pull/4064#discussion-diff-45137800 https://www.pivotaltracker.com/story/show/106008092 | ||||
| * | | | Changes for ↵ | David Morhovich | 2015-11-18 | 4 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/bundler/bundler/pull/4064#discussion-diff-45137716 https://www.pivotaltracker.com/story/show/106008092 | ||||
| * | | | Merge branch 'master' into upstream_master | Brandon Shroyer | 2015-11-12 | 14 | -98/+405 |
| |\ \ \ | |||||
| | * | | | Adds ruby version to Gemfile.lock. | David Morhovich | 2015-10-27 | 10 | -12/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds support for `bundle update --ruby` command to allow for updating ruby version in Gemfile.lock. * Adds support for `bundle install` to allow for adding ruby version in Gemfile.lock. https://www.pivotaltracker.com/story/show/106008092 Signed-off-by: JT Archie <jtarchie@gmail.com> | ||||
| | * | | | Merge remote-tracking branch 'version/master' | JT Archie | 2015-10-20 | 6 | -86/+145 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Signed-off-by: David Morhovich <dmorhovich@pivotal.io> | ||||
| | | * | | | Allow fuzzy ruby version requirements. | Pan Thomakos | 2015-04-17 | 7 | -53/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use `Gem::Requirement` and `Gem::Version` to parse and check ruby version, engine_version and patchlevel requirements. * Added new class `RubyVersionRequirement` to handle this functionality. * Added tests that cover the `RubyVersionRequirement` class. | ||||
* | | | | | | Update changelog for 1.11.0.pre.2 | Samuel Giddins | 2015-12-06 | 2 | -1/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #4139 from benlovell/travis-container-based-infrastructure | André Arko | 2015-12-06 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use travis container-based infrastructure | ||||
| * | | | | | | Use travis container-based infrastructure | Ben Lovell | 2015-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jobs running on container-based infrastructure start up faster and permit the use of caches for public repositories. As a default it makes sense to enable this setting for generated gems. | ||||
* | | | | | | | Auto merge of #4130 - bundler:seg-fix-rake-push, r=segiddins | Homu | 2015-12-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GemHelper] Fix crash when pushing gem \c @indirect | ||||
| * | | | | | | | [GemHelper] Fix crash when pushing gemseg-fix-rake-push | Samuel Giddins | 2015-11-29 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Auto merge of #4132 - bundler:enoexec, r=segiddins | Homu | 2015-12-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deal with ENOEXEC @segiddins is this enough for #4081 ? | ||||
| * | | | | | | | Deal with ENOEXECenoexec | Felipe Tanus | 2015-11-30 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge tag 'v1.11.0.pre.1' | Samuel Giddins | 2015-11-29 | 2 | -1/+64 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | Version 1.11.0.pre.1 | ||||
| * | | | | | | Update changelog for 1.11.0.pre.1v1.11.0.pre.1 | Samuel Giddins | 2015-11-29 | 2 | -1/+64 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4129 from JuanitoFatas/doc/lock-update-option | Samuel E. Giddins | 2015-11-28 | 1 | -2/+19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Documents lock command's `--update` option | ||||
| * | | | | | | Documents lock command's `--update` option [ci skip]. | JuanitoFatas | 2015-11-28 | 1 | -2/+19 |
|/ / / / / / | |||||
* | | | | | | Auto merge of #4127 - TimMoore:comment-on-git-vs-https-github-urls, r=segiddins | Homu | 2015-11-28 | 1 | -0/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain why we don't use HTTPS for github sources There are frequent pull requests proposing this change, which has already been merged to 2-0-dev. Hopefully, this will help avoid so much wasted time. | ||||
| * | | | | | | Explain why we don't use HTTPS for github sources | Tim Moore | 2015-11-28 | 1 | -0/+13 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | There are frequent pull requests proposing this change, which has already been merged to 2-0-dev. | ||||
* | | | | | | Auto merge of #4124 - bundler:seg-rubocop, r=indirect | Homu | 2015-11-27 | 69 | -469/+296 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | More rubocop_todo cleanup | ||||
| * | | | | | | [RuboCop] Enable Lint/NonLocalExitFromIteratorseg-rubocop | Samuel Giddins | 2015-11-26 | 2 | -6/+1 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Disable Style/MultilineBlockChain | Samuel Giddins | 2015-11-26 | 2 | -5/+3 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/SingleLineBlockParams | Samuel Giddins | 2015-11-26 | 2 | -6/+3 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/ParallelAssignment | Samuel Giddins | 2015-11-26 | 6 | -23/+26 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/MultilineOperationIndentation | Samuel Giddins | 2015-11-26 | 3 | -9/+3 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/IfUnlessModifier | Samuel Giddins | 2015-11-26 | 13 | -72/+18 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/EmptyLinesAroundModuleBody | Samuel Giddins | 2015-11-26 | 10 | -25/+0 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/EmptyElse | Samuel Giddins | 2015-11-26 | 3 | -12/+0 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/Next | Samuel Giddins | 2015-11-26 | 8 | -92/+69 |
| | | | | | | | |||||
| * | | | | | | [RuboCop] Enable Style/PercentLiteralDelimiters | Samuel Giddins | 2015-11-26 | 34 | -75/+69 |
| | | | | | | |