summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add git clone --reference path supportsimonxu722018-07-261-12/+31
|/
* Merge pull request #1780 from feng19/refresh_pathsFred Hebert2018-07-111-24/+85
|\ | | | | smarter shell code reloading, add env options for refresh_paths & refresh_paths_blacklist
| * remove some refresh_paths's options(no_deps and no_test) & use ↵feng192018-07-111-24/+8
| | | | | | | | beam_lib:md5/1 to get the module's vsn
| * Merge tag '3.6.0' into refresh_pathsfeng192018-06-2122-103/+598
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 3.6.0 - Introduce support of add and del operations for overrides - OTP-21 compatibility - Bump cth_readable for OTP-21 compat - upgrade relx to 3.25.0 - upgrade bbmustache to 1.5.0 - run compile provider in default namespace from bare compiling (fixes hooks for mix builds) - Resolve string vs list crashing rebar3 in erl_first_files - Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists - Add hooks to the upgrade command - Add --start-clean flag to rebar3 shell - Auto-boot main app in OTP app project templates - Use maps for child spec examples in templates
| * | add option(refresh_paths & refresh_paths_blacklist) for support set ↵feng192018-05-071-24/+101
| | | | | | | | | | | | refresh_paths when recompile
* | | Merge pull request #1828 from starbelly/erl_first_files_atom_supportFred Hebert2018-06-281-1/+20
|\ \ \ | | | | | | | | Warn but succeed when atoms are passed to erl_first_files
| * | | Fix for atoms in erl_first_filesBryan Paxton2018-06-281-1/+20
|/ / /
* | | Back to git-based versioningFred Hebert2018-06-251-1/+1
| | |
* | | Bump to 3.6.1 -- fixing eperm issuesFred Hebert2018-06-252-2/+2
| | |
* | | Merge pull request #1827 from tsloughter/local-epermFred Hebert2018-06-251-7/+1
|\ \ \ | | | | | | | | otp21 eperm fix for local install/upgrade, no need to set uid/gid
| * | | otp21 eperm fix for local install/upgrade, no need to set uid/gidTristan Sloughter2018-06-251-7/+1
|/ / /
* | | Merge pull request #1825 from tsloughter/copy-file-infoFred Hebert2018-06-232-6/+6
|\ \ \ | | | | | | | | otp-21 eperm fix: bump of erlware_commons and relx
| * | | bump erlware_commons and relx for eperm otp-21 fixTristan Sloughter2018-06-232-6/+6
|/ / /
* | | Merge pull request #1821 from ferd/travis-otp-21.0Fred Hebert2018-06-201-0/+2
|\ \ \ | | | | | | | | Add OTP-21.0 to Travis
| * | | Add OTP-21.0 to TravisFred Hebert2018-06-201-0/+2
|/ / /
* | | Back to git-based versioningFred Hebert2018-06-191-1/+1
| |/ |/|
* | Bump to 3.6.0Fred Hebert2018-06-192-2/+2
| |
* | Merge pull request #1819 from ferd/cth_readable-otp21-compatFred Hebert2018-06-192-3/+3
|\ \ | | | | | | Bump cth_readable for OTP-21 compat
| * | Bump cth_readable for OTP-21 compatFred Hebert2018-06-192-3/+3
|/ /
* | Merge pull request #1818 from erlang/revert-1813-certifi-2.3.1Fred Hebert2018-06-193-10/+4
|\ \ | | | | | | Revert "upgrade certifi to 2.3.1"
| * | Revert "upgrade certifi to 2.3.1"Tristan Sloughter2018-06-193-10/+4
|/ /
* | Merge pull request #1816 from tsloughter/relx-3.25.0Fred Hebert2018-06-192-3/+3
|\ \ | | | | | | upgrade relx to 3.25.0
| * | upgrade relx to 3.25.0Tristan Sloughter2018-06-192-3/+3
|/ /
* | Merge pull request #1813 from tsloughter/certifi-2.3.1Fred Hebert2018-06-123-4/+10
|\ \ | | | | | | upgrade certifi to 2.3.1
| * | upgrade certifi to 2.3.1Tristan Sloughter2018-06-123-4/+10
|/ /
* | Merge pull request #1812 from tsloughter/bb-1.5.0Fred Hebert2018-06-122-3/+3
|\ \ | | | | | | upgrade bbmustache to 1.5.0
| * | upgrade bbmustache to 1.5.0Tristan Sloughter2018-06-122-3/+3
|/ /
* | Merge pull request #1811 from starbelly/typespecsFred Hebert2018-06-111-0/+5
|\ \ | | | | | | Finish adding specs for private funs in rebar3.erl
| * | Finish adding specs for private funs in rebar3.erlBryan Paxton2018-06-111-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-nsFred Hebert2018-06-082-2/+21
|\ \ \ | |/ / | | | run compile provider in default namespace from bare
| * | run compile provider in default namespace from bareTristan Sloughter2018-06-082-2/+21
|/ /
* | Merge pull request #1807 from ↵Fred Hebert2018-06-083-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 stringsBryan Paxton2018-06-083-3/+27
|/ / | | | | | | - resolves #1645
* | Merge pull request #1809 from goncalotomas/masterFred Hebert2018-06-081-20/+34
|\ \ | | | | | | Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
| * | fix #1808Gonçalo Tomás2018-06-081-20/+34
|/ /
* | Merge pull request #1798 from juise/masterFred Hebert2018-06-062-38/+432
|\ \ | | | | | | Introduce support of add and del operations under erl_opts directive
| * | Introduce support of add and del operations under erl_opts directiveAlexander Petrovsky2018-05-312-38/+432
| | |
* | | Merge pull request #1802 from ferd/upgrade-hooksFred Hebert2018-06-061-0/+13
|\ \ \ | | | | | | | | Add hooks to the upgrade command
| * | | Add hooks to the upgrade commandFred Hebert2018-06-051-0/+13
| |/ / | | | | | | | | | As requested in #1733
* | | Merge pull request #1803 from ferd/shell-start-cleanFred Hebert2018-06-051-2/+10
|\ \ \ | |/ / |/| | Add --start-clean flag to rebar3 shell
| * | Add --start-clean flag to rebar3 shellFred Hebert2018-06-051-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-supportFred Hebert2018-05-303-4/+4
|\ \ | | | | | | Logger OTP-21-rc2 support
| * | Logger OTP-21-rc2 supportFred Hebert2018-05-303-4/+4
| | | | | | | | | | | | Also small output fix in rebar3 shell
* | | Merge pull request #1795 from juise/juise-override_deps-test-fixFred Hebert2018-05-301-6/+7
|\ \ \ | |/ / |/| | Fix override_deps test from suite rebar_compile_SUITE
| * | Fix override_deps test from suite rebar_compile_SUITEAlexander Petrovsky2018-05-301-6/+7
|/ /
* | Merge pull request #1790 from ferd/autostart-shell-for-appsFred Hebert2018-05-202-1/+8
|\ \ | | | | | | Auto-boot main app in OTP app project templates
| * | Auto-boot main app in OTP app project templatesFred Hebert2018-05-202-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-1Fred Hebert2018-05-201-0/+3
|\ \ \ | |/ / |/| | Use maps for child spec example
| * | add tuple and comment for prior to OTP 18Peter Saxton2018-05-201-0/+2
| | |
| * | Use maps for child spec examplePeter Saxton2018-05-201-1/+2
|/ /