summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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""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"Fred Hebert2015-09-024-7/+7
|/ / /
* | | Merge pull request #771 from tsloughter/delay_pkg_loadFred Hebert2015-09-024-7/+7
|\ \ \ | |_|/ |/| |
| * | only load packages when neededTristan Sloughter2015-09-024-7/+7
|/ /
* | Merge pull request #762 from ferd/explicit-cache-pathsTristan Sloughter2015-09-011-1/+3
|\ \
| * | Displays package caching actionsFred Hebert2015-08-311-1/+3
* | | Merge pull request #767 from tsloughter/tree_unicodeFred Hebert2015-08-311-4/+5
|\ \ \ | |_|/ |/| |
| * | use ~ts for unicode output and reset encoding to latin1Tristan Sloughter2015-08-311-4/+5
|/ /
* | Merge pull request #766 from project-fifo/utf8-treeTristan Sloughter2015-08-311-10/+16
|\ \
| * | utf8 treeHeinz N. Gies2015-08-311-8/+9
| * | Removed extra | for last element in treeHeinz N. Gies2015-08-311-9/+14
|/ /
* | Merge pull request #759 from tsloughter/dep_tree_fixFred Hebert2015-08-301-1/+1
|\ \
| * | set parent on already fetched apps so tree worksTristan Sloughter2015-08-291-1/+1
| |/
* | Merge pull request #757 from ferd/use-raw-encodingTristan Sloughter2015-08-291-2/+2
|\ \ | |/ |/|
| * Use raw bytestream when writing filesFred Hebert2015-08-291-2/+2
|/
* Bump to beta-2Fred Hebert2015-08-272-2/+2
* Merge pull request #755 from tsloughter/masterFred Hebert2015-08-272-7/+2
|\
| * remove replacement of home dir with ~ in update outputTristan Sloughter2015-08-262-7/+2
|/
* Merge pull request #753 from talentdeficit/ct_persistent_fail_fixTristan Sloughter2015-08-261-2/+4
|\
| * symlink ct test dirs rather than copyalisdair sullivan2015-08-261-2/+4
|/
* Merge pull request #716 from talentdeficit/eunit_file_argFred Hebert2015-08-272-7/+89
|\
| * improve `--help' documentation for eunit provideralisdair sullivan2015-08-161-5/+5
| * add support for `rebar3 eunit --file=...'alisdair sullivan2015-08-152-5/+87
* | Merge pull request #748 from tsloughter/pkg_attributeFred Hebert2015-08-279-82/+236
|\ \
| * | Basic package aliasing testsFred Hebert2015-08-262-1/+145
| * | simplify package dep parsing and handlingTristan Sloughter2015-08-256-103/+77
| * | support pkg attribute on dep to declare package name different from app nameTristan Sloughter2015-08-233-6/+42