summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only match current HEAD tag in git semverZachary Hueras2015-09-161-1/+1
| | | | | | | | | In the scenario that someone had cloned an entire repository and then checked out an older version tag, the semantic versioning would detect the newest tag, not the checked out tag. Look for the HEAD string prior to tag: to indicate the currently selected tag.
* Make the v-prefix optional in git semverZachary Hueras2015-09-161-1/+1
| | | | | | Not all repositories use a v-prefix for version tags. All tags should be considered valid versions.
* Merge pull request #798 from garret-smith/fix_app_src_scriptTristan Sloughter2015-09-141-1/+1
|\ | | | | Terms is already a list
| * Terms is already a listGarret Smith2015-09-111-1/+1
| | | | | | | | Fixes compiling yaws, which has an .app.src.script file
* | Merge pull request #802 from tsloughter/masterFred Hebert2015-09-131-1/+1
|\ \ | | | | | | replace noinput with noshell so providers that ask for input work
| * | 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 checkouts
| * | 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 escript
| * 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 compi…
| * | 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
| | | |