Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bump to 3.6.0 | Fred Hebert | 2018-06-19 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1819 from ferd/cth_readable-otp21-compat | Fred Hebert | 2018-06-19 | 2 | -3/+3 | |
|\ \ | | | | | | | Bump cth_readable for OTP-21 compat | |||||
| * | | Bump cth_readable for OTP-21 compat | Fred Hebert | 2018-06-19 | 2 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #1818 from erlang/revert-1813-certifi-2.3.1 | Fred Hebert | 2018-06-19 | 3 | -10/+4 | |
|\ \ | | | | | | | Revert "upgrade certifi to 2.3.1" | |||||
| * | | Revert "upgrade certifi to 2.3.1" | Tristan Sloughter | 2018-06-19 | 3 | -10/+4 | |
|/ / | ||||||
* | | Merge pull request #1816 from tsloughter/relx-3.25.0 | Fred Hebert | 2018-06-19 | 2 | -3/+3 | |
|\ \ | | | | | | | upgrade relx to 3.25.0 | |||||
| * | | upgrade relx to 3.25.0 | Tristan Sloughter | 2018-06-19 | 2 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #1813 from tsloughter/certifi-2.3.1 | Fred Hebert | 2018-06-12 | 3 | -4/+10 | |
|\ \ | | | | | | | upgrade certifi to 2.3.1 | |||||
| * | | upgrade certifi to 2.3.1 | Tristan Sloughter | 2018-06-12 | 3 | -4/+10 | |
|/ / | ||||||
* | | Merge pull request #1812 from tsloughter/bb-1.5.0 | Fred Hebert | 2018-06-12 | 2 | -3/+3 | |
|\ \ | | | | | | | upgrade bbmustache to 1.5.0 | |||||
| * | | upgrade bbmustache to 1.5.0 | Tristan Sloughter | 2018-06-12 | 2 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #1811 from starbelly/typespecs | Fred Hebert | 2018-06-11 | 1 | -0/+5 | |
|\ \ | | | | | | | Finish adding specs for private funs in rebar3.erl | |||||
| * | | Finish adding specs for private funs in rebar3.erl | Bryan Paxton | 2018-06-11 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added type specs for following private functions: - run/1 - set_options/2 - test_state/1 - safe_define_test_macro/1 - test_defined/1 | |||||
* | | | Merge pull request #1810 from tsloughter/bare-ns | Fred Hebert | 2018-06-08 | 2 | -2/+21 | |
|\ \ \ | |/ / | | | | run compile provider in default namespace from bare | |||||
| * | | run compile provider in default namespace from bare | Tristan Sloughter | 2018-06-08 | 2 | -2/+21 | |
|/ / | ||||||
* | | Merge pull request #1807 from ↵ | Fred Hebert | 2018-06-08 | 3 | -3/+27 | |
|\ \ | | | | | | | | | | | | | starbelly/1645-erl_files_first_string_crashes_rebar3 Resolve string vs list crashing rebar3 | |||||
| * | | Abort if erl_first_files is not a list of strings | Bryan Paxton | 2018-06-08 | 3 | -3/+27 | |
|/ / | | | | | | | - resolves #1645 | |||||
* | | Merge pull request #1809 from goncalotomas/master | Fred Hebert | 2018-06-08 | 1 | -20/+34 | |
|\ \ | | | | | | | Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists | |||||
| * | | fix #1808 | Gonçalo Tomás | 2018-06-08 | 1 | -20/+34 | |
|/ / | ||||||
* | | Merge pull request #1798 from juise/master | Fred Hebert | 2018-06-06 | 2 | -38/+432 | |
|\ \ | | | | | | | Introduce support of add and del operations under erl_opts directive | |||||
| * | | Introduce support of add and del operations under erl_opts directive | Alexander Petrovsky | 2018-05-31 | 2 | -38/+432 | |
| | | | ||||||
* | | | Merge pull request #1802 from ferd/upgrade-hooks | Fred Hebert | 2018-06-06 | 1 | -0/+13 | |
|\ \ \ | | | | | | | | | Add hooks to the upgrade command | |||||
| * | | | Add hooks to the upgrade command | Fred Hebert | 2018-06-05 | 1 | -0/+13 | |
| |/ / | | | | | | | | | | As requested in #1733 | |||||
* | | | Merge pull request #1803 from ferd/shell-start-clean | Fred Hebert | 2018-06-05 | 1 | -2/+10 | |
|\ \ \ | |/ / |/| | | Add --start-clean flag to rebar3 shell | |||||
| * | | Add --start-clean flag to rebar3 shell | Fred Hebert | 2018-06-05 | 1 | -2/+10 | |
|/ / | | | | | | | | | | | | | Allows override of apps specified in other on-disk options. Equivalent to `--apps=""` Fixes #1785 | |||||
* | | Merge pull request #1797 from ferd/otp-21-rc2-support | Fred Hebert | 2018-05-30 | 3 | -4/+4 | |
|\ \ | | | | | | | Logger OTP-21-rc2 support | |||||
| * | | Logger OTP-21-rc2 support | Fred Hebert | 2018-05-30 | 3 | -4/+4 | |
| | | | | | | | | | | | | Also small output fix in rebar3 shell | |||||
* | | | Merge pull request #1795 from juise/juise-override_deps-test-fix | Fred Hebert | 2018-05-30 | 1 | -6/+7 | |
|\ \ \ | |/ / |/| | | Fix override_deps test from suite rebar_compile_SUITE | |||||
| * | | Fix override_deps test from suite rebar_compile_SUITE | Alexander Petrovsky | 2018-05-30 | 1 | -6/+7 | |
|/ / | ||||||
* | | Merge pull request #1790 from ferd/autostart-shell-for-apps | Fred Hebert | 2018-05-20 | 2 | -1/+8 | |
|\ \ | | | | | | | Auto-boot main app in OTP app project templates | |||||
| * | | Auto-boot main app in OTP app project templates | Fred Hebert | 2018-05-20 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | People are starting to expect these niceties! It's also easier to drop the config when you know it's there than add it when you don't know it exists. | |||||
* | | | Merge pull request #1789 from CrowdHailer/patch-1 | Fred Hebert | 2018-05-20 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| | | Use maps for child spec example | |||||
| * | | add tuple and comment for prior to OTP 18 | Peter Saxton | 2018-05-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | Use maps for child spec example | Peter Saxton | 2018-05-20 | 1 | -1/+2 | |
|/ / | ||||||
* | | return to git-based versioning | Fred Hebert | 2018-05-09 | 1 | -1/+1 | |
| | | ||||||
* | | bump to 3.5.3 | Fred Hebert | 2018-05-09 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1783 from ferd/restore-templates | Fred Hebert | 2018-05-09 | 1 | -0/+4 | |
|\ \ | | | | | | | Restore default templates in bootstrapped rebar3 | |||||
| * | | Restore default templates in bootstrapped rebar3 | Fred Hebert | 2018-05-09 | 1 | -0/+4 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | When allowing Dialyzer to work internally, we moved a bunch of config (such as no_debug_info) to the prod profile, but the escript included files remained locked onto the default profile. Because the bootstrapping phase now happened in a prod run, the priv/ dirs were never created for the default profile unless a prior run existed, which hid the bug from us. This patch overrides the path on the prod profile so that we don't rely on accidental leftovers for things to work on a bootstrap phase as a dev. | |||||
* | | Merge pull request #1782 from velimir0xff/start-1-async-tread | Fred Hebert | 2018-05-08 | 4 | -5/+4 | |
|\ \ | | | | | | | start at least one async thread in async thread poll | |||||
| * | | start at least one async thread in async thread pool | Grigory Starinkin | 2018-05-08 | 4 | -5/+4 | |
|/ / | | | | | | | | | fixes an issue when shell is terminated with an error "Bus error: 10", on attempt to run rebar shell with verbose logging | |||||
* | | Merge pull request #1779 from ferd/compact-cth_readable | Fred Hebert | 2018-05-05 | 4 | -20/+24 | |
|\ \ | | | | | | | Officially drop Erlang R16B support—Logger support in cth_readable, and compact CT output | |||||
| * | | Officially Deprecate R16B release | Fred Hebert | 2018-05-05 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | Required for the Logger interface to be supported since it relies on maps | |||||
| * | | Logger support in cth_readable; compact CT output | Fred Hebert | 2018-05-05 | 3 | -17/+23 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cth_readable 1.4.0 supports the new logger interface from OTP-21, which likely breaks compatibility with R16 builds. It also includes a new compact interface, displaying output such as: ===> Running Common Test suites... %%% rebar_alias_SUITE: ...... %%% rebar_as_SUITE: ........... %%% rebar_compile_SUITE:................................ ............................ %%% rebar_compile_SUITE ==> test_name: SKIPPED %%% rebar_compile_SUITE ==> {tc_user_skip,"compile:env_compiler_options/0 available"} .. %%% rebar_cover_SUITE: ............. %%% rebar_ct_SUITE: .................................... Allowing to display more tests within less screen space. This mode has been added to the ct_readable option under the name 'compact' (now supporting true | false | compact), and has been made default for rebar3. | |||||
* | | Return to git-based versioning | Fred Hebert | 2018-05-03 | 1 | -1/+1 | |
|/ | ||||||
* | Bump to 3.5.2 | Fred Hebert | 2018-05-03 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #1775 from ferd/redisable-dbg-info | Fred Hebert | 2018-05-03 | 1 | -0/+1 | |
|\ | | | | | Re-disable debug_info on prod profile | |||||
| * | Re-disable debug_info on prod profile | Fred Hebert | 2018-05-03 | 1 | -0/+1 | |
|/ | | | | Had mistakenly only disabled it for deps. | |||||
* | Back to git-based versioning | Fred Hebert | 2018-05-03 | 1 | -1/+1 | |
| | ||||||
* | bump to 3.5.1 | Fred Hebert | 2018-05-03 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #1773 from ferd/otp-21-stacktrace-compat | Fred Hebert | 2018-05-03 | 14 | -48/+61 | |
|\ | | | | | Work around OTP-21 deprecation of get_stacktrace() and other incompatible changes |