Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 16 | -83/+88 | |
| | ||||||
* | 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 | |
| | ||||||
* | add warning if user is running with erts-6.1 | Tristan Sloughter | 2014-11-07 | 1 | -0/+8 | |
| | ||||||
* | better handling of error messages | Tristan Sloughter | 2014-11-06 | 1 | -1/+7 | |
| | ||||||
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 3 | -3/+6 | |
| | ||||||
* | 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 | 2 | -3/+4 | |
| | ||||||
* | Merge pull request #1 from omarkj/omarkj-add-ct | Tristan Sloughter | 2014-11-03 | 2 | -0/+176 | |
|\ | | | | | Add common test supports | |||||
| * | add help | omarkj | 2014-11-03 | 36 | -1203/+1150 | |
| |\ | ||||||
| * | | 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 | 1 | -2/+2 | |
| | | | ||||||
* | | | update config deps and support semver in app vsn | Tristan Sloughter | 2014-11-03 | 1 | -0/+3 | |
| | | | ||||||
* | | | add make_vsn to rebar_resource for replacing app vsns | Tristan Sloughter | 2014-11-03 | 4 | -14/+90 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | create rebar_resource behaviour and create git resource | Tristan Sloughter | 2014-10-30 | 4 | -253/+98 | |
| |/ |/| | ||||||
* | | use error_format for prodiver error | Tristan Sloughter | 2014-10-24 | 1 | -0/+3 | |
| | | ||||||
* | | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 17 | -17/+103 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | fix erlydtl compile | 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 | 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 | |
| | |