Releases: rfns/iris-ci
Releases · rfns/iris-ci
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.3
v0.5.2
FIXES
- Fixed an issue where when the
CI_NAMESPACE
was provided, the UnitTest results were not available due to the methods Run and OnAfterRun being executed in different circustances, thus resetting the namespace to the default.
CHORE
- Improved Runner class legibility.
v0.5.1
v0.5.0
FEATURES
- Removed any code related to unit testing from the Orchestrator and made the Runner take full control over the task.
- Now using stdio instead of relying to log files physically.
CHANGES
- Removed the logger class.
- Removed log file checks from the entrypoint script.
- Synchronized parameter names according to the parameters from the Security.Applications class.
CHORE
- Updated the documentation to reflect all changes and features.
v0.4.0
FIXES
- Fixed the filtering of the variables that are relevant to the installer.
- Removed the usage of
<CSPApplication>
tag due to its support partial support to CSP settings.
IMPROVEMENTS
- Added a installer helper method to handle creating the CSPApplication.
- Removed usage of status for assertion failures thus allowing extensive feedback while preventing errors.
CHANGES
/opt/ci/root
is now/opt/ci/app
.CI_TESTSUITE
is nowTEST_SUITE
andCI_TESTCASE
is nowTEST_CASE
.- Made sure to split the env variables usage into three distinct groups: installer
CI_
, tests case parametersTESTPARAM_
and test configurationTEST_
.
CHORE
- Updated the documentation.