summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add an export to allow specifing arbitrary extra erl files to be compiledalisdair sullivan2015-09-212-2/+38
* Merge pull request #802 from tsloughter/masterFred Hebert2015-09-131-1/+1
|\
| * replace noinput with noshell so providers that ask for input workTristan Sloughter2015-09-131-1/+1
|/
* Merge pull request #799 from tsloughter/tree_outputFred Hebert2015-09-122-3/+8
|\
| * parse versions in deps tree output and support checkoutsTristan Sloughter2015-09-122-3/+8
|/
* Merge pull request #796 from tsloughter/priv_escriptFred Hebert2015-09-112-4/+3
|\
| * use full path of apps for priv files included in escriptTristan Sloughter2015-09-112-4/+3
* | Merge pull request #795 from talentdeficit/rebar_ct_cover_fixTristan Sloughter2015-09-112-20/+20
|\ \
| * | cover compile beams compiled for ct/eunit seperately from beams compiled othe...alisdair sullivan2015-09-112-20/+20
|/ /
* | Merge pull request #792 from tsloughter/checksum_rebar3Fred Hebert2015-09-102-4/+15
|\ \ | |/
| * check checksum of rebar3 download in local_upgrade providerTristan Sloughter2015-09-102-4/+15
|/
* fix rebar3 url for upgradeTristan Sloughter2015-09-101-1/+1
* Merge pull request #784 from tsloughter/extractFred Hebert2015-09-109-19/+231
|\
| * update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-106-17/+32
| * move local install/upgrade to 'unstable install/upgrade' and print error if w...Tristan Sloughter2015-09-102-20/+34
| * add providers 'local upgrade' and 'local install' for installing/upgradingTristan Sloughter2015-09-075-4/+187
* | Merge pull request #787 from tsloughter/dialyzer_cleanupFred Hebert2015-09-097-13/+11
|\ \
| * | fix dialyzer warningsTristan Sloughter2015-09-097-13/+11
|/ /
* | Merge pull request #785 from tsloughter/fix_ct_hooksFred Hebert2015-09-081-2/+2
|\ \ | |/ |/|
| * fix run_all_hooks call for ct provider, no need to pass appinfoTristan Sloughter2015-09-081-2/+2
|/
* Merge pull request #761 from talentdeficit/rebar_pathTristan Sloughter2015-09-076-0/+164
|\
| * shell completions for `rebar3 path'alisdair sullivan2015-09-075-5/+41
| * default to `ebin' for `rebar3 path' command and use single spacealisdair sullivan2015-08-311-14/+18
| * `rebar3 path' provideralisdair sullivan2015-08-292-0/+124
* | Merge pull request #780 from tsloughter/hook_app_infoFred Hebert2015-09-075-25/+34
|\ \
| * | add test for 'rebar3 plugins list' to ensure it can runTristan Sloughter2015-09-061-1/+8
| * | fix plugins porvider use of rebar_dirTristan Sloughter2015-09-061-1/+1
| * | support updating of per app info by hooksTristan Sloughter2015-09-063-23/+25
* | | Merge pull request #781 from tsloughter/up_providersFred Hebert2015-09-072-2/+2
|\ \ \ | |/ / |/| |
| * | upgrade providers, new version gives error message for bad provider depTristan Sloughter2015-09-072-2/+2
|/ /
* | Merge pull request #779 from tsloughter/hooks_artifactsFred Hebert2015-09-068-36/+58
|\ \
| * | hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-068-36/+58
|/ /
* | Merge pull request #769 from surik/cover_spec_optionFred Hebert2015-09-051-0/+2
|\ \
| * | Fix cover_spec options for ctYury Gargay2015-09-031-0/+2
* | | Merge pull request #772 from tsloughter/eunit_fixFred Hebert2015-09-051-1/+6
|\ \ \
| * | | delete and prepend code path instead of replacing, fixes #770Tristan Sloughter2015-09-021-1/+6
* | | | Merge pull request #777 from tsloughter/current_appFred Hebert2015-09-053-5/+13
|\ \ \ \
| * | | | add current_app attribute for setting before calling hooksTristan Sloughter2015-09-043-5/+13
* | | | | Merge pull request #775 from tsloughter/checkout_pkg_depFred Hebert2015-09-051-27/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | support _checkouts overriding package dep that doesn't exist in registryTristan Sloughter2015-09-031-27/+38
|/ / / /
* | | | Merge pull request #760 from tsloughter/app_info_stateFred Hebert2015-09-0320-514/+628
|\ \ \ \ | |_|/ / |/| | |
| * | | move otp version verification to a single app_info functionTristan Sloughter2015-09-013-4/+9
| * | | move opts functions to new module rebar_optsTristan Sloughter2015-09-018-172/+179
| * | | remove overrides element from state recordTristan Sloughter2015-09-013-17/+3
| * | | more cleanupTristan Sloughter2015-08-318-62/+45
| * | | more cleanup of old state usageTristan Sloughter2015-08-311-23/+20
| * | | fixes for overrides of depsTristan Sloughter2015-08-313-7/+7
| * | | update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-3110-237/+162
| * | | build on already created AppInfo instead of having to do copyTristan Sloughter2015-08-317-142/+125
| * | | fix erl_opts to not be inheritedTristan Sloughter2015-08-311-6/+6