summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | cover compile beams compiled for ct/eunit seperately from beams compiled ↵alisdair sullivan2015-09-112-20/+20
|/ / / | | | | | | | | | | | | | | | otherwise fixes #788
* | | Merge pull request #792 from tsloughter/checksum_rebar3Fred Hebert2015-09-102-4/+15
|\ \ \ | |/ / | | | check checksum of rebar3 download in local_upgrade provider
| * | 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
|\ \ | | | | | | add 'local install' and 'local upgrade'
| * | 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 ↵Tristan Sloughter2015-09-102-20/+34
| | | | | | | | | | | | windows
| * | 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 warnings
| * | 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 appinfo
| * 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
|\ | | | | `rebar3 path' provider
| * 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
| | | | | | | | as default seperator
| * `rebar3 path' provideralisdair sullivan2015-08-292-0/+124
| | | | | | | | prints requested paths to stdout based on current profile
* | Merge pull request #780 from tsloughter/hook_app_infoFred Hebert2015-09-075-25/+34
|\ \ | | | | | | support updating of per app info by hooks
| * | 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 dep
| * | 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 umbrella
| * | 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 ct
| * | 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 #770
| * | | 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 hooks
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | Fix #744: Allow _checkouts dep to override pkg dep not in registry
| * | | | 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 state into app_info
| * | | 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
| | | |
| * | | remove state record from app_info recordTristan Sloughter2015-08-318-45/+12
| | | |
| * | | wip: move state into app_infoTristan Sloughter2015-08-3115-186/+447
| | | |
* | | | Merge pull request #774 from rebar/revert-773-revert-771-delay_pkg_loadFred Hebert2015-09-024-7/+7
|\ \ \ \ | | | | | | | | | | Revert "Revert "only load packages when needed""
| * | | | Revert "Revert "only load packages when needed""Fred Hebert2015-09-024-7/+7
|/ / / /
* | | | Merge pull request #773 from rebar/revert-771-delay_pkg_loadFred Hebert2015-09-024-7/+7
|\ \ \ \ | | | | | | | | | | Revert "only load packages when needed"
| * | | | Revert "only load packages when needed"Fred Hebert2015-09-024-7/+7
|/ / / /
* | | | Merge pull request #771 from tsloughter/delay_pkg_loadFred Hebert2015-09-024-7/+7
|\ \ \ \ | |_|/ / |/| | | only load packages when needed
| * | | only load packages when neededTristan Sloughter2015-09-024-7/+7
|/ / /