You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* modified DatasetCreatedError message
* Added gdg functions
* Created unit test for validating gds relative name
* Updated to fail when future gen
* Update arg parser
* Add escaping function for data set names
* Add unit tests for name escaping
* Remove calls to escape_data_set_name
* renamed tests
* Added MVSDataset class
* Updated escaped symbols
* Updated tests
* Added utils
* Add changelog
* Uncommented test
* Updated exception
* Updated mvsdataset class
* Updated class
* initial branch save with escaping added, changelog fragment rough-in
Also changed dataset to have a bool indicating if symbols can be included
in get_tmp_ds_name
* corrected changelog fragment to include PR number in link
added import to zos_apf to get staticmethod loaded.
* added output to a failing test
* fixing pprint statement
* added escape function to get_tmp_dataset
* corrected staticmethod declaration
* change in volume finder to add all volume lists to the base value
* changing volume lister to handle potentially blank sub-lists
* adding protection in get_volumes for a short line of input
* added object definition to get_temp_ds_name
* added detail into test that is failing (finally back to test)
* removing potential import loop
* pulled from dev, then removed unneeded arg value.
* tweaking the get_volumes logic to handle partial lists.
* putting dataset reference back into tests/helpers
* re-commenting to see if that impacts loading of backup module
* added detail to make sure (looks like some commands actually break with escaping)
* sorting out the error details. Will need to table what can't shouldn't be escaped:
something@something works, something \@something works, something\\@something fails
* temporarily disabled escaping in main zos_apf call
* fixed missing declaration issue
* cleanup of comments and trace notes
* changed fragment to minor_changes
* corrected get_tmp_ds for symbols=false
removed several print statements from test case.
* removed extra line between import statments - unneeded change.
* updated symbols generation for better distribution
updated credits for both developers involved.
* changed test of batch_add_del to not use symbols
* remove first ds name (library) symbol option in test_batch_add_del
* added prettyprint into failing assertion, re-activating symbols on first get_ds
* included output for test print
* removed escape of dsn in zos_apf/554
* removed print/pprint from testing
re-enabled symbol usage in second test wave
* removed a previously commented out line (removing escaping from batch call)
---------
Co-authored-by: Fernando Flores <[email protected]>
Co-authored-by: Ivan Moreno <[email protected]>
0 commit comments