Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add help | omarkj | 2014-11-03 | 54 | -1308/+1646 |
|\ | |||||
| * | 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 | Fred Hebert | 2014-10-24 | 1 | -0/+299 |
| |/ | |||||
| * | 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 |
| * | update README | Tristan Sloughter | 2014-10-01 | 1 | -6/+7 |
| * | add clean provider | Tristan Sloughter | 2014-10-01 | 3 | -3/+43 |
| * | refactor bc supporting source deps from central repo now | Tristan Sloughter | 2014-09-30 | 2 | -46/+46 |
| * | add upgrade provider | Tristan Sloughter | 2014-09-28 | 1 | -0/+49 |
| * | fix for downloading transitive source deps | Tristan Sloughter | 2014-09-28 | 4 | -33/+24 |
| * | erorr message on failed package update | Tristan Sloughter | 2014-09-27 | 1 | -17/+12 |
| * | Print error saying to use verbose mode to see stacktrace on uncaught error | Tristan Sloughter | 2014-09-27 | 1 | -1/+2 |
| * | return error messages from providers | Tristan Sloughter | 2014-09-27 | 18 | -47/+67 |
| * | getting closer | Tristan Sloughter | 2014-09-26 | 2 | -20/+27 |