Allows users in PAT to set an attribute in the pat.json and osa.json "gemfile": true,"gemfile": false, to include a Gemfile in the osa project directory. PAT will include the Gemfile in the analysis.zip. It is the user's responsibility to include this in the osa project root directory. PAT merly provides a way to allows users the option to set the flag to use it.
The new setting is under "Advanced CLI and OS-Server Timeout Settings" along with other analysis options. Also I included the "Advanced CLI and OS-Server Timeout Settings" for manual runs. This is/was currently only accessible under algorithmic runs. @brianlball If these options are not applicable, we can remove.
Related https://github.com/NREL/OpenStudio-server/pull/686
Allows users in PAT to set an attribute in the pat.json and osa.json
"gemfile": true,
"gemfile": false,
to include a Gemfile in the osa project directory. PAT will include the Gemfile in the analysis.zip. It is the user's responsibility to include this in the osa project root directory. PAT merly provides a way to allows users the option to set the flag to use it.The new setting is under "Advanced CLI and OS-Server Timeout Settings" along with other analysis options. Also I included the "Advanced CLI and OS-Server Timeout Settings" for manual runs. This is/was currently only accessible under algorithmic runs. @brianlball If these options are not applicable, we can remove.