Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-27 | disable ctrl-s block node feature | Ben Murphy | |
(see: http://erlang.org/pipermail/erlang-patches/2010-March/000883.html) | |||
2016-10-27 | Merge pull request #531 from lrascao/fix/console_clean | Luis Rascão | |
Give code path access to console_clean | |||
2016-10-27 | Give code path access to console_clean | Luis Rascao | |
To allow manually loading and starting up applications. | |||
2016-10-27 | Merge pull request #527 from lrascao/feature/replace_os_vars_test | Luis Rascão | |
Feature/replace os vars test | |||
2016-10-27 | Fix replace os vars functionality | Luis Rascao | |
The first run would correctly replace the environment variables, however it would also overwrite the original vm.args and sys.config thus preventing any further substitution in subsequent runs. Dev mode runs were also broken, all runs after the first were required to also define the RELX_REPLACE_OS_VARS variable in order not to overwrite the current vm.args with the original one, this prevented simply attaching to an already running node that was started this way. Add tests to exercise this functionality. | |||
2016-10-27 | Merge pull request #530 from lrascao/fix/bring_back_topo_sort | Luis Rascão | |
Revert "remove rlx_topo since all systools >=R15 have a working sort of apps" | |||
2016-10-26 | Revert "remove rlx_topo since all systools >=R15 have a working sort of apps" | Tristan Sloughter | |
This reverts commit 701da7b9f2dfb872351b56938f7aed5bff0d79c7. | |||
2016-10-25 | Merge pull request #529 from ↵ | Luis Rascão | |
lrascao/feature/include_nodetool_on_extended_start_script Always include nodetool when generating extended start script | |||
2016-10-25 | Always include nodetool when generating extended start script | Luis Rascao | |
Remove redundant check for extended_start_script. Add tests that enforce this invariant. | |||
2016-10-18 | Merge pull request #525 from cybernetlab/master | Luis Rascão | |
Fixed: #524. Erts src folder existence check added | |||
2016-10-18 | Fixed: #524. Erts src folder existence check added | Alexey Ovchinnikov | |
2016-10-07 | Merge pull request #521 from lrascao/feature/bump_latest_otp19v3.21.1 | Tristan Sloughter | |
Bump latest OTP19 | |||
2016-10-06 | Merge pull request #520 from lrascao/feature/dialyzer_profile | Tristan Sloughter | |
Feature/dialyzer profile | |||
2016-10-07 | Bump latest OTP19 | Luis Rascao | |
2016-10-07 | Silence remaining dialyzer errors | Luis Rascao | |
2016-10-07 | Add dialyzer profile | Luis Rascao | |
Add debug_info to all deps. | |||
2016-10-06 | Merge pull request #503 from lrascao/fix/update_paths_on_install_release | Tristan Sloughter | |
Always ask release handler to update paths on relup | |||
2016-10-06 | Merge pull request #515 from lrascao/feature/erts_include_src | Tristan Sloughter | |
Don't include erts src when user requests src not be included | |||
2016-10-06 | Merge pull request #519 from ElectronicRU/master | Tristan Sloughter | |
Fixed overlay_vars handling. | |||
2016-10-06 | Fixed overlay_vars handling. | Alexander Sedov | |
Overlay_vars obey order, you cannot just umerge them. Additionally, command line overrides should be more powerful than config values. | |||
2016-10-03 | Always ask release handler to update paths on relup | Luis Rascao | |
When performing a relup that involves starting a new application we need to inform release handler that the code paths need to be updated to account for the new apps. Otherwise the relup instruction application:start/2 will fail since it is unable to find the .app file. | |||
2016-10-03 | Don't include erts src when user requests src not be included | Luis Rascao | |
Using the include_src option | |||
2016-10-02 | Merge pull request #514 from lrascao/feature/extended_bin_tests | Tristan Sloughter | |
Add test coverage for the extended bin script | |||
2016-09-27 | Add test coverage for the extended bin script | Luis Rascao | |
2016-09-25 | Merge pull request #513 from lrascao/feature/fix_dialyzer | Tristan Sloughter | |
Silence dialyzer warnings | |||
2016-09-25 | Silence dialyzer warnings | Luis Rascao | |
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries. | |||
2016-09-25 | Merge pull request #512 from lrascao/feature/increase_test_coverage | Tristan Sloughter | |
Increase test coverage | |||
2016-09-25 | Increase test coverage | Luis Rascao | |
2016-09-21 | Merge pull request #510 from lrascao/feature/enable_coverage_analysis | Tristan Sloughter | |
Add proper configuration enabling coverage analysis | |||
2016-09-21 | Add proper configuration enabling coverage analysis | Luis Rascao | |
Fetch latest stable rebar3 | |||
2016-09-20 | Merge pull request #506 from lrascao/feature/add_more_otp_versions | Tristan Sloughter | |
Add recent OTP versions | |||
2016-09-20 | Add recent OTP versions | Luis Rascao | |
2016-09-16 | Merge pull request #508 from sirihansen/typo-disable_rel_discovery | Tristan Sloughter | |
Fix typo in log printout when disable_rel_discovery is set | |||
2016-09-16 | Fix typo in log printout when disable_rel_discovery is set | Siri Hansen | |
Disbaled -> Disabled | |||
2016-08-24 | Merge pull request #479 from emtenet/add-boot-varv3.21.0 | Tristan Sloughter | |
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts | |||
2016-08-24 | Merge pull request #464 from filmor/patch-1 | Tristan Sloughter | |
Fix erts path discovery on Windows if the path contains spaces. | |||
2016-08-16 | Merge pull request #502 from lrascao/feature/handle_soft_purge_error | Tristan Sloughter | |
Handle release_handler old_processes error when doing a soft purge relup | |||
2016-08-16 | Handle release_handler old_processes error when doing a soft purge relup | Luis Rascao | |
As described in http://erlang.org/doc/man/appup.html, when performing a relup with soft purge: If the value is soft_purge, release_handler:install_release/1 returns {error,{old_processes,Mod}} | |||
2016-06-16 | Merge pull request #488 from soranoba/feature/default_cookiev3.20.0 | Tristan Sloughter | |
If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie | |||
2016-06-17 | Remove a non-POSIX command. | soranoba | |
2016-06-16 | If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie | soranoba | |
2016-05-28 | Merge pull request #484 from ferd/fix-init-start-in-windows | Tristan Sloughter | |
install and start release in Windows 7/XP | |||
2016-05-28 | install and start release in Windows 7/XP | Fred Hebert | |
I am submitting this on behalf of @povloid in https://github.com/erlang/rebar3/issues/1183 who had the following to say: the set is not work into `@if` block, in this case the vareables args, start_erl and description is empty. If we move this strings out of `@if` block, the script work correctly. | |||
2016-05-14 | Merge pull request #473 from soranoba/fix-usage | Tristan Sloughter | |
Fix: does not contain the part of the command | |||
2016-05-13 | Merge pull request #481 from tsloughter/otp-19 | Jordan Wilberding | |
upgrade erlware_commons for OTP-19 | |||
2016-05-13 | upgrade erlware_commons for OTP-19 | Tristan Sloughter | |
2016-04-29 | Add a boot variable to Windows scripts | emtenet | |
Add missing -boot_var argument to Windows scripts when starting erlang. Use different boot variables on Windows vs non-Windows. The built-in $ROOT boot variable points to the erts directory on Windows (dictated by erl.ini [erlang] Rootdir=) and so a boot variable $RELEASE_DIR is made pointing to the release directory | |||
2016-04-26 | Fix: does not contain the part of the command | soranoba | |
2016-04-05 | Update extended_bin_windows | Benedikt Reinartz | |
2016-04-05 | Fix erts path discovery on Windows if the path contains spaces. | Benedikt Reinartz | |