Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abstracted path management | Fred Hebert | 2018-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Move path management out of rebar_utils manual code path function handling (which we leave there for backwards compat), and centralize them to allow easier coordination of paths between plugins and deps. On top of path handling, do a check of loaded modules to only purge and reload those that actually need it done in order to prevent all kinds of weird interaction and accidental purge kills. It also allows the possible cohabitation of both at once, with a "in case of conflict pick X" as a policy Changing path handling in providers also highlighted a bunch of bugs in some tests and appears to fix some in other providers, specifically around plugins. | ||||
* | fix code path when validating plugins | Tristan Sloughter | 2017-12-03 | 1 | -2/+26 |
| | |||||
* | include project_plugins in plugins that can be upgraded | Tristan Sloughter | 2016-03-02 | 1 | -1/+42 |
| | |||||
* | add test to verify only project_plugins override providers | Tristan Sloughter | 2016-02-22 | 1 | -2/+50 |
| | |||||
* | don't lose overrides in an app when installing plugins it uses' | Tristan Sloughter | 2016-01-31 | 1 | -2/+43 |
| | |||||
* | install project app plugins after discovering them not before | Tristan Sloughter | 2016-01-10 | 1 | -2/+34 |
| | |||||
* | add test for 'rebar3 plugins list' to ensure it can run | Tristan Sloughter | 2015-09-06 | 1 | -1/+8 |
| | |||||
* | Add tests for mixed deps installs | Fred Hebert | 2015-08-16 | 1 | -2/+4 |
| | | | | | Requires a rework of other test suites using the same dep-handling mechanism. | ||||
* | plugins provider | Tristan Sloughter | 2015-06-18 | 1 | -0/+201 |