summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1050 from tsloughter/masterFred Hebert2016-02-031-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | check top level config for minimum or blacklisted otps at startTristan Sloughter2016-02-031-0/+3
|/ / / /
* | | | Merge pull request #1046 from tsloughter/user-agentFred Hebert2016-02-013-3/+8
|\ \ \ \
| * | | | add user-agent to http request headersTristan Sloughter2016-02-013-3/+8
|/ / / /
* | | | Merge pull request #1045 from tsloughter/masterFred Hebert2016-01-312-6/+57
|\ \ \ \
| * | | | don't lose overrides in an app when installing plugins it uses'Tristan Sloughter2016-01-312-6/+57
|/ / / /
* | | | Merge pull request #1033 from tuncer/fix-shell-completionTristan Sloughter2016-01-301-13/+25
|\ \ \ \
| * | | | bash completion: prevent future mistakes in loptsTuncer Ayaz2016-01-251-12/+24
| * | | | bash completion: fix error introduced in cf66dfd6Tuncer Ayaz2016-01-251-2/+2
* | | | | Merge pull request #1043 from talentdeficit/dont_strip_project_apps_during_ctTristan Sloughter2016-01-302-14/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix paths for multiple app projects when running ct with no --dir argumentalisdair sullivan2016-01-302-12/+19
| * | | | don't strip the project apps when running `ct` with just a root suite specifiedalisdair sullivan2016-01-301-2/+3
|/ / / /
* | | | Merge pull request #1035 from lrascao/fix/missing_include_pathTristan Sloughter2016-01-262-4/+67
|\ \ \ \ | |/ / / |/| | |
| * | | Add module directory to include pathLuis Rascao2016-01-262-4/+67
|/ / /
* | | Merge pull request #1031 from tsloughter/masterFred Hebert2016-01-242-13/+35
|\ \ \
| * | | add profile option to clean taskTristan Sloughter2016-01-232-13/+35
* | | | Merge pull request #1024 from talentdeficit/dedupe_eunit_default_testsTristan Sloughter2016-01-232-15/+48
|\ \ \ \
| * | | | deduplicate default test set generated by `rebar3 eunit`alisdair sullivan2016-01-172-15/+48
* | | | | Merge pull request #1029 from tsloughter/masterFred Hebert2016-01-223-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | move unstable install and upgrade to local namespaceTristan Sloughter2016-01-223-4/+4
| * | | | add support for setting erl vm args with REBAR3_ERL_ARGSTristan Sloughter2016-01-221-1/+1
* | | | | Merge pull request #1025 from tsloughter/masterFred Hebert2016-01-171-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | add unstable install/upgrade instructions to readmeTristan Sloughter2016-01-171-0/+12
|/ / / /
* | | | Merge pull request #1023 from ferd/rework-repo-docsTristan Sloughter2016-01-172-239/+409
|\ \ \ \
| * | | | Rework README and CONTRIBUTING documentsFred Hebert2016-01-172-239/+409
* | | | | Merge pull request #1022 from ferd/badconfig-shell-errorTristan Sloughter2016-01-171-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Display error message when bad config is loadedFred Hebert2016-01-171-2/+7
|/ / / /
* | | | Merge pull request #1017 from talentdeficit/runtime_version_checkFred Hebert2016-01-172-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | check at runtime instead of compile time for presence of `file:list_dir_all/1`alisdair sullivan2016-01-132-6/+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
* | | | Merge pull request #1016 from talentdeficit/eunit_translation_fixTristan Sloughter2016-01-121-9/+20
|\ \ \ \
| * | | | when using the `--file' argument to `eunit' paths were being convertedalisdair sullivan2016-01-121-9/+20
|/ / / /
* | | | Merge pull request #1013 from tsloughter/masterFred Hebert2016-01-122-2/+2
|\ \ \ \ | |/ / /
| * | | upgrade relxTristan Sloughter2016-01-122-2/+2
|/ / /
* | | Merge pull request #1012 from ferd/fix-triple-brackets-tplsTristan Sloughter2016-01-113-3/+3
|\ \ \
| * | | Remove triple brackets in bbmustache templatesFred Hebert2016-01-113-3/+3
|/ / /
* | | Merge pull request #1010 from tsloughter/masterFred Hebert2016-01-102-2/+2
|\ \ \
| * | | upgrade relx to 3.12.0Tristan Sloughter2016-01-102-2/+2
* | | | 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-102-2/+34
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge overlay entries into a single {overlay, list()} for relxTristan Sloughter2016-01-102-2/+34
* | | | | Merge pull request #996 from ferd/bump-cth_readable-dumbtermTristan Sloughter2016-01-102-2/+2
|\ \ \ \ \
| * | | | | Updates cth_readable so it supports dumb terminalsFred Hebert2016-01-062-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1008 from ferd/unquote-templatesTristan Sloughter2016-01-1013-23/+44
|\ \ \ \ \
| * | | | | Unquote templates, add a warning instead.Fred Hebert2016-01-1013-23/+44
|/ / / / /