Skip to content

Releases: rfns/iris-ci

v0.6.3

03 Apr 14:51
f41b214
Compare
Choose a tag to compare

CHORE

  • Updates the Dockerfile to always get the latest IRIS available tag.

v0.6.2

20 Sep 15:59
Compare
Choose a tag to compare

CHORE

  • Update container to use the latest stable IRIS Community Edition version.
  • Update the README container version.

v0.6.1

29 Jul 13:18
959aa1d
Compare
Choose a tag to compare

CHORE

  • Re-triggered the build to use a non-broken dependency.

v0.6.0

28 Jul 15:06
959aa1d
Compare
Choose a tag to compare

FEATURES

  • Added support for using a custom test manager through the TEST_MANAGER env.

FIXES

  • Fixed an issue where test parameters were not being passed.
  • Fixed an issue where the assertion count included the log messages.

v0.5.3

17 Mar 02:23
2fdeced
Compare
Choose a tag to compare

FEATURES

  • Add test instance elapsed time.
  • Add assert errors.

v0.5.2

17 Mar 00:44
38692c0
Compare
Choose a tag to compare

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

16 Mar 18:30
abdefeb
Compare
Choose a tag to compare

CHORE

  • Fixes a error when it should exit gracefully.

v0.5.0

16 Mar 18:03
20d3f37
Compare
Choose a tag to compare

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

12 Mar 18:16
Compare
Choose a tag to compare

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_TESTSUITEis now TEST_SUITE and CI_TESTCASE is now TEST_CASE.
  • Made sure to split the env variables usage into three distinct groups: installer CI_, tests case parameters TESTPARAM_ and test configuration TEST_.

CHORE

  • Updated the documentation.

v0.3.1

11 Mar 20:24
6bb117d
Compare
Choose a tag to compare

CHORE

  • Fix wrong repo name.