Skip to content

Releases: HumanCellAtlas/falcon

v0.1.2

26 Aug 01:27
f4b440b
Compare
Choose a tag to compare
  • Fix a bug with the settings loader which can potentially prevent falcon from accessing to Cromwell-as-a-Service

v0.1.1

10 Aug 19:25
b68a496
Compare
Choose a tag to compare
  • Fixes an issue with the deployment YAML template file, which causes a validation error during the deployment process.
  • Fixes an issue with the deploy script, which throws warnings if certain input parameters are missing.

v0.1.0

07 Aug 17:28
08bbf95
Compare
Choose a tag to compare

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.