| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for common tests `include` flag | alisdair sullivan | 2016-03-01 | 1 | -14/+30 |
* | Merge pull request #1070 from project-fifo/hex-improvements | Tristan Sloughter | 2016-02-24 | 2 | -23/+139 |
|\ |
|
| * | Add more hex rules so they don't throw errors | Heinz N. Gies | 2016-02-22 | 2 | -23/+139 |
* | | Merge pull request #1075 from tsloughter/plugin_override | Fred Hebert | 2016-02-22 | 3 | -11/+23 |
|\ \
| |/
|/| |
|
| * | add project_providers after initing default providers but allow overrides | Tristan Sloughter | 2016-02-22 | 3 | -11/+23 |
* | | Support --setcookie option | Fred Hebert | 2016-02-21 | 1 | -2/+14 |
* | | Merge pull request #1065 from tsloughter/plugin_precedence | Fred Hebert | 2016-02-21 | 3 | -8/+21 |
|\ \
| |/ |
|
| * | give new opt project_plugins providers precedence over default providers | Tristan Sloughter | 2016-02-20 | 3 | -8/+21 |
* | | Merge pull request #1061 from ferd/future-proof-lockfiles | Tristan Sloughter | 2016-02-21 | 5 | -17/+49 |
|\ \
| |/
|/| |
|
| * | Make lock files future-proof | Fred Hebert | 2016-02-16 | 5 | -17/+49 |
* | | break up do/1 function in install_deps to make upgrade less confusing | Tristan Sloughter | 2016-02-19 | 2 | -3/+7 |
* | | set default color intensity to high | Tristan Sloughter | 2016-02-19 | 1 | -1/+1 |
* | | Merge pull request #902 from project-fifo/less-color | Tristan Sloughter | 2016-02-16 | 2 | -1/+28 |
|\ \
| |/
|/| |
|
| * | Set relx color intensity env variable | Heinz N. Gies | 2016-02-16 | 1 | -0/+2 |
| * | Use an app_env to get color intensity | Heinz N. Gies | 2016-02-16 | 1 | -7/+17 |
| * | Some cleanup | Heinz N. Gies | 2016-02-09 | 1 | -8/+11 |
| * | Merge master | Heinz N. Gies | 2016-02-08 | 32 | -798/+2242 |
| |\ |
|
| * | | Allow switching based on env variable | Heinz N. Gies | 2015-11-04 | 1 | -1/+10 |
| * | | Fixed error log formating | Heinz N. Gies | 2015-11-01 | 1 | -1/+1 |
| * | | Make output a bit more discrete | Heinz N. Gies | 2015-11-01 | 1 | -1/+4 |
* | | | Merge pull request #1048 from fauxsoup/master | Tristan Sloughter | 2016-02-11 | 1 | -7/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | Include hook for app compilation | Zachary Hueras | 2016-02-09 | 1 | -4/+7 |
| * | | Add secondary hook for rebar_prv_compile | Zachary Hueras | 2016-02-02 | 1 | -7/+11 |
* | | | Merge pull request #1047 from fishcakez/dialyzer_unknown | Tristan Sloughter | 2016-02-05 | 1 | -1/+22 |
|\ \ \ |
|
| * | | | Ignore unknown warning when dialyzer < 2.8 | James Fish | 2016-02-02 | 1 | -1/+22 |
| |/ / |
|
* | | | check top level config for minimum or blacklisted otps at start | Tristan Sloughter | 2016-02-03 | 1 | -0/+3 |
|/ / |
|
* | | add user-agent to http request headers | Tristan Sloughter | 2016-02-01 | 3 | -3/+8 |
* | | don't lose overrides in an app when installing plugins it uses' | Tristan Sloughter | 2016-01-31 | 1 | -4/+14 |
* | | fix paths for multiple app projects when running ct with no --dir argument | alisdair sullivan | 2016-01-30 | 1 | -7/+13 |
* | | don't strip the project apps when running `ct` with just a root suite specified | alisdair sullivan | 2016-01-30 | 1 | -2/+3 |
* | | Add module directory to include path | Luis Rascao | 2016-01-26 | 1 | -2/+3 |
* | | Merge pull request #1031 from tsloughter/master | Fred Hebert | 2016-01-24 | 1 | -11/+15 |
|\ \ |
|
| * | | add profile option to clean task | Tristan Sloughter | 2016-01-23 | 1 | -11/+15 |
* | | | Merge pull request #1024 from talentdeficit/dedupe_eunit_default_tests | Tristan Sloughter | 2016-01-23 | 1 | -10/+39 |
|\ \ \
| |/ /
|/| | |
|
| * | | deduplicate default test set generated by `rebar3 eunit` | alisdair sullivan | 2016-01-17 | 1 | -10/+39 |
* | | | move unstable install and upgrade to local namespace | Tristan Sloughter | 2016-01-22 | 2 | -2/+2 |
* | | | add support for setting erl vm args with REBAR3_ERL_ARGS | Tristan Sloughter | 2016-01-22 | 1 | -1/+1 |
* | | | Display error message when bad config is loaded | Fred Hebert | 2016-01-17 | 1 | -2/+7 |
* | | | Merge pull request #1017 from talentdeficit/runtime_version_check | Fred Hebert | 2016-01-17 | 1 | -5/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | check at runtime instead of compile time for presence of `file:list_dir_all/1` | alisdair sullivan | 2016-01-13 | 1 | -5/+8 |
* | | | Merge pull request #1018 from talentdeficit/cover_what_are_you_doooooing | Fred Hebert | 2016-01-16 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | change detection of valid modules for `eunit` | alisdair sullivan | 2016-01-13 | 1 | -4/+3 |
| |/ / |
|
* | | | Merge pull request #1021 from tsloughter/master | Tristan Sloughter | 2016-01-15 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | convert 'app' to 'application' in eunit_opts to match cmdline args | Tristan Sloughter | 2016-01-15 | 1 | -1/+2 |
* | | | when using the `--file' argument to `eunit' paths were being converted | alisdair sullivan | 2016-01-12 | 1 | -9/+20 |
|/ / |
|
* | | Merge pull request #995 from ferd/fix-old-shell | Tristan Sloughter | 2016-01-10 | 2 | -3/+790 |
|\ \ |
|
| * | | Correct TTY type detection | Fred Hebert | 2016-01-06 | 1 | -17/+23 |
| * | | Support old-style shell for rebar3 shell | Fred Hebert | 2016-01-06 | 2 | -0/+781 |
* | | | Merge pull request #1009 from tsloughter/master | Fred Hebert | 2016-01-10 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | merge overlay entries into a single {overlay, list()} for relx | Tristan Sloughter | 2016-01-10 | 1 | -1/+11 |