Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Releases: SKA-ScienceDataProcessor/integration-prototype

SIP v0.2.2 [Unstable]

02 Oct 14:41
Compare
Choose a tag to compare
SIP v0.2.2 [Unstable] Pre-release
Pre-release

This is the second release version of SIP. This version of the code should still be considered unstable.

Changelog

Changed

  • Unit test coverage filter in the Jenkins file to omit files which do not need
    testing.
  • Jenkins' 'Analysis' stage no longer affects the build status, ending our
    perpetual state of unstableness.

Fixed

  • Unit test naming conventions. All unit tests files should be prefixed with
    with test_, examples with example_, and test mock objects with mock_.
    For more information see
    SIP: Unit test naming convensions.
  • Various PEP-8 and PyLint errors in unit tests.
  • The 'success' post-build status crashed the Jenkins build due to typo's in the
    commands.

Removed

  • Python modules in requirements.txt related to non core SIP functions. These
    these should be moved into their own module but for now are simply disabled.
  • A number of broken unit tests have been marked as skipped and their file
    names prefixed with disabled_.

SIP v0.2.1 [Unstable]

12 Sep 14:56
Compare
Choose a tag to compare
SIP v0.2.1 [Unstable] Pre-release
Pre-release

This is the first release version of SIP. This version of the code should still be considered unstable.

Changelog

Fixed

  • Jenkinsfile to work around a bug in the code where hanging docker services
    results in the Jenkins server crashing.