Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add doc place holders | Tristan Sloughter | 2014-11-08 | 3 | -5/+10 | |
* | update guide | Tristan Sloughter | 2014-11-08 | 1 | -1/+34 | |
* | main module cleanup | Tristan Sloughter | 2014-11-08 | 1 | -42/+42 | |
* | fix warning/error compilation output | Tristan Sloughter | 2014-11-08 | 1 | -4/+4 | |
* | prepend base_dir when expanding code path | Tristan Sloughter | 2014-11-08 | 2 | -2/+4 | |
* | add plugin and its deps to path as they are built | Tristan Sloughter | 2014-11-08 | 1 | -4/+6 | |
* | add comment | Tristan Sloughter | 2014-11-08 | 2 | -0/+2 | |
* | support base dir and properly reset deps_dir after plugin provider | Tristan Sloughter | 2014-11-08 | 2 | -7/+10 | |
* | add deps to code paths after build so available to other deps | Tristan Sloughter | 2014-11-08 | 1 | -1/+2 | |
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 17 | -84/+89 | |
* | get rid of old plugin loading | Tristan Sloughter | 2014-11-07 | 1 | -1/+0 | |
* | warn on bad plugin | Tristan Sloughter | 2014-11-07 | 2 | -23/+56 | |
* | switch back to erlware relx repo | Tristan Sloughter | 2014-11-07 | 1 | -1/+1 | |
* | add warning if user is running with erts-6.1 | Tristan Sloughter | 2014-11-07 | 1 | -0/+8 | |
* | remove NOTES | Tristan Sloughter | 2014-11-06 | 1 | -28/+0 | |
* | better handling of error messages | Tristan Sloughter | 2014-11-06 | 1 | -1/+7 | |
* | fix typo in README | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 | |
* | update README | Tristan Sloughter | 2014-11-05 | 2 | -19/+9 | |
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 4 | -3/+7 | |
* | fix readme template to use rebar3 command | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 | |
* | support branch/tag/ref-less git deps | Tristan Sloughter | 2014-11-05 | 2 | -2/+6 | |
* | add eunit task, still work to be done | Tristan Sloughter | 2014-11-05 | 5 | -2/+810 | |
* | install test deps to separate directory | Tristan Sloughter | 2014-11-04 | 3 | -23/+28 | |
* | common test provider must depend on test deps | Tristan Sloughter | 2014-11-04 | 1 | -1/+1 | |
* | include relx options in tar command | Tristan Sloughter | 2014-11-04 | 1 | -3/+5 | |
* | switch ct provider to use external provider behavior | Tristan Sloughter | 2014-11-03 | 3 | -4/+5 | |
* | update readme list of commands | Tristan Sloughter | 2014-11-03 | 1 | -6/+1 | |
* | Merge pull request #1 from omarkj/omarkj-add-ct | Tristan Sloughter | 2014-11-03 | 2 | -0/+176 | |
|\ | ||||||
| * | add help | omarkj | 2014-11-03 | 54 | -1308/+1646 | |
| |\ | ||||||
| * | | common tests -> Common Tests | omarkj | 2014-09-25 | 1 | -1/+1 | |
| * | | Enable ct. | omarkj | 2014-09-19 | 1 | -14/+29 | |
| * | | CT Provider. | omarkj | 2014-09-18 | 1 | -0/+59 | |
| * | | Add common_test provider. | omarkj | 2014-09-18 | 1 | -0/+1 | |
* | | | fix tar provider to pass release and tar to relx as 2 commands | Tristan Sloughter | 2014-11-03 | 2 | -3/+3 | |
* | | | update config deps and support semver in app vsn | Tristan Sloughter | 2014-11-03 | 2 | -7/+14 | |
* | | | add make_vsn to rebar_resource for replacing app vsns | Tristan Sloughter | 2014-11-03 | 4 | -14/+90 | |
* | | | add modules element to .app file templates | Tristan Sloughter | 2014-11-03 | 2 | -0/+2 | |
* | | | cleanup upgrade package | Tristan Sloughter | 2014-11-02 | 1 | -10/+5 | |
* | | | wip: upgrade pkg deps | Tristan Sloughter | 2014-11-02 | 2 | -2/+6 | |
* | | | add pkg resource | Tristan Sloughter | 2014-11-02 | 4 | -5/+40 | |
* | | | add rebar_hooks module | Tristan Sloughter | 2014-11-02 | 1 | -0/+24 | |
* | | | 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 |