From 221b2d05a7ee3341a9c6751f8c78b2b5f159d541 Mon Sep 17 00:00:00 2001 From: fde <franck.desaize@kereval.com> Date: Tue, 18 May 2021 10:43:09 +0200 Subject: [PATCH] Release Gazelle Test Management 5.15.0 --- Test-Management/installation.md | 24 ++++++++++++++++++++++-- Test-Management/release-note.md | 28 ++++++++++++++++++++++++++++ Test-Management/user.md | 5 +++-- 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/Test-Management/installation.md b/Test-Management/installation.md index b7ef4c0..24dceb4 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -3,8 +3,8 @@ title: Installation manual subtitle: Gazelle Test Management author: Nicolas BAILLIET function: Engineer -releasedate: 13/04/2021 -toolversion: 5.14.x +releasedate: 18/05/2021 +toolversion: 5.15.x version: 1.02 status: Approved document reference: KER1-MAN-IHE-TEST_MANAGEMENT_INSTALLATION-1_02 @@ -110,6 +110,26 @@ Copy the gazelle-tm.ear into the " standalone\\deployments" directory of your JB # Configuration +## SSO + +With the release 5.15.0, Gazelle Test Management needs a file to interact with the SSO application. +This application read the configuration of the SSO in a file located in `/opt/gazelle/cas`. We need to create this folder and the configuration file `EVSClient.properties`. + +``` + mkdir /opt/gazelle/cas + touch /opt/gazelle/cas/EVSClient.properties + chown -R jboss:jboss-admin /opt/gazelle/cas + chmod -R g+w /opt/gazelle/cas +``` +The file **gazelle-tm.properties** has shall be created and save in **/opt/gazelle/cas**. + +The file shall contain the following statements : +- casServerUrlPrefix = https://yourUrl.com/sso +- casServerLoginUrl = https://yourUrl.com/sso/login +- casLogoutUrl = https://yourUrl.com/sso/logout +- service = https://yourUrl.com/gazelle + + This instance of Test Management you have just deployed is free of organization, user and testing session. Consequently, the next step will be to create your organization, your account (as an administrator of the application) and the testing session. A testing session is used to hold one event, for example a Connectathon, a showcase or whatever requiring the use of Test Management. If the first part of the installation is successful, you should see the Gazelle home page (see file entitled Home page before installation).  diff --git a/Test-Management/release-note.md b/Test-Management/release-note.md index 5228a60..164475b 100644 --- a/Test-Management/release-note.md +++ b/Test-Management/release-note.md @@ -8,6 +8,34 @@ function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-TEST_MANAGEMENT --- + +# 5.15.0 + +_Release date: 2021-05-18_ + +__Warning__ : this release + +__Story__ +* \[[GZL-4953](https://gazelle.ihe.net/jira/browse/GZL-4953)\] - Sending notifications by emails +* \[[GZL-4954](https://gazelle.ihe.net/jira/browse/GZL-4954)\] - Vendors may be able to set any status in a test instance + + +__Improvement__ +* \[[GZL-4952](https://gazelle.ihe.net/jira/browse/GZL-4952)\] - Privacy of the sample section in Gazelle +* \[[GZL-4955](https://gazelle.ihe.net/jira/browse/GZL-4955)\] - Update cas configuration to use a dedicated property file + + + + +## Gazelle model 4.2.7 + +__Story__ +* \[[GZL-4953](https://gazelle.ihe.net/jira/browse/GZL-4953)\] - Sending notifications by emails + +__Bug__ + +* \[[GZL-4967](https://gazelle.ihe.net/jira/browse/GZL-4967)\] "Comment" tab of a system shall not be disclosed to users that are not part of the company owning the system + # 5.14.3 _Release date: 2021-05-06_ diff --git a/Test-Management/user.md b/Test-Management/user.md index 438008f..dceea61 100644 --- a/Test-Management/user.md +++ b/Test-Management/user.md @@ -3,8 +3,8 @@ title: User manual subtitle: Gazelle Test Management author: Guillaume THOMAZON function: Engineer -releasedate: 30/10/2019 -toolversion: 5.14.x +releasedate: 18/05/2021 +toolversion: 5.15.x version: 2.01 status: To be verified reference: KER1-MAN-IHE-TEST_MANAGEMENT_USER-2_01 @@ -2029,6 +2029,7 @@ This permanent link has this form : * system : the keyword of the system * testingSessionId : the id of the testing session (15 for pisa, 8 for Bordeaux, etc). + # TM - Release notes Gazelle Test Management release notes can be found on the JIRA pages of the project at the following URL : -- GitLab