Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins provider | Tristan Sloughter | 2015-06-18 | 1 | -0/+2 |
| | |||||
* | Bump to alpha-6 | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-5 | Fred Hebert | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog since alpha-4: - rebar3 now bootstraps itself - app compile fixes on app info contents and config inheritance - dropping ErlyDTL and going to Mustache for smaller executable sizes and faster load time on small CPUs - dropping `erlydtl compile` command, ErlyDTL task moved to a plugin - default dependencies are always fetched in the right place and don't need to be copied across profile runs - escriptize fixes - `unlock` command added - resolving/avoiding clashes when a rebar3 dep and an application dependency conflict together - profile deduplication (`rebar3 as test,test,prod,test eunit` returns the profile/directories for `prod+test`) - `upgrade` command bugfixes to recognize promotion of transient deps to top-level deps - support template when rebar3 is run as an embedded library - some optimizations - parse transform support is better in erl_opts - fixes to package handling - fixes to `rebar3 deps` | ||||
* | remove use of erlydtl in rebar | Tristan Sloughter | 2015-04-29 | 1 | -1/+0 |
| | |||||
* | Add support for an unlock command | Fred Hebert | 2015-04-18 | 1 | -0/+1 |
| | | | | | Allows to remove entries from the lock file, or the lock file as a whole. | ||||
* | Bump to alpha-4 | Fred Hebert | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Rename wtf->report, add all dep versions | Fred Hebert | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-3 | Fred Hebert | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | move resource modules list to rebar_state, no longer static | Tristan Sloughter | 2015-04-04 | 1 | -0/+4 |
| | |||||
* | Bump to alpha-2 | Fred Hebert | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-1 | Fred Hebert | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Bump to alpha | Fred Hebert | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Add escriptize provider and a minimal test | Pierre Fenoll | 2015-03-06 | 1 | -11/+12 |
| | |||||
* | 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 |