- Adding pretty run output (67bf78a)
- Removing old python setup files and updating ci (efdad4e)
- removing setting in ci (892079c)
- Updated docs (22c76da)
- Updatind dependencies (256633b)
- Adding support for atomic-operator-runner to separate responsibilities from this package to the executioner in the runner package.
- Adding poetry support for the entire project going forward. This may be a BREAKING CHANGE!
- Added new parameter to accept input_arguments from command line and config file (831d9cb)
- Adding poetry support for the entire project going forward. This may be a BREAKING CHANGE! (cbfce67)
- Adding support for atomic-operator-runner to separate responsibilities from this package to the executioner in the runner package. (c9484e4)
- Adding the ability to search all atomics based on a keyword or string. Fixes #59 (aad5165)
- Fixing variable replacement for powershell commands instead of command_prompt. Fixed #58 (c4dbb69)
- Resolving issues with passing multiple test_guids and creating the appropriate run list. Fixes #57 (d669086)
- Update imports (a5dd297)
- Updated tests to match new schema (0c7767a)
- Updating meta and moved attributes to init in package root (df2d93d)
* Updated formatting of executor for AWS and local runners
* Updated documentation
* Added formatting constants to base class to improve updating of windows variables on command line runners
* Updated argument handling in get_atomics Retrieving Atomic Tests with specified destination in /opt throws unexpected keyword argument error #28
* Updated error catching and logging within state machine class when copying source files to remote system Logging and troubleshooting question #32
* Updated ConfigParser from instance variables to local method bound variables Using a second AtomicOperator instance executes the tests of the first instance too #33
* Added the ability to select specific tests for one or more provided techniques
* Updated documentation
* Added new Copier class to handle file transfer for remote connections
* Removed gathering of supporting_files and passing around with object
* Added new config_file_only parameter to only run the defined configuration within a configuration file
* Updated documentation around installation on macOS systems with M1 processors
* Updated documentation
* Added better handling of help
* Updating handling of passing --help to the run command
* Updated docs to reflect change
* Updated handling of versioning
* Updated CI to handle versioning of docs and deployment on release
* Added better handling of extracting zip file
* Added safer loading of yaml files
* Update docs
* Improved logging across the board and implemented a debug switch
* Added support for transferring files during remote execution
* Refactored config handling
* Updated docs and githubpages
* Added support for remote execution of atomic-tests
* Added support for executing iaas:aws tests
* Added configuration support
* Plus many other features