summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
Commit message (Collapse)AuthorAgeFilesLines
* add ssl cert validation, unless OTP version is too oldTristan Sloughter2015-07-181-0/+1
|
* update contributing, readme and app.src for beta-1Tristan Sloughter2015-06-281-1/+1
|
* add relup provider and update relxTristan Sloughter2015-06-261-0/+1
|
* use bbmustache packageTristan Sloughter2015-06-211-0/+1
|
* plugins providerTristan Sloughter2015-06-181-0/+2
|
* Bump to alpha-6Fred Hebert2015-05-311-1/+1
|
* Bump to alpha-5Fred Hebert2015-05-051-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 rebarTristan Sloughter2015-04-291-1/+0
|
* Add support for an unlock commandFred Hebert2015-04-181-0/+1
| | | | | Allows to remove entries from the lock file, or the lock file as a whole.
* Bump to alpha-4Fred Hebert2015-04-141-1/+1
|
* Rename wtf->report, add all dep versionsFred Hebert2015-04-131-1/+1
|
* Bump to alpha-3Fred Hebert2015-04-051-1/+1
|
* move resource modules list to rebar_state, no longer staticTristan Sloughter2015-04-041-0/+4
|
* Bump to alpha-2Fred Hebert2015-03-241-1/+1
|
* Bump to alpha-1Fred Hebert2015-03-231-1/+1
|
* 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