Recent Releases of https://github.com/agnostiqhq/covalent-ssh-plugin
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.24.1
[0.24.1] - 2024-01-18
Fixed
- Retry added for lost connections
- Python
Published by wjcunningham7 about 2 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.24.0
[0.24.0] - 2023-10-31
Changed
- Expand connection retry logic to cover more cases
- Move exec script into a separate file
- Python
Published by wjcunningham7 over 2 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.23.0
[0.23.0] - 2023-10-20
Changed
- Improved connection retry logic
[0.22.0] - 2023-09-20
Changed
- Updated license to Apache
[0.21.0] - 2023-06-02
Added
- Ability to specify a
remote_workdiralong withcreate_unique_workdiroption for each electron / node.
- Python
Published by wjcunningham7 over 2 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.17.0-1
[0.17.0-1] - 2023-09-20
Changed
- Updated license to Apache
- Python
Published by wjcunningham7 over 2 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.20.0
[0.20.0] - 2022-12-15
Changed
- Removed references to
.envfile in the functional test README.
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.19.0
[0.19.0] - 2022-12-06
Changed
- Using executor aliases instead of classes for functional tests
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.18.0
[0.18.0] - 2022-12-05
Changed
- Functional tests using pytest and .env file configuration
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.17.0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.16.0
[0.16.0] - 2022-10-27
Changed
- Fix errors in
license.yml - Added Alejandro to paul blart group
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.15.0
[0.15.0] - 2022-10-25
Changed
- Updated covalent version to
>=0.202.0 - Removed redundant install steps from workflow
Operations
- Updating pre-commit hooks version number.
- Added license workflow
- Pre-commit autoupdate.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.14.0
[0.14.0] - 2022-09-20
Changed
- Renaming
credentials_filetossh_key_fileto not have name conflict with key referring to cloud credential files
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.13.1
[0.13.1] - 2022-09-20
Fixed
- Fixed get_status to correctly assert if remote result file exists
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.13.0
[0.13.0] - 2022-09-15
Changed
- Updated requirements.txt to pin covalent to version 0.177.0.post1.dev0
Tests
- Fixed config manager related test which broke as a result of changes in covalent
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.12.0
[0.12.0] - 2022-09-13
Changed
- Using covalent on
developrather than the stable version - Using
RemoteExecutornow instead ofBaseAsyncExecutor - Renamed
ssh_key_filetocredentials_filewhich is passed to the super class instead
Added
- Implementation of abstract functions added to adhere to the
RemoteExecutor's template
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.11.0
[0.11.0] - 2022-09-06
Changed
- Changed pythonpath arg to condaenv in executor init for functional tests
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.10.0
[0.10.0] - 2022-08-31
Added
- Added basic functional test for CI
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.9.0
[0.9.0] - 2022-08-29
Changed
- Added conda bash hooks in order to activate environments properly in non-interactive sessions
Tests
- Enabled Codecov
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.8.0
[0.8.0] - 2022-08-22
Added
- Added back
_EXECUTOR_PLUGIN_DEFAULTSto ssh plugin
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.7.0
[0.7.0] - 2022-08-19
Changed
python3_pathhas been changed topython_pathssh_key_fileis now a required parameter- Default
python_pathvalue is nowpython cache_dirdefault simplified and relies onget_config("dispatcher.cache_dir")nowcache_dirandssh_key_filenow support relative paths, they get converted to abs internally automatically- Appropriately changed variable names
Added
SSHExecutoris now importable fromcovalent_ssh_pluginconda_envparameter added which can be used to execute the function in a separate conda environment on the remote machine- Added
do_cleanup(Trueby default) parameter to allow cleanup of various files created locally, and on remote machine - Added more logging statements for better debugging
- Added
*.ipynbfiles to.gitignorefor easier experimentation
Fixed
- Fixed reference of
remote_dirtoremote_cache_dirinREADME.md
Tests
- Updated tests to reflect above changes
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.6.1
[0.6.1] - 2022-08-19
Fixed
- Added additional logging and explicit SSH close connection call to avoid wait_closed() call from hanging
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.6.0
[0.6.0] - 2022-08-18
Changed
- Update
covalentversion tostable
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.5.1
[0.5.1] - 2022-08-14
Fixed
- Fixed release trigger
[0.5.0] - 2022-08-14
Changed
- Changed the readme banner
[0.4.0] - 2022-08-04
Changed
- Switched to asynchronous SSH connections making the executor async-aware.
- Tests have been updated to reflect the switch to async ssh connections.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - Release v0.3.0
Changed
- New logo to reflect revamp in UI.
- Backport some changes
Fixed
- Handle exceptions correctly.
- Fix return type when ssh connection fails.
- Fix tests
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.2.1
[0.2.1] - 2022-04-26
Added
- Unit tests written and added to the .github workflows.
- Python
Published by wjcunningham7 almost 4 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.2.0
[0.2.0] - 2022-04-16
Changed
- Small refactor to align with the Covalent micro-services refactor.
- Python
Published by wjcunningham7 almost 4 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.1.0
[0.1.0] - 2022-04-08
Changed
- Changed global variable executorpluginname -> EXECUTORPLUGINNAME in executors to conform with PEP8.
- Python
Published by wjcunningham7 almost 4 years ago
https://github.com/agnostiqhq/covalent-ssh-plugin - v0.0.1
[0.0.1] - 2022-03-11
- Python
Published by wjcunningham7 almost 4 years ago