Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | Fixed template args order bug | Kozlov Yakov | |
2016-02-26 | Merge pull request #453 from tsloughter/master | Jordan Wilberding | |
update lock file | |||
2016-02-26 | update lock file | Tristan Sloughter | |
2016-02-24 | Merge pull request #450 from tsloughter/masterv3.18.0 | Jordan Wilberding | |
upgrade erlware_commons to 0.19.0 | |||
2016-02-19 | upgrade erlware_commons to 0.19.0 | Tristan Sloughter | |
2016-02-19 | Merge pull request #449 from tsloughter/masterv3.17.0 | Jordan Wilberding | |
Couple fixes related to vm.args and sys.config | |||
2016-02-18 | allow 'false' to tell relx to not create a sys.config or vm.args | Tristan Sloughter | |
2016-02-18 | fix bug building tarfile if vm.args doesn't exist | Tristan Sloughter | |
2016-02-16 | Merge pull request #446 from project-fifo/arghv3.16.0 | Tristan Sloughter | |
Add low / high color mode | |||
2016-02-16 | Fix case for applicaiton:get_env | Heinz N. Gies | |
2016-02-16 | Use an app_env to get color intensity | Heinz N. Gies | |
2016-02-11 | Fix typo | Heinz N. Gies | |
2016-02-09 | Add low / high color mode | Heinz N. Gies | |
2016-02-05 | Merge pull request #443 from tsloughter/masterv3.15.0 | Jordan Wilberding | |
dammit, must split the path to use prefix to check for cycles | |||
2016-02-05 | Merge pull request #444 from tsloughter/issue_335 | Jordan Wilberding | |
targetdir may be list not binary, convert before comparing | |||
2016-02-05 | targetdir may be list not binary, convert before comparing | Tristan Sloughter | |
2016-02-04 | dammit, must split the path to use prefix to check for cycles | Tristan Sloughter | |
2016-01-31 | Merge pull request #442 from tsloughter/master | Jordan Wilberding | |
use list comp instead of ec_plists for copy directory | |||
2016-01-30 | use list comp instead of ec_plists for copy directory | Tristan Sloughter | |
2016-01-30 | Merge pull request #441 from erlanger/master | Tristan Sloughter | |
replacing OS vars: comply with otp sys.config requirement | |||
2016-01-23 | replacing OS vars: use .orig files to prevent overwriting | erlanger | |
2016-01-22 | replacing OS vars: comply with otp sys.config requirement | erlanger | |
2016-01-12 | Merge pull request #438 from tsloughter/debug | Jordan Wilberding | |
move missing beam and other app warnings to debug messages | |||
2016-01-12 | format filename as string in warning message | Tristan Sloughter | |
2016-01-12 | move missing beam and other app warnings to debug messages | Tristan Sloughter | |
2016-01-12 | Merge pull request #437 from tsloughter/topov3.13.0 | Jordan Wilberding | |
Remove custom topo sort | |||
2016-01-11 | use priv_dir for generated test data | Tristan Sloughter | |
2016-01-11 | remove rlx_topo since all systools >=R15 have a working sort of apps | Tristan Sloughter | |
2016-01-10 | Merge pull request #435 from tsloughter/cfv3.12.0 | Jordan Wilberding | |
add cf as a direct dependency | |||
2016-01-06 | Merge pull request #436 from ferd/include-src-in-tarballs | Tristan Sloughter | |
Include src/ in tarballs unless specified not to | |||
2016-01-06 | Include src/ in tarballs unless specified not to | Fred Hebert | |
By default, the `include_src` value is `true`, yet Relx disregards the value entirely when generating tarballs. This patch makes it so the value is used and respected when generating tarballs. Given the default value is `true`, this patch changes the default behaviour of relx to always include source files in tarballs, considering its omission a bug rather than a feature. Tests are added, verifying the impact on ERTS-included files. | |||
2016-01-05 | add cf as a direct dependencyv3.11.0 | Tristan Sloughter | |
2015-12-31 | Merge pull request #431 from erlware/revert-426-varsv3.10.0 | Tristan Sloughter | |
Revert "Enhance evaluation of environment variables" | |||
2015-12-31 | Revert "Enhance evaluation of environment variables"revert-426-vars | Tristan Sloughter | |
2015-12-30 | Merge pull request #429 from sdebnath/console_mode | Tristan Sloughter | |
Allow console to set code loading mode based on defaults. | |||
2015-12-30 | Allow console to set code loading mode based on defaults. | Shawn Debnath | |
2015-12-22 | Merge pull request #426 from saleyn/vars | Tristan Sloughter | |
Enhance evaluation of environment variables | |||
2015-12-22 | Enhance the variable replacement | Serge Aleynikov | |
Add ability to also run shell commands contained in the sys.config. E.g.: # In this example the node name defaults to name of the release # and can be overriden at run-time, appended with current year $ head -1 vm.args -sname ${NODE_NAME:-$REL_NAME}$(date +%Y) # If the $NAME is 'abc2015', and hostname is 'MyHost', below the 'node' # parameter gets set to 'Abc2015@myhost' $ grep node sys.config {node, $(echo ${NAME^})@${HOSTNAME,,}} | |||
2015-12-22 | Optimize evaluation of environment variables | Serge Aleynikov | |
This patch addresses the following issues: * When RELX_REPLACE_OS_VARS is set, evaluation of environment vars is done by the shell rather than awk, this allows to use more powerful notation of environment variables in sys.config and vm.args (e.g. `-sname abc@${HOSTNAME,,}` or `{myapp, [{user, ${USER:-unknown}}]}` * Using shell vars rather than unnecessarily forking awk/grep/etc | |||
2015-12-04 | Merge pull request #421 from tsloughter/config_cli_order | Jordan Wilberding | |
replace last, not first when merging cli and config terms | |||
2015-12-04 | replace last, not first when merging cli and config terms | Tristan Sloughter | |
2015-12-04 | Merge pull request #420 from tsloughter/config_cli_order | Jordan Wilberding | |
don't reverse the config terms if there are cli args | |||
2015-12-04 | don't reverse the config terms if there are cli args | Tristan Sloughter | |
2015-11-30 | Merge pull request #418 from tsloughter/cf_escript | Jordan Wilberding | |
include cf in escript so output works | |||
2015-11-30 | include cf in escript so output works | Tristan Sloughter | |
2015-11-22 | Merge pull request #417 from tsloughter/master | Jordan Wilberding | |
Simple updates | |||
2015-11-22 | update providers dep to latestv3.9.0 | Tristan Sloughter | |
2015-11-22 | update hex metdata, switching contributors to maintainers | Tristan Sloughter | |
2015-11-21 | Merge pull request #415 from tsloughter/erl_inteface_lib | Jordan Wilberding | |
include lib dir if it exists, erl_interface is an ex. with a lib | |||
2015-11-21 | Merge pull request #416 from tsloughter/fix_error_msgs | Jordan Wilberding | |
Fix error msgs and add sys.config error message |