Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix shell hook expansion on windows | Fred Hebert | 2018-10-18 | 1 | -3/+3 |
| | | | | | | | | | | | Dollar Variable expansion (`$VAR`) was inadvertently disabled for windows variables, although %VARIABLES% already worked. This reduced the portability of hooks in general. Additionally, tests would fail on windows due to bad quoting of paths: the path C:/a/b/c would fail when passed to the command `cmd /q /c C:/a/b/c` because it would interpret /a /b and /c as 3 options. Using quotes makes the tests pass. | ||||
* | properly support top level app erl_opts from REBAR_CONFIG os var (#1889) | Tristan Sloughter | 2018-09-21 | 1 | -18/+47 |
| | | | | | | When REBAR_CONFIG was set it would not effect the top level app's configuration because app_discover was rereading the top level rebar.config which ignored REBAR_CONFIG. Instead this patch has it use the existing configuration from REBAR_CONFIG. | ||||
* | run compile provider in default namespace from bare | Tristan Sloughter | 2018-06-08 | 1 | -1/+18 |
| | |||||
* | add test for provider_hook clean | Carl-Johan Kjellander | 2018-01-19 | 1 | -2/+25 |
| | |||||
* | reset hooks under profiles for application opts | Tristan Sloughter | 2017-06-02 | 1 | -2/+16 |
| | |||||
* | add test for new hook function | Tristan Sloughter | 2016-02-28 | 1 | -1/+21 |
| | |||||
* | hooks/artifacts are always run/resolved from an app unless at top of umbrella | Tristan Sloughter | 2015-09-06 | 1 | -4/+18 |
| | |||||
* | Fix rebar_hooks_SUITE:run_hooks_for_plugins/1 | Viacheslav Kovalev | 2015-06-26 | 1 | -1/+1 |
| | | | | Test required `touch` utility to present on user's machine. Remove this dependency. | ||||
* | Add error message for bad provider hook, fixes #521 | Tristan Sloughter | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | add artifact test | Tristan Sloughter | 2015-06-02 | 1 | -1/+29 |
| | |||||
* | run hooks when building plugins | Tristan Sloughter | 2015-05-21 | 1 | -1/+29 |
| | |||||
* | Initialize namespace in rebar_state with default value. | Viacheslav Kovalev | 2015-05-22 | 1 | -3/+27 |
| | |||||
* | Properly reset hooks for single-app project | Viacheslav V. Kovalev | 2015-05-21 | 1 | -2/+13 |
| | |||||
* | fix find_apps when searching for invalid apps | Tristan Sloughter | 2015-02-02 | 1 | -1/+2 |
| | |||||
* | add hook SUITE tests | Tristan Sloughter | 2015-01-31 | 1 | -0/+37 |