All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed license to Apache
- Updated Terraform version
- Terraform scripts to deploy and use these resources
- PipDeps now work
- Make Covalent Base Executor image configurable via environment variables.
- Boilerplate detail.
- Functional tests scripts.
- Configuration and required Azure resources section in the README.
- Changed client arguments from
credentials
tocredential
for blob storage client.
- Implementation of submit_task and cancel methods.
- Unit tests for the corresponding methods.
- Unit test to ensure that environment variable setting exceptions are being raised.
- Storage account domain name is read from the executor attributes instead of being hardcoded.
- Implementation of upload_task, get_status and query_result methods.
- Unit tests for the corresponding methods above.
- Codecov token in tests.yml. Needs to be taken out before this repo becomes public.
- Added base executor Dockerfile
- Implementation of run, validate_credential, debug_log and poll task methods.
- Implementation of corresponding unit tests.
- Changelog workflow.
- Attempt to fix non-linear commit history by rebasing onto develop
- Updated
placeholder_test
totest_validate_credentials
- Added CI workflows.
- Skeleton for Azure Batch.
- Basic setup for Covalent Azure batch repo.