summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1471 from talentdeficit/travis-osxFred Hebert2017-03-221-11/+20
|\ | | | | update travis.yml to test on osx
| * update travis.yml to test on osxalisdair sullivan2017-02-051-11/+20
| |
* | Merge pull request #1518 from tsloughter/relx-3.22.3Fred Hebert2017-03-212-3/+3
|\ \ | | | | | | upgrade relx to 3.22.3
| * | upgrade relx to 3.22.3Tristan Sloughter2017-03-202-3/+3
| | |
* | | Merge pull request #1516 from talentdeficit/fix_eunit_suiteFred Hebert2017-03-191-1/+4
|\ \ \ | | | | | | | | eunit in 19.3 errors if `init_per_*` isn't paired with `end_per_*`
| * | | eunit in 19.3 errors if `init_per_*` isn't paired with `end_per_*`alisdair sullivan2017-03-181-1/+4
|/ / /
* | | Merge pull request #1511 from vladdu/patch-2alisdair sullivan2017-03-061-2/+2
|\ \ \ | | | | | | | | minor fix: name of internal function
| * | | fix "apps" nameVlad Dumitrescu2017-03-061-1/+1
| | | |
| * | | minor fix: name of internal functionVlad Dumitrescu2017-03-061-3/+3
| | | |
* | | | Merge pull request #1512 from erlang/revert-1508-patch-1alisdair sullivan2017-03-061-3/+0
|\ \ \ \ | | | | | | | | | | Revert "List 'lock' command in man page"
| * | | | Revert "List 'lock' command in man page"alisdair sullivan2017-03-061-3/+0
|/ / / /
* | | | Merge pull request #1508 from vladdu/patch-1alisdair sullivan2017-03-061-0/+3
|\ \ \ \ | |/ / / |/| | | List 'lock' command in man page
| * | | List 'lock' command in man pageVlad Dumitrescu2017-03-061-0/+3
|/ / /
* | | Merge pull request #1506 from sirihansen/ct-single-testspecFred Hebert2017-03-062-14/+54
|\ \ \ | | | | | | | | Allow single test spec in ct_opts
| * | | Allow single test spec in ct_optsSiri Hansen2017-03-062-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/inetsdepfixalisdair sullivan2017-03-051-1/+1
|\ \ \ | | | | | | | | Properly warn on missing rebar3 deps: add inets
| * | | Properly warn on missing rebar3 deps: add inetsCarlo Carraro2017-03-051-1/+1
|/ / /
* | | Merge pull request #1504 from vladdu/patch-1Fred Hebert2017-03-041-1/+1
|\ \ \ | | | | | | | | rebar_utils:escape_chars handles quotes
| * | | rebar_utils:escape_chars handles quotesVlad Dumitrescu2017-03-041-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-typoFred Hebert2017-03-031-1/+1
|\ \ \ | | | | | | | | Fix typo in help text for upagrde command
| * | | Fix typo in help text for upgrade commandJuan Facorro2017-03-031-1/+1
|/ / /
* | | Merge pull request #1502 from tsloughter/vsn_warningFred Hebert2017-03-021-2/+2
|\ \ \ | |/ / | | | change package version warning to debug
| * | change package version warning to debugTristan Sloughter2017-03-021-2/+2
|/ /
* | Merge pull request #1500 from ferd/fix-win-testsFred Hebert2017-02-281-1/+4
|\ \ | | | | | | Path-type sensitive .cmd creation
| * | Path-type sensitive .cmd creationFred Hebert2017-02-281-1/+4
|/ /
* | Merge pull request #1494 from ferd/escript-generate-cmd-win32alisdair sullivan2017-02-273-27/+24
|\ \ | | | | | | Windows escripts get cmd autogenerated
| * \ Merge branch 'escript-generate-cmd-win32' of https://github.com/ferd/rebar3 ↵Fred Hebert2017-02-260-0/+0
| |\ \ | | | | | | | | | | | | into escript-generate-cmd-win32
| | * | Windows escripts get cmd autogeneratedFred Hebert2017-02-243-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 workFred Hebert2017-02-241-2/+4
| | | |
| * | | WIP windows escripts get cmd autogeneratedFred Hebert2017-02-243-27/+22
| |/ /
* | | Merge pull request #1499 from ferd/avoid-clean-wildcard-appsFred Hebert2017-02-262-5/+5
|\ \ \ | | | | | | | | More fixes for bad calls to find_apps
| * | | More fixes for bad calls to find_appsFred Hebert2017-02-262-5/+5
| | | |
* | | | Merge pull request #1497 from ferd/rebar-config-override-rootalisdair sullivan2017-02-262-6/+6
|\ \ \ \ | | | | | | | | | | REBAR_CONFIG impacts file project root only
| * | | | REBAR_CONFIG impacts file project root onlyFred Hebert2017-02-242-6/+6
| | | | |
* | | | | Merge pull request #1498 from ferd/avoid-clean-wildcard-appsalisdair sullivan2017-02-261-1/+2
|\ \ \ \ \ | | |/ / / | |/| | | Fix wildcard usage in rebar3 clean
| * | | | Fix wildcard usage in rebar3 cleanFred Hebert2017-02-261-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-readablealisdair sullivan2017-02-252-3/+3
|\ \ \ \ | |/ / / |/| | | Bump cth_readable to 1.2.4
| * | | Bump cth_readable to 1.2.4Fred Hebert2017-02-252-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-respectedFred Hebert2017-02-244-42/+197
|\ \ \ | |/ / |/| | Add respect for src_dirs option in app_discover and app_info
| * | Fix default .app.src file for rebar_app_infoFred Hebert2017-02-242-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/depsFred Hebert2017-02-232-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 optionsFred Hebert2017-02-191-2/+5
| | |
| * | For convenience add appinfo default src_dir lookupFred Hebert2017-02-191-1/+5
| | | | | | | | | | | | This makes rebar_prv_install_deps able to support more src_dir configs
| * | Add respect for src_dirs option in app_discoverFred Hebert2017-02-192-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_testsFred Hebert2017-02-061-17/+29
|\ \ | | | | | | use proper skips in compiler tests that use unavailable functions
| * | use proper skips in compiler tests that use unavailable functionsalisdair sullivan2017-02-051-17/+29
| |/
* | Merge pull request #1473 from ferd/global-plugin-tpl-supportFred Hebert2017-02-061-0/+11
|\ \ | | | | | | Add support for global plugin-defined templates
| * | Add support for global plugin-defined templatesFred Hebert2017-02-061-0/+11
| |/ | | | | | | | | Did not really know how to automate the testing for this, did it by hand.
* | Merge pull request #1472 from talentdeficit/REBAR-1469Fred Hebert2017-02-051-7/+10
|\ \ | |/ |/| catch badarg exception from eunit in `rebar_prv_eunit`
| * catch badarg exception from eunit in `rebar_prv_eunit`alisdair sullivan2017-02-051-7/+10
|/ | | | fixes #1469