summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add project_providers after initing default providers but allow overridesTristan Sloughter2016-02-223-11/+23
* give new opt project_plugins providers precedence over default providersTristan Sloughter2016-02-203-8/+21
* 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
|\ \ \
| * | | merge overlay entries into a single {overlay, list()} for relxTristan Sloughter2016-01-101-1/+11
* | | | Unquote templates, add a warning instead.Fred Hebert2016-01-101-0/+25
|/ / /
* | | install project app plugins after discovering them not beforeTristan Sloughter2016-01-103-4/+13
* | | Merge pull request #1006 from tsloughter/masterFred Hebert2016-01-092-4/+5
|\ \ \
| * | | only apply default and prod profile to dependenciesTristan Sloughter2016-01-092-4/+5
* | | | Merge pull request #999 from ferd/fix-windows-stuffTristan Sloughter2016-01-081-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | fix dirs robocopy and canonical paths in windowsFred Hebert2016-01-071-4/+12
| |/ /
* | | only need to compare ref and not ref+url in git resourceTristan Sloughter2016-01-081-2/+2
* | | warn if the directories `eunit' or `ct' show up in `src_dirs'alisdair sullivan2016-01-051-2/+17
|/ /