summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move resource modules list to rebar_state, no longer staticTristan Sloughter2015-04-047-34/+50
* install dep plugins & run provider hooks the same as shell hooksTristan Sloughter2015-04-046-31/+67
* add default test paths in the `shell` and `cover` providersalisdair sullivan2015-04-032-8/+19
* modify `ct` provider to copy selected directories and compile themalisdair sullivan2015-04-032-273/+351
* main module of a plugin just has to export init/1Tristan Sloughter2015-04-031-6/+3
* Merge pull request #310 from ferd/do-namespacesFred Hebert2015-04-031-5/+38
|\
| * Support namespace resolution in 'do' providerFred Hebert2015-04-031-5/+38
* | Merge pull request #298 from talentdeficit/cover_pathsFred Hebert2015-04-031-12/+24
|\ \
| * | attempt to load paths to test modules in cover modules toalisdair sullivan2015-03-251-10/+20
| * | execute `cover` task as `test` profile and write generated dataalisdair sullivan2015-03-251-2/+4
* | | Merge pull request #308 from ferd/consistent-docTristan Sloughter2015-04-035-7/+7
|\ \ \
| * | | Fixes #306: help text consistencyFred Hebert2015-04-025-7/+7
* | | | fix clean all to use proper deps dirTristan Sloughter2015-04-021-1/+1
| |_|/ |/| |
* | | add exports used by plugins to rebar_apiTristan Sloughter2015-04-021-1/+19
* | | re-export functions only used within rebar_utils that are also needed by pluginsTristan Sloughter2015-04-021-1/+4
|/ /
* | Merge pull request #283 from fishcakez/dial_warnsFred Hebert2015-03-257-8/+7
|\ \
| * | Fix dialyzer warningsJames Fish2015-03-187-8/+7
* | | Polish rough edges of 'new' providerFred Hebert2015-03-251-3/+12
| |/ |/|
* | Bump to alpha-2Fred Hebert2015-03-241-1/+1
* | split function setting test set for clarityalisdair sullivan2015-03-241-7/+10
* | filter checkapps via `rebar_app_info:is_checkout` rather thanalisdair sullivan2015-03-241-4/+2
* | add `--app=...` and `--suite=...` options for the eunit provider toalisdair sullivan2015-03-241-74/+145
* | Fix property mergingFred Hebert2015-03-241-30/+38
* | Bump to alpha-1Fred Hebert2015-03-231-1/+1
* | Merge pull request #286 from tsloughter/checkoutsFred Hebert2015-03-236-44/+101
|\ \
| * | treat _checkouts as deps that are always compiledTristan Sloughter2015-03-216-44/+101
* | | handle additional errors returned from `getopt:parse/2`alisdair sullivan2015-03-231-1/+5
* | | Merge pull request #291 from tsloughter/as_argsFred Hebert2015-03-231-0/+2
|\ \ \
| * | | support args on tasks passed to 'as'Tristan Sloughter2015-03-231-0/+2
| |/ /
* | | Reverse relx args order for configFred Hebert2015-03-221-1/+1
* | | Preserve profile order on mergeable tuple/optsFred Hebert2015-03-221-1/+57
|/ /
* | update hg username and email match in templatesTristan Sloughter2015-03-171-1/+1
|/
* include all pkg deps in list of deps returned from updateTristan Sloughter2015-03-171-7/+2
* flatten command to open_port so <17 Erlangs are happyTristan Sloughter2015-03-161-3/+3
* add back throw on package index writeTristan Sloughter2015-03-161-1/+1
* handle bad package version with error messageTristan Sloughter2015-03-161-1/+3
* Merge pull request #273 from ypaq/ypaq-doc-fix-versionTristan Sloughter2015-03-161-1/+1
|\
| * Decapitalize short option for 'version'Tilman Holschuh2015-03-161-1/+1
* | Merge pull request #269 from ferd/dep-conflict-as-errorTristan Sloughter2015-03-162-10/+25
|\ \
| * | Implement deps conflicts as errorsFred Hebert2015-03-151-9/+17
| * | Avoid duplicating deps in discover phaseFred Hebert2015-03-151-1/+8
| |/
* | use PRV_ERROR for formattable errorsFred Hebert2015-03-168-10/+18
|/
* Merge pull request #268 from ferd/refactor-as-namespace-conflictsFred Hebert2015-03-133-53/+50
|\
| * Fix #267, refactor as/do/namespace interactionsFred Hebert2015-03-133-53/+50
* | Merge pull request #266 from tsloughter/always_haltFred Hebert2015-03-121-1/+1
|\ \
| * | halt with 0 on successful runTristan Sloughter2015-03-121-1/+1
* | | Merge pull request #265 from tsloughter/compile_jobsFred Hebert2015-03-122-113/+16
|\ \ \ | |/ / |/| |
| * | get rid of compile workersTristan Sloughter2015-03-122-113/+16
* | | Store base PLT in ~/.cache/rebar3/James Fish2015-03-121-2/+2
|/ /
* | set jobs for all compile jobsTristan Sloughter2015-03-121-9/+12