Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for passing a sys_config to common test | Tristan Sloughter | 2016-06-11 | 5 | -33/+101 |
| | |||||
* | Merge pull request #1230 from ferd/support-env-proxy-vars | Fred Hebert | 2016-06-11 | 1 | -1/+5 |
|\ | | | | | Expand os ENV proxy support to bootstrap script | ||||
| * | Expand os ENV proxy support to bootstrap script | Fred Hebert | 2016-06-11 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #1229 from ferd/support-env-proxy-vars | Fred Hebert | 2016-06-11 | 2 | -2/+77 |
|\ \ | |/ | | | Support ENV config for proxy values | ||||
| * | Support ENV config for proxy values | Fred Hebert | 2016-06-11 | 2 | -2/+77 |
|/ | | | | | - The configured stuff in rebar3 takes precedence over the ENV - The env is then chosen | ||||
* | Merge pull request #1080 from project-fifo/crashdump | Fred Hebert | 2016-06-10 | 4 | -3/+19 |
|\ | | | | | Write rebar3.crashdump on errors | ||||
| * | Make sure not to dump in api mode | Heinz N. Gies | 2016-04-16 | 4 | -5/+18 |
| | | |||||
| * | Write rebar3.crashdump on errors | Heinz N. Gies | 2016-04-16 | 2 | -3/+6 |
| | | |||||
* | | Merge pull request #1164 from snaiper80/fix_cover_compile_error | alisdair sullivan | 2016-06-06 | 1 | -1/+4 |
|\ \ | | | | | | | Fix compile error case when cover compilation | ||||
| * | | Fix compile error case when cover compilation | Lee GiTack | 2016-04-18 | 1 | -1/+4 |
| |/ | | | | | | | | | | | | | Dependent libs is required for some module when cover compiling. So all dependencies should be available on code path. This fixes #1148 issue. | ||||
* | | Merge pull request #1219 from ferd/umbrella-upgrade | Fred Hebert | 2016-06-06 | 2 | -5/+71 |
|\ \ | | | | | | | Bugfix for upgrading deps of umbrella apps | ||||
| * | | Rework patch to work without accident | Fred Hebert | 2016-06-06 | 1 | -5/+21 |
| | | | | | | | | | | | | | | | | | | | | | The previous iteration of the patch worked somewhat by accident. After digging in and figuring out why the two dep sources are the way they are, the patch is now properly working with a well-documented explanatiion inline. | ||||
| * | | Account for umbrella apps' deps in upgrades | Fred Hebert | 2016-06-04 | 1 | -1/+7 |
| | | | |||||
| * | | Regression test showing the bug for umbrella apps | Fred Hebert | 2016-06-03 | 1 | -4/+48 |
| | | | | | | | | | | | | | | | | | | | | | When the operation for an unlock takes place in the config of a umbrella application, the `unlock' provider does not see the dependency in the `deps' value of the config (since it only includes the deps at the root of the project) and ignores these. | ||||
* | | | Merge pull request #1222 from lucafavatella/patch-1 | Fred Hebert | 2016-06-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix minor typo in README | ||||
| * | | | Fix minor typo in README | Luca Favatella | 2016-06-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1220 from gomoripeti/handle_error_crash | Fred Hebert | 2016-06-05 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Handle control sequences in formatted errors | ||||
| * | | Handle control sequences in formatted errors | Péter Gömöri | 2016-06-06 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatted errors can accidentally contain substrings which are control sequences for io:format/2. This is a naive attempt to handle such cases. One example is running xref on the following module (assuming module m does not exist) ``` -module(handle_error). -export([f/0]). f() -> m:'bobby~stables'(). ``` ``` $ rebar3 xref ===> Verifying dependencies... ===> Compiling myapp ===> Running cross reference analysis... escript: exception error: bad argument in function io:format/3 called as io:format(<0.23.0>, "\e[0;31m===> \e[1mWarning: handle_error:f/0 is unused export (Xref)\nWarning: handle_error:f/0 calls undefined function m:bobby~stables/0 (Xref)\n\n\e[0m\e[0m", []) in call from rebar3:handle_error/1 (/Users/gomoripeti/git/rebar3/_build/default/lib/rebar/src/rebar3.erl, line 279) ``` | ||||
* | | Merge pull request #1211 from erlang/ignore-raw-deps-spec | Fred Hebert | 2016-06-03 | 2 | -1/+24 |
|\ \ | | | | | | | Don't die when source deps with [raw] are used | ||||
| * | | Don't die when source deps with [raw] are used | Fred Hebert | 2016-05-27 | 2 | -1/+24 |
| | | | | | | | | | | | | | | | This adds support for their format both on the first read and when looking for modifications to dependencies. | ||||
* | | | Merge pull request #1213 from stuart-thackray/master | Fred Hebert | 2016-05-27 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Debug log update | ||||
| * | | Debug log update | Stuart Thackray | 2016-05-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1205 from talentdeficit/fix_data_dir_test | Tristan Sloughter | 2016-05-24 | 1 | -1/+1 |
|\ \ | | | | | | | adjust `data_dir_correct` test in ct suite | ||||
| * | | adjust `data_dir_correct` test in ct suite | alisdair sullivan | 2016-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | don't bother checking the profile in the path to the data dir | ||||
* | | | Merge pull request #1201 from tsloughter/pkg-vsns | Fred Hebert | 2016-05-22 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | filter available package versions individually by buildtools | ||||
| * | | | filter available package versions individually by buildtools | Tristan Sloughter | 2016-05-22 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #1196 from tsloughter/github_releases | Tristan Sloughter | 2016-05-22 | 1 | -15/+12 |
|\ \ \ \ | |/ / / |/| | | | deploy escript to travis releases instead of s3 | ||||
| * | | | deploy escript to travis releases instead of s3 | Tristan Sloughter | 2016-05-17 | 1 | -15/+12 |
| | | | | |||||
* | | | | Merge pull request #1197 from zsoci/fixpathcmd | Fred Hebert | 2016-05-18 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Fix path command to consider {deps_dir, "deps"} in rebar.config | ||||
| * | | | | Fix path command to consider {deps_dir, "deps"} in rebar.config | zsoci | 2016-05-18 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #1198 from postHawk/fix-1185 | Fred Hebert | 2016-05-18 | 1 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | #1185 fix windows git working directory | ||||
| * | | | | #1185 fix windows git working directory | Post hawk | 2016-05-18 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | fix issue #1185 git working directory issues due to command line options in Windows | ||||
* | | | | | Revert semver commit | Fred Hebert | 2016-05-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Cutting 3.1.1 | Fred Hebert | 2016-05-17 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #1194 from tsloughter/provider_hook_paths | Tristan Sloughter | 2016-05-16 | 1 | -12/+16 |
|\ \ \ \ | |/ / / | | | | | don't needlessly update the code path twice if no hooks to run | ||||
| * | | | don't needlessly update the code path twice if no hooks to run | Tristan Sloughter | 2016-05-16 | 1 | -12/+16 |
| | | | | |||||
* | | | | Merge pull request #1192 from talentdeficit/no_coverage_for_extra_dirs | Fred Hebert | 2016-05-16 | 2 | -21/+6 |
|\ \ \ \ | | |/ / | |/| | | don't generated coverage for `extra_src_dirs` | ||||
| * | | | don't generated coverage for `extra_src_dirs` | alisdair sullivan | 2016-05-15 | 2 | -21/+6 |
|/ / / | | | | | | | | | | closes #1057 and #1179 | ||||
* | | | Merge pull request #1189 from tsloughter/otp-19-bootstrap | Fred Hebert | 2016-05-13 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | fix otp-19 bootstrap compiling | ||||
| * | | fix otp-19 bootstrap compiling | Tristan Sloughter | 2016-05-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1188 from tsloughter/ec_21 | Fred Hebert | 2016-05-13 | 2 | -2/+3 |
|\ \ \ | |/ / | | | | upgrade erlware_commons for OTP-19 fix | ||||
| * | | update erlware_commons erl_opts overrides | Tristan Sloughter | 2016-05-13 | 1 | -0/+1 |
| | | | |||||
| * | | upgrade erlware_commons for OTP-19 fix | Tristan Sloughter | 2016-05-13 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1178 from kalta/fix-shell-startup | Fred Hebert | 2016-05-09 | 1 | -0/+4 |
|\ \ | | | | | | | Fix shell node startup | ||||
| * | | Fix shell node startup | Carlos Gonzalez | 2016-05-09 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1056 from lpgauth/xref_ignores | Fred Hebert | 2016-04-30 | 1 | -10/+12 |
|\ \ | | | | | | | Add support for xref_ignores | ||||
| * | | Add support for xref_ignores | Louis-Philippe Gauthier | 2016-02-12 | 1 | -10/+12 |
| | | | |||||
* | | | Merge pull request #1121 from frojasg/feature/config-rebar-dir-using-env-var | Tristan Sloughter | 2016-04-30 | 3 | -5/+45 |
|\ \ \ | | | | | | | | | Allows overwrite default cache dir using REBAR_CACHE_DIR | ||||
| * | | | Read env var REBAR_CACHE_DIR on rebar3 only once | Francisco Rojas | 2016-04-06 | 3 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | Instead of reading every time that rebar_dir:global_cache_dir/1 is called | ||||
| * | | | use priv_dir in rebar_dir test | Francisco Rojas | 2016-03-17 | 1 | -2/+2 |
| | | | |