summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
Commit message (Collapse)AuthorAgeFilesLines
* Bump to alphaFred Hebert2015-03-081-1/+1
|
* Add escriptize provider and a minimal testPierre Fenoll2015-03-061-11/+12
|
* generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-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 providerTristan Sloughter2015-02-251-0/+1
|
* We can use 3.0.0 when we're done.Fred Hebert2015-02-241-1/+1
|
* Initial WTF provider implementationFred Hebert2015-02-121-0/+1
| | | | Tests missing
* Add xref provider for cross reference analysisKelly McLaughlin2015-02-051-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 sullivan2015-01-081-0/+2
|
* include providers listed in plugins envTristan Sloughter2014-12-241-1/+0
|
* add 'as' higher order taskTristan Sloughter2014-12-161-1/+2
|
* only apply profiles to defaultTristan Sloughter2014-11-301-2/+1
|
* add dialyzer providerTristan Sloughter2014-11-081-0/+1
|
* add eunit task, still work to be doneTristan Sloughter2014-11-051-0/+1
|
* switch ct provider to use external provider behaviorTristan Sloughter2014-11-031-0/+1
|
* add helpomarkj2014-11-031-3/+5
|\
| * return error on not found provider for commandTristan Sloughter2014-10-221-1/+1
| |
| * run compile as post hook for test_depsTristan Sloughter2014-10-171-2/+2
| |
| * test deps support, but builds them after project apps currentlyTristan Sloughter2014-10-161-0/+1
| |
| * add clean providerTristan Sloughter2014-10-011-1/+2
| |
| * fix for downloading transitive source depsTristan Sloughter2014-09-281-0/+1
| |
| * down to last 2 dialyzer errorsTristan Sloughter2014-09-211-2/+1
| |
* | Add common_test provider.omarkj2014-09-181-0/+1
|/
* add do taskTristan Sloughter2014-09-181-0/+1
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+3
|
* wip: move to erlydtl for rebar templatesTristan Sloughter2014-09-171-0/+38