Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | 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 | 3 | -2/+8 | |
* | | 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 | 15 | -96/+54 | |
* | | add plt to gitignore | Tristan Sloughter | 2014-09-20 | 1 | -0/+1 | |
* | | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 15 | -115/+46 | |
* | | 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 | |
* | | update bootstrap final messae | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 | |
* | | update readme | Tristan Sloughter | 2014-09-20 | 1 | -13/+11 | |
* | | 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 | 3 | -3/+4 | |
* | | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 6 | -47/+53 | |
* | | add plugin template | Tristan Sloughter | 2014-09-20 | 5 | -1/+54 | |
* | | 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 | 5 | -53/+21 | |
|/ | ||||||
* | 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 | 6 | -25/+75 | |
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 2 | -2/+2 | |
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 19 | -228/+165 | |
* | use 'rebar ct' for 'make travis' so return code for run is right in R15 | Tristan Sloughter | 2014-09-17 | 1 | -2/+1 | |
* | ct_run log to test/logs | Tristan Sloughter | 2014-09-17 | 1 | -1/+2 | |
* | fix support for r15 | Tristan Sloughter | 2014-09-17 | 2 | -3/+15 | |
* | remove use of 17+ function lists:droplast/1 | Tristan Sloughter | 2014-09-17 | 4 | -4/+8 | |
* | trying to get ct_run to work in travis | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 | |
* | fix dict type for before 17 | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 | |
* | fix travis test | Tristan Sloughter | 2014-09-17 | 3 | -13/+11 | |
* | update common tests | Tristan Sloughter | 2014-09-17 | 4 | -9/+10 |