summaryrefslogtreecommitdiff
path: root/test/rebar_utils_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fully clean up after test utils for proxyFred Hebert2016-12-011-4/+5
|
* 1394: fixed typoArtem Pervin2016-12-011-4/+4
|
* 1394: fixed typoArtem Pervin2016-12-011-3/+3
|
* 1394: restore original proxy spec after testsArtem Pervin2016-12-011-6/+21
|
* 1394: refined export list and testsArtem Pervin2016-12-011-2/+7
|
* 1394: one more testArtem Pervin2016-12-011-0/+3
|
* 1394: fixed typosArtem Pervin2016-11-301-2/+2
|
* 1394: fixed typoArtem Pervin2016-11-301-2/+2
|
* 1394: added fix for rebar_utils, moved setting of http_options into ↵Artem Pervin2016-11-301-2/+16
| | | | init_config, added unit tests
* Actually fix tuple merging.Fred Hebert2015-12-061-0/+7
| | | | Full rewrite, code should be understandable now.
* Add test cases for tuple deduplicationFred Hebert2015-12-061-2/+69
| | | | (the tests fail)
* add support for old format otp versionsTristan Sloughter2015-07-251-1/+11
|
* parse old format of OTP versionsTristan Sloughter2015-07-241-0/+8
|
* Add functions to validate OTP release in useDerek Brown2015-07-241-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 reviewViacheslav V. Kovalev2015-06-261-4/+4
|
* Fix rebar_utils:sh on windowsViacheslav V. Kovalev2015-06-261-2/+15
|
* factor out task/args parsing from `do` for use in other metaalisdair sullivan2015-02-081-0/+120
commands