Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass command as arg to run_aux for now | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
* | fix update provider do/1 return | Tristan Sloughter | 2014-10-17 | 1 | -3/+4 |
* | 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 | 4 | -35/+49 |
* | 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 |
* | 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 |
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 20 | -333/+194 |
* | 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 |
* | fix compilation order | Tristan Sloughter | 2014-09-26 | 3 | -14/+18 |
* | update src dep works except for removed transitive deps | Tristan Sloughter | 2014-09-26 | 2 | -16/+47 |
* | fix namespaced types for pre-17 otp | Tristan Sloughter | 2014-09-25 | 2 | -2/+2 |
* | fixed up a few unknown types | Tristan Sloughter | 2014-09-21 | 4 | -29/+24 |
* | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 12 | -283/+41 |
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 13 | -95/+47 |
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 13 | -104/+35 |
* | wip: updating handling of src deps to include level in lock | Tristan Sloughter | 2014-09-20 | 4 | -30/+59 |
* | fix for wrong function call to depsolver new for empty graph | Tristan Sloughter | 2014-09-20 | 1 | -2/+2 |
* | wip: update dep | Tristan Sloughter | 2014-09-20 | 2 | -23/+35 |
* | more efficient check for existing dep | Tristan Sloughter | 2014-09-20 | 2 | -8/+17 |
* | inefficient way, but safer, of checking if an app is already downloaded | Tristan Sloughter | 2014-09-20 | 4 | -12/+29 |
* | handle no plugins as [] list of plugins | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
* | only compile invalid plugins | Tristan Sloughter | 2014-09-20 | 2 | -2/+2 |
* | move deps and plugins to _ prefixed | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 4 | -38/+43 |
* | add plugin template | Tristan Sloughter | 2014-09-20 | 2 | -1/+4 |
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-19 | 3 | -18/+32 |
* | add rebar providers create and plugin inclusion with providers | Tristan Sloughter | 2014-09-19 | 2 | -3/+17 |
* | add support for plugins as pre and post hooks | Tristan Sloughter | 2014-09-18 | 5 | -9/+28 |
* | add do task | Tristan Sloughter | 2014-09-18 | 5 | -16/+64 |
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 18 | -224/+160 |