Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abort if erl_first_files is not a list of strings | Bryan Paxton | 2018-06-08 | 1 | -2/+9 |
| | | | | - resolves #1645 | ||||
* | Add proxy auto-scheme test | Fred Hebert | 2018-04-20 | 1 | -6/+8 |
| | |||||
* | Fully clean up after test utils for proxy | Fred Hebert | 2016-12-01 | 1 | -4/+5 |
| | |||||
* | 1394: fixed typo | Artem Pervin | 2016-12-01 | 1 | -4/+4 |
| | |||||
* | 1394: fixed typo | Artem Pervin | 2016-12-01 | 1 | -3/+3 |
| | |||||
* | 1394: restore original proxy spec after tests | Artem Pervin | 2016-12-01 | 1 | -6/+21 |
| | |||||
* | 1394: refined export list and tests | Artem Pervin | 2016-12-01 | 1 | -2/+7 |
| | |||||
* | 1394: one more test | Artem Pervin | 2016-12-01 | 1 | -0/+3 |
| | |||||
* | 1394: fixed typos | Artem Pervin | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | 1394: fixed typo | Artem Pervin | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | 1394: added fix for rebar_utils, moved setting of http_options into ↵ | Artem Pervin | 2016-11-30 | 1 | -2/+16 |
| | | | | init_config, added unit tests | ||||
* | Actually fix tuple merging. | Fred Hebert | 2015-12-06 | 1 | -0/+7 |
| | | | | Full rewrite, code should be understandable now. | ||||
* | Add test cases for tuple deduplication | Fred Hebert | 2015-12-06 | 1 | -2/+69 |
| | | | | (the tests fail) | ||||
* | add support for old format otp versions | Tristan Sloughter | 2015-07-25 | 1 | -1/+11 |
| | |||||
* | parse old format of OTP versions | Tristan Sloughter | 2015-07-24 | 1 | -0/+8 |
| | |||||
* | Add functions to validate OTP release in use | Derek Brown | 2015-07-24 | 1 | -1/+50 |
| | | | | | | | | | | | | In the spirit of Original Rebar's "require_min_otp_vsn", this adds rebar_utils:check_min_otp_version/1 (taking a string containing the minimum version) and rebar_utils:check_blacklisted_otp_versions/1 (taking a list of regular expression strings), as well as tests in rebar_utils_SUITE. They're currently only called by the tests- how/where to best place calls to them from non-test code needs to be determined (at which point two corresponding rebar.config keys can be supported). For example, the version probably shouldn't be enforced when just running "rebar3 help". | ||||
* | Some fixes after review | Viacheslav V. Kovalev | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | Fix rebar_utils:sh on windows | Viacheslav V. Kovalev | 2015-06-26 | 1 | -2/+15 |
| | |||||
* | factor out task/args parsing from `do` for use in other meta | alisdair sullivan | 2015-02-08 | 1 | -0/+120 |
commands |