Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate cover data (via the `{cover_enabled, true}` option in | alisdair sullivan | 2015-03-03 | 1 | -0/+1 |
| | | | | | | `rebar.config` or via the `-c\--cover` flag given to the appropriate task) from the `eunit` and `ct` tasks and add a `cover` task to write coverage analysis to disk | ||||
* | add edoc provider | Tristan Sloughter | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | We can use 3.0.0 when we're done. | Fred Hebert | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Initial WTF provider implementation | Fred Hebert | 2015-02-12 | 1 | -0/+1 |
| | | | | Tests missing | ||||
* | Add xref provider for cross reference analysis | Kelly McLaughlin | 2015-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | * Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings. | ||||
* | add `eunit` and `common_test` to `applications` key of `rebar.app` | alisdair sullivan | 2015-01-08 | 1 | -0/+2 |
| | |||||
* | include providers listed in plugins env | Tristan Sloughter | 2014-12-24 | 1 | -1/+0 |
| | |||||
* | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 1 | -1/+2 |
| | |||||
* | only apply profiles to default | Tristan Sloughter | 2014-11-30 | 1 | -2/+1 |
| | |||||
* | add dialyzer provider | Tristan Sloughter | 2014-11-08 | 1 | -0/+1 |
| | |||||
* | add eunit task, still work to be done | Tristan Sloughter | 2014-11-05 | 1 | -0/+1 |
| | |||||
* | switch ct provider to use external provider behavior | Tristan Sloughter | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | add help | omarkj | 2014-11-03 | 1 | -3/+5 |
|\ | |||||
| * | return error on not found provider for command | Tristan Sloughter | 2014-10-22 | 1 | -1/+1 |
| | | |||||
| * | run compile as post hook for test_deps | Tristan Sloughter | 2014-10-17 | 1 | -2/+2 |
| | | |||||
| * | test deps support, but builds them after project apps currently | Tristan Sloughter | 2014-10-16 | 1 | -0/+1 |
| | | |||||
| * | add clean provider | Tristan Sloughter | 2014-10-01 | 1 | -1/+2 |
| | | |||||
| * | fix for downloading transitive source deps | Tristan Sloughter | 2014-09-28 | 1 | -0/+1 |
| | | |||||
| * | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 1 | -2/+1 |
| | | |||||
* | | Add common_test provider. | omarkj | 2014-09-18 | 1 | -0/+1 |
|/ | |||||
* | add do task | Tristan Sloughter | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+3 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 1 | -0/+38 |