| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly warn on missing rebar3 deps: add inets | Carlo Carraro | 2017-03-05 | 1 | -1/+1 |
* | REBAR_CONFIG impacts file project root only | Fred Hebert | 2017-02-24 | 1 | -1/+1 |
* | Merge pull request #1391 from ferd/doc-and-types | Fred Hebert | 2016-12-23 | 1 | -15/+61 |
|\ |
|
| * | Type specifications and edocs improvements | Fred Hebert | 2016-11-27 | 1 | -15/+61 |
* | | 1394: added fix for rebar_utils, moved setting of http_options into init_conf... | Artem Pervin | 2016-11-30 | 1 | -1/+2 |
|/ |
|
* | Always read REBAR_CONFIG env var when loading config | Eric Meadows-Jönsson | 2016-11-22 | 1 | -6/+1 |
* | Get stacktrace only once and as soon as possible. Fixes #1347. | Alexander Sedov | 2016-10-13 | 1 | -2/+3 |
* | Print stacktrace in a more conventional way | Tuncer Ayaz | 2016-08-30 | 1 | -1/+1 |
* | Let DEBUG="" and QUIET="" mean disable the option | Jon | 2016-06-18 | 1 | -2/+2 |
* | Merge pull request #1080 from project-fifo/crashdump | Fred Hebert | 2016-06-10 | 1 | -2/+4 |
|\ |
|
| * | Make sure not to dump in api mode | Heinz N. Gies | 2016-04-16 | 1 | -3/+3 |
| * | Write rebar3.crashdump on errors | Heinz N. Gies | 2016-04-16 | 1 | -2/+4 |
* | | Handle control sequences in formatted errors | Péter Gömöri | 2016-06-06 | 1 | -2/+2 |
* | | Read env var REBAR_CACHE_DIR on rebar3 only once | Francisco Rojas | 2016-04-06 | 1 | -3/+10 |
|/ |
|
* | Revert "define the 'EUNIT' macro in the test profile" | alisdair sullivan | 2016-03-03 | 1 | -11/+10 |
* | define the 'EUNIT' macro in the test profile | alisdair sullivan | 2016-03-03 | 1 | -10/+11 |
* | Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state | Fred Hebert | 2016-03-01 | 1 | -4/+4 |
|\ |
|
| * | Remove --state argument option per Tristan's comment | Serge Aleynikov | 2016-02-08 | 1 | -2/+1 |
| * | Add a state display provider | Serge Aleynikov | 2016-02-08 | 1 | -4/+5 |
* | | add project_providers after initing default providers but allow overrides | Tristan Sloughter | 2016-02-22 | 1 | -3/+3 |
* | | give new opt project_plugins providers precedence over default providers | Tristan Sloughter | 2016-02-20 | 1 | -5/+7 |
* | | check top level config for minimum or blacklisted otps at start | Tristan Sloughter | 2016-02-03 | 1 | -0/+3 |
* | | install project app plugins after discovering them not before | Tristan Sloughter | 2016-01-10 | 1 | -1/+1 |
|/ |
|
* | support temporary cdn change with HEX_CDN os var | Tristan Sloughter | 2015-12-19 | 1 | -9/+16 |
* | move test profile bootstrap into core | alisdair sullivan | 2015-10-30 | 1 | -1/+22 |
* | fix dialyzer warnings | Tristan Sloughter | 2015-09-27 | 1 | -0/+1 |
* | Properly warn on missing rebar3 deps | Fred Hebert | 2015-09-26 | 1 | -10/+23 |
* | add providers 'local upgrade' and 'local install' for installing/upgrading | Tristan Sloughter | 2015-09-07 | 1 | -2/+16 |
* | add current_app attribute for setting before calling hooks | Tristan Sloughter | 2015-09-04 | 1 | -1/+0 |
* | Revert "Revert "only load packages when needed"" | Fred Hebert | 2015-09-02 | 1 | -2/+0 |
* | Revert "only load packages when needed" | Fred Hebert | 2015-09-02 | 1 | -0/+2 |
* | only load packages when needed | Tristan Sloughter | 2015-09-02 | 1 | -2/+0 |
* | replace use of dict of packages and registry with single ets table | Tristan Sloughter | 2015-08-21 | 1 | -3/+10 |
* | fix no_return warnings | Tristan Sloughter | 2015-08-08 | 1 | -0/+1 |
* | handle global config file that can't be read | Tristan Sloughter | 2015-07-19 | 1 | -19/+29 |
* | Added rebar profile to httpc initialization and calls. | CarlosEDP | 2015-07-03 | 1 | -1/+2 |
* | Added support for proxy on rebar3 based on environment variables. | CarlosEDP | 2015-07-03 | 1 | -10/+2 |
* | setup hex httpc profile and http opts. needed also for proxy | Tristan Sloughter | 2015-06-29 | 1 | -1/+11 |
* | plugins provider | Tristan Sloughter | 2015-06-18 | 1 | -4/+5 |
* | check format of config file and print the bad section in the error | Tristan Sloughter | 2015-06-18 | 1 | -3/+3 |
* | set default providers before installing plugins | Tristan Sloughter | 2015-05-31 | 1 | -3/+2 |
* | Show stacktrace to errors caught in rebar3 module. | Viacheslav Kovalev | 2015-05-22 | 1 | -0/+5 |
* | start httpc in run/1 so it is available to download global plugins | Tristan Sloughter | 2015-05-21 | 1 | -12/+14 |
* | don't lose global plugin providers | Tristan Sloughter | 2015-05-21 | 1 | -3/+3 |
* | install plugins from the global config to ~/.cache/plugins | Tristan Sloughter | 2015-05-17 | 1 | -1/+10 |
* | remove uses of 'case catch' | Tristan Sloughter | 2015-05-10 | 1 | -24/+30 |
* | set resources of state in state initialize functions | Tristan Sloughter | 2015-05-04 | 1 | -7/+5 |
* | R15 support, replace unsetenv with putenv empty string | Tristan Sloughter | 2015-04-22 | 1 | -0/+2 |
* | real bootstrapping | Tristan Sloughter | 2015-04-22 | 1 | -0/+1 |
* | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -1/+3 |