summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
Commit message (Expand)AuthorAgeFilesLines
* support REBAR_BASE_DIR for setting the base_dirTristan Sloughter2019-08-111-2/+6
* fix compilation of global plugins (#1935)Tristan Sloughter2018-11-081-4/+7
* Optimize path handlingFred Hebert2018-10-111-1/+14
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-1/+4
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-4/+15
* Finish adding specs for private funs in rebar3.erlBryan Paxton2018-06-111-0/+5
* start at least one async thread in async thread poolGrigory Starinkin2018-05-081-1/+1
* Work around OTP-21 deprecation of get_stacktrace()Fred Hebert2018-05-031-11/+10
* Fix precedence rules of erl_opts for test profileFred Hebert2018-04-201-1/+5
* Set unicode option for starndard_io at entry pointShunichi Shinohara2018-02-221-0/+1
* Fix recursive profile merging in umbrella appsFred Hebert2017-08-111-2/+2
* Unicode support in all the placesFred Hebert2017-08-061-5/+5
* Properly warn on missing rebar3 deps: add inetsCarlo Carraro2017-03-051-1/+1
* REBAR_CONFIG impacts file project root onlyFred Hebert2017-02-241-1/+1
* Merge pull request #1391 from ferd/doc-and-typesFred Hebert2016-12-231-15/+61
|\
| * Type specifications and edocs improvementsFred Hebert2016-11-271-15/+61
* | 1394: added fix for rebar_utils, moved setting of http_options into init_conf...Artem Pervin2016-11-301-1/+2
|/
* Always read REBAR_CONFIG env var when loading configEric Meadows-Jönsson2016-11-221-6/+1
* Get stacktrace only once and as soon as possible. Fixes #1347.Alexander Sedov2016-10-131-2/+3
* Print stacktrace in a more conventional wayTuncer Ayaz2016-08-301-1/+1
* Let DEBUG="" and QUIET="" mean disable the optionJon2016-06-181-2/+2
* Merge pull request #1080 from project-fifo/crashdumpFred Hebert2016-06-101-2/+4
|\
| * Make sure not to dump in api modeHeinz N. Gies2016-04-161-3/+3
| * Write rebar3.crashdump on errorsHeinz N. Gies2016-04-161-2/+4
* | Handle control sequences in formatted errorsPéter Gömöri2016-06-061-2/+2
* | Read env var REBAR_CACHE_DIR on rebar3 only onceFrancisco Rojas2016-04-061-3/+10
|/
* Revert "define the 'EUNIT' macro in the test profile"alisdair sullivan2016-03-031-11/+10
* define the 'EUNIT' macro in the test profilealisdair sullivan2016-03-031-10/+11
* Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-stateFred Hebert2016-03-011-4/+4
|\
| * Remove --state argument option per Tristan's commentSerge Aleynikov2016-02-081-2/+1
| * Add a state display providerSerge Aleynikov2016-02-081-4/+5
* | add project_providers after initing default providers but allow overridesTristan Sloughter2016-02-221-3/+3
* | give new opt project_plugins providers precedence over default providersTristan Sloughter2016-02-201-5/+7
* | check top level config for minimum or blacklisted otps at startTristan Sloughter2016-02-031-0/+3
* | install project app plugins after discovering them not beforeTristan Sloughter2016-01-101-1/+1
|/
* support temporary cdn change with HEX_CDN os varTristan Sloughter2015-12-191-9/+16
* move test profile bootstrap into corealisdair sullivan2015-10-301-1/+22
* fix dialyzer warningsTristan Sloughter2015-09-271-0/+1
* Properly warn on missing rebar3 depsFred Hebert2015-09-261-10/+23
* add providers 'local upgrade' and 'local install' for installing/upgradingTristan Sloughter2015-09-071-2/+16
* add current_app attribute for setting before calling hooksTristan Sloughter2015-09-041-1/+0
* Revert "Revert "only load packages when needed""Fred Hebert2015-09-021-2/+0
* Revert "only load packages when needed"Fred Hebert2015-09-021-0/+2
* only load packages when neededTristan Sloughter2015-09-021-2/+0
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-211-3/+10
* fix no_return warningsTristan Sloughter2015-08-081-0/+1
* handle global config file that can't be readTristan Sloughter2015-07-191-19/+29
* Added rebar profile to httpc initialization and calls.CarlosEDP2015-07-031-1/+2
* Added support for proxy on rebar3 based on environment variables.CarlosEDP2015-07-031-10/+2
* setup hex httpc profile and http opts. needed also for proxyTristan Sloughter2015-06-291-1/+11