summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some cleanupHeinz N. Gies2016-02-091-8/+11
* Merge masterHeinz N. Gies2016-02-0832-798/+2242
|\
| * 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
| |/
| * Merge pull request #966 from talentdeficit/ct_root_suitesFred Hebert2016-01-052-3/+33
| |\
| | * put `extra' ct test suites in `extras/apps/APPNAME' rather than `extras'alisdair sullivan2015-12-201-1/+2
| | * allow ct suites to be specified at the root of a project (or root of app)alisdair sullivan2015-12-202-2/+31
| | * whitespace cleanupalisdair sullivan2015-12-201-1/+1
| * | convert ~> versions to highest matchingTristan Sloughter2015-12-261-24/+14
| * | Merge pull request #987 from ferd/plugin-templatesTristan Sloughter2015-12-213-7/+35
| |\ \ | | |/ | |/|
| | * Plugin templates enabledFred Hebert2015-12-193-7/+35
| * | support temporary cdn change with HEX_CDN os varTristan Sloughter2015-12-196-46/+89
| |/
| * Merge pull request #988 from ferd/schutm-wrong-pathsTristan Sloughter2015-12-191-1/+30
| |\
| | * Merge branch 'master' of https://github.com/schutm/rebar3 into schutm-wrong-p...Fred Hebert2015-12-191-1/+30
| | |\
| | | * Fix wrong relative path resolutionschutm2015-12-101-1/+30
| * | | Merge pull request #986 from ferd/fix-bad-tpl-index-handlingTristan Sloughter2015-12-192-10/+28
| |\ \ \ | | |/ / | |/| |
| | * | A bad template index does not crash; shows warningFred Hebert2015-12-182-10/+28
| | |/