summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add a link to the docs about `test_spec` and `cover` in ct warningsalisdair sullivan2016-03-011-2/+2
* error on a cover spec in ct_optsalisdair sullivan2016-03-011-0/+2
* Merge pull request #1070 from project-fifo/hex-improvementsTristan Sloughter2016-02-242-23/+139
|\
| * Add more hex rules so they don't throw errorsHeinz N. Gies2016-02-222-23/+139
* | Merge pull request #1075 from tsloughter/plugin_overrideFred Hebert2016-02-223-11/+23
|\ \ | |/ |/|
| * add project_providers after initing default providers but allow overridesTristan Sloughter2016-02-223-11/+23
* | Support --setcookie optionFred Hebert2016-02-211-2/+14
* | Merge pull request #1065 from tsloughter/plugin_precedenceFred Hebert2016-02-213-8/+21
|\ \ | |/
| * give new opt project_plugins providers precedence over default providersTristan Sloughter2016-02-203-8/+21
* | Merge pull request #1061 from ferd/future-proof-lockfilesTristan Sloughter2016-02-215-17/+49
|\ \ | |/ |/|
| * Make lock files future-proofFred Hebert2016-02-165-17/+49
* | break up do/1 function in install_deps to make upgrade less confusingTristan Sloughter2016-02-192-3/+7
* | set default color intensity to highTristan Sloughter2016-02-191-1/+1
* | Merge pull request #902 from project-fifo/less-colorTristan Sloughter2016-02-162-1/+28
|\ \ | |/ |/|
| * Set relx color intensity env variableHeinz N. Gies2016-02-161-0/+2
| * Use an app_env to get color intensityHeinz N. Gies2016-02-161-7/+17
| * Some cleanupHeinz N. Gies2016-02-091-8/+11
| * Merge masterHeinz N. Gies2016-02-0832-798/+2242
| |\
| * | Allow switching based on env variableHeinz N. Gies2015-11-041-1/+10
| * | Fixed error log formatingHeinz N. Gies2015-11-011-1/+1
| * | Make output a bit more discreteHeinz N. Gies2015-11-011-1/+4
* | | Merge pull request #1048 from fauxsoup/masterTristan Sloughter2016-02-111-7/+14
|\ \ \ | |_|/ |/| |
| * | Include hook for app compilationZachary Hueras2016-02-091-4/+7
| * | Add secondary hook for rebar_prv_compileZachary Hueras2016-02-021-7/+11
* | | Merge pull request #1047 from fishcakez/dialyzer_unknownTristan Sloughter2016-02-051-1/+22
|\ \ \
| * | | Ignore unknown warning when dialyzer < 2.8James Fish2016-02-021-1/+22
| |/ /
* | | check top level config for minimum or blacklisted otps at startTristan Sloughter2016-02-031-0/+3
|/ /
* | add user-agent to http request headersTristan Sloughter2016-02-013-3/+8
* | don't lose overrides in an app when installing plugins it uses'Tristan Sloughter2016-01-311-4/+14
* | fix paths for multiple app projects when running ct with no --dir argumentalisdair sullivan2016-01-301-7/+13
* | don't strip the project apps when running `ct` with just a root suite specifiedalisdair sullivan2016-01-301-2/+3
* | Add module directory to include pathLuis Rascao2016-01-261-2/+3
* | Merge pull request #1031 from tsloughter/masterFred Hebert2016-01-241-11/+15
|\ \
| * | add profile option to clean taskTristan Sloughter2016-01-231-11/+15
* | | Merge pull request #1024 from talentdeficit/dedupe_eunit_default_testsTristan Sloughter2016-01-231-10/+39
|\ \ \ | |/ / |/| |
| * | deduplicate default test set generated by `rebar3 eunit`alisdair sullivan2016-01-171-10/+39
* | | move unstable install and upgrade to local namespaceTristan Sloughter2016-01-222-2/+2
* | | add support for setting erl vm args with REBAR3_ERL_ARGSTristan Sloughter2016-01-221-1/+1
* | | Display error message when bad config is loadedFred Hebert2016-01-171-2/+7
* | | Merge pull request #1017 from talentdeficit/runtime_version_checkFred Hebert2016-01-171-5/+8
|\ \ \ | |/ / |/| |
| * | check at runtime instead of compile time for presence of `file:list_dir_all/1`alisdair sullivan2016-01-131-5/+8
* | | Merge pull request #1018 from talentdeficit/cover_what_are_you_doooooingFred Hebert2016-01-161-4/+3
|\ \ \
| * | | change detection of valid modules for `eunit`alisdair sullivan2016-01-131-4/+3
| |/ /
* | | Merge pull request #1021 from tsloughter/masterTristan Sloughter2016-01-151-1/+2
|\ \ \ | |/ / |/| |
| * | convert 'app' to 'application' in eunit_opts to match cmdline argsTristan Sloughter2016-01-151-1/+2
* | | when using the `--file' argument to `eunit' paths were being convertedalisdair sullivan2016-01-121-9/+20
|/ /
* | Merge pull request #995 from ferd/fix-old-shellTristan Sloughter2016-01-102-3/+790
|\ \
| * | Correct TTY type detectionFred Hebert2016-01-061-17/+23
| * | Support old-style shell for rebar3 shellFred Hebert2016-01-062-0/+781
* | | Merge pull request #1009 from tsloughter/masterFred Hebert2016-01-101-1/+11
|\ \ \