| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | install project app plugins after discovering them not before | Tristan Sloughter | 2016-01-10 | 1 | -2/+34 |
* | Merge pull request #1006 from tsloughter/master | Fred Hebert | 2016-01-09 | 1 | -5/+35 |
|\ |
|
| * | only apply default and prod profile to dependencies | Tristan Sloughter | 2016-01-09 | 1 | -5/+35 |
* | | fix dirs robocopy and canonical paths in windows | Fred Hebert | 2016-01-07 | 1 | -7/+14 |
* | | Avoid changing directories in test suite | Fred Hebert | 2016-01-07 | 1 | -6/+3 |
|/ |
|
* | Merge pull request #966 from talentdeficit/ct_root_suites | Fred Hebert | 2016-01-05 | 1 | -1/+94 |
|\ |
|
| * | add test for foo_SUITE_data files | alisdair sullivan | 2015-12-20 | 1 | -2/+8 |
| * | put `extra' ct test suites in `extras/apps/APPNAME' rather than `extras' | alisdair sullivan | 2015-12-20 | 1 | -1/+44 |
| * | allow ct suites to be specified at the root of a project (or root of app) | alisdair sullivan | 2015-12-20 | 1 | -1/+45 |
* | | convert ~> versions to highest matching | Tristan Sloughter | 2015-12-26 | 1 | -3/+22 |
* | | Merge pull request #987 from ferd/plugin-templates | Tristan Sloughter | 2015-12-21 | 11 | -1/+146 |
|\ \
| |/
|/| |
|
| * | Plugin templates enabled | Fred Hebert | 2015-12-19 | 11 | -1/+146 |
* | | support temporary cdn change with HEX_CDN os var | Tristan Sloughter | 2015-12-19 | 2 | -6/+6 |
|/ |
|
* | Merge pull request #988 from ferd/schutm-wrong-paths | Tristan Sloughter | 2015-12-19 | 1 | -3/+40 |
|\ |
|
| * | Add tests for base_dir reconfiguration | Fred Hebert | 2015-12-19 | 1 | -3/+40 |
* | | A bad template index does not crash; shows warning | Fred Hebert | 2015-12-18 | 8 | -0/+145 |
|/ |
|
* | Merge pull request #967 from talentdeficit/mib_include_fix | Fred Hebert | 2015-12-08 | 1 | -4/+4 |
|\ |
|
| * | remove mib header file in `priv/mibs/include' | alisdair sullivan | 2015-12-08 | 1 | -6/+0 |
| * | symlink mib hrl output in apps `include' directories | alisdair sullivan | 2015-12-06 | 1 | -0/+6 |
* | | Actually fix tuple merging. | Fred Hebert | 2015-12-06 | 1 | -0/+7 |
* | | Merge branch 'tup_umerge' of https://github.com/tsloughter/rebar3 into tsloug... | Fred Hebert | 2015-12-06 | 1 | -5/+64 |
|\ \
| |/
|/| |
|
| * | add tests for setting per-profile sys_config variables for relx | Tristan Sloughter | 2015-12-06 | 1 | -5/+64 |
* | | Add test cases for tuple deduplication | Fred Hebert | 2015-12-06 | 1 | -2/+69 |
|/ |
|
* | Added tests and fixed a bug | Phil Toland | 2015-12-01 | 1 | -4/+10 |
* | auto-update the registry if a pkg isn't found, fail if it still isn't found | Tristan Sloughter | 2015-11-29 | 1 | -3/+13 |
* | Handle force flags in leading position | Fred Hebert | 2015-11-19 | 1 | -1/+38 |
* | error on ct/eunit argument errors instead of warning | alisdair sullivan | 2015-11-15 | 2 | -11/+132 |
* | calculate coverage info as late as possible in ct provider execution | alisdair sullivan | 2015-11-05 | 1 | -2/+36 |
* | Merge pull request #905 from talentdeficit/cover_fixes | Tristan Sloughter | 2015-11-04 | 1 | -6/+19 |
|\ |
|
| * | fixes for cover under new compiler/eunit/ct | alisdair sullivan | 2015-11-01 | 1 | -6/+19 |
* | | reenable support for most command line options and rename `ct_tests` to `ct_o... | alisdair sullivan | 2015-11-01 | 1 | -3/+400 |
* | | refactor `rebar_prv_common_test` | alisdair sullivan | 2015-11-01 | 1 | -167/+144 |
* | | Merge pull request #900 from fishcakez/dialyzer-missing | Tristan Sloughter | 2015-11-01 | 1 | -2/+32 |
|\ \
| |/
|/| |
|
| * | Rebuild PLT when beams no longer exist | James Fish | 2015-10-31 | 1 | -2/+32 |
* | | Merge pull request #895 from talentdeficit/delay_eunit_validation | Fred Hebert | 2015-11-01 | 1 | -6/+12 |
|\ \
| |/
|/| |
|
| * | delay validation of eunit tests until just before running | alisdair sullivan | 2015-10-30 | 1 | -6/+12 |
* | | dedup `src_dirs` and `extra_src_dirs` on read | alisdair sullivan | 2015-10-30 | 2 | -12/+12 |
|/ |
|
* | refactor `rebar_erlc_compiler` | alisdair sullivan | 2015-10-26 | 7 | -94/+679 |
* | Revert "add an export to allow specifing arbitrary extra erl files to be comp... | alisdair sullivan | 2015-10-26 | 1 | -30/+1 |
* | Support proper paths in non-erl first files | Fred Hebert | 2015-10-12 | 1 | -2/+51 |
* | Tests for warnings | Fred Hebert | 2015-10-05 | 1 | -2/+32 |
* | shiny and new test suite for eunit provider | alisdair sullivan | 2015-09-29 | 6 | -518/+422 |
* | fix test names in `eunit_test_SUITE` | alisdair sullivan | 2015-09-29 | 1 | -46/+46 |
* | inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macro | alisdair sullivan | 2015-09-29 | 2 | -5/+78 |
* | add `application' flag and additional tests | alisdair sullivan | 2015-09-29 | 1 | -9/+74 |
* | add `error_on_warning' option to eunit provider | alisdair sullivan | 2015-09-29 | 1 | -24/+78 |
* | reworked eunit provider to allow access to full range of eunit tests | alisdair sullivan | 2015-09-29 | 1 | -96/+38 |
* | add test to not upgrade unrelated transitive dep during upgrade | Tristan Sloughter | 2015-09-26 | 1 | -1/+21 |
* | only upgrade children and transitive children of dep being upgraded | Tristan Sloughter | 2015-09-26 | 1 | -2/+8 |
* | Merge pull request #837 from talentdeficit/extract_path_utils | Fred Hebert | 2015-09-25 | 1 | -2/+2 |
|\ |
|