Releases: HumanCellAtlas/falcon
Releases · HumanCellAtlas/falcon
v0.1.2
v0.1.1
v0.1.0
This release is the first iteration of the Falcon, it covers:
- Implement the queue-handler component of the Falcon.
- Implement the igniter component of the Falcon.
- Initialize the Falcon repository with config files, readme, and dockerfile.
- Add Quay.io docker image build status badge.
- Add kubernetes YAML file and corresponding deploy script for Falcon.
- Add Travis CI build status badge to the readme :)
- Add config file for Travis CI.
- Add test coverage report to the pytest outputs.
- Implement unittest cases for the queue_handler component.
- Implement unittest cases for the igniter component.
- Add and use mock data for testing.
- Implement unittest cases for the settings module.
- Implement the basic unit tests and a Cromwell simulator for testing purposes.
- Implement the settings helper function and the main function for Falcon.
- Implement the queue-handler component of the Falcon.
- Implement the igniter component of the Falcon.