Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Node options from cfg file for production (#62468) #71463

Merged
merged 1 commit into from
Jul 13, 2020

Commits on Jul 13, 2020

  1. Node options from cfg file for production (elastic#62468)

    * chore(NA): load NODE_OPTIONS from options files across environments
    
    * chore(NA): move node.ci.options to config folder
    
    * docs(NA): update docs to explain how to set node options from the cfg fil
    
    * chore(NA): removed test npm scripts
    
    * fix(NA): typo on setup script for CI
    
    * chore(NA): add debug info
    
    * chore(NA): export options on CI
    
    * chore(NA): remove debug info
    
    * chore(NA): support for configurable config folder using env var
    
    * chore(NA): add node.options file into docker img
    
    * fix(NA): use calculated config dir on node options for ci
    
    * chore(NA): node bin scripts bootstrap and node_with_options implementation for bash
    
    * chore(NA): complete node_with_options scripts with bat version
    
    * chore(NA): add bin/node dev script and remove cli for run_with_node_options
    
    * chore(NA): increase default maxBuffer
    
    * chore(NA): remove run with options script from package.json
    
    * chore(NA): include kbn-node script and underlying usage of it
    
    * chore(NA): remove change on eslint
    
    * chore(NA): correct typo on kbn node script comment
    
    Co-authored-by: Tyler Smalley <tylersmalley@me.com>
    
    * chore(NA): correct typo on kbn node script comment
    
    Co-authored-by: Tyler Smalley <tylersmalley@me.com>
    
    * chore(NA): add line to describe each option should be specified in a separated line
    
    * chore(NA): remove node options from dev and ci env
    
    * chore(NA): remove changes from package.json
    
    * chore(NA): fix docker image build
    
    * chore(NA): change value for example of --max-old-space-size in the node.options file
    
    Co-authored-by: Tyler Smalley <tylersmalley@me.com>
    
    * chore(NA): remove --no-warnings from node.options and force it in the bin scripts
    
    * chore(NA): prevent 'The system cannot find the file' error message
    
    * chore(NA): introduce slash when building path for %DIR%
    
    * chore(NA): read options from file only if it exists
    
    Co-authored-by: Jonathan Budzenski <jbudz@users.noreply.github.com>
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    Co-authored-by: Tyler Smalley <tylersmalley@me.com>
    4 people committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    1663d3b View commit details
    Browse the repository at this point in the history