-
Notifications
You must be signed in to change notification settings - Fork 209
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
Add Support for Email Options #1719
Commits on Jul 13, 2017
-
Added mail options to case.submit.
Added --mail-user and --mail-type to case.submit and most of \nthe infrastructure associated with it. It isn't yet functional though.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 4f94044 - Browse repository at this point
Copy the full SHA 4f94044View commit details -
Added email options for batch systems
Added a default email and email type to both the env_batch.xml and to case.submit. For the xml it uses the environment variable EMAIL to set the users email. Additionally, the email type defaults to never.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for c36bc48 - Browse repository at this point
Copy the full SHA c36bc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for c824805 - Browse repository at this point
Copy the full SHA c824805View commit details -
Testing a environ check bipass
I am testing to see if the environment variable doesn't exist can we still run things as expected.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 56b91ef - Browse repository at this point
Copy the full SHA 56b91efView commit details -
Adding handling of non-existent $ENV{EMAIL}
Trying to handle non-existent EMAIL in environment elegantly.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 7989df3 - Browse repository at this point
Copy the full SHA 7989df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0cf34f - Browse repository at this point
Copy the full SHA d0cf34fView commit details -
When determining the proper flag for the current batch system I called the wrong function, which made the code crash. This now appears to work and I am able to received an email at various times in the run process.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 9fce892 - Browse repository at this point
Copy the full SHA 9fce892View commit details -
Moved flags and options to XML
Removed the dictionary hard code of mail_types and flags in favor of XML definitions.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 3a10387 - Browse repository at this point
Copy the full SHA 3a10387View commit details -
Fixed a type on config_batch.xml where a node was not closed.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 04016e5 - Browse repository at this point
Copy the full SHA 04016e5View commit details -
Found another set of typos in config_batch.xml.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for aac6ad1 - Browse repository at this point
Copy the full SHA aac6ad1View commit details -
Hopefully, I found the last set of XML typos.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 4eac8a0 - Browse repository at this point
Copy the full SHA 4eac8a0View commit details -
Added mail elements to XML schema
Forgot to add the appropriate elements to the XML schema.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for f886a07 - Browse repository at this point
Copy the full SHA f886a07View commit details -
Element definitions in wrong place
Placed element definitions in the wrong portion of the XML schema.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 882e9b1 - Browse repository at this point
Copy the full SHA 882e9b1View commit details -
Made elements a minOccurs element
Changed element types for the batch_mail system.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 9469592 - Browse repository at this point
Copy the full SHA 9469592View commit details -
Had to add both simple element and minOccurs to get things to work.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for fe21e13 - Browse repository at this point
Copy the full SHA fe21e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2424d - Browse repository at this point
Copy the full SHA 5e2424dView commit details -
Fixed the template file so that skip-preview-namelist option works and it so that get_value looked over all of env_batch.xml. Everything appears to work as expected.
Erich L Foster committedJul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for bb19ad6 - Browse repository at this point
Copy the full SHA bb19ad6View commit details