| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | adjust `data_dir_correct` test in ct suite | alisdair sullivan | 2016-05-23 | 1 | -1/+1 |
* | | don't generated coverage for `extra_src_dirs` | alisdair sullivan | 2016-05-15 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #1121 from frojasg/feature/config-rebar-dir-using-env-var | Tristan Sloughter | 2016-04-30 | 1 | -2/+34 |
|\ |
|
| * | Read env var REBAR_CACHE_DIR on rebar3 only once | Francisco Rojas | 2016-04-06 | 1 | -1/+1 |
| * | use priv_dir in rebar_dir test | Francisco Rojas | 2016-03-17 | 1 | -2/+2 |
| * | Allows overwrite default cache dir using REBAR_CACHE_DIR | Francisco Rojas | 2016-03-15 | 1 | -2/+34 |
* | | rename dist to dist_node | Fred Hebert | 2016-04-01 | 1 | -8/+8 |
* | | Extract dist config handling, support {dist, ...} | Fred Hebert | 2016-03-21 | 1 | -0/+74 |
|/ |
|
* | move definition of 'EUNIT' macro to eunit provider | alisdair sullivan | 2016-03-03 | 2 | -10/+65 |
* | Revert "define the 'EUNIT' macro in the test profile" | alisdair sullivan | 2016-03-03 | 1 | -10/+4 |
* | define the 'EUNIT' macro in the test profile | alisdair sullivan | 2016-03-03 | 1 | -4/+10 |
* | include project_plugins in plugins that can be upgraded | Tristan Sloughter | 2016-03-02 | 1 | -1/+42 |
* | Take CT options errors and turn them to warnings | Fred Hebert | 2016-03-02 | 1 | -7/+7 |
* | Merge pull request #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 1 | -3/+27 |
|\ |
|
| * | add support for common tests `include` flag | alisdair sullivan | 2016-03-01 | 1 | -3/+27 |
* | | Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec | Tristan Sloughter | 2016-03-01 | 1 | -2/+20 |
|\ \ |
|
| * | | add a link to the docs about `test_spec` and `cover` in ct warnings | alisdair sullivan | 2016-03-01 | 1 | -2/+2 |
| * | | error on a cover spec in ct_opts | alisdair sullivan | 2016-03-01 | 1 | -1/+19 |
| |/ |
|
* | | add test for new hook function | Tristan Sloughter | 2016-02-28 | 1 | -1/+21 |
|/ |
|
* | Merge pull request #1070 from project-fifo/hex-improvements | Tristan Sloughter | 2016-02-24 | 2 | -21/+100 |
|\ |
|
| * | Add more hex rules so they don't throw errors | Heinz N. Gies | 2016-02-22 | 2 | -21/+100 |
* | | Merge pull request #1075 from tsloughter/plugin_override | Fred Hebert | 2016-02-22 | 3 | -7/+85 |
|\ \
| |/
|/| |
|
| * | add test to verify only project_plugins override providers | Tristan Sloughter | 2016-02-22 | 3 | -7/+85 |
* | | Make lock files future-proof | Fred Hebert | 2016-02-16 | 1 | -0/+46 |
|/ |
|
* | Merge pull request #1041 from lrascao/fix/relx_overlay_vars | Tristan Sloughter | 2016-02-05 | 2 | -7/+65 |
|\ |
|
| * | Add test case for relx overlay vars | Luis Rascao | 2016-02-05 | 2 | -7/+65 |
* | | don't lose overrides in an app when installing plugins it uses' | Tristan Sloughter | 2016-01-31 | 1 | -2/+43 |
* | | fix paths for multiple app projects when running ct with no --dir argument | alisdair sullivan | 2016-01-30 | 1 | -5/+6 |
|/ |
|
* | Add module directory to include path | Luis Rascao | 2016-01-26 | 1 | -2/+64 |
* | Merge pull request #1031 from tsloughter/master | Fred Hebert | 2016-01-24 | 1 | -2/+20 |
|\ |
|
| * | add profile option to clean task | Tristan Sloughter | 2016-01-23 | 1 | -2/+20 |
* | | deduplicate default test set generated by `rebar3 eunit` | alisdair sullivan | 2016-01-17 | 1 | -5/+9 |
|/ |
|
* | merge overlay entries into a single {overlay, list()} for relx | Tristan Sloughter | 2016-01-10 | 1 | -1/+23 |
* | 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 |
|\ |
|