Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run legacy hooks for clean task | Tristan Sloughter | 2014-11-02 | 2 | -37/+33 |
| | |||||
* | add --all option to clean | Tristan Sloughter | 2014-11-02 | 2 | -3/+24 |
| | |||||
* | refactoring build loop | Tristan Sloughter | 2014-11-01 | 1 | -20/+15 |
| | |||||
* | reset hooks for project apps so they are only run once | Tristan Sloughter | 2014-11-01 | 1 | -3/+7 |
| | |||||
* | run legacy style hooks for compile provider | Tristan Sloughter | 2014-11-01 | 3 | -2/+35 |
| | |||||
* | only pass current project state as state for project apps | Tristan Sloughter | 2014-11-01 | 1 | -1/+13 |
| | |||||
* | don't return {error, {error, iolist()}} from rbear_topo | Tristan Sloughter | 2014-11-01 | 1 | -1/+1 |
| | |||||
* | verify checked out dep is the same as specified in the config and update if not | Tristan Sloughter | 2014-11-01 | 5 | -12/+79 |
| | |||||
* | dynamicly find module for fullfilling dependency | Tristan Sloughter | 2014-11-01 | 3 | -51/+108 |
| | |||||
* | create rebar_resource behaviour and create git resource | Tristan Sloughter | 2014-10-30 | 4 | -253/+98 |
| | |||||
* | add guide to docs | Tristan Sloughter | 2014-10-26 | 1 | -0/+93 |
| | |||||
* | remove newlines in paragraphs | Tristan Sloughter | 2014-10-25 | 1 | -49/+19 |
| | |||||
* | use error_format for prodiver error | Tristan Sloughter | 2014-10-24 | 1 | -0/+3 |
| | |||||
* | Merge pull request #21 from tsloughter/rebar3-todo-tutorial | Tristan Sloughter | 2014-10-24 | 1 | -0/+299 |
|\ | | | | | Plugin tutorial ready | ||||
| * | Plugin tutorial ready | Fred Hebert | 2014-10-24 | 1 | -0/+299 |
|/ | | | | Still missing: reference. | ||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 18 | -20/+106 |
| | |||||
* | fix erlydtl provider module name | Tristan Sloughter | 2014-10-22 | 1 | -0/+295 |
| | |||||
* | output error on bad provider attempting to be added | Tristan Sloughter | 2014-10-22 | 1 | -2/+7 |
| | |||||
* | return error on not found provider for command | Tristan Sloughter | 2014-10-22 | 3 | -303/+17 |
| | |||||
* | fix format_error cycle | Tristan Sloughter | 2014-10-22 | 1 | -3/+3 |
| | |||||
* | code cleanup | Tristan Sloughter | 2014-10-19 | 1 | -22/+15 |
| | |||||
* | code cleanup | Tristan Sloughter | 2014-10-19 | 1 | -37/+44 |
| | |||||
* | fix find and includefile paths for yrl/xrl files | Tristan Sloughter | 2014-10-19 | 1 | -5/+8 |
| | |||||
* | travis build order | Tristan Sloughter | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | fix erlydtl compile | Tristan Sloughter | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | add s3 upload of rebar3 | Tristan Sloughter | 2014-10-18 | 1 | -2/+13 |
| | |||||
* | change travis status image to rebar3 | Tristan Sloughter | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 8 | -44/+39 |
| | |||||
* | pass command as arg to run_aux for now | Tristan Sloughter | 2014-10-17 | 2 | -2/+2 |
| | |||||
* | fix update provider do/1 return | Tristan Sloughter | 2014-10-17 | 1 | -3/+4 |
| | |||||
* | switch to https for getopt so github account isn't needed | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | run compile as post hook for test_deps | Tristan Sloughter | 2014-10-17 | 2 | -9/+12 |
| | |||||
* | test deps support, but builds them after project apps currently | Tristan Sloughter | 2014-10-16 | 5 | -6/+71 |
| | |||||
* | remove unused utils functions | Tristan Sloughter | 2014-10-16 | 3 | -142/+30 |
| | |||||
* | preliminary _checkouts/ support | Tristan Sloughter | 2014-10-13 | 6 | -37/+50 |
| | |||||
* | fix clean provider for multi app projects | Tristan Sloughter | 2014-10-12 | 1 | -7/+7 |
| | |||||
* | fix error message with new debug syntax | Tristan Sloughter | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | update release provider to support relx opts | Tristan Sloughter | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | fix print help for task | Tristan Sloughter | 2014-10-11 | 1 | -2/+3 |
| | |||||
* | formatting | Tristan Sloughter | 2014-10-11 | 2 | -3/+2 |
| | |||||
* | fix compile task help msg | Tristan Sloughter | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | update readme | Tristan Sloughter | 2014-10-10 | 1 | -7/+9 |
| | |||||
* | handle unknown provider asked for help | Tristan Sloughter | 2014-10-10 | 1 | -3/+8 |
| | |||||
* | use providers help/2 | Tristan Sloughter | 2014-10-10 | 1 | -9/+1 |
| | |||||
* | print usage and desc of task for 'help task' | Tristan Sloughter | 2014-10-10 | 1 | -3/+20 |
| | |||||
* | support compile jobs option | Tristan Sloughter | 2014-10-10 | 4 | -16/+27 |
| | |||||
* | fix help task | Tristan Sloughter | 2014-10-10 | 2 | -3/+2 |
| | |||||
* | split options up by task | Tristan Sloughter | 2014-10-10 | 7 | -85/+97 |
| | |||||
* | add otp_app template | Tristan Sloughter | 2014-10-03 | 1 | -0/+7 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 23 | -347/+200 |
| |