From 63d2c6d83680f06944a927e68cec4e6b474d68c3 Mon Sep 17 00:00:00 2001 From: Valentin Lorand <valentin.lorand@kereval.com> Date: Thu, 4 Jan 2024 13:29:31 +0100 Subject: [PATCH] Update doc on TM and EVS --- EVS-Client/installation-v5.md | 4 ++-- EVS-Client/installation.md | 2 +- Test-Management/installation.md | 4 ++-- Test-Management/release-note.md | 16 ++++++++++++++-- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/EVS-Client/installation-v5.md b/EVS-Client/installation-v5.md index 30fbe8a..af013eb 100755 --- a/EVS-Client/installation-v5.md +++ b/EVS-Client/installation-v5.md @@ -20,7 +20,7 @@ External Validation Service Front-end is a Maven project which calls several the Sources of this project are available on the INRIA GitLab; sources are managed using git. An anonymous access is available if you only want to checkout the sources (read-only access). If you intend to build the tool and to install it on your own server, we recommend you to use a tagged version; not the trunk which is the development branch. ```bash -git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git +git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/core/evs-client.git ``` To retrieve the current version of the tool, take a look into the release notes of the project in [*Jira*](https://gazelle.ihe.net/jira/browse/EVSCLT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel). @@ -297,7 +297,7 @@ In case the service is not actually a service, but a tool on the server hosting Jasper reports can be found in the EVS Client sources. To be able to use them to generate PDF validation reports, use the following command in the path defined by gazelle_home_path preference : ```bash -git clone https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git +git clone https://gitlab.inria.fr/gazelle/public/core/evs-client.git cd EVSClient/EVSClient-ear/src/main/dist/opt/EVSClient_prod/reports ``` diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md index 7a148a1..a594f98 100755 --- a/EVS-Client/installation.md +++ b/EVS-Client/installation.md @@ -32,7 +32,7 @@ access is available if you only want to retrieve the sources (read-only access). build the tool and to install it on your own server, we recommend you to use a tagged version. ```bash -git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient.git +git clone --branch "TAG_VERSION" https://gitlab.inria.fr/gazelle/public/core/evs-client.git ``` To retrieve the current version of the tool, take a look into the release notes of the project in diff --git a/Test-Management/installation.md b/Test-Management/installation.md index caf17fc..a673f4c 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -32,13 +32,13 @@ You can either fetch the public EAR (released version) in our [Nexus repository] The sources are available on the INRIA's Gitlab: ```bash -git clone https://gitlab.inria.fr/gazelle/applications/mixed/gazelle-tm.git +git clone https://gitlab.inria.fr/gazelle/public/core/test-management.git ``` It requires jdk8 and maven to build, but jdk7 to run. ```bash -cd gazelle-tm +cd test-management mvn clean install ``` diff --git a/Test-Management/release-note.md b/Test-Management/release-note.md index 32dca4e..c70a779 100755 --- a/Test-Management/release-note.md +++ b/Test-Management/release-note.md @@ -1,13 +1,25 @@ --- title: Release note subtitle: Test Management -toolversion: 7.1.5 -releasedate: 2023-11-06 +toolversion: 8.0.0 +releasedate: 2024-02-01 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-TEST_MANAGEMENT --- +# 8.0.0 +_Release date: 2024-02-01_ + +__Story__ +* \[[GZL-5206](https://gazelle.ihe.net/jira/browse/GZL-5206)\] [GUM] Remove account creation in TM +* \[[GZL-5207](https://gazelle.ihe.net/jira/browse/GZL-5207)\] [GUM] Remove username display +* \[[GZL-5261](https://gazelle.ihe.net/jira/browse/GZL-5261)\] [GUM] Use new user client in TM to perform actions on users + +__Task__ +* \[[GZL-5205](https://gazelle.ihe.net/jira/browse/GZL-5205)\] [GUM] Create webservice to manage organizations +* \[[GZL-5270](https://gazelle.ihe.net/jira/browse/GZL-5270)\] [GUM] Setup cache for user lookups + # 7.1.5 _Release date: 2023-11-06_ -- GitLab