| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle empty PLTs | James Fish | 2016-07-11 | 1 | -2/+63 |
* | Merge pull request #1207 from ferd/pkg-local-hash-lock | Fred Hebert | 2016-06-22 | 10 | -44/+238 |
|\ |
|
| * | Testing expected hash behaviour and errors in pkgs | Fred Hebert | 2016-05-25 | 4 | -7/+116 |
| * | Make tests pass | Fred Hebert | 2016-05-24 | 3 | -11/+18 |
| * | Test support for OTP-19 | Fred Hebert | 2016-05-24 | 1 | -6/+17 |
| * | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 6 | -29/+96 |
* | | normalize include dirs to absolute paths during compilation | alisdair sullivan | 2016-06-12 | 1 | -3/+42 |
* | | Merge pull request #1232 from talentdeficit/REBAR-1184 | Fred Hebert | 2016-06-11 | 1 | -2/+48 |
|\ \ |
|
| * | | REBAR-1184 exclude tests for `ERL_COMPILER_OPTIONS` on r15 | alisdair sullivan | 2016-06-11 | 1 | -2/+5 |
| * | | REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is set | alisdair sullivan | 2016-06-11 | 1 | -2/+45 |
* | | | Merge pull request #1227 from ferd/compiler-source-format | Fred Hebert | 2016-06-11 | 1 | -2/+26 |
|\ \ \ |
|
| * | | | Reinstated test | Garrett Smith | 2016-05-02 | 1 | -0/+1 |
| * | | | Option to format compiler sources | Garrett Smith | 2016-05-02 | 1 | -2/+25 |
* | | | | add support for passing a sys_config to common test | Tristan Sloughter | 2016-06-11 | 1 | -3/+45 |
| |/ /
|/| | |
|
* | | | Support ENV config for proxy values | Fred Hebert | 2016-06-11 | 1 | -1/+72 |
* | | | Regression test showing the bug for umbrella apps | Fred Hebert | 2016-06-03 | 1 | -4/+48 |
| |/
|/| |
|
* | | 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 |