summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
Commit message (Collapse)AuthorAgeFilesLines
* Back to git-based versioningFred Hebert2017-03-231-1/+1
|
* Bump to 3.3.6Fred Hebert2017-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [OSX tests added to CI](https://github.com/erlang/rebar3/pull/1471), joining linux and windows 10 - [upgrade relx to 3.22.3](https://github.com/erlang/rebar3/pull/1518), [fixing multiple issues](https://github.com/erlware/relx/releases/tag/v3.22.3) - [Fixing eunit errors in 19.3 when `init_per_*` isn't paired with `end_per_*`](https://github.com/erlang/rebar3/pull/1516) - [Allow single test spec in ct_opts](https://github.com/erlang/rebar3/pull/1506) - [Properly warn when missing inets at runtime](https://github.com/erlang/rebar3/pull/1505) - [rebar_utils:escape_chars handles quotes in paths](https://github.com/erlang/rebar3/pull/1504) - [Fix typo in help text for upgrade command](https://github.com/erlang/rebar3/pull/1503) - [change package version warnings to debug level](https://github.com/erlang/rebar3/pull/1502) - [Path-type sensitive .cmd creation for escripts](https://github.com/erlang/rebar3/pull/1500) - [Windows escripts get cmd autogenerated](https://github.com/erlang/rebar3/pull/1494) - [REBAR_CONFIG impacts config file for project root only](https://github.com/erlang/rebar3/pull/1497) - [Fix wildcard usage in rebar3 clean](https://github.com/erlang/rebar3/pull/1498) - [Bump cth_readable to 1.2.4](https://github.com/erlang/rebar3/pull/1496) (fixing some erroneous reports when suites get skipped) - [Add respect for src_dirs option in app_discover and app_info](https://github.com/erlang/rebar3/pull/1486) - [Add support for global plugin-defined templates](https://github.com/erlang/rebar3/pull/1473) - [catch badarg exception from eunit in `rebar_prv_eunit`](https://github.com/erlang/rebar3/pull/1472)
* Go back to git-generated versionFred Hebert2017-02-031-1/+1
|
* Bump to 3.3.5Fred Hebert2017-02-031-1/+1
|
* Back to git-based versionsFred Hebert2016-12-231-1/+1
|
* Bumping to 3.3.4Fred Hebert2016-12-231-1/+1
|
* add `get-deps` provideralisdair sullivan2016-12-071-0/+1
| | | | a no-op provider that depends on lock that is slightly more discoverable and user friendly
* 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
|