summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
Commit message (Collapse)AuthorAgeFilesLines
* Return to git-based vsnFred Hebert2016-10-141-1/+1
|
* Bump version to 3.3.2Fred Hebert2016-10-141-1/+1
|
* Back to semver version post releaseFred Hebert2016-09-021-1/+1
|
* Bump to 3.3.1Fred Hebert2016-09-021-1/+1
|
* Returning to git-based taggingFred Hebert2016-08-261-1/+1
|
* Bumping to 3.3.0Fred Hebert2016-08-261-1/+1
|
* ssl_verify_hostname was renamed to ssl_verify_funIlya Khaprov2016-07-151-1/+1
|
* go back to semver post-releaseFred Hebert2016-06-181-1/+1
|
* Bump to 3.2.0Fred Hebert2016-06-181-1/+1
|
* Revert semver commitFred Hebert2016-05-171-1/+1
|
* Cutting 3.1.1Fred Hebert2016-05-171-1/+1
|
* Turn back to git-based semver for post-releaseFred Hebert2016-04-041-1/+1
|
* Tag to 3.1.0Fred Hebert2016-04-041-1/+1
|
* Revert to semver for non-tagged builds.Fred Hebert2016-03-091-1/+1
|
* Bump to 3.0.0Fred Hebert2016-03-091-1/+1
|
* Add a state display providerSerge Aleynikov2016-02-081-0/+1
| | | | | | | The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state
* if a provider of the same namespace and name already exists, skip adding new ↵Tristan Sloughter2015-11-231-0/+1
| | | | provider
* Back to git versions for sourceFred Hebert2015-11-141-1/+1
|
* Bump to beta-4Fred Hebert2015-11-141-1/+1
|
* include Sean Cribbs eunit formatter by defaultTristan Sloughter2015-11-131-1/+2
|
* Add cth_readable to dep listFred Hebert2015-11-131-0/+1
|
* Bump to beta-3Fred Hebert2015-10-011-1/+1
|
* uses erlang-certifiBenoit Chesneau2015-09-181-0/+1
|
* add bare compile provider, for starters for use by mixTristan Sloughter2015-09-141-0/+1
|
* add providers 'local upgrade' and 'local install' for installing/upgradingTristan Sloughter2015-09-071-1/+3
|
* `rebar3 path' provideralisdair sullivan2015-08-291-0/+1
| | | | prints requested paths to stdout based on current profile
* Bump to beta-2Fred Hebert2015-08-271-1/+1
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-1/+2
|
* Fix some unknown functions/types dialyzer warningsJames Fish2015-08-091-0/+5
|
* 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