Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eunit in 19.3 errors if `init_per_*` isn't paired with `end_per_*` | alisdair sullivan | 2017-03-18 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1511 from vladdu/patch-2 | alisdair sullivan | 2017-03-06 | 1 | -2/+2 |
|\ | | | | | minor fix: name of internal function | ||||
| * | fix "apps" name | Vlad Dumitrescu | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | minor fix: name of internal function | Vlad Dumitrescu | 2017-03-06 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1512 from erlang/revert-1508-patch-1 | alisdair sullivan | 2017-03-06 | 1 | -3/+0 |
|\ \ | | | | | | | Revert "List 'lock' command in man page" | ||||
| * | | Revert "List 'lock' command in man page" | alisdair sullivan | 2017-03-06 | 1 | -3/+0 |
|/ / | |||||
* | | Merge pull request #1508 from vladdu/patch-1 | alisdair sullivan | 2017-03-06 | 1 | -0/+3 |
|\ \ | |/ |/| | List 'lock' command in man page | ||||
| * | List 'lock' command in man page | Vlad Dumitrescu | 2017-03-06 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1506 from sirihansen/ct-single-testspec | Fred Hebert | 2017-03-06 | 2 | -14/+54 |
|\ | | | | | Allow single test spec in ct_opts | ||||
| * | Allow single test spec in ct_opts | Siri Hansen | 2017-03-06 | 2 | -14/+54 |
|/ | | | | | | The option {spec,Specs} is allowed in ct_opts, but rebar_prv_common_test:test_dirs did not take into account that Specs could also be a string only, i.e. not a list of strings. | ||||
* | Merge pull request #1505 from colrack/inetsdepfix | alisdair sullivan | 2017-03-05 | 1 | -1/+1 |
|\ | | | | | Properly warn on missing rebar3 deps: add inets | ||||
| * | Properly warn on missing rebar3 deps: add inets | Carlo Carraro | 2017-03-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1504 from vladdu/patch-1 | Fred Hebert | 2017-03-04 | 1 | -1/+1 |
|\ | | | | | rebar_utils:escape_chars handles quotes | ||||
| * | rebar_utils:escape_chars handles quotes | Vlad Dumitrescu | 2017-03-04 | 1 | -1/+1 |
|/ | | | | | rebar_file_utils:cp_r uses rebar_utils:escape_chars to ensure that the file names are safe to use, but it doesn't escape double and single quotes. If the file name includes those characters, they disappear when the shell processes them and we get "file not found" errors. The main culprit here is eunit, that creates reports whose names are `TEST-file_"myfile.app".xml`, and I wish it didn't but I think escape_chars should still do its job all the way. | ||||
* | Merge pull request #1503 from jfacorro/upgrade-help-fix-typo | Fred Hebert | 2017-03-03 | 1 | -1/+1 |
|\ | | | | | Fix typo in help text for upagrde command | ||||
| * | Fix typo in help text for upgrade command | Juan Facorro | 2017-03-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1502 from tsloughter/vsn_warning | Fred Hebert | 2017-03-02 | 1 | -2/+2 |
|\ | | | | | change package version warning to debug | ||||
| * | change package version warning to debug | Tristan Sloughter | 2017-03-02 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1500 from ferd/fix-win-tests | Fred Hebert | 2017-02-28 | 1 | -1/+4 |
|\ | | | | | Path-type sensitive .cmd creation | ||||
| * | Path-type sensitive .cmd creation | Fred Hebert | 2017-02-28 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #1494 from ferd/escript-generate-cmd-win32 | alisdair sullivan | 2017-02-27 | 3 | -27/+24 |
|\ | | | | | Windows escripts get cmd autogenerated | ||||
| * | Merge branch 'escript-generate-cmd-win32' of https://github.com/ferd/rebar3 ↵ | Fred Hebert | 2017-02-26 | 0 | -0/+0 |
| |\ | | | | | | | | | | into escript-generate-cmd-win32 | ||||
| | * | Windows escripts get cmd autogenerated | Fred Hebert | 2017-02-24 | 3 | -27/+24 |
| | | | | | | | | | | | | | | | This also patches up a problem for hooks when dealing with directories with spaces in them, and reduces complexity of bootstrap file. | ||||
| * | | make the hook for windows work | Fred Hebert | 2017-02-24 | 1 | -2/+4 |
| | | | |||||
| * | | WIP windows escripts get cmd autogenerated | Fred Hebert | 2017-02-24 | 3 | -27/+22 |
| |/ | |||||
* | | Merge pull request #1499 from ferd/avoid-clean-wildcard-apps | Fred Hebert | 2017-02-26 | 2 | -5/+5 |
|\ \ | | | | | | | More fixes for bad calls to find_apps | ||||
| * | | More fixes for bad calls to find_apps | Fred Hebert | 2017-02-26 | 2 | -5/+5 |
| | | | |||||
* | | | Merge pull request #1497 from ferd/rebar-config-override-root | alisdair sullivan | 2017-02-26 | 2 | -6/+6 |
|\ \ \ | | | | | | | | | REBAR_CONFIG impacts file project root only | ||||
| * | | | REBAR_CONFIG impacts file project root only | Fred Hebert | 2017-02-24 | 2 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #1498 from ferd/avoid-clean-wildcard-apps | alisdair sullivan | 2017-02-26 | 1 | -1/+2 |
|\ \ \ \ | | |/ / | |/| | | Fix wildcard usage in rebar3 clean | ||||
| * | | | Fix wildcard usage in rebar3 clean | Fred Hebert | 2017-02-26 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | The wildcard usage could fail on some OSes by being passed directly and just not finding libs and erroring out | ||||
* | | | Merge pull request #1496 from ferd/bump-cth-readable | alisdair sullivan | 2017-02-25 | 2 | -3/+3 |
|\ \ \ | |/ / |/| | | Bump cth_readable to 1.2.4 | ||||
| * | | Bump cth_readable to 1.2.4 | Fred Hebert | 2017-02-25 | 2 | -3/+3 |
|/ / | | | | | | | | | | | Fixes an issue where some skipped test suites could end up misreported as the previous suite. See https://github.com/ferd/cth_readable/issues/10 | ||||
* | | Merge pull request #1486 from ferd/src_dir-is-respected | Fred Hebert | 2017-02-24 | 4 | -42/+197 |
|\ \ | |/ |/| | Add respect for src_dirs option in app_discover and app_info | ||||
| * | Fix default .app.src file for rebar_app_info | Fred Hebert | 2017-02-24 | 2 | -13/+29 |
| | | | | | | | | | | | | | | The finding of the file was done based on an assumed 'src' path which may not be correct. This patch instead replaces the value with a lookup in configured paths and returns the first that matches to an existing file. | ||||
| * | Fix detection of src_dirs in unknown apps/deps | Fred Hebert | 2017-02-23 | 2 | -13/+87 |
| | | | | | | | | | | First find the rebar.config file, and if any data is found, check for src_dirs config. If nothing is there or no app is found, default to src/ | ||||
| * | Fix plugins usage to support src_dirs options | Fred Hebert | 2017-02-19 | 1 | -2/+5 |
| | | |||||
| * | For convenience add appinfo default src_dir lookup | Fred Hebert | 2017-02-19 | 1 | -1/+5 |
| | | | | | | | | This makes rebar_prv_install_deps able to support more src_dir configs | ||||
| * | Add respect for src_dirs option in app_discover | Fred Hebert | 2017-02-19 | 2 | -32/+90 |
|/ | | | | | This lets people who use custom directories layout without leaving the .app.src in src/ to still see their app build. | ||||
* | Merge pull request #1474 from talentdeficit/properly_skip_tests | Fred Hebert | 2017-02-06 | 1 | -17/+29 |
|\ | | | | | use proper skips in compiler tests that use unavailable functions | ||||
| * | use proper skips in compiler tests that use unavailable functions | alisdair sullivan | 2017-02-05 | 1 | -17/+29 |
| | | |||||
* | | Merge pull request #1473 from ferd/global-plugin-tpl-support | Fred Hebert | 2017-02-06 | 1 | -0/+11 |
|\ \ | | | | | | | Add support for global plugin-defined templates | ||||
| * | | Add support for global plugin-defined templates | Fred Hebert | 2017-02-06 | 1 | -0/+11 |
| |/ | | | | | | | | | Did not really know how to automate the testing for this, did it by hand. | ||||
* | | Merge pull request #1472 from talentdeficit/REBAR-1469 | Fred Hebert | 2017-02-05 | 1 | -7/+10 |
|\ \ | |/ |/| | catch badarg exception from eunit in `rebar_prv_eunit` | ||||
| * | catch badarg exception from eunit in `rebar_prv_eunit` | alisdair sullivan | 2017-02-05 | 1 | -7/+10 |
|/ | | | | fixes #1469 | ||||
* | Go back to git-generated version | Fred Hebert | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Bump to 3.3.5 | Fred Hebert | 2017-02-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1466 from ferd/unicode-paths-in-update | alisdair sullivan | 2017-02-03 | 1 | -2/+2 |
|\ | | | | | Fix printing path with unicode names in prv_update | ||||
| * | Fix printing path with unicode names in prv_update | Fred Hebert | 2017-02-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1463 from varnerac/cover_exclude_apps | Fred Hebert | 2017-01-30 | 3 | -14/+23 |
|\ | | | | | Allow exclusion of apps in cover |