summaryrefslogtreecommitdiff
path: root/src/rebar_state.erl
Commit message (Expand)AuthorAgeFilesLines
* format error from provider init and print as warningTristan Sloughter2019-08-141-1/+4
* Fix custom compiler mods typespecs, add edocFred Hebert2019-07-041-5/+17
* fix resolving versions from vcs (#1915)Tristan Sloughter2018-10-141-1/+5
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-0/+37
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-25/+51
* Work around OTP-21 deprecation of get_stacktrace()Fred Hebert2018-05-031-3/+3
* sort-as: a more general patternPierre Fenoll2018-03-021-2/+2
* do not append test profile if already there. Note that it comes from the prv ...Pierre Fenoll2018-03-021-0/+3
* Revert "sort-as: found the issue. Will look into tests now"Pierre Fenoll2018-03-021-5/+4
* Revert "sort-as: show issue more clearly"Pierre Fenoll2018-03-021-4/+0
* sort-as: show issue more clearlyPierre Fenoll2018-03-021-0/+4
* sort-as: found the issue. Will look into tests nowPierre Fenoll2018-03-021-4/+5
* Alias plugin promoted to built-in commandFred Hebert2017-12-051-1/+1
* Unicode support in all the placesFred Hebert2017-08-061-3/+3
* Fix rebar3 dialyzer warningsFred Hebert2016-11-191-12/+19
* Make sure not to dump in api modeHeinz N. Gies2016-04-161-2/+2
* Write rebar3.crashdump on errorsHeinz N. Gies2016-04-161-1/+2
* Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-stateFred Hebert2016-03-011-0/+17
|\
| * Turn functor into a function to support older Erlang VMSerge Aleynikov2016-02-081-11/+10
| * Improve recursive display of dictionary valuesSerge Aleynikov2016-02-081-7/+14
| * Add a state display providerSerge Aleynikov2016-02-081-0/+10
* | Merge pull request #1075 from tsloughter/plugin_overrideFred Hebert2016-02-221-4/+14
|\ \
| * | add project_providers after initing default providers but allow overridesTristan Sloughter2016-02-221-4/+14
* | | Merge pull request #1065 from tsloughter/plugin_precedenceFred Hebert2016-02-211-2/+4
|\ \ \ | |/ /
| * | give new opt project_plugins providers precedence over default providersTristan Sloughter2016-02-201-2/+4
| |/
* | Make lock files future-proofFred Hebert2016-02-161-4/+4
|/
* if a provider of the same namespace and name already exists, skip adding new ...Tristan Sloughter2015-11-231-1/+18
* add current_app attribute for setting before calling hooksTristan Sloughter2015-09-041-2/+10
* move opts functions to new module rebar_optsTristan Sloughter2015-09-011-3/+3
* remove overrides element from state recordTristan Sloughter2015-09-011-14/+0
* more cleanupTristan Sloughter2015-08-311-13/+3
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-311-90/+6
* simplify package dep parsing and handlingTristan Sloughter2015-08-251-14/+30
* override 'deps' now automatically overrides '{deps,default}'Tristan Sloughter2015-08-231-3/+10
* don't store deps list with duplicate in stateTristan Sloughter2015-08-221-16/+10
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-211-45/+7
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-4/+13
* fix leaking hex_registry tablepvmart2015-08-191-11/+19
* fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-081-4/+7
* only use upgrade on default depsTristan Sloughter2015-08-011-2/+2
* add comment for global apply_profiles and log message for bad bootstrap lock ...Tristan Sloughter2015-07-111-0/+3
* handle global plugins installing plugins to build depsTristan Sloughter2015-07-111-1/+7
* error message for bad profile configTristan Sloughter2015-06-251-2/+12
* plugins providerTristan Sloughter2015-06-181-17/+35
* check format of config file and print the bad section in the errorTristan Sloughter2015-06-181-9/+21
* add config option artifactsTristan Sloughter2015-06-021-0/+19
* fix for plugin installation and code pathsTristan Sloughter2015-05-271-0/+11
* Initialize namespace in rebar_state with default value.Viacheslav Kovalev2015-05-221-1/+1
* Properly initialize command parsed args in rebar stateViacheslav V. Kovalev2015-05-201-1/+1
* install plugins from the global config to ~/.cache/pluginsTristan Sloughter2015-05-171-1/+4