This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Releases: SKA-ScienceDataProcessor/integration-prototype
Releases · SKA-ScienceDataProcessor/integration-prototype
SIP v0.2.2 [Unstable]
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
withtest_
, examples withexample_
, and test mock objects withmock_
.
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 withdisabled_
.
SIP v0.2.1 [Unstable]
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.