summaryrefslogtreecommitdiff
path: root/spec/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary requirefix_more_leaks_to_default_copy_of_bundlerDavid Rodríguez2019-08-171-1/+0
* Always set `cache_all` via config during testsDavid Rodríguez2019-07-241-4/+8
* Normalize file:// handling in specsDavid Rodríguez2019-06-116-56/+56
* Move on to bundler 3David Rodríguez2019-04-111-4/+4
* Merge #7007Bundlerbot2019-04-021-8/+8
|\
| * Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfileDavid Rodríguez2019-03-021-8/+8
* | Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-12/+2
* | add check for already installed pluginAnkit Kataria2019-02-211-1/+13
|/
* Split stderr and stdout in specsDavid Rodríguez2019-02-142-5/+5
* [Plugin] Ignore the deployment settingsegiddins/plugins-ignore-deploymentSamuel Giddins2018-11-241-0/+22
* Merge #6749Bundlerbot2018-10-191-0/+18
|\
| * Rename `local-git` plugin install option to `local_git`Saverio Miroddi2018-03-271-2/+2
| * Rename plugin install --file option to --local-gitSaverio Miroddi2018-03-191-2/+2
| * Plugin installer: make remote and local git source options mutually exclusiveSaverio Miroddi2018-03-191-0/+7
| * Add file path source option (`--file`) to plugin installationSaverio Miroddi2018-03-111-0/+11
* | Remove "no-color" tweaks from specsDavid Rodríguez2018-10-011-1/+1
* | Add tests for each of the hooksjules2689/more-registered-eventsjules26892018-06-151-16/+98
|/
* Merge tag 'v1.16.1'Samuel Giddins2017-12-271-6/+6
|\
| * Fixed failing examples for Bundler 2 APISHIBATA Hiroshi2017-12-111-2/+2
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-4/+4
| * Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-301-1/+1
* | Fix failing spec for `bundle plugin list`meganemura2017-10-251-2/+12
* | Auto merge of #6120 - jumbosushi:plugin_list, r=indirectThe Bundler Bot2017-10-221-0/+60
|\ \
| * | Fix 'plugins list' pull requestAtsushi Yamamoto2017-10-221-0/+60
* | | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-1/+1
| |/ |/|
* | Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+8
* | Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-2/+2
* | fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-1/+1
* | Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-4/+4
* | Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-2/+2
* | Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-1/+1
* | More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-1/+26
* | Fix plugin installation when the plugin depends upon BundlerSamuel Giddins2017-06-231-1/+1
* | Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+28
|/
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-305-5/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-035-5/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
|/
* Only uninstall plugins that we attempted to install.Kerri Miller2017-03-161-0/+12
* Disable RSpec monkey patchingSamuel Giddins2017-01-155-5/+5
* Incorporated suggestionsAsutosh Palai2016-08-161-2/+2
* Added specs for hooksAsutosh Palai2016-08-161-1/+1
* Hooks implementationAsutosh Palai2016-08-161-0/+28
* Auto merge of #4788 - asutoshpalai:plugin-project-level, r=segiddinsHomu2016-08-162-22/+66
|\
| * Fixed plugin reset in bundler resetAsutosh Palai2016-08-101-4/+4
| * Not respecting global source pluginsAsutosh Palai2016-07-212-21/+1
| * Added integration specs for app level pluginAsutosh Palai2016-07-211-2/+66
| * Adding app index for pluginAsutosh Palai2016-07-211-1/+1
* | Use `include_gem` as the matcher nameSamuel Giddins2016-08-022-10/+10
* | [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-022-10/+10
|/
* Don't parse empty Lockfile during GVP initchrismo2016-07-081-1/+1