diff --git a/Demographic-Data-Server/installation.md b/Demographic-Data-Server/installation.md index 5d4220ad7caad342a535dc37eff0c146095e4db7..a41b0cbb708d445c51f342dd05630bbd8fee1e49 100644 --- a/Demographic-Data-Server/installation.md +++ b/Demographic-Data-Server/installation.md @@ -5,14 +5,14 @@ author: Maxime ARIF date: 19/03/2019 toolversion: 4.2.x function: Engineer -version: 4.2.0 -status: For review -reference: KER3-MAN-IHE_EUROPE-DEMOGRAPHIC_DATA_SERVER_INSTALLATION-1_00 +version: 1.02 +status: Approved +reference: KER1-MAN-IHE-DEMOGRAPHIC_DATA_SERVER_INSTALLATION-1_02 customer: IHE-EUROPE --- # Sources and package -Schematron-based Validator is a maven project. Sources are available on the INRIA Source Forge at the following URL: +Demographic Data Server is a maven project. Sources are available on the INRIA Source Forge at the following URL: [*https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/DemographicDataServer/?root=gazelle*](https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/DemographicDataServer/?root=gazelle) diff --git a/Order-Manager/release-note.md b/Order-Manager/release-note.md index c35f920eb175b235fe85c7875dba358501709fb3..ffbd884da4b985fb249db380af99f290647443e7 100644 --- a/Order-Manager/release-note.md +++ b/Order-Manager/release-note.md @@ -1,12 +1,12 @@ --- title: Release note -subtitle: OrderManager +subtitle: Order Manager toolversion: 5.3.0 releasedate: 2019-03-15 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe -reference: KER1-RNO-IHE-OrderManager +reference: KER1-RNO-IHE-ORDER_MANAGER --- # 5.3.0 _Release date: 2019-03-15_ diff --git a/Proxy/installation.md b/Proxy/installation.md index 989fceadc927a76f1ef332ff359230b1d8d66742..d2eb2f7640b12051764f42b354cd63d682f47a94 100644 --- a/Proxy/installation.md +++ b/Proxy/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: Gazelle Proxy author: Guillaume THOMAZON -date: 07/10/2016 -toolversion: 4.4.0 +date: 26/03/2019 +toolversion: 4.7.0 function: Engineer version: 2.01 status: Approved document @@ -47,6 +47,14 @@ sudo chmod -R 775 /opt/proxy cp gazelle-proxy-ear/target/gazelle-proxy.ear /usr/local/jboss7/standalone/deployments/gazelle-proxy.ear ``` +4. **WARNING** : From version 4.7.0, datasources have been extracted from the **ear**. The template file can be found in /src/main/application/datasource in the source or in the file gazelle-proxy-X.X.X-datasource.zip from the nexus. +For more informations about how to manage that externalization, please refer to [general considerations for JBoss7](https://gazelle.ihe.net/gazelle-documentation/General/jboss7.html). + +``` +Datasource name : gazelle-proxyDS + +Database name : gazelle-proxy +``` 4. Start Jboss AS 7 ```bash sudo /etc/init.d/jboss7 start diff --git a/Proxy/release-note.md b/Proxy/release-note.md index eb782614805c8a6bdf97144d86769fdc456ee8b5..ad38cd98572e74fadddcaeda20c2a5457dea9af5 100644 --- a/Proxy/release-note.md +++ b/Proxy/release-note.md @@ -1,10 +1,474 @@ --- title: Release note -subtitle: -toolversion: -releasedate: +subtitle: Proxy - 4.7.0 +toolversion: 4.7.0 +releasedate: 2019-03-26 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe -reference: KER1-RNO-IHE- ---- \ No newline at end of file +reference: KER1-RNO-IHE-Proxy +--- + +# 4.7.0 +_Release date: 2019-03-26_ + +__Remarks__ + +Datasource management has changed, refers to the installation manual to correctly update your instance of the tool. + + +__Improvement__ + +* \[[PROXY-207](https://gazelle.ihe.net/jira/browse/PROXY-207)\] Extract datasource configuration +* \[[PROXY-208](https://gazelle.ihe.net/jira/browse/PROXY-208)\] Update SQL scripts archive + +# 4.6.0 +_Release date: 2019-03-05_ + +__Remarks__ + +Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. +This new version of the Gazelle Proxy has to be bound to new Gazelle SSO. + + +__Bug__ + +* \[[PROXY-205](https://gazelle.ihe.net/jira/browse/PROXY-205)\] Missing translation + +__Improvement__ + +* \[[PROXY-211](https://gazelle.ihe.net/jira/browse/PROXY-211)\] Create "Admin only" mode for message list + +# 4.5.0 +_Release date: 2018-03-08_ + +__Remarks__ + +Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. +This new version of the Gazelle Proxy has to be bound to new Gazelle SSO. + +__Bug__ + +* \[[PROXY-183](https://gazelle.ihe.net/jira/browse/PROXY-183)\] Error when deploying proxy, jdbc driver + +__Improvement__ + +* \[[PROXY-186](https://gazelle.ihe.net/jira/browse/PROXY-186)\] Use new CAS SSO + +# 4.4.3 +_Release date: 2017-07-05_ + +__Remarks__ + + +__Improvement__ + +* \[[PROXY-182](https://gazelle.ihe.net/jira/browse/PROXY-182)\] Add soap ui project as unit test + release 4.4.3 + +# 4.4.2 +_Release date: 2017-03-16_ + +__Bug__ + +* \[[PROXY-163](https://gazelle.ihe.net/jira/browse/PROXY-163)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm +* \[[PROXY-166](https://gazelle.ihe.net/jira/browse/PROXY-166)\] Some proxy link contain IP instead of url + +__Story__ + +* \[[PROXY-132](https://gazelle.ihe.net/jira/browse/PROXY-132)\] Proxy should not open channels if it misses the remote host and/or port + +__Improvement__ + +* \[[PROXY-165](https://gazelle.ihe.net/jira/browse/PROXY-165)\] Need to catch errors in logs +* \[[PROXY-170](https://gazelle.ihe.net/jira/browse/PROXY-170)\] Update Entity Manager with provider + +# 4.4.0 +_Release date: 2016-05-02_ + +__Bug__ + +* \[[PROXY-145](https://gazelle.ihe.net/jira/browse/PROXY-145)\] ihej-dicom library code clean up based on static analysis + +__Epic__ + +* \[[PROXY-139](https://gazelle.ihe.net/jira/browse/PROXY-139)\] Update style with gazelle-assets + +__Story__ + +* \[[PROXY-140](https://gazelle.ihe.net/jira/browse/PROXY-140)\] Management +* \[[PROXY-146](https://gazelle.ihe.net/jira/browse/PROXY-146)\] Merge proxy new style branch on trunk +* \[[PROXY-147](https://gazelle.ihe.net/jira/browse/PROXY-147)\] Sonar analysis +* \[[PROXY-148](https://gazelle.ihe.net/jira/browse/PROXY-148)\] Release Proxy 4.4.0 + + +# 4.3.3-NEWSTYLE +_Release date: 2016-04-05_ + + +__Bug__ + +* \[[PROXY-126](https://gazelle.ihe.net/jira/browse/PROXY-126)\] need to escape content of HL7v2 messages +* \[[PROXY-130](https://gazelle.ihe.net/jira/browse/PROXY-130)\] prettyFormat Transformation fails in java7 +* \[[PROXY-137](https://gazelle.ihe.net/jira/browse/PROXY-137)\] Missing transfer syntax in message details + +__Story__ + +* \[[PROXY-143](https://gazelle.ihe.net/jira/browse/PROXY-143)\] Use the appropriate version of postgresql driver in proxy +* \[[PROXY-144](https://gazelle.ihe.net/jira/browse/PROXY-144)\] Release 4.3.3-NEWSTYLE + +__Improvement__ + +* \[[PROXY-134](https://gazelle.ihe.net/jira/browse/PROXY-134)\] Add button to download messages exchanged in a connection + +# 4.3.2-NEWSTYLE +_Release date: 2016-01-21_ + +__Bug__ + +* \[[PROXY-129](https://gazelle.ihe.net/jira/browse/PROXY-129)\] Copy to clipboard button does not work any more. + +__Story__ + +* \[[PROXY-128](https://gazelle.ihe.net/jira/browse/PROXY-128)\] migrate proxy-common-war to new assets style for GSS + +# 4.3.1 +_Release date: 2015-10-30_ + + +__Bug__ + +* \[[PROXY-125](https://gazelle.ihe.net/jira/browse/PROXY-125)\] Home page : Cancel() method of HomeManager does not cancel modifications. + +# 4.3.0 +_Release date: 2015-06-11_ + +__Bug__ + +* \[[PROXY-107](https://gazelle.ihe.net/jira/browse/PROXY-107)\] Sometime admin can't click on open a new channel and start a new channel +* \[[PROXY-114](https://gazelle.ihe.net/jira/browse/PROXY-114)\] Some messages are probably not stored/displayed +* \[[PROXY-115](https://gazelle.ihe.net/jira/browse/PROXY-115)\] Can't delete validation result +* \[[PROXY-116](https://gazelle.ihe.net/jira/browse/PROXY-116)\] Start all channels doesn't work well +* \[[PROXY-119](https://gazelle.ihe.net/jira/browse/PROXY-119)\] Message content not displayed in some cases +* \[[PROXY-120](https://gazelle.ihe.net/jira/browse/PROXY-120)\] Sonar analyses + +__Improvement__ + +* \[[PROXY-118](https://gazelle.ihe.net/jira/browse/PROXY-118)\] Add permanent link in list message +* \[[PROXY-121](https://gazelle.ihe.net/jira/browse/PROXY-121)\] Remake proxy menu with bootstrap +* \[[PROXY-122](https://gazelle.ihe.net/jira/browse/PROXY-122)\] Format xml in details message + +# 4.2.0 +_Release date: 2015-04-13_ + + +__Bug__ + +* \[[PROXY-101](https://gazelle.ihe.net/jira/browse/PROXY-101)\] Error in message list with empty DB +* \[[PROXY-109](https://gazelle.ihe.net/jira/browse/PROXY-109)\] View XXX.seam could not be restored. +* \[[PROXY-111](https://gazelle.ihe.net/jira/browse/PROXY-111)\] Trouble with the input number spinner in message details + +__Improvement__ + +* \[[PROXY-112](https://gazelle.ihe.net/jira/browse/PROXY-112)\] Create filter on channel list page + +# 4.1.3 +_Release date: 2015-01-26_ + + +__Bug__ + +* \[[PROXY-104](https://gazelle.ihe.net/jira/browse/PROXY-104)\] Sort channel list by Remote address + +# 4.1.2 +_Release date: 2015-01-25_ + + +__Bug__ + +* \[[PROXY-103](https://gazelle.ihe.net/jira/browse/PROXY-103)\] In Channel list details button doesn't work + +# 4.1.1 +_Release date: 2015-01-20_ + +__Bug__ + +* \[[PROXY-99](https://gazelle.ihe.net/jira/browse/PROXY-99)\] Filter by last month doesn't work well +* \[[PROXY-100](https://gazelle.ihe.net/jira/browse/PROXY-100)\] HL7 Message Type filter is not populated + +# 4.1.0 +_Release date: 2015-01-20_ + + +__Bug__ + +* \[[PROXY-95](https://gazelle.ihe.net/jira/browse/PROXY-95)\] Update Dicom file location +* \[[PROXY-98](https://gazelle.ihe.net/jira/browse/PROXY-98)\] CLONE - Variable in application configuration should have a unique name + +__Improvement__ + +* \[[PROXY-58](https://gazelle.ihe.net/jira/browse/PROXY-58)\] NA2015: make HL7v2 message type visible in first column of Message List +* \[[PROXY-85](https://gazelle.ihe.net/jira/browse/PROXY-85)\] Improve postgresql request time +* \[[PROXY-88](https://gazelle.ihe.net/jira/browse/PROXY-88)\] When the proxy captures binary data, provide an hex dump of the data through the GUI. +* \[[PROXY-89](https://gazelle.ihe.net/jira/browse/PROXY-89)\] Add argument in filters in order to query without distinct for counts +* \[[PROXY-92](https://gazelle.ihe.net/jira/browse/PROXY-92)\] In the table list of messages there is an info column. I need to be able to search or sort that column +* \[[PROXY-96](https://gazelle.ihe.net/jira/browse/PROXY-96)\] Add a dump for DICOM messages in details page + +# 4.0.0 +_Release date: 2014-12-11_ + + +__Improvement__ + +* \[[PROXY-94](https://gazelle.ihe.net/jira/browse/PROXY-94)\] Merge Jboss 7 branche on trunk + +# 3.3.4 +_Release date: 2015-01-19_ + +__Bug__ + +* \[[PROXY-98](https://gazelle.ihe.net/jira/browse/PROXY-98)\] CLONE - Variable in application configuration should have a unique name + +# 3.3.3 +_Release date: 2014-12-02_ + +__Bug__ + +* \[[PROXY-93](https://gazelle.ihe.net/jira/browse/PROXY-93)\] Exception Could not instantiate Seam component: proxyMessageSender + +# 3.3.2 +_Release date: 2014-11-03_ + + +__Bug__ + +* \[[PROXY-91](https://gazelle.ihe.net/jira/browse/PROXY-91)\] Downgrade Pixelmed to 20140128 + +# 3.3.1 +_Release date: 2014-11-03_ + + +__Story__ + +* \[[PROXY-90](https://gazelle.ihe.net/jira/browse/PROXY-90)\] Update Pixelmed version + +# 3.3.0 +_Release date: 2014-10-10_ + + +__Bug__ + +* \[[PROXY-86](https://gazelle.ihe.net/jira/browse/PROXY-86)\] Move "message type" in new form in proxy form + +__Improvement__ + +* \[[PROXY-87](https://gazelle.ihe.net/jira/browse/PROXY-87)\] extract the methods used to communicate with EVSClient + +# 3.2.0 +_Release date: 2014-07-24_ + +__Bug__ + +* \[[PROXY-79](https://gazelle.ihe.net/jira/browse/PROXY-79)\] error message in JBoss log is not appropriate when a DICOM file is missing +* \[[PROXY-80](https://gazelle.ihe.net/jira/browse/PROXY-80)\] The first time you access the proxy user can't go on "Message List" because it's empty + +__Improvement__ + +* \[[PROXY-82](https://gazelle.ihe.net/jira/browse/PROXY-82)\] Add interoperability-testbed feature + +# 3.1.1 +_Release date: 2014-04-29_ + +__Bug__ + +* \[[PROXY-77](https://gazelle.ihe.net/jira/browse/PROXY-77)\] Download of Dicom file and view dumped dicom files sometimes show a different file that the one expected +* \[[PROXY-78](https://gazelle.ihe.net/jira/browse/PROXY-78)\] Remake search panel + +# 3.1.0 +_Release date: 2014-03-26_ + +__Bug__ + +* \[[PROXY-67](https://gazelle.ihe.net/jira/browse/PROXY-67)\] Sort "DICOM Affected Sop Class UID" field by name +* \[[PROXY-72](https://gazelle.ihe.net/jira/browse/PROXY-72)\] If DCMTK is not install no error message is provided +* \[[PROXY-73](https://gazelle.ihe.net/jira/browse/PROXY-73)\] On message list datascroller is not updated + +__Story__ + +* \[[PROXY-71](https://gazelle.ihe.net/jira/browse/PROXY-71)\] Update pixelmed version to 20140128 +* \[[PROXY-76](https://gazelle.ihe.net/jira/browse/PROXY-76)\] Release for M3 + +__Improvement__ + +* \[[PROXY-68](https://gazelle.ihe.net/jira/browse/PROXY-68)\] Add possibility to filter DICOM by SOP Class UID +* \[[PROXY-74](https://gazelle.ihe.net/jira/browse/PROXY-74)\] Optimize proxy +* \[[PROXY-75](https://gazelle.ihe.net/jira/browse/PROXY-75)\] Create a WebService which return version number + +# 3.0.0 +_Release date: 2013-11-05_ + +__Bug__ + +* \[[PROXY-62](https://gazelle.ihe.net/jira/browse/PROXY-62)\] Help button is a broken link +* \[[PROXY-63](https://gazelle.ihe.net/jira/browse/PROXY-63)\] Number of open channels is not totally correct + +__Improvement__ + +* \[[PROXY-64](https://gazelle.ihe.net/jira/browse/PROXY-64)\] Use application preferences to store the CAS url + +# Proxy-2.16 +_Release date: 2013-10-24_ + + +__Improvement__ + +* \[[PROXY-59](https://gazelle.ihe.net/jira/browse/PROXY-59)\] ERROR [GenericServiceLoader] Failed to load an implementation for the service net.ihe.gazelle.common.servletfilter.CSPPoliciesPreferences ! + +# Proxy-2.14 +_Release date: 2013-10-23_ + + +__Bug__ + +* \[[PROXY-53](https://gazelle.ihe.net/jira/browse/PROXY-53)\] When starting a channel using the WS call, one can start a channel out of the configuration range +* \[[PROXY-60](https://gazelle.ihe.net/jira/browse/PROXY-60)\] NullPointerException when proxy use last version of gazelle-seams-tools +* \[[PROXY-61](https://gazelle.ihe.net/jira/browse/PROXY-61)\] Web service definition has changed, need to update gazelle-ws-clients using the new wsdl + +# Proxy-2.13 +_Release date: 2013-10-17_ + +__Bug__ + +* \[[PROXY-57](https://gazelle.ihe.net/jira/browse/PROXY-57)\] Problem at channel creation + +# Proxy-2.12 +_Release date: 2013-10-15_ + +__Bug__ + +* \[[PROXY-55](https://gazelle.ihe.net/jira/browse/PROXY-55)\] Error when stopping all channels + +__Improvement__ + +* \[[PROXY-50](https://gazelle.ihe.net/jira/browse/PROXY-50)\] Update pom.xml to have link in Sonar +* \[[PROXY-51](https://gazelle.ihe.net/jira/browse/PROXY-51)\] Uniquely identify an instance of the proxy tool + +# Proxy-2.11 +_Release date: 2013-07-29_ + + +__Bug__ + +* \[[PROXY-48](https://gazelle.ihe.net/jira/browse/PROXY-48)\] Can't validate DICOM from proxy to TM + +__Story__ + +* \[[PROXY-47](https://gazelle.ihe.net/jira/browse/PROXY-47)\] Installation, configuration and documentation for NIST + +# Proxy-2.10 +_Release date: 2013-07-23_ + + +__Story__ + +* \[[PROXY-24](https://gazelle.ihe.net/jira/browse/PROXY-24)\] Work on DICOM proxy side +* \[[PROXY-45](https://gazelle.ihe.net/jira/browse/PROXY-45)\] Add a mechanism to export/import channels configuration + +# Proxy-2.9 +_Release date: 2013-07-08_ + +__Technical task__ + +* \[[PROXY-43](https://gazelle.ihe.net/jira/browse/PROXY-43)\] add missing translation + +__Bug__ + +* \[[PROXY-44](https://gazelle.ihe.net/jira/browse/PROXY-44)\] An error occurred when sending a message to EVSClient for validation + +__Improvement__ + +* \[[PROXY-41](https://gazelle.ihe.net/jira/browse/PROXY-41)\] Improve GUI layout to match the graphic templates of Gazelle + +# Proxy-2.8 +_Release date: 2013-07-08_ + +__Story__ + +* \[[PROXY-40](https://gazelle.ihe.net/jira/browse/PROXY-40)\] Allow the application to work without cas + +__Improvement__ + +* \[[PROXY-42](https://gazelle.ihe.net/jira/browse/PROXY-42)\] store application preferences in a table instead of using a property file + +# Proxy-2.7 +_Release date: 2013-06-26_ + + +__Improvement__ + +* \[[PROXY-39](https://gazelle.ihe.net/jira/browse/PROXY-39)\] Proxy GUI Layout is not conform to our common layout + +# Proxy-2.6 +_Release date: 2013-06-14_ + + +__Bug__ + +* \[[PROXY-38](https://gazelle.ihe.net/jira/browse/PROXY-38)\] Captured DICOM dataset may have duplicate names. + +__Improvement__ + +* \[[PROXY-36](https://gazelle.ihe.net/jira/browse/PROXY-36)\] Add possibilies to filter by ip or proxy in proxy channels + +# Proxy-2.3 +_Release date: 2013-04-12_ + + +__Bug__ + +* \[[PROXY-34](https://gazelle.ihe.net/jira/browse/PROXY-34)\] View inline for dicom +* \[[PROXY-35](https://gazelle.ihe.net/jira/browse/PROXY-35)\] SearchMessageStep : origine, destination and date to check + +__Improvement__ + +* \[[PROXY-33](https://gazelle.ihe.net/jira/browse/PROXY-33)\] Add stop all channels button + +# Proxy-2.2 +_Release date: 2013-03-18_ + +__Improvement__ + +* \[[PROXY-32](https://gazelle.ihe.net/jira/browse/PROXY-32)\] Update proxy page from TM + +# Proxy-2.1 +_Release date: 2013-03-14_ + + +__Story__ + +* \[[PROXY-28](https://gazelle.ihe.net/jira/browse/PROXY-28)\] Proxy url paramaters + +# Proxy-2.0 +_Release date: 2013-03-07_ + + +__Story__ + +* \[[PROXY-29](https://gazelle.ihe.net/jira/browse/PROXY-29)\] Create url to see result validation. + +# Proxy-0.2-GA +_Release date: 2012-12-30_ + +__Story__ + +* \[[PROXY-6](https://gazelle.ihe.net/jira/browse/PROXY-6)\] PROXY - Module for TCIP communication proxying +* \[[PROXY-23](https://gazelle.ihe.net/jira/browse/PROXY-23)\] Use new framework tooling + +# Proxy-0.1-GA +_Release date: 2010-04-05_ + +__Story__ + +* \[[PROXY-1](https://gazelle.ihe.net/jira/browse/PROXY-1)\] PROXY - Specialisation of the TCP/IP proxy feature for HL7 V2 message proxying +* \[[PROXY-2](https://gazelle.ihe.net/jira/browse/PROXY-2)\] PROXY - Create API between the proxy and the Gazelle Control Module +* \[[PROXY-4](https://gazelle.ihe.net/jira/browse/PROXY-4)\] PROXY - Specialisation of the TCP/IP proxy feature for Dicom message proxying +* \[[PROXY-5](https://gazelle.ihe.net/jira/browse/PROXY-5)\] PROXY - Specialisation of the TCP/IP proxy feature for Syslog message proxying diff --git a/Proxy/release-notes/4_5_0.md b/Proxy/release-notes/4_5_0.md deleted file mode 100644 index a8a830cd27309121782efbdf55c200191de4e4e6..0000000000000000000000000000000000000000 --- a/Proxy/release-notes/4_5_0.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Release note (old format) -subtitle: Proxy - 4.5.0 -toolversion: 4.5.0 -releasedate: 2018-03-08 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-PROXY_4\_5\_0 ---- -# - -__Bug__ -* \[[PROXY-183](https://gazelle.ihe.net/jira/browse/PROXY-183)\] Error when deploying proxy, jdbc driver - -__Improvement__ -* \[[PROXY-186](https://gazelle.ihe.net/jira/browse/PROXY-186)\] Use new CAS SSO - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] gazelle-proxy -[INFO] gazelle-proxy-netty -[INFO] gazelle-proxy-jar -[INFO] gazelle-proxy - EJB -[INFO] gazelle-proxy - Common WAR -[INFO] gazelle-proxy-war -[INFO] gazelle-proxy - EAR -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-netty 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-netty --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-jar 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-jar --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - EJB 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - Common WAR 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-common-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-war 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - EAR 4.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] gazelle-proxy ...................................... SUCCESS [ 36.197 s] -[INFO] gazelle-proxy-netty ................................ SUCCESS [ 3.798 s] -[INFO] gazelle-proxy-jar .................................. SUCCESS [ 5.388 s] -[INFO] gazelle-proxy - EJB ................................ SUCCESS [ 4.726 s] -[INFO] gazelle-proxy - Common WAR ......................... SUCCESS [ 0.763 s] -[INFO] gazelle-proxy-war .................................. SUCCESS [ 1.252 s] -[INFO] gazelle-proxy - EAR ................................ SUCCESS [ 1.499 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 56.359 s -[INFO] Finished at: 2018-03-01T16:27:41+01:00 -[INFO] Final Memory: 63M/1461M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ - -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. -This new version of the Gazelle Proxy has to be bound to new Gazelle SSO. diff --git a/Proxy/release-notes/4_6_0.md b/Proxy/release-notes/4_6_0.md deleted file mode 100644 index fc2011ec329c9224763ddac7d38b50f2c157fd33..0000000000000000000000000000000000000000 --- a/Proxy/release-notes/4_6_0.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Release note (old format) -subtitle: Proxy - 4.6.0 -toolversion: 4.6.0 -releasedate: 2019-03-05 -author: Wylem BARS -function: Software Engineer -customer: IHE-EUROPE -reference: KER1-RNO-IHE-Proxy-4_6_0 ---- -# - -__Bug__ -* \[[PROXY-205](https://gazelle.ihe.net/jira/browse/PROXY-205)\] Missing translation - -__Improvement__ -* \[[PROXY-211](https://gazelle.ihe.net/jira/browse/PROXY-211)\] Create "Admin only" mode for message list - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] gazelle-proxy -[INFO] gazelle-proxy-netty -[INFO] gazelle-proxy-jar -[INFO] gazelle-proxy - EJB -[INFO] gazelle-proxy - Common WAR -[INFO] gazelle-proxy-war -[INFO] gazelle-proxy - EAR -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-netty 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-netty --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-jar 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-jar --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - EJB 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - Common WAR 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-common-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy-war 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-proxy - EAR 4.6.0-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-proxy-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] gazelle-proxy ...................................... SUCCESS [ 2.441 s] -[INFO] gazelle-proxy-netty ................................ SUCCESS [ 1.256 s] -[INFO] gazelle-proxy-jar .................................. SUCCESS [ 2.376 s] -[INFO] gazelle-proxy - EJB ................................ SUCCESS [ 2.384 s] -[INFO] gazelle-proxy - Common WAR ......................... SUCCESS [ 0.838 s] -[INFO] gazelle-proxy-war .................................. SUCCESS [ 1.588 s] -[INFO] gazelle-proxy - EAR ................................ SUCCESS [ 1.504 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 13.801 s -[INFO] Finished at: 2019-03-04T10:11:40+01:00 -[INFO] Final Memory: 47M/1039M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ - -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. -This new version of the Gazelle Proxy has to be bound to new Gazelle SSO. diff --git a/SVS-Simulator/installation.md b/SVS-Simulator/installation.md index 4e5268ca2d25da3255e4868f676b646599662857..acf1570c919faab4c7e3c985de1b98fded6718ed 100755 --- a/SVS-Simulator/installation.md +++ b/SVS-Simulator/installation.md @@ -2,12 +2,12 @@ title: Installation Manual subtitle: SVS Simulator author: Anne-Gaëlle Bergé -date: 23/08/2016 -toolversion: 2.0 -function: Engineer -version: 2.01 +date: 25/03/2019 +toolversion: 2.2.x +function: Quality Engineer +version: 2.02 status: Approved document -reference: KER3-MAN-IHE_EUROPE-SVS_SIMULATOR_INSTALLATION-2._01 +reference: KER1-MAN-IHE-SVS_SIMULATOR_INSTALLATION-2._01 customer: IHE-EUROPE --- @@ -57,6 +57,13 @@ $>sudo service jboss start Wait until the application has been completely deployed and configure the database running the SQL script for set-up. +**WARNING** : From version 2.2.0, datasources have been extracted from the **ear**. The template file can be found in /src/main/application/datasource in the source or in the file SVSSimulator-X.X.X-datasource.zip from the nexus. +For more informations about how to manage that externalization, please refer to [general considerations for JBoss7](https://gazelle.ihe.net/gazelle-documentation/General/jboss7.html). + +Datasource name : SVSSimulatorDS + +Database name : svs-simulator + # Initialize the application You first need to initialize the database with some data available in a SQL script. If you have checked out the project, the script is available in SVSSimulator-ear/src/main/sql/initial-import.sql diff --git a/SVS-Simulator/release-note.md b/SVS-Simulator/release-note.md index eb782614805c8a6bdf97144d86769fdc456ee8b5..5cfa0bf6ab6d03c5112cb9cf9856cfec28fef541 100644 --- a/SVS-Simulator/release-note.md +++ b/SVS-Simulator/release-note.md @@ -1,10 +1,423 @@ --- title: Release note -subtitle: -toolversion: -releasedate: -author: Anne-Gaëlle BERGE +subtitle: SVSSimulator +toolversion: 2.2.0 +releasedate: 2019-03-22 +author: Nicolas BAILLIET function: Software Engineer customer: IHE Europe -reference: KER1-RNO-IHE- ---- \ No newline at end of file +reference: KER1-RNO-IHE-SVSSIMULATOR +--- +# 2.2.0 +_Release date: 2019-03-22_ + +__Remarks__ + +Datasource management has changed, refers to the installation manual to correctly update your instance of the tool. + +__Bug__ + +* \[[SVS-204](https://gazelle.ihe.net/jira/browse/SVS-204)\] Review the way updates of value sets are performed +* \[[SVS-209](https://gazelle.ihe.net/jira/browse/SVS-209)\] The SVS simulator is not using the correct wsaw:Action +* \[[SVS-218](https://gazelle.ihe.net/jira/browse/SVS-218)\] Issue Executing Step number 4 - Test Case: Edit a value set +* \[[SVS-219](https://gazelle.ihe.net/jira/browse/SVS-219)\] Issue Executing Step number 3 - Test Case: Import value set from file +* \[[SVS-221](https://gazelle.ihe.net/jira/browse/SVS-221)\] Issue Executing Step number 3 - Test Case: Check HTTP requests are working + +__Story__ + +* \[[SVS-217](https://gazelle.ihe.net/jira/browse/SVS-217)\] /SVS Simulator/System testing/Value Set Browser/SVS-2:Value set browser filters - Executed ON (ISO FORMAT): 2019-03-21 +* \[[SVS-220](https://gazelle.ihe.net/jira/browse/SVS-220)\] Issue Executing Step number 2 - Test Case: RetrieveMultipleValueSetForSimulator rest call +* \[[SVS-222](https://gazelle.ihe.net/jira/browse/SVS-222)\] Issue Executing Step number 3 - Test Case: Check SOAP request are working + +__Improvement__ + +* \[[SVS-210](https://gazelle.ihe.net/jira/browse/SVS-210)\] Extract datasource configuration +* \[[SVS-211](https://gazelle.ihe.net/jira/browse/SVS-211)\] Update SQL scripts archive + +# 2.1.4 +_Release date: 2018-10-09_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-208](https://gazelle.ihe.net/jira/browse/SVS-208)\] RetrieveMultipleValueSets : can't query with string parameters + +# 2.1.3 +_Release date: 2018-09-04_ + +__Remarks__ + + +__Story__ + +* \[[SVS-193](https://gazelle.ihe.net/jira/browse/SVS-193)\] Allow the administrator to hide the validation/simulator part of the tool + +# 2.1.2 +_Release date: 2018-07-31_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-201](https://gazelle.ihe.net/jira/browse/SVS-201)\] Can't access the messages page + +# 2.1.1 +_Release date: 2018-07-31_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-200](https://gazelle.ihe.net/jira/browse/SVS-200)\] Can't access the messages page + +# 2.0.15 +_Release date: 2017-06-21_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-182](https://gazelle.ihe.net/jira/browse/SVS-182)\] Unable to download zip file + +# 2.0.14 +_Release date: 2017-06-21_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-181](https://gazelle.ihe.net/jira/browse/SVS-181)\] Upload multiple ValueSet from a zip file doesn't work + +__Improvement__ + +* \[[SVS-180](https://gazelle.ihe.net/jira/browse/SVS-180)\] Add possibility to export all valueset from a group in a zip file + +# 2.0.13 +_Release date: 2017-06-13_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-175](https://gazelle.ihe.net/jira/browse/SVS-175)\] Value Set Browser does not work anymore + +# 2.0.12 +_Release date: 2017-03-24_ + +__Remarks__ + +# 2.0.11 +_Release date: 2017-01-16_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-172](https://gazelle.ihe.net/jira/browse/SVS-172)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm + +__Improvement__ + +* \[[SVS-170](https://gazelle.ihe.net/jira/browse/SVS-170)\] CAS login redirects to the same page instead of the home page + +# 2.0.10 +_Release date: 2016-08-24_ + +__Remarks__ + +# 2.0.9 +_Release date: 2016-08-24_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-164](https://gazelle.ihe.net/jira/browse/SVS-164)\] When SVS reports errors the xpath of the error is incorrect + +__Story__ + +* \[[SVS-165](https://gazelle.ihe.net/jira/browse/SVS-165)\] Release svs-code-jar 2.0.1 and SVSSimulator 2.0.9 + +# 2.0.8 +_Release date: 2016-08-10_ + +__Remarks__ + +# 2.0.7 +_Release date: 2016-08-10_ + +__Remarks__ + + +__Story__ + +* \[[SVS-162](https://gazelle.ihe.net/jira/browse/SVS-162)\] Calling SVS Validation from EVS Client result in an error + +# 2.0.6 +_Release date: 2016-06-29_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-161](https://gazelle.ihe.net/jira/browse/SVS-161)\] UF for Interopsanté are displayed with ? for the accentuated characters. + +__Story__ + +* \[[SVS-88](https://gazelle.ihe.net/jira/browse/SVS-88)\] Make migration on OVH + +# 2.0.5 +_Release date: 2016-04-27_ + +__Remarks__ + +# 2.0.4 +_Release date: 2016-04-27_ + +__Remarks__ + +# 2.0.3 +_Release date: 2016-04-07_ + +__Remarks__ + +# 2.0.2 +_Release date: 2016-04-07_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-153](https://gazelle.ihe.net/jira/browse/SVS-153)\] Correct translations on the footer + +# 2.0.1 +_Release date: 2016-04-06_ + +__Remarks__ + + +__Story__ + +* \[[SVS-152](https://gazelle.ihe.net/jira/browse/SVS-152)\] Sonar Analysus + +# 2.0.0 +_Release date: 2016-04-05_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-89](https://gazelle.ihe.net/jira/browse/SVS-89)\] In the page list of message, when filtering by Initiator or Responder application crashes +* \[[SVS-134](https://gazelle.ihe.net/jira/browse/SVS-134)\] Errors on Value set browser filters +* \[[SVS-135](https://gazelle.ihe.net/jira/browse/SVS-135)\] Minor issues in page layout (edition of value set) +* \[[SVS-136](https://gazelle.ihe.net/jira/browse/SVS-136)\] some errors on value set edition page (concept lists section) +* \[[SVS-137](https://gazelle.ihe.net/jira/browse/SVS-137)\] /SVS Simulator/System testing/Value Set Browser/SVS-5:Edit a value set - Executed ON (ISO FORMAT): 2016-03-15 22:08:07 +* \[[SVS-139](https://gazelle.ihe.net/jira/browse/SVS-139)\] import of zip file does not work +* \[[SVS-140](https://gazelle.ihe.net/jira/browse/SVS-140)\] Group created twice when clicking several times on save button +* \[[SVS-141](https://gazelle.ihe.net/jira/browse/SVS-141)\] Cannot add value sets to group +* \[[SVS-143](https://gazelle.ihe.net/jira/browse/SVS-143)\] Cannot remove value set from group +* \[[SVS-145](https://gazelle.ihe.net/jira/browse/SVS-145)\] improve SUT Configurations page +* \[[SVS-146](https://gazelle.ihe.net/jira/browse/SVS-146)\] Review SUT configurations creation page +* \[[SVS-147](https://gazelle.ihe.net/jira/browse/SVS-147)\] Issue with SUT deletion +* \[[SVS-149](https://gazelle.ihe.net/jira/browse/SVS-149)\] Translation panel: put the code and the various display names on the same row + +__Epic__ + +* \[[SVS-94](https://gazelle.ihe.net/jira/browse/SVS-94)\] Migration to Jboss7 + +__Improvement__ + +* \[[SVS-142](https://gazelle.ihe.net/jira/browse/SVS-142)\] Why cannot we update a group keyword ? +* \[[SVS-150](https://gazelle.ihe.net/jira/browse/SVS-150)\] Separate value set edit page and create page + +# 1.7.3 +_Release date: 2014-11-28_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-65](https://gazelle.ihe.net/jira/browse/SVS-65)\] SUT Configurations which are deactivated are not listed anymore even for admin +* \[[SVS-69](https://gazelle.ihe.net/jira/browse/SVS-69)\] browsing from group OID to the list of valueSet, then from the list of value sets to the list of concept does not work. +* \[[SVS-78](https://gazelle.ihe.net/jira/browse/SVS-78)\] Invalid response from the simulator when querying for Retrieve Multiple Value Set Response (ITI-60 transaction) +* \[[SVS-80](https://gazelle.ihe.net/jira/browse/SVS-80)\] ITI-60 When using the id in the REST request. id should be lower case and not uppercased. +* \[[SVS-81](https://gazelle.ihe.net/jira/browse/SVS-81)\] The GUI does not seem to display the actual query to the Repository +* \[[SVS-82](https://gazelle.ihe.net/jira/browse/SVS-82)\] Response from SVS should not contain codeSystemVersion when it has zero length +* \[[SVS-84](https://gazelle.ihe.net/jira/browse/SVS-84)\] Broken link +* \[[SVS-85](https://gazelle.ihe.net/jira/browse/SVS-85)\] Add id in messages table +* \[[SVS-87](https://gazelle.ihe.net/jira/browse/SVS-87)\] In group browser the link on OID is missing + +__Story__ + +* \[[SVS-83](https://gazelle.ihe.net/jira/browse/SVS-83)\] We need to enter the installation manual in Gazelle website + +# 1.7.2 +_Release date: 2014-03-31_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-75](https://gazelle.ihe.net/jira/browse/SVS-75)\] The application does not deploy with the new version of jboss-ws-natives + +__Improvement__ + +* \[[SVS-76](https://gazelle.ihe.net/jira/browse/SVS-76)\] Allow users/tools to query the version number of the application + +# 1.7.1 +_Release date: 2013-11-29_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-67](https://gazelle.ihe.net/jira/browse/SVS-67)\] Cannot delete group +* \[[SVS-71](https://gazelle.ihe.net/jira/browse/SVS-71)\] Problem to delete a valueSet in the version 1.7.0 + +__Improvement__ + +* \[[SVS-72](https://gazelle.ihe.net/jira/browse/SVS-72)\] NA2014: Add codes for CSD profile to the SVS simulator + +# 1.7.0 +_Release date: 2013-11-05_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-68](https://gazelle.ihe.net/jira/browse/SVS-68)\] Cannot delete value set + +# 1.6 +_Release date: 2013-10-08_ + +__Remarks__ + + +__Story__ + +* \[[SVS-64](https://gazelle.ihe.net/jira/browse/SVS-64)\] Add the possibility to temporarily ignore the validation before importing SVSValueSet + +# 1.5 +_Release date: 2013-09-27_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-63](https://gazelle.ihe.net/jira/browse/SVS-63)\] When a user has only admin_role, the cas login does not work + +# 1.4 +_Release date: 2013-09-26_ + +__Remarks__ + + +__Bug__ + +* \[[SVS-53](https://gazelle.ihe.net/jira/browse/SVS-53)\] When updating the codeSystemName of a concept, the value is updated for all the concepts of the selected Concept list +* \[[SVS-54](https://gazelle.ihe.net/jira/browse/SVS-54)\] When displaying the content of a value set, content of columns codeSystemName and codeSystemVersion are reversed +* \[[SVS-56](https://gazelle.ihe.net/jira/browse/SVS-56)\] I/O Exception when invoking SOAP method + +__Story__ + +* \[[SVS-55](https://gazelle.ihe.net/jira/browse/SVS-55)\] create profile for esante +* \[[SVS-62](https://gazelle.ihe.net/jira/browse/SVS-62)\] Add the profile of TW + +__Improvement__ + +* \[[SVS-57](https://gazelle.ihe.net/jira/browse/SVS-57)\] Use the new documentation module for the model-based validation + +# 1.3-GA +_Release date: 2012-12-06_ + +__Remarks__ + + +__Technical task__ + +* \[[SVS-15](https://gazelle.ihe.net/jira/browse/SVS-15)\] Review generated classes/constraints +* \[[SVS-16](https://gazelle.ihe.net/jira/browse/SVS-16)\] Develop validation service +* \[[SVS-17](https://gazelle.ihe.net/jira/browse/SVS-17)\] Check for additional constraints on datatypes and SVS +* \[[SVS-18](https://gazelle.ihe.net/jira/browse/SVS-18)\] Include validator client in EVSClient + +__Bug__ + +* \[[SVS-1](https://gazelle.ihe.net/jira/browse/SVS-1)\] [HTTP binding] The warning header is not filled when the requested OID does not match any value set +* \[[SVS-45](https://gazelle.ihe.net/jira/browse/SVS-45)\] It is not possible to update an existing SUT + +__Story__ + +* \[[SVS-3](https://gazelle.ihe.net/jira/browse/SVS-3)\] Define the architecture of the project +* \[[SVS-5](https://gazelle.ihe.net/jira/browse/SVS-5)\] Implementation material +* \[[SVS-7](https://gazelle.ihe.net/jira/browse/SVS-7)\] First tasks +* \[[SVS-12](https://gazelle.ihe.net/jira/browse/SVS-12)\] DAO design +* \[[SVS-13](https://gazelle.ihe.net/jira/browse/SVS-13)\] Application design +* \[[SVS-14](https://gazelle.ihe.net/jira/browse/SVS-14)\] Validation engine +* \[[SVS-19](https://gazelle.ihe.net/jira/browse/SVS-19)\] Import existing value sets within the new architecture +* \[[SVS-20](https://gazelle.ihe.net/jira/browse/SVS-20)\] value sets browser +* \[[SVS-28](https://gazelle.ihe.net/jira/browse/SVS-28)\] [ITI-60] Implement HTTP binding part of SVS Repository +* \[[SVS-31](https://gazelle.ihe.net/jira/browse/SVS-31)\] Add a page for displaying messages sent/received by the simulator +* \[[SVS-32](https://gazelle.ihe.net/jira/browse/SVS-32)\] Log validator usage +* \[[SVS-35](https://gazelle.ihe.net/jira/browse/SVS-35)\] [Bug] Add Translation in SVS Browser +* \[[SVS-37](https://gazelle.ihe.net/jira/browse/SVS-37)\] [Bug] in SVS Browser, importValueSet +* \[[SVS-39](https://gazelle.ihe.net/jira/browse/SVS-39)\] [Bug] SOAP Repository - Xml Not Well-Formed +* \[[SVS-40](https://gazelle.ihe.net/jira/browse/SVS-40)\] [Feature] Messages section - XSL for each type transaction + pretty xml +* \[[SVS-41](https://gazelle.ihe.net/jira/browse/SVS-41)\] [Feature] Validate System in Messages Page +* \[[SVS-42](https://gazelle.ihe.net/jira/browse/SVS-42)\] [Feature] Import from folder +* \[[SVS-46](https://gazelle.ihe.net/jira/browse/SVS-46)\] rich:dataScroller does not work for navigating through the tables of concepts +* \[[SVS-47](https://gazelle.ihe.net/jira/browse/SVS-47)\] Some constraints are wrong in the validator part of the tool +* \[[SVS-50](https://gazelle.ihe.net/jira/browse/SVS-50)\] Prepare simulator for new release + +__Improvement__ + +* \[[SVS-44](https://gazelle.ihe.net/jira/browse/SVS-44)\] [SOAP Binding] messages sent by the Value Set Consumer actor are not using SOAP 1.2 + +# 1.0 +_Release date: 2011-06-01_ + +__Remarks__ + + +__Story__ + +* \[[SVS-21](https://gazelle.ihe.net/jira/browse/SVS-21)\] [ITI-48] Implement SOAP binding part of SVS Consumer +* \[[SVS-23](https://gazelle.ihe.net/jira/browse/SVS-23)\] [ITI-60] Implement SOAP binding part of SVS Consumer +* \[[SVS-24](https://gazelle.ihe.net/jira/browse/SVS-24)\] [ITI-60] Implement HTTP binding part of SVS Consumer + + + + + + + + + + + + + + + + + + + + + + diff --git a/SVS-Simulator/release-notes/2_0_10.md b/SVS-Simulator/release-notes/2_0_10.md deleted file mode 100755 index 7a6f7ecfc6e25108b2c4e179c29a1811d0274298..0000000000000000000000000000000000000000 --- a/SVS-Simulator/release-notes/2_0_10.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Release note (old format) -subtitle: SVSSimulator - 2.0.10 -toolversion: 2.0.10 -releasedate: 2016-08-24 -author: Anne-Gaëlle Bergé -function: Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE_EUROPE-SVS_SIMULATOR_2_0_10 ---- -# - -__Bug__ -* \[[SVS-164](https://gazelle.ihe.net/jira/browse/SVS-164)\] When SVS reports errors the xpath of the error is incorrect - -__Story__ -* \[[SVS-165](https://gazelle.ihe.net/jira/browse/SVS-165)\] Release svs-code-jar 2.0.1 and SVSSimulator 2.0.9 -* \[[SVS-162](https://gazelle.ihe.net/jira/browse/SVS-162)\] Calling SVS Validation from EVS Client result in an error diff --git a/SVS-Simulator/release-notes/2_0_15.md b/SVS-Simulator/release-notes/2_0_15.md deleted file mode 100755 index 2c1a970bd4ad40b79baa0402afdad7b8341fae26..0000000000000000000000000000000000000000 --- a/SVS-Simulator/release-notes/2_0_15.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Release note (old format) -subtitle: SVSSimulator - 2.0.15 -toolversion: 2.0.15 -releasedate: 2017/06/21 -author: Anne-Gaëlle Bergé -function: Quality engineer -customer: IHE Europe -reference: KER3-RNO-IHE_EUROPE-SVS_SIMULATOR_2_0_15 ---- ---- -# - 2.0.15 - -__Bug__ -* \[[SVS-182](https://gazelle.ihe.net/jira/browse/SVS-182)\] Unable to download zip file - -# - 2.0.14 - -__Bug__ -* \[[SVS-179](https://gazelle.ihe.net/jira/browse/SVS-179)\] When editing a group, the offered list of value sets is not showing all available value sets -* \[[SVS-181](https://gazelle.ihe.net/jira/browse/SVS-181)\] Upload multiple ValueSet from a zip file doesn't work - -__Improvement__ -* \[[SVS-180](https://gazelle.ihe.net/jira/browse/SVS-180)\] Add possibility to export all valueset from a group in a zip file - -# - 2.0.13 - -__Bug__ -* \[[SVS-175](https://gazelle.ihe.net/jira/browse/SVS-175)\] Value Set Browser does not work anymore - - -# - 2.0.11 - -__Bug__ -* \[[SVS-167](https://gazelle.ihe.net/jira/browse/SVS-167)\] Need to change SVS ValueSet model to have a separate database id from the OID -* \[[SVS-172](https://gazelle.ihe.net/jira/browse/SVS-172)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm - -__Improvement__ -* \[[SVS-170](https://gazelle.ihe.net/jira/browse/SVS-170)\] CAS login redirects to the same page instead of the home page diff --git a/SVS-Simulator/release-notes/2_1_0.md b/SVS-Simulator/release-notes/2_1_0.md deleted file mode 100644 index c128575c7f5ab271b06fcca10bf2255672b69bb9..0000000000000000000000000000000000000000 --- a/SVS-Simulator/release-notes/2_1_0.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Release note (old format) -subtitle: SVSSimulator - 2.1.0 -toolversion: 2.1.0 -releasedate: 2018-03-09 -author: Abderrazek BOUFAHJA -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-SVS_SIMULATOR_2_1_0 ---- -# - -__Bug__ -* \[[SVS-194](https://gazelle.ihe.net/jira/browse/SVS-194)\] Problem to parse the SVS wsdl - -__Improvement__ -* \[[SVS-189](https://gazelle.ihe.net/jira/browse/SVS-189)\] Use new CAS SSO -* \[[SVS-192](https://gazelle.ihe.net/jira/browse/SVS-192)\] Update postgresql driver to version 42.2.1-jre7 - -__Dependencies__ -All Dependencies are up-to-date - -__Remarks__ - -This new version of SVS Simulator is to be bound to the new Gazelle SSO (apereo). Dependency to JDBC has been removed from the project and shall be present in the Jboss modules. diff --git a/SVS-Simulator/user.md b/SVS-Simulator/user.md index f127ecadb0b31276bb28415445b1b7cb6d739fdf..cfc1af85c9896fb9f66cafc5348c4b55ba7f6b4c 100644 --- a/SVS-Simulator/user.md +++ b/SVS-Simulator/user.md @@ -1,13 +1,13 @@ --- title: User Manual subtitle: SVS Simulator -author: Jean-David Dramou -date: 27/01/2017 -toolversion: 2.1.x -function: Engineer -version: 1.03 +author: Nicolas Bailliet +date: 25/03/2019 +toolversion: 2.2.x +function: Software Engineer +version: 1.04 status: Approved document -reference: KER3-MAN-IHE_EUROPE-SVS_SIMULATOR_USER-1_03 +reference: KER1-MAN-IHE-SVS_SIMULATOR_USER-1_04 customer: IHE-EUROPE --- @@ -175,6 +175,14 @@ Your xml files need to represents RetrieveValueSetResponse or RetrieveMultipleVa When you select a file it will be downloaded and the application will extract the value set(s) from it. +**Prior to upload your file**, you can check/uncheck 2 checkboxes enabling update processes : + +* Update value set attributes when redefined in the uploaded file +* Delete concepts when not referenced in the uploaded file + +You will then see the Value Set(s) Informations panel filled in with updated resulting from file value set extraction. +Every component (value set/concept list/concept) updated will appear in that panel, whether it has been added, updated or deleted. + A detailed report will be display once the importation is done. It is recommended not to gather more than 100 xml files in one zip archive, otherwise the import may not complete successfully. diff --git a/Schematron-Validator/admin.md b/Schematron-Validator/admin.md deleted file mode 100644 index 7e3a66c0f9a6bdcca3c8cd0afd77ef6d8275701a..0000000000000000000000000000000000000000 --- a/Schematron-Validator/admin.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: Administration guide -subtitle: Schematron Validator -author: Anne-Gaëlle BERGE -date: 22/01/2019 -toolversion: 2.4.x -function: Software Engineer -version: 1.04 -status: Approved document -reference: KER3-MAN-IHE-SCHEMATRON_VALIDATOR_USER-1_04 -customer: IHE-EUROPE ---- - -# Introduction - -The functioning of the Schematron Validator tool is based on two main concepts: - -* Object types are used to type the schematron and thus allow the filtering on the client side -* Schematron stands for the description of a schematron file with metadata used by the tool to properly process it - -Being logged as administrator will give you access to the following features: - -* Edit, copy, delete schematron definitions -* Edit, delete object types - -# Management of object types - -An object type is used to help the clients of the validator to retrieve a subset of schematrons. That means that an object type is linked to one or more schematron. The attributes of the object types are: - -* **Name:** what is displayed in the user interface of the schematron section -* **Keyword:** uniquely identified an object type, it is the key used by the client to designate an object type -* **Description:** helps the user with understanding the purpose of the object type. - -As a convention, the keyword of the object type is made of the short name of the standard the schematron has been developed for followed by a dash (-) and the affinity domain/extension (IHE, epSOS, ASIP ...). This is how EVSClient builds the keyword to retrieve the list of schematrons. - -## Edition - -Any object type can be edited by using the pencil icon. - -## Deletion - -Object types which are not bound to a schematron can be deleted thanks to the trash icon. - -# Management of Schematrons - -For each schematron file, you need to create a schematron entry in the tool. The attributes of a schematron are the following: - -* **ID:** automatically given by the tool. Useful to retrieve the compiled XSL related to your schematron -* **Name**: the name of your schematron which will be used in the webservice to tell which schematron to use. Also used by EVSClient to display the list of schematrons to the user. -* **Keyword:** uniquely identified the schematron -* **Version:** to keep track of your versions of schematrons. Reported in the validation -* **Author:** Who developed the schematron report so that users can see if results differ because the schematron has changed. -* **Type:** - * **ART-DECOR:** for schematrons generated by Art-Decor, or also schematrons that include other schematrons. - * **Standard:** for any other schematron. -* **Description:** Free text field to describe the purpose of the schematron -* **Last changed:** updated each time you modified the entry -* **Path:** Relative path to the schematron file. Base path is $bin_path$/schematron where $bin_path$ is the value of the application preference named 'bin_path'. - * **This schematron uses relative paths ?** Check this box if your schematron contains paths to other files which are given in a relative way. In that case, the base path used for absolute path computation is the directory where the schematron is stored. -* **XSD Path:** Relative path to the XSD to be used for checking that the document is correctly formatted. Base path is $gazelle_home_path$/xsd where $gazelle_home_path$ is the value of the application preference named 'gazelle_home_path'. -* **XSD Version:** Schematron validator supports both 1.0 and 1.1 -* **Object Type:** The type of object which is checked by this schematron -* **Need daffodil transformation:** whether or not the file shall be processed by Daffodil before being validated with the schematron - * **DFDL schema keyword:** If previous attribute is set to true, the keyword of the Daffodil schema as defined in Gazelle transformation service -* **Available:** whether or not the schematron shall be made available to the user -* **Need report generation transformation:** if the type Art-Decor is used, this box need to be checked to get all the check in the validation report. -* **Process Unknown check type as an error?:** If the output of the <assert> element is not typed, whether or not to report them as error - - -## File management - -Currently, the only way to push files on the server is to copy them directly in the file system using SCP. - -Schematrons shall be stored in the folder $bin_path$/schematron where $bin_path$ is the value of the application preference named 'bin_path' (usually /opt/Schematron_Validator_Prod/bin/). - -XSD shall be stored in the folder $gazelle_home_path$/xsd where $gazelle_home_path$ is the value of the application preference named 'gazelle_home_path' (usually /opt/Schematron_Validator_Prod/). - -## Edition - -Any schematron can be edited by using the pencil icon. - -## Deletion - -Any schematron can be deleted using the trash icon. - -## Copy - -You can duplicate an entry by using the copy icon. All the attributes of the schematron will be copied in a new entry. The newly created schematron will have ".copy" appended at the end of its name and keyword. - -## Reload XSD - -For better performance, XSD factories are created only once. If the XSD file changes on disk, you need to click on the "reload XSD" to have the changes taken into account. - -## Compile - -The Schematron files are compiled to be processed by the tool. If you look for the resulting XSL, you will find it in TOOL_DIRECTORY/bin/compilations/ID.xsl. The compilation is performed each time the file changes on disk. You can force the compilation by clicking on the green play icon. diff --git a/Schematron-Validator/user.md b/Schematron-Validator/user.md index e96b7d4b5b43b5cc6265489c26012ba6c3863bf7..fcdf9c491d97b08fc88a16f0ed016e5fbdbe1490 100644 --- a/Schematron-Validator/user.md +++ b/Schematron-Validator/user.md @@ -78,9 +78,7 @@ Schematron-based Validator implements various web service methods which are: The value of parameter **schematronName** in ***getSchematronByName*** request, shown below, is available at [*Manage Schematrons*](https://gazelle.ihe.net/SchematronValidator/schematrons/manageSchematrons.seam). ```xml -... <schematronName>epSOS - ePrescription - Friendly</schematronName> -... ``` The **schematronName** is **Label**:  @@ -89,9 +87,7 @@ The **schematronName** is **Label**: The value of parameter **fileType** in ***getSchematronForAGivenType*** request, shown below, is available at [*Object Type Management*](https://gazelle.ihe.net/SchematronValidator/schematrons/manageObjectTypes.seam). ```xml -... <fileType>CDA-epSOS</fileType> -... ``` The **fileType** is **Keyword**:  @@ -99,9 +95,7 @@ The **fileType** is **Keyword**: ***validateObject*** : validate the given XML document against the given schematron. The value of parameter **xmlMetadata** in ***validateObject*** request, shown below, is schematron name (Label): ```xml -... <xmlMetadata>epSOS - ePrescription - Friendly</xmlMetadata> -... ``` ***getAllAvailableObjectTypes*** : returns the list of object type that can be validated using this validator. @@ -123,3 +117,89 @@ We have generated a Static Web Service client using Axis 2. This related jar is <version>2.1.3</version> </dependency> ``` + +# Administration + +__The tasks introduced below are only accessible to users with admin_role permission and with access to the hosting system__ + +The functioning of the Schematron Validator tool is based on two main concepts: + +* Object types are used to type the schematron and thus allow the filtering on the client side +* Schematron stands for the description of a schematron file with metadata used by the tool to properly process it + +Being logged as administrator will give you access to the following features: + +* Edit, copy, delete schematron definitions +* Edit, delete object types + +## Management of object types + +An object type is used to help the clients of the validator to retrieve a subset of schematrons. That means that an object type is linked to one or more schematron. The attributes of the object types are: + +* **Name:** what is displayed in the user interface of the schematron section +* **Keyword:** uniquely identified an object type, it is the key used by the client to designate an object type +* **Description:** helps the user with understanding the purpose of the object type. + +As a convention, the keyword of the object type is made of the short name of the standard the schematron has been developed for followed by a dash (-) and the affinity domain/extension (IHE, epSOS, ASIP ...). This is how EVSClient builds the keyword to retrieve the list of schematrons. + +### Edition + +Any object type can be edited by using the pencil icon. + +### Deletion + +Object types which are not bound to a schematron can be deleted thanks to the trash icon. + +## Management of Schematrons + +For each schematron file, you need to create a schematron entry in the tool. The attributes of a schematron are the following: + +* **ID:** automatically given by the tool. Useful to retrieve the compiled XSL related to your schematron +* **Name**: the name of your schematron which will be used in the webservice to tell which schematron to use. Also used by EVSClient to display the list of schematrons to the user. +* **Keyword:** uniquely identified the schematron +* **Version:** to keep track of your versions of schematrons. Reported in the validation +* **Author:** Who developed the schematron report so that users can see if results differ because the schematron has changed. +* **Type:** + * **ART-DECOR:** for schematrons generated by Art-Decor, or also schematrons that include other schematrons. + * **Standard:** for any other schematron. +* **Description:** Free text field to describe the purpose of the schematron +* **Last changed:** updated each time you modified the entry +* **Path:** Relative path to the schematron file. Base path is $bin_path$/schematron where $bin_path$ is the value of the application preference named 'bin_path'. + * **This schematron uses relative paths ?** Check this box if your schematron contains paths to other files which are given in a relative way. In that case, the base path used for absolute path computation is the directory where the schematron is stored. +* **XSD Path:** Relative path to the XSD to be used for checking that the document is correctly formatted. Base path is $gazelle_home_path$/xsd where $gazelle_home_path$ is the value of the application preference named 'gazelle_home_path'. +* **XSD Version:** Schematron validator supports both 1.0 and 1.1 +* **Object Type:** The type of object which is checked by this schematron +* **Need daffodil transformation:** whether or not the file shall be processed by Daffodil before being validated with the schematron + * **DFDL schema keyword:** If previous attribute is set to true, the keyword of the Daffodil schema as defined in Gazelle transformation service +* **Available:** whether or not the schematron shall be made available to the user +* **Need report generation transformation:** if the type Art-Decor is used, this box need to be checked to get all the check in the validation report. +* **Process Unknown check type as an error?:** If the output of the <assert> element is not typed, whether or not to report them as error + + +### File management + +Currently, the only way to push files on the server is to copy them directly in the file system using SCP. + +Schematrons shall be stored in the folder $bin_path$/schematron where $bin_path$ is the value of the application preference named 'bin_path' (usually /opt/Schematron_Validator_Prod/bin/). + +XSD shall be stored in the folder $gazelle_home_path$/xsd where $gazelle_home_path$ is the value of the application preference named 'gazelle_home_path' (usually /opt/Schematron_Validator_Prod/). + +### Edition + +Any entry in the list of schematrons can be edited by using the pencil icon. Content of the Schematron itself shall be updated offline and then updated on the server. + +### Deletion + +Any entry in the list of schematrons can be deleted using the trash icon. This operation does not delete the referenced schematron file from the system. + +### Copy + +You can duplicate an entry by using the copy icon. All the attributes of the schematron will be copied in a new entry. The newly created schematron will have ".copy" appended at the end of its name and keyword. + +### Reload XSD + +For better performance, XSD factories are created only once. If the XSD file changes on disk, you need to click on the "reload XSD" to have the changes taken into account. + +### Compile + +The Schematron files are compiled to be processed by the tool. If you look for the resulting XSL, you will find it in TOOL_DIRECTORY/bin/compilations/ID.xsl. The compilation is performed each time the file changes on disk. You can force the compilation by clicking on the green play icon. diff --git a/Test-Management/installation.md b/Test-Management/installation.md index 8144ac232af30d0d6a04a33e84cea02c7c969fdb..4fb1dcf93abdfadcdfc2030b00674189642ecd47 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -19,50 +19,21 @@ Thanks for having chosen Gazelle ! Here is a guide to help you with installing Test Management. -# Quick start +# Pre-requisites -Install Debian squeeze 64bits with an Internet access. As root : +Gazelle Test Management runs under Jboss AS 7.2.0 with a postgresql PostGresql 9.1 or higher database. For general considerations regarding the installation of the +application server, read [Jboss7 installation guide](../General/jboss7.html). -1. Get the setup script -```bash -wget https://gazelle.ihe.net/jenkins/job/gazelle-public-RELEASE/ws/gazelle-tm-ear/src/main/scripts/setup.sh -``` - -2. Add valid rights to the script -```bash -chmod +x setup.sh -``` - -3. Execute the script -```bash -./setup.sh -``` - -When you see the line -```bash -[org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" started in 1713ms - Started 120 of 173 services (53 services are passive or on-demand) -``` -It means that TM is started. You can configure/access it using http://server:8080/gazelle. Once server is started, you can continue to step 6. - -# 1. Requirements - -Gazelle has been developed using Java under IntelliJ IDEA. You will find below the list of applications you need to compile and run Test Management. - -* Compilation : Apache Maven 3.0.5 -* Database : PostGresql 9.1 -* Java virtual machine : JDK 1.7 or higher -* Application server : Jboss 7.2.0.Final - -# 2. Sources +# Sources Test Management is an open source project under Apache2 licence. The sources are available on the INRIA's Forge: ```bash svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-tm/trunk/ ``` -# 3. Database creation and initialization +# Database creation and initialization -The name of the database is defined in the pom.xml file. Create this database using the command : +You can choose whatever database name you want. You will need to report it in the datasource section of the Jboss configuration. ```bash su postgresql psql @@ -78,7 +49,9 @@ Download the file containing all the data required by the application to properl pg_restore -U gazelle -h 127.0.0.1 -d your_database tm-first-import.data ``` -# 4. Compile +# Binary + +You can either fetch the public EAR (released version) in our [Nexus repository](https://gazelle.ihe.net/nexus/index.html#nexus-search;gav~~gazelle-tm-ear*~~~) or compile the tool by your own. Before compiling, go to the directory gazelle-tm and edit the file pom.xml. Open this file and adapt the properties of profile prod to your case: @@ -86,29 +59,44 @@ Before compiling, go to the directory gazelle-tm and edit the file pom.xml. Open * jdbc.connection.url : replace the last segment with your database name * jdbc.connection.user / jdbc.connection.password : credentials for database access * Then, create the EAR archive with the command line: + ```bash -cd gazelle-tm; mvn clean package -Ppublic,distribution +cd gazelle-tm; mvn clean package -Pprod,distribution ``` The archive (EAR) and the distribution file are created and placed into gazelle-tm/gazelle-tm-ear/target directory. -# 5. Deployment +# Deployment -Test Management requires JBoss 7 to have some additional libraries. +Test Management requires JBoss 7.2.0 to have some additional libraries (see pre-requisites section). -You can find our Jboss 7 version here : *https://gazelle.ihe.net/jboss7/* +Since version 5.10.0, Before you start your Jboss server, you shall configure the datasource at [YOUR_JBOSS_INSTALL]/standalone/configuration/standalone.xml. +Read details in the "Externalize datasources from tool projects" section of [JBoss 7 installation page](../General/jboss7.html). -If you use another Jboss 7 you need to update it. Stop your Jboss server and copy: +The datasource element to import in the standalone.xml file is available in the [project](https://gazelle.ihe.net/jenkins/view/Test%20Management/job/gazelle-tm-public/ws/gazelle-tm-ear/src/main/datasource/TestManagement-ds.xml). -- postgresql-9.0-801.jdbc4.jar from ditribution file in \\modules\\system\\layers\\base\\org\\postgresql\\main JBoss directory. Edit module.xml, in the same directory, to have the same version inside. +Once you have copied the content of this file in your Jboss configuration: -- hibernate-core-4.2.20.Final.jar and hibernate-entitymanager-4.2.20.Final.jar from distribution file in \\modules\\system\\layers\\base\\org\\hibernate\\main Jboss directory. Edit module.xml, in the same directory, to have the same version inside. +* Update the ${jdbc.connection.url} variable to the location of your database. If postgres is running locally, should be something like jdbc:postgresql:\[DB_NAME\]. +* Update the ${seamName} variable to: + * 'TestManagement' if the EAR has been built with the __public__, __CAT__, __eucat__, or __na__ profile (that is the case if you download it from Nexus) + * 'TestManagementDEV' if the EAR has been built with the __dev__ profile (it is typically the case if you compiled the tool without specifying a profile) + * 'GMM' if the EAR has been built with the __gmm__ profile (it is the case for the instance running at https://gazelle.ihe.net/GMM) + * 'ProductRegistry' if the EAR has been built with the __pr__ profile (it is the case for the instance running at https://product-registry.ihe.net/PR) +* Update ${jdbc.user} and ${jdbc.password} to match your database user and password +* Update ${min.pool.size} and ${max.pool.size} with consistent data (be careful, those values are also set in persistence.xml). Use: + * min.pool.size = 5 and max.pool.size = 150 for the instance running during EU-CAT or NA connectathons + * min.pool.size = 1 and max.pool.size = 70 for the instance running at EU-CAT outside of connectathon periods and for intances using the __public__ profile + * min.pool.size = 1 and max.pool.size = 30 for the Gazelle Master Model + * min.pool.size = 1 and max.pool.size = 10 for the Product Registry and other instances + +You can retrieve those values in [gazelle-tm's pom.xml file](https://gazelle.ihe.net/jenkins/view/Test%20Management/job/gazelle-tm-public/ws/pom.xml) for each profile. + -- javassist-3.18.1-GA.jar from ditribution file in \\modules\\system\\layers\\base\\org\\javassist\\main Jboss directory. Edit module.xml, in the same directory, to have the same version inside. Copy the gazelle-tm.ear into the " standalone\\deployments" directory of your JBoss 7 server. Finally, start your server. When the application is deployed, open a browser and go to **http://yourserver/gazelle**. If the deployment and the database initialization are successful you should see the home page. -# 6. Configuration +# Configuration 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 eb782614805c8a6bdf97144d86769fdc456ee8b5..81ca4d21d2dbccefef26dbeba6c91c40dff63201 100644 --- a/Test-Management/release-note.md +++ b/Test-Management/release-note.md @@ -1,10 +1,1133 @@ --- title: Release note -subtitle: -toolversion: -releasedate: +subtitle: Test Management +toolversion: 5.10.0 +releasedate: 2019-03-21 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe -reference: KER1-RNO-IHE- ---- \ No newline at end of file +reference: KER1-RNO-IHE-TEST_MANAGEMENT +--- +# 5.10.0 +_Release date: 2019-03-21_ + +__Remarks__ +Management of the datasource has changed. Refer to the installation manual to configure your Jboss when updating to this version. + +__Bug__ + +* \[[GZL-4821](https://gazelle.ihe.net/jira/browse/GZL-4821)\] Hosts bound to dropped systems are visible to participants and shall not + +__Improvement__ + +* \[[GZL-4791](https://gazelle.ihe.net/jira/browse/GZL-4791)\] Extract datasource configuration +* \[[GZL-4792](https://gazelle.ihe.net/jira/browse/GZL-4792)\] Update SQL scripts archive +* \[[GZL-4822](https://gazelle.ihe.net/jira/browse/GZL-4822)\] Since non approved configurations are not used by the proxy, hide the proxy port until they are approved + +# 5.9.6 +_Release date: 2019-03-13_ + +__Bug__ +* \[[GZL-4804](https://gazelle.ihe.net/jira/browse/GZL-4804)\] /Test Management/System Testing/5 - System Management/As Vendor admin/TM-312:Vendor admin generates Integration Statemen +* \[[GZL-4819](https://gazelle.ihe.net/jira/browse/GZL-4819)\] Adding a HL7 conformance profile is failing when the selected transaction is linked to a document +* \[[GZL-4813](https://gazelle.ihe.net/jira/browse/GZL-4813)\] Can't update connectathon results + +# 5.9.5 +_Release date: 2018-12-20_ + +__Bug__ +* \[[GZL-4775](https://gazelle.ihe.net/jira/browse/GZL-4775)\] In Test summary view "is Validated ?" and " Test validated ?" is the same info +* \[[GZL-4777](https://gazelle.ihe.net/jira/browse/GZL-4777)\] Test status, type and peer-type not displayed if not admin +* \[[GZL-4789](https://gazelle.ihe.net/jira/browse/GZL-4789)\] Adding a host broken for organizations with underscore character + +__Task__ +* \[[GZL-4786](https://gazelle.ihe.net/jira/browse/GZL-4786)\] Fix unit test on gazelle-model + +__Improvement__ +* \[[GZL-4776](https://gazelle.ihe.net/jira/browse/GZL-4776)\] Test definition -> test roles are not orderable + +# 5.9.4 +_Release date: 2018-12-05_ + +__Bug__ +* \[[GZL-4733](https://gazelle.ihe.net/jira/browse/GZL-4733)\] [CAS] configFileLocation is the same for PR/GMM/TM +* \[[GZL-4768](https://gazelle.ihe.net/jira/browse/GZL-4768)\] Sequence Diagram is not display by default +* \[[GZL-4770](https://gazelle.ihe.net/jira/browse/GZL-4770)\] Can not create a new test with Gazelle TM +* \[[GZL-4773](https://gazelle.ihe.net/jira/browse/GZL-4773)\] Remove all the references to QR codes and monitor app +* \[[GZL-4774](https://gazelle.ihe.net/jira/browse/GZL-4774)\] Remove any reference to patient generation&sharing feature +* \[[GZL-4780](https://gazelle.ihe.net/jira/browse/GZL-4780)\] Layout of setup password page is broken + +__Improvement__ +* \[[GZL-4767](https://gazelle.ihe.net/jira/browse/GZL-4767)\] Missing check/warning on Transaction standard + +# 5.9.3 +_Release date: 2018-08-16_ + +__Bug__ +* \[[GZL-4765](https://gazelle.ihe.net/jira/browse/GZL-4765)\] HQL left outer join trouble + +# 5.9.2 +_Release date: 2018-08-16_ + +__Bug__ +* \[[GZL-4757](https://gazelle.ihe.net/jira/browse/GZL-4757)\] Bug when editing two systems at the same time +* \[[GZL-4758](https://gazelle.ihe.net/jira/browse/GZL-4758)\] 'Report an issue' button shall not appear on test instance page when the feature is not configured +* \[[GZL-4759](https://gazelle.ihe.net/jira/browse/GZL-4759)\] The link to xdstools doesn't work when there is an & instead of a & + +__Improvement__ +* \[[GZL-4761](https://gazelle.ihe.net/jira/browse/GZL-4761)\] Emails spam all admin + +# 5.9.1 +_Release date: 2018-07-11_ + +__Bug__ +* \[[GZL-4742](https://gazelle.ihe.net/jira/browse/GZL-4742)\] Bug in generation of ldif +* \[[GZL-4745](https://gazelle.ihe.net/jira/browse/GZL-4745)\] Removing from a system an AIPO that is subject in a test instance crash CAT and results page +* \[[GZL-4748](https://gazelle.ihe.net/jira/browse/GZL-4748)\] Each time a system registration is modified (Add or remove AIPO) the CAT page cannot be reached +* \[[GZL-4749](https://gazelle.ihe.net/jira/browse/GZL-4749)\] [DGSANTE] Bug in the generation of report of TS + +__Improvement__ +* \[[GZL-4739](https://gazelle.ihe.net/jira/browse/GZL-4739)\] Add support for RAW configuration type + +# 5.9.0 +_Release date: 2018-04-11_ + +__Bug__ +* \[[GZL-4736](https://gazelle.ihe.net/jira/browse/GZL-4736)\] Cannot delete integration Profile + +__Story__ +* \[[GZL-4740](https://gazelle.ihe.net/jira/browse/GZL-4740)\] Add export configuration in ldif structure + +# 5.8.0 +_Release date: 2018-03-07_ + +__Sub-task__ +* \[[GZL-4682](https://gazelle.ihe.net/jira/browse/GZL-4682)\] Create a check about the port proxy in the current testing session +* \[[GZL-4683](https://gazelle.ihe.net/jira/browse/GZL-4683)\] Create a check about the ip generated by Gazelle for the current testing session + +__Bug__ +* \[[GZL-4210](https://gazelle.ihe.net/jira/browse/GZL-4210)\] in Application configuration, need to handle the case when tls url is empty +* \[[GZL-4675](https://gazelle.ihe.net/jira/browse/GZL-4675)\] Cannot edit hosts without configurations +* \[[GZL-4678](https://gazelle.ihe.net/jira/browse/GZL-4678)\] Fix VAT explanation in organization management +* \[[GZL-4679](https://gazelle.ihe.net/jira/browse/GZL-4679)\] When user add aipo to a system the table display only 5 results +* \[[GZL-4681](https://gazelle.ihe.net/jira/browse/GZL-4681)\] Testing session overview is providing an error page +* \[[GZL-4690](https://gazelle.ihe.net/jira/browse/GZL-4690)\] DICOM sample validation trouble +* \[[GZL-4695](https://gazelle.ihe.net/jira/browse/GZL-4695)\] Error in Testing Session Participants +* \[[GZL-4708](https://gazelle.ihe.net/jira/browse/GZL-4708)\] The refresh button of the result of validation is refreshing a part of the table +* \[[GZL-4709](https://gazelle.ihe.net/jira/browse/GZL-4709)\] Download connectathon result report is not well populated +* \[[GZL-4710](https://gazelle.ihe.net/jira/browse/GZL-4710)\] We lost join table domain/profile +* \[[GZL-4713](https://gazelle.ihe.net/jira/browse/GZL-4713)\] test instance notification messages status is not well populated +* \[[GZL-4726](https://gazelle.ihe.net/jira/browse/GZL-4726)\] /Test Management/System Testing/9 - Configuration Management/As Gazelle Admin/TM-282:Manage hosts configuration - Exécu +* \[[GZL-4727](https://gazelle.ihe.net/jira/browse/GZL-4727)\] Vendor Admin user can edit information of contact from different organization +* \[[GZL-4728](https://gazelle.ihe.net/jira/browse/GZL-4728)\] /Test Management/System Testing/5 - System Management/As Vendor/TM-286:Vendor Generates Integration Statement. - Execut + +__Story__ +* \[[GZL-4696](https://gazelle.ihe.net/jira/browse/GZL-4696)\] The Patient Generation & Sharing feature is no more needed in TM + +__Improvement__ +* \[[GZL-4602](https://gazelle.ihe.net/jira/browse/GZL-4602)\] When we fail a test, can we have the focus cursor directly in the text area? +* \[[GZL-4644](https://gazelle.ihe.net/jira/browse/GZL-4644)\] Use new CAS SSO +* \[[GZL-4680](https://gazelle.ihe.net/jira/browse/GZL-4680)\] We need a page to check the configuration for the testing session +* \[[GZL-4699](https://gazelle.ihe.net/jira/browse/GZL-4699)\] OID Management : Need to synchronise comment between EU-CAT and gazelle-na +* \[[GZL-4700](https://gazelle.ihe.net/jira/browse/GZL-4700)\] User want to see TF and Test List menu entry +* \[[GZL-4701](https://gazelle.ihe.net/jira/browse/GZL-4701)\] Create webservices between TM, GWT and XdsTools4 +* \[[GZL-4714](https://gazelle.ihe.net/jira/browse/GZL-4714)\] Update posgresql driver + +# 5.7.3 +_Release date: 2018-01-11_ + +__Bug__ +* \[[GZL-4135](https://gazelle.ihe.net/jira/browse/GZL-4135)\] If you edit/show a user, you save, you try to edit/show a new user, you need to click twice +* \[[GZL-4137](https://gazelle.ihe.net/jira/browse/GZL-4137)\] When you try to delete a user, you have a popupPanel with tables on it, they are not sortable +* \[[GZL-4140](https://gazelle.ihe.net/jira/browse/GZL-4140)\] sort of import a contact/user is not working +* \[[GZL-4142](https://gazelle.ihe.net/jira/browse/GZL-4142)\] Sort in the financial summary is not working +* \[[GZL-4490](https://gazelle.ihe.net/jira/browse/GZL-4490)\] In "Host configuration" admin page, add a comment to say that the hosts configuration shown are only for completed and accepted systems. +* \[[GZL-4498](https://gazelle.ihe.net/jira/browse/GZL-4498)\] The layout of OID management has a regression +* \[[GZL-4500](https://gazelle.ihe.net/jira/browse/GZL-4500)\] The color of the button skip is not user friendly (black on blue) +* \[[GZL-4594](https://gazelle.ihe.net/jira/browse/GZL-4594)\] In web service transaction usage configuration, we are able to select an actor which is not related to that profile +* \[[GZL-4669](https://gazelle.ihe.net/jira/browse/GZL-4669)\] Improve the Style for the change password panel +* \[[GZL-4670](https://gazelle.ihe.net/jira/browse/GZL-4670)\] In NA2018 session, assign monitors to test page shows test instances +* \[[GZL-4674](https://gazelle.ihe.net/jira/browse/GZL-4674)\] Host management loose his filter + +__Improvement__ +* \[[GZL-4312](https://gazelle.ihe.net/jira/browse/GZL-4312)\] System owner change: display identity instead of username +* \[[GZL-4406](https://gazelle.ihe.net/jira/browse/GZL-4406)\] I should be able to edit a URL in a test instance +* \[[GZL-4567](https://gazelle.ihe.net/jira/browse/GZL-4567)\] Please add edit feature in GMM for Actor/Transaction pairs in a profile. +* \[[GZL-4659](https://gazelle.ihe.net/jira/browse/GZL-4659)\] Use local set by user to select the language for test exportation + +# 5.7.2 +_Release date: 2017-12-21_ + +__Bug__ +* \[[GZL-4461](https://gazelle.ihe.net/jira/browse/GZL-4461)\] Monitor assignement, Excel export : Assigned test number column present but empty. +* \[[GZL-4481](https://gazelle.ihe.net/jira/browse/GZL-4481)\] When you edit a user, the help images are not aligned with the checkbox and roles +* \[[GZL-4623](https://gazelle.ihe.net/jira/browse/GZL-4623)\] When you import a system from an old testing session, it is automatically accepted +* \[[GZL-4633](https://gazelle.ihe.net/jira/browse/GZL-4633)\] Need to fix invoice and financial summary generation +* \[[GZL-4635](https://gazelle.ihe.net/jira/browse/GZL-4635)\] GMM: Delete a role from a test, and all associated test steps are deleted w/o warning! +* \[[GZL-4636](https://gazelle.ihe.net/jira/browse/GZL-4636)\] Impossible to validate Integration Statement +* \[[GZL-4638](https://gazelle.ihe.net/jira/browse/GZL-4638)\] Editing a system in gazelle shows wrong keyword +* \[[GZL-4639](https://gazelle.ihe.net/jira/browse/GZL-4639)\] Pre-CAT test results page: Unexpected behavior about a description of test instance. +* \[[GZL-4641](https://gazelle.ihe.net/jira/browse/GZL-4641)\] Impossible to delete a system +* \[[GZL-4642](https://gazelle.ihe.net/jira/browse/GZL-4642)\] NPE in gazelle-na log +* \[[GZL-4645](https://gazelle.ihe.net/jira/browse/GZL-4645)\] Network configuration: Host editing is broken +* \[[GZL-4649](https://gazelle.ihe.net/jira/browse/GZL-4649)\] Test Instance Page: Gazelle does not cache comments before posting +* \[[GZL-4650](https://gazelle.ihe.net/jira/browse/GZL-4650)\] Unable to display admin-manage-system page if a simulator has been created +* \[[GZL-4651](https://gazelle.ihe.net/jira/browse/GZL-4651)\] Can't copy system and it would be nice to have a sort in the list of session per year in the "import system from other session" option +* \[[GZL-4653](https://gazelle.ihe.net/jira/browse/GZL-4653)\] GMM: I was allowed to delete a RoleInTest that was used in a test. +* \[[GZL-4654](https://gazelle.ihe.net/jira/browse/GZL-4654)\] Download test doesn't work when description is only in french +* \[[GZL-4658](https://gazelle.ihe.net/jira/browse/GZL-4658)\] Can't update user when email is wrong + +__Story__ +* \[[GZL-4610](https://gazelle.ihe.net/jira/browse/GZL-4610)\] Connectathon results report use IHE logo per default. Use Testing Session logo instead + +__Improvement__ +* \[[GZL-3691](https://gazelle.ihe.net/jira/browse/GZL-3691)\] Improve test lifecycle +* \[[GZL-4435](https://gazelle.ihe.net/jira/browse/GZL-4435)\] It is good to have a notification email when someone change the password of the user. +* \[[GZL-4561](https://gazelle.ihe.net/jira/browse/GZL-4561)\] Update system automated tests +* \[[GZL-4624](https://gazelle.ihe.net/jira/browse/GZL-4624)\] When you access to the "system acceptance page", and you want to "not accept" already accepted system, it does not work +* \[[GZL-4646](https://gazelle.ihe.net/jira/browse/GZL-4646)\] Need to improve invoice and financial summary +* \[[GZL-4652](https://gazelle.ihe.net/jira/browse/GZL-4652)\] Consider updating GMM to show step count for each role +* \[[GZL-4655](https://gazelle.ihe.net/jira/browse/GZL-4655)\] Consider adding a password reset button for managers +* \[[GZL-4660](https://gazelle.ihe.net/jira/browse/GZL-4660)\] add missing translation to crowdin and translate them + +# 5.7.1 +_Release date: 2017-11-15_ + +__Bug__ +* \[[GZL-4601](https://gazelle.ihe.net/jira/browse/GZL-4601)\] The buttons for monitor related to Validate all the status (or not) contains a workflow issue +* \[[GZL-4606](https://gazelle.ihe.net/jira/browse/GZL-4606)\] I am a monitor and administrator, when I set a test to "to be verified", it is automatically claimed by me +* \[[GZL-4616](https://gazelle.ihe.net/jira/browse/GZL-4616)\] Missing translation +* \[[GZL-4640](https://gazelle.ihe.net/jira/browse/GZL-4640)\] NA2018: Exception when adding 2 monitor user account -- account not added + +__Improvement__ +* \[[GZL-4507](https://gazelle.ihe.net/jira/browse/GZL-4507)\] When an administrator marks a test Critical, that admin should not also claim the test +* \[[GZL-4564](https://gazelle.ihe.net/jira/browse/GZL-4564)\] NA2018: Do we need another configuration type? +* \[[GZL-4603](https://gazelle.ihe.net/jira/browse/GZL-4603)\] We don't have the email of the users in the excel export from the admin user page, is there a reason for this? +* \[[GZL-4615](https://gazelle.ihe.net/jira/browse/GZL-4615)\] Block claim/unclaim TI when status is verified or failed +* \[[GZL-4632](https://gazelle.ihe.net/jira/browse/GZL-4632)\] Compilation of jasper reports need to be improved. +* \[[GZL-4648](https://gazelle.ihe.net/jira/browse/GZL-4648)\] Monitor Worklist Page: Could you change the default sort order for the usability. + +# 5.7.0 +_Release date: 2017-10-04_ + +__Bug__ + +* \[[GZL-3347](https://gazelle.ihe.net/jira/browse/GZL-3347)\] NA2018: System summary report has no content +* \[[GZL-4155](https://gazelle.ihe.net/jira/browse/GZL-4155)\] /administration/listMonitors.seam: faces messages are displayed below the input fields +* \[[GZL-4308](https://gazelle.ihe.net/jira/browse/GZL-4308)\] In home page edition you can add a picture but it never displayed in view mode +* \[[GZL-4319](https://gazelle.ihe.net/jira/browse/GZL-4319)\] /Test Management/System Testing/7 - Pre-Connectathon Workflow/Test execution/TM-216:View list of Pre-CAT test for a syst +* \[[GZL-4336](https://gazelle.ihe.net/jira/browse/GZL-4336)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4420](https://gazelle.ihe.net/jira/browse/GZL-4420)\] Matching of email addresses should be case insensitive +* \[[GZL-4476](https://gazelle.ihe.net/jira/browse/GZL-4476)\] OID Root Management: be able to filter by comment +* \[[GZL-4484](https://gazelle.ihe.net/jira/browse/GZL-4484)\] Session scope side effect +* \[[GZL-4486](https://gazelle.ihe.net/jira/browse/GZL-4486)\] A user created an account with a username containing a whitespace +* \[[GZL-4504](https://gazelle.ihe.net/jira/browse/GZL-4504)\] When you select "Show only claimed tests for all monitors ", it does not do what it should do +* \[[GZL-4508](https://gazelle.ihe.net/jira/browse/GZL-4508)\] Problem when the test step is failed, the fail button not well displayed +* \[[GZL-4517](https://gazelle.ihe.net/jira/browse/GZL-4517)\] The filters in the page to edit the TF Rules, are based on profiles in the currently selected testing session; +* \[[GZL-4523](https://gazelle.ihe.net/jira/browse/GZL-4523)\] https://gazelle.ehdsi.ihe-europe.net/gazelle/testing/testsDefinition/testsList.seam?testType=2&testStatus=4 +* \[[GZL-4526](https://gazelle.ihe.net/jira/browse/GZL-4526)\] Crash in application when creating a test in a vm where only Conformity tests were existing. +* \[[GZL-4538](https://gazelle.ihe.net/jira/browse/GZL-4538)\] When you click on the TI link in KPI page for monitor, you get an empty modalpanel +* \[[GZL-4539](https://gazelle.ihe.net/jira/browse/GZL-4539)\] Security issue in the page of graph of tests instances +* \[[GZL-4541](https://gazelle.ihe.net/jira/browse/GZL-4541)\] When you click on the file link, we don't go to the file section of the testinstance +* \[[GZL-4544](https://gazelle.ihe.net/jira/browse/GZL-4544)\] YANPE - NullPointer exeception in ttestDefinitionManager.getTestStepsList() +* \[[GZL-4590](https://gazelle.ihe.net/jira/browse/GZL-4590)\] Impossible to create new Assigning Authority in Gazelle Test Management +* \[[GZL-4591](https://gazelle.ihe.net/jira/browse/GZL-4591)\] Missing translations +* \[[GZL-4596](https://gazelle.ihe.net/jira/browse/GZL-4596)\] NPE when user try to swith Testing session +* \[[GZL-4599](https://gazelle.ihe.net/jira/browse/GZL-4599)\] KPI for test instances is not translated in KPI menu +* \[[GZL-4604](https://gazelle.ihe.net/jira/browse/GZL-4604)\] Cannot modify an existing host +* \[[GZL-4605](https://gazelle.ihe.net/jira/browse/GZL-4605)\] Image in test description does not display in view, but in edit mode + +__Improvement__ + +* \[[GZL-4426](https://gazelle.ihe.net/jira/browse/GZL-4426)\] Configuration : hostname +* \[[GZL-4457](https://gazelle.ihe.net/jira/browse/GZL-4457)\] Improve configuration creation page +* \[[GZL-4483](https://gazelle.ihe.net/jira/browse/GZL-4483)\] In the page for the sample, validation results are hidden +* \[[GZL-4496](https://gazelle.ihe.net/jira/browse/GZL-4496)\] A monitor shall not be able to set a test to aborted +* \[[GZL-4502](https://gazelle.ihe.net/jira/browse/GZL-4502)\] When we click on failing a test, a check panel is shown to add a comment, the button to confirm is clickable event if there are no comment +* \[[GZL-4503](https://gazelle.ihe.net/jira/browse/GZL-4503)\] Request to add table number to System config page +* \[[GZL-4530](https://gazelle.ihe.net/jira/browse/GZL-4530)\] Use the right form type for the sending of email from admin application preference +* \[[GZL-4568](https://gazelle.ihe.net/jira/browse/GZL-4568)\] Rendering of description for option description could be improved +* \[[GZL-4587](https://gazelle.ihe.net/jira/browse/GZL-4587)\] When the testing session is "internet testing", we still verify that the hostname is less than 24 character +* \[[GZL-4597](https://gazelle.ihe.net/jira/browse/GZL-4597)\] Allow 2 systems from the same company in one test session to share a host +* \[[GZL-4607](https://gazelle.ihe.net/jira/browse/GZL-4607)\] Add "log in as" in user search result for admin + +# 5.6.1 +_Release date: 2017-09-04_ + +__Bug__ + +* \[[GZL-4460](https://gazelle.ihe.net/jira/browse/GZL-4460)\] Monitor Assignement, test number is not refreshed after assignement deletion. +* \[[GZL-4509](https://gazelle.ihe.net/jira/browse/GZL-4509)\] As admin, when you download a report for an organization, then you select another organization, the filtering does not work anymore +* \[[GZL-4550](https://gazelle.ihe.net/jira/browse/GZL-4550)\] NPE in Test instances overview +* \[[GZL-4553](https://gazelle.ihe.net/jira/browse/GZL-4553)\] When you click on the link to the result of validation in the sample, it is opened in the same window +* \[[GZL-4554](https://gazelle.ihe.net/jira/browse/GZL-4554)\] The export of Test as XML shall not export the jira related to the test +* \[[GZL-4556](https://gazelle.ihe.net/jira/browse/GZL-4556)\] Jasper Reports in subdirectories are not compiled. +* \[[GZL-4563](https://gazelle.ihe.net/jira/browse/GZL-4563)\] [EHEALTHBEL] Gazelle TM - Tests List +* \[[GZL-4570](https://gazelle.ihe.net/jira/browse/GZL-4570)\] GMM Diagram of transactions in a profile is weird for FP profile +* \[[GZL-4582](https://gazelle.ihe.net/jira/browse/GZL-4582)\] In the page editDocument check url refuses https url ! + +__Improvement__ + +* \[[GZL-4469](https://gazelle.ihe.net/jira/browse/GZL-4469)\] Patient display: use dl-horizontal to shorten the page +* \[[GZL-4559](https://gazelle.ihe.net/jira/browse/GZL-4559)\] Add possibility to filter in h:selectOneMenu for systemInSessionCreation +* \[[GZL-4586](https://gazelle.ihe.net/jira/browse/GZL-4586)\] Sample name should not be unique within the application + +# 5.6.0 +_Release date: 2017-08-30_ + +__Epic__ +* \[[GZL-4555](https://gazelle.ihe.net/jira/browse/GZL-4555)\] Need to rewrite systemInSession.xhtml and associated bean SystemManager + +__Bug__ +* \[[GZL-4521](https://gazelle.ihe.net/jira/browse/GZL-4521)\] Error in the description of an Internet Testing Session +* \[[GZL-4531](https://gazelle.ihe.net/jira/browse/GZL-4531)\] We need to have two emails: one to send emails, and one to contact administrator +* \[[GZL-4532](https://gazelle.ihe.net/jira/browse/GZL-4532)\] The icon for EU-CAT has disapeared +* \[[GZL-4534](https://gazelle.ihe.net/jira/browse/GZL-4534)\] When querying for a profile using the SOAP interface, profile keyword is capitalized before search and thus it fails. +* \[[GZL-4536](https://gazelle.ihe.net/jira/browse/GZL-4536)\] User from company A can add a system to company B +* \[[GZL-4545](https://gazelle.ihe.net/jira/browse/GZL-4545)\] Problem in the page /users/loginCAS/login.seam +* \[[GZL-4565](https://gazelle.ihe.net/jira/browse/GZL-4565)\] Multiple display issue on connectathon page +* \[[GZL-4578](https://gazelle.ihe.net/jira/browse/GZL-4578)\] Issue when accessing user from the search +* \[[GZL-4579](https://gazelle.ihe.net/jira/browse/GZL-4579)\] Error in this application if last_modifier_id of tf_actor is null + +__Story__ +* \[[GZL-4552](https://gazelle.ihe.net/jira/browse/GZL-4552)\] Update Gazelle TM with new version of Patient Generation + +__Improvement__ +* \[[GZL-4533](https://gazelle.ihe.net/jira/browse/GZL-4533)\] When application is TM and GMM, we should not display the GMM home page +* \[[GZL-4557](https://gazelle.ihe.net/jira/browse/GZL-4557)\] Rewrite system creation +* \[[GZL-4558](https://gazelle.ihe.net/jira/browse/GZL-4558)\] Rewrite system edition +* \[[GZL-4560](https://gazelle.ihe.net/jira/browse/GZL-4560)\] Rewrite system viewer +* \[[GZL-4572](https://gazelle.ihe.net/jira/browse/GZL-4572)\] Rewrite system list +* \[[GZL-4573](https://gazelle.ihe.net/jira/browse/GZL-4573)\] Rewrite system copy/import + +# 5.5.7 +_Release date: 2017-06-01_ + +__Bug__ +* \[[GZL-4522](https://gazelle.ihe.net/jira/browse/GZL-4522)\] When editing a rule if you click on the button to view the rule a pop up appears, if you close that pop up you lose the control. Greyed screen + +# 5.5.6 +_Release date: 2017-05-31_ + +__Bug__ +* \[[GZL-4495](https://gazelle.ihe.net/jira/browse/GZL-4495)\] List of tests instance in monitors kpi is not working +* \[[GZL-4520](https://gazelle.ihe.net/jira/browse/GZL-4520)\] GMM: Cannot add new default config +* \[[GZL-4528](https://gazelle.ihe.net/jira/browse/GZL-4528)\] Gazelle TM configured as PR cannot access PDF file using https when SNI is needed + +__Improvement__ +* \[[GZL-4529](https://gazelle.ihe.net/jira/browse/GZL-4529)\] Improve error messages when sequence diagram generation fails. + +# 5.5.5 +_Release date: 2017-05-15_ + +__Bug__ +* \[[GZL-4511](https://gazelle.ihe.net/jira/browse/GZL-4511)\] Warn on grading doesn't work +* \[[GZL-4516](https://gazelle.ihe.net/jira/browse/GZL-4516)\] When editing a system the list of system types shows all types. It does not use the visibility tag + +__Improvement__ +* \[[GZL-4524](https://gazelle.ihe.net/jira/browse/GZL-4524)\] Allow Testing Session Manager to Override Same company testing in a testing session + +# 5.5.4 +_Release date: 2017-03-31_ + +__Bug__ +* \[[GZL-4492](https://gazelle.ihe.net/jira/browse/GZL-4492)\] When the name of the sample type is too long, it is trancated and we don't have anymore the button plus to upload new samples + +# 5.5.3 +_Release date: 2017-03-20_ + +__Bug__ +* \[[GZL-4416](https://gazelle.ihe.net/jira/browse/GZL-4416)\] Make sure access to partner statistics will never be blocked +* \[[GZL-4436](https://gazelle.ihe.net/jira/browse/GZL-4436)\] Status Change Messages in Gazelle are in the wrong order +* \[[GZL-4447](https://gazelle.ihe.net/jira/browse/GZL-4447)\] When you edit a user, the checkbox are not aligned with the associated roles +* \[[GZL-4449](https://gazelle.ihe.net/jira/browse/GZL-4449)\] As vendor, we can't access to some systems configurations +* \[[GZL-4450](https://gazelle.ihe.net/jira/browse/GZL-4450)\] Imported monitors in Participant page do not have the correct default attributes set +* \[[GZL-4453](https://gazelle.ihe.net/jira/browse/GZL-4453)\] Allow user to start test instance with tools from same company +* \[[GZL-4454](https://gazelle.ihe.net/jira/browse/GZL-4454)\] system config auditMessages : unhandled rest response if system's keyword exists several times in DB +* \[[GZL-4455](https://gazelle.ihe.net/jira/browse/GZL-4455)\] in KPI for Tests popup on column M doesn't work +* \[[GZL-4459](https://gazelle.ihe.net/jira/browse/GZL-4459)\] TM-195:View readers' files: empty panel at the bottom of the page +* \[[GZL-4462](https://gazelle.ihe.net/jira/browse/GZL-4462)\] Sample Management as Monitor : comment sample button does not appear for a monitor +* \[[GZL-4464](https://gazelle.ihe.net/jira/browse/GZL-4464)\] System configuration: Add a tooltip on the padlock +* \[[GZL-4466](https://gazelle.ihe.net/jira/browse/GZL-4466)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-410:Edit configuration - Exec +* \[[GZL-4467](https://gazelle.ihe.net/jira/browse/GZL-4467)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-672:Vendor_admin must be able +* \[[GZL-4470](https://gazelle.ihe.net/jira/browse/GZL-4470)\] Admin hosts management : admin should be able to create host for any company +* \[[GZL-4472](https://gazelle.ihe.net/jira/browse/GZL-4472)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-466:Download Excel file summarizing the list of ava +* \[[GZL-4473](https://gazelle.ihe.net/jira/browse/GZL-4473)\] Link to validation result bound to a proxy URL does not lead to a valid page +* \[[GZL-4474](https://gazelle.ihe.net/jira/browse/GZL-4474)\] As Admin, we can't access to systems configurations +* \[[GZL-4477](https://gazelle.ihe.net/jira/browse/GZL-4477)\] KPI tables : need title description +* \[[GZL-4479](https://gazelle.ihe.net/jira/browse/GZL-4479)\] WS to start channels, allow to open channels without responder IP + +__Improvement__ +* \[[GZL-3573](https://gazelle.ihe.net/jira/browse/GZL-3573)\] Need the list of test in a sessions that are not assigned to any monitor +* \[[GZL-3623](https://gazelle.ihe.net/jira/browse/GZL-3623)\] Filter initialization issue in KPI for tests page +* \[[GZL-4388](https://gazelle.ihe.net/jira/browse/GZL-4388)\] On assigning authorities page, display systems in session from the current testing session only +* \[[GZL-4412](https://gazelle.ihe.net/jira/browse/GZL-4412)\] Allow TM admin to customize the time between two runs of background tasks (for results, partners especially) +* \[[GZL-4418](https://gazelle.ihe.net/jira/browse/GZL-4418)\] We need a simple way to find tests with no monitors assigned +* \[[GZL-4448](https://gazelle.ihe.net/jira/browse/GZL-4448)\] Support GSS syslog view url in test instance step +* \[[GZL-4482](https://gazelle.ihe.net/jira/browse/GZL-4482)\] Add a confirmation popup for approve/unapprove all configuration + +# 5.5.2 +_Release date: 2017-02-24_ + +__Bug__ +* \[[GZL-4413](https://gazelle.ihe.net/jira/browse/GZL-4413)\] Issue when browsing sample tree for readers +* \[[GZL-4445](https://gazelle.ihe.net/jira/browse/GZL-4445)\] remove error in log + +__Improvement__ +* \[[GZL-4411](https://gazelle.ihe.net/jira/browse/GZL-4411)\] Document purpose of "Test Result Refresh Interval (s)" on application preferences page + +# 5.5.1 +_Release date: 2017-02-22_ + +__Bug__ +* \[[GZL-4442](https://gazelle.ihe.net/jira/browse/GZL-4442)\] Can't access sample page + +# 5.5.0 +_Release date: 2017-02-22_ + +__Bug__ +* \[[GZL-4175](https://gazelle.ihe.net/jira/browse/GZL-4175)\] NA2017: when you claim a test, the order of the tests change which is really disturbing +* \[[GZL-4306](https://gazelle.ihe.net/jira/browse/GZL-4306)\] Last update date in CAT results is never updated +* \[[GZL-4376](https://gazelle.ihe.net/jira/browse/GZL-4376)\] GMM: Error creating Meta Test +* \[[GZL-4400](https://gazelle.ihe.net/jira/browse/GZL-4400)\] user w/ vendor_role gets "you don't have permission..." error when trying to view roles +* \[[GZL-4401](https://gazelle.ihe.net/jira/browse/GZL-4401)\] Request to sort configurations by port +* \[[GZL-4414](https://gazelle.ihe.net/jira/browse/GZL-4414)\] CAT Result : trouble with the warn on AIPO +* \[[GZL-4422](https://gazelle.ihe.net/jira/browse/GZL-4422)\] Sample validation results have troubles +* \[[GZL-4423](https://gazelle.ihe.net/jira/browse/GZL-4423)\] In Test Instance page we need to split long Actor name +* \[[GZL-4424](https://gazelle.ihe.net/jira/browse/GZL-4424)\] System configuration can be edited by vendor from another company +* \[[GZL-4428](https://gazelle.ihe.net/jira/browse/GZL-4428)\] Review application preference +* \[[GZL-4434](https://gazelle.ihe.net/jira/browse/GZL-4434)\] When creating a new test definition, Peer type is not saved +* \[[GZL-4437](https://gazelle.ihe.net/jira/browse/GZL-4437)\] Sometimes the firstUserRegistration link provided in email doesn't work + +__Improvement__ +* \[[GZL-3239](https://gazelle.ihe.net/jira/browse/GZL-3239)\] When a new AIPO is added by an admin, the value of testing type is not always set +* \[[GZL-4405](https://gazelle.ihe.net/jira/browse/GZL-4405)\] KPI for systems mixes pre-connectathon and connectathon tests +* \[[GZL-4427](https://gazelle.ihe.net/jira/browse/GZL-4427)\] Update monitor worklist + +# 5.4.6 +_Release date: 2017-01-16_ + + +__Bug__ + +* \[[GZL-4381](https://gazelle.ihe.net/jira/browse/GZL-4381)\] In session dashboard, the filtering from the filter panel, or from the table is not working +* \[[GZL-4382](https://gazelle.ihe.net/jira/browse/GZL-4382)\] mysterious disappearances in NA2017 testing session +* \[[GZL-4383](https://gazelle.ihe.net/jira/browse/GZL-4383)\] 2 problems with assigning authority in Patient Gen & Sharing +* \[[GZL-4396](https://gazelle.ihe.net/jira/browse/GZL-4396)\] Test instance page is not working anymore + +# 5.4.5 +_Release date: 2016-12-30_ + + +__Bug__ + +* \[[GZL-2357](https://gazelle.ihe.net/jira/browse/GZL-2357)\] Long description for profile option blows up GMM +* \[[GZL-4214](https://gazelle.ihe.net/jira/browse/GZL-4214)\] In GMM when I do a search on EVS_RAD-55 test, I get an error +* \[[GZL-4219](https://gazelle.ihe.net/jira/browse/GZL-4219)\] GMM : Cannot save modification in audit messages +* \[[GZL-4266](https://gazelle.ihe.net/jira/browse/GZL-4266)\] In the pages test instance, if you add a comment to a test step there is no cancel button +* \[[GZL-4276](https://gazelle.ihe.net/jira/browse/GZL-4276)\] No logical order to profile columns on system summary excel +* \[[GZL-4279](https://gazelle.ihe.net/jira/browse/GZL-4279)\] NA2017: System under test should not be listed as a valid test partner +* \[[GZL-4280](https://gazelle.ihe.net/jira/browse/GZL-4280)\] If a system tests with all available partners, isn't that 100%? +* \[[GZL-4290](https://gazelle.ihe.net/jira/browse/GZL-4290)\] Add information about duplicate system in same test instance +* \[[GZL-4320](https://gazelle.ihe.net/jira/browse/GZL-4320)\] /Test Management/System Testing/7 - Pre-Connectathon Workflow/Test grading/TM-234:List pre-connectathon test instances - +* \[[GZL-4330](https://gazelle.ihe.net/jira/browse/GZL-4330)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-352:Display the samples worklist for a system. - E +* \[[GZL-4332](https://gazelle.ihe.net/jira/browse/GZL-4332)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-194:Comment a sample - Executed ON (ISO FORMAT): 2 +* \[[GZL-4335](https://gazelle.ihe.net/jira/browse/GZL-4335)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4338](https://gazelle.ihe.net/jira/browse/GZL-4338)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-602:Users should be able to upload fil +* \[[GZL-4360](https://gazelle.ihe.net/jira/browse/GZL-4360)\] NA2017: No logical order to presentation of configs, and can't sort by Details 1 +* \[[GZL-4362](https://gazelle.ihe.net/jira/browse/GZL-4362)\] In Manage tests requirements no select in filters +* \[[GZL-4366](https://gazelle.ihe.net/jira/browse/GZL-4366)\] GMM: checking "is tested" box deleted all of the participants in my Role! +* \[[GZL-4369](https://gazelle.ihe.net/jira/browse/GZL-4369)\] ear deployement trouble +* \[[GZL-4392](https://gazelle.ihe.net/jira/browse/GZL-4392)\] New test does not appear correctly on Connectathon Results page +* \[[GZL-4394](https://gazelle.ihe.net/jira/browse/GZL-4394)\] Cannot 'uncheck' a test step (monitor). + +__Story__ + +* \[[GZL-3726](https://gazelle.ihe.net/jira/browse/GZL-3726)\] Patient generation, trouble with pattern + +__Improvement__ + +* \[[GZL-4220](https://gazelle.ihe.net/jira/browse/GZL-4220)\] GMM : Audit-messages, I would like to be able to filter by specification oid. +* \[[GZL-4273](https://gazelle.ihe.net/jira/browse/GZL-4273)\] too many arrangements of domain/profile/actor/option dropdown lists +* \[[GZL-4307](https://gazelle.ihe.net/jira/browse/GZL-4307)\] It could be useful to have an "activate user" button +* \[[GZL-4370](https://gazelle.ihe.net/jira/browse/GZL-4370)\] Export to PDF of connectathon test should not be proposed when test type is not connectathon +* \[[GZL-4372](https://gazelle.ihe.net/jira/browse/GZL-4372)\] Update password have not a pretty form + +# 5.4.4 +_Release date: 2016-11-30_ + + +__Bug__ + +* \[[GZL-4358](https://gazelle.ihe.net/jira/browse/GZL-4358)\] Can't edit system summary + +__Improvement__ + +* \[[GZL-4305](https://gazelle.ihe.net/jira/browse/GZL-4305)\] Connectathon results Automatic Grading + +# 5.4.3 +_Release date: 2016-11-28_ + + +__Improvement__ + +* \[[GZL-4356](https://gazelle.ihe.net/jira/browse/GZL-4356)\] Add new soap method to get the list of TI in a testing session + +# 5.4.2 +_Release date: 2016-11-24_ + +__Bug__ +* \[[GZL-3430](https://gazelle.ihe.net/jira/browse/GZL-3430)\] When you create a new testing session, and you enable the test to critical, an error occure +* \[[GZL-3920](https://gazelle.ihe.net/jira/browse/GZL-3920)\] filters selection are lost after a long time without using the page, but session still active +* \[[GZL-4039](https://gazelle.ihe.net/jira/browse/GZL-4039)\] Pre-CAT results : table goes out of the screen +* \[[GZL-4157](https://gazelle.ihe.net/jira/browse/GZL-4157)\] /administration/listMonitors.seam: some tests are displayed and should not +* \[[GZL-4176](https://gazelle.ihe.net/jira/browse/GZL-4176)\] Monitor worklist: monitor list in filter is not appropriate +* \[[GZL-4178](https://gazelle.ihe.net/jira/browse/GZL-4178)\] download ZIP of samples does not have extension +* \[[GZL-4181](https://gazelle.ihe.net/jira/browse/GZL-4181)\] Gazelle shows the system itself as a possible partner +* \[[GZL-4201](https://gazelle.ihe.net/jira/browse/GZL-4201)\] I would expect that a session "hidden from list" is not only hidden from list on the manage session page +* \[[GZL-4213](https://gazelle.ihe.net/jira/browse/GZL-4213)\] Only testing session manager and admin roles should access to the complete list of CAT results +* \[[GZL-4265](https://gazelle.ihe.net/jira/browse/GZL-4265)\] In a gazelle test instance, after uploading a file, if you delete it, you can not add one anymore. +* \[[GZL-4267](https://gazelle.ihe.net/jira/browse/GZL-4267)\] Comment on pre-cat test are removed +* \[[GZL-4269](https://gazelle.ihe.net/jira/browse/GZL-4269)\] Action email can contain '//' in the URL ! +* \[[GZL-4271](https://gazelle.ihe.net/jira/browse/GZL-4271)\] Static analysis +* \[[GZL-4274](https://gazelle.ihe.net/jira/browse/GZL-4274)\] field number_of_tests_to_realize in table tm_test does not exist +* \[[GZL-4275](https://gazelle.ihe.net/jira/browse/GZL-4275)\] Wrong total on financial summary page +* \[[GZL-4284](https://gazelle.ihe.net/jira/browse/GZL-4284)\] In the page /gazelle/administration/preferences.seam messages are displayed multiples times +* \[[GZL-4288](https://gazelle.ihe.net/jira/browse/GZL-4288)\] "Add note" button on Connectathon Results page does not work +* \[[GZL-4293](https://gazelle.ihe.net/jira/browse/GZL-4293)\] present lists as they are actually sorted +* \[[GZL-4299](https://gazelle.ihe.net/jira/browse/GZL-4299)\] Unable to delete a system on Manage system page, but 2 delete buttons on Find Systems +* \[[GZL-4300](https://gazelle.ihe.net/jira/browse/GZL-4300)\] GMM: When you change a test status, GMM erases the short description +* \[[GZL-4306](https://gazelle.ihe.net/jira/browse/GZL-4306)\] Last update date in CAT results is never updated +* \[[GZL-4309](https://gazelle.ihe.net/jira/browse/GZL-4309)\] /Test Management/System Testing/2 - User Account Management/Any user/TM-278:Upload a picture in preferences - Executed +* \[[GZL-4310](https://gazelle.ihe.net/jira/browse/GZL-4310)\] List contacts - Missing strings +* \[[GZL-4311](https://gazelle.ihe.net/jira/browse/GZL-4311)\] The continue buttton on the switch session page is useless +* \[[GZL-4313](https://gazelle.ihe.net/jira/browse/GZL-4313)\] /Test Management/System Testing/5 - System Management/TM-428:Access conformance statements through URL - Executed ON (I +* \[[GZL-4317](https://gazelle.ihe.net/jira/browse/GZL-4317)\] Addition of DICOM/HL7 integration statement requires to save twice +* \[[GZL-4318](https://gazelle.ihe.net/jira/browse/GZL-4318)\] /Test Management/System Testing/5 - System Management/As Vendor/TM-286:Vendor Generates Integration Statement. - Execut +* \[[GZL-4321](https://gazelle.ihe.net/jira/browse/GZL-4321)\] Broken layout if no System comments +* \[[GZL-4322](https://gazelle.ihe.net/jira/browse/GZL-4322)\] From pre-cat page, link to system leads to an empty page +* \[[GZL-4326](https://gazelle.ihe.net/jira/browse/GZL-4326)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-283:Export configurations in a +* \[[GZL-4328](https://gazelle.ihe.net/jira/browse/GZL-4328)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-195:View readers' files - Executed ON (ISO FORMAT) +* \[[GZL-4329](https://gazelle.ihe.net/jira/browse/GZL-4329)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-195:View readers' files - Executed ON (ISO FORMAT) +* \[[GZL-4332](https://gazelle.ihe.net/jira/browse/GZL-4332)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-194:Comment a sample - Executed ON (ISO FORMAT): 2 +* \[[GZL-4333](https://gazelle.ihe.net/jira/browse/GZL-4333)\] /Test Management/System Testing/10 - Samples Management/As Monitor and Admin/TM-193:Validate sample - Executed ON (ISO +* \[[GZL-4334](https://gazelle.ihe.net/jira/browse/GZL-4334)\] /Test Management/System Testing/5 - System Management/TM-428:Access conformance statements through URL - Executed ON (I +* \[[GZL-4341](https://gazelle.ihe.net/jira/browse/GZL-4341)\] When you are a monitor and you move a test from verified to "to be verified" without claiming the test, the chat logs in not in the good order +* \[[GZL-4343](https://gazelle.ihe.net/jira/browse/GZL-4343)\] /Test Management/System Testing/13 - Connectathon workflow/As monitor/TM-676:Monitor must be asked to justify the reason +* \[[GZL-4344](https://gazelle.ihe.net/jira/browse/GZL-4344)\] In some case, it's not possible to save a system in session with an HL7 conformance statement attached +* \[[GZL-4345](https://gazelle.ihe.net/jira/browse/GZL-4345)\] When editing an invoice, the number of system invoiced or participant invoiced is not updated. +* \[[GZL-4346](https://gazelle.ihe.net/jira/browse/GZL-4346)\] When you validate all test steps using the button below the table, the progress bar is not updated +* \[[GZL-4348](https://gazelle.ihe.net/jira/browse/GZL-4348)\] Test definition link on main connectathon page is broken +* \[[GZL-4350](https://gazelle.ihe.net/jira/browse/GZL-4350)\] Users with testing session manager role can edit sessions that they do not manage + +__Story__ +* \[[GZL-4353](https://gazelle.ihe.net/jira/browse/GZL-4353)\] Review fixed issues to be closed + +__Improvement__ +* \[[GZL-3164](https://gazelle.ihe.net/jira/browse/GZL-3164)\] request to see partners when hovering over test instance number +* \[[GZL-4113](https://gazelle.ihe.net/jira/browse/GZL-4113)\] When you save a preset, all the page is rendered and you loose the current filter you have done +* \[[GZL-4278](https://gazelle.ihe.net/jira/browse/GZL-4278)\] NA2017: When a monitor or user clicks a check on a test step, you cannot uncheck it +* \[[GZL-4282](https://gazelle.ihe.net/jira/browse/GZL-4282)\] 3 mouse movements needed to open Main Connecthathon page +* \[[GZL-4283](https://gazelle.ihe.net/jira/browse/GZL-4283)\] removed default value of "None" for option dropdown on Connectathon Results page +* \[[GZL-4287](https://gazelle.ihe.net/jira/browse/GZL-4287)\] On Connectathon Results export, replace database value with GUI value and add Organization column + +# 5.4.1 +_Release date: 2016-10-03_ + + +__Bug__ + +* \[[GZL-3530](https://gazelle.ihe.net/jira/browse/GZL-3530)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-244:List sharing logs - Executed ON (ISO FORMAT): 2015-01-06 11:47:59 +* \[[GZL-4004](https://gazelle.ihe.net/jira/browse/GZL-4004)\] /testing/test/cat.xhtml: java.lang.NullPointerException +* \[[GZL-4005](https://gazelle.ihe.net/jira/browse/GZL-4005)\] /configuration/configurationList.xhtml, rendered="#{!configurationsOverview.editRights}": +* \[[GZL-4044](https://gazelle.ihe.net/jira/browse/GZL-4044)\] The same test can be added several times to the monitor assignement +* \[[GZL-4078](https://gazelle.ihe.net/jira/browse/GZL-4078)\] /Test Management/System Testing/17 - Connectathon execution follow-up/TM-445:Admin shall be able to access information a +* \[[GZL-4081](https://gazelle.ihe.net/jira/browse/GZL-4081)\] We have a white line between the different participants list when you select participants for a new test +* \[[GZL-4085](https://gazelle.ihe.net/jira/browse/GZL-4085)\] errors in the log of CAT_SERVER +* \[[GZL-4141](https://gazelle.ihe.net/jira/browse/GZL-4141)\] Errors in Quartz logs +* \[[GZL-4174](https://gazelle.ihe.net/jira/browse/GZL-4174)\] As monitor you cannot claim a test when the name of the option is long +* \[[GZL-4185](https://gazelle.ihe.net/jira/browse/GZL-4185)\] List of partners does not match completed test instances +* \[[GZL-4191](https://gazelle.ihe.net/jira/browse/GZL-4191)\] The user message number is not updated after refreshing message +* \[[GZL-4198](https://gazelle.ihe.net/jira/browse/GZL-4198)\] List of tests assigned to a monitor is emptied if you add twice the same test +* \[[GZL-4256](https://gazelle.ihe.net/jira/browse/GZL-4256)\] gazelle-na reports error when vendors update default configs +* \[[GZL-4257](https://gazelle.ihe.net/jira/browse/GZL-4257)\] NA Gazelle, weird error when you update a system +* \[[GZL-4259](https://gazelle.ihe.net/jira/browse/GZL-4259)\] Default SOP class is not shown in edit mode for DICOM configs +* \[[GZL-4260](https://gazelle.ihe.net/jira/browse/GZL-4260)\] dropped system should not appear on dropdown list of systems on Configuration page + +__Improvement__ + +* \[[GZL-3696](https://gazelle.ihe.net/jira/browse/GZL-3696)\] NA2016: Make global assigning authorities visible in all testing sessions +* \[[GZL-3840](https://gazelle.ihe.net/jira/browse/GZL-3840)\] TM-187:add AIPO to a simulator - Executed ON (ISO FORMAT): 2015-11-24 16:14:03 +* \[[GZL-4035](https://gazelle.ihe.net/jira/browse/GZL-4035)\] When user download the host file, send the file as attachment instead of inline +* \[[GZL-4156](https://gazelle.ihe.net/jira/browse/GZL-4156)\] /administration/listMonitors.seam +* \[[GZL-4221](https://gazelle.ihe.net/jira/browse/GZL-4221)\] confusing sequence when adding a new test system + +# 5.4.0 +_Release date: 2016-09-20_ + + +__Bug__ + +* \[[GZL-4031](https://gazelle.ihe.net/jira/browse/GZL-4031)\] Gazelle is not able to read the list of assertions received from AssertionManager +* \[[GZL-4133](https://gazelle.ihe.net/jira/browse/GZL-4133)\] We are not able anymore to sort or to filter in System Management page for the admin +* \[[GZL-4208](https://gazelle.ihe.net/jira/browse/GZL-4208)\] GMM: Cannot leave ports blank when adding default config for DICOM SCU +* \[[GZL-4224](https://gazelle.ihe.net/jira/browse/GZL-4224)\] Cannot add profiles to testing session +* \[[GZL-4231](https://gazelle.ihe.net/jira/browse/GZL-4231)\] GZL Registration shows all profile/actors, not just those chosen for a session +* \[[GZL-4243](https://gazelle.ihe.net/jira/browse/GZL-4243)\] wrong session administrator shown on system registration page +* \[[GZL-4246](https://gazelle.ihe.net/jira/browse/GZL-4246)\] Cannot generate default configs for Eye Care test session +* \[[GZL-4249](https://gazelle.ihe.net/jira/browse/GZL-4249)\] Trigger event "Actor-Start-Stop" should be renamed into Application Activity +* \[[GZL-4254](https://gazelle.ihe.net/jira/browse/GZL-4254)\] Can't acces list of systems +* \[[GZL-4255](https://gazelle.ihe.net/jira/browse/GZL-4255)\] gazelle-model : Sonar analysis +* \[[GZL-4258](https://gazelle.ihe.net/jira/browse/GZL-4258)\] Export of Connectathon tests to PDF does not contain text in the Test Descr section +* \[[GZL-4262](https://gazelle.ihe.net/jira/browse/GZL-4262)\] Green triangle to launch EVSClient from test instance does not work on gazelle-na + +__Improvement__ + +* \[[GZL-4241](https://gazelle.ihe.net/jira/browse/GZL-4241)\] add a button in administration to clean filecache +* \[[GZL-4244](https://gazelle.ihe.net/jira/browse/GZL-4244)\] display relevant AIPO in partners window on main connectathon page. +* \[[GZL-4245](https://gazelle.ihe.net/jira/browse/GZL-4245)\] Profile/actor tab - create logical order for dropdown lists + +# 5.3.1 +_Release date: 2016-09-05_ + + +__Bug__ + +* \[[GZL-3723](https://gazelle.ihe.net/jira/browse/GZL-3723)\] In KPI for tests, when user click on Timeline or Graph, a blank page is displayed +* \[[GZL-4189](https://gazelle.ihe.net/jira/browse/GZL-4189)\] test instance notification messages status are reversed +* \[[GZL-4208](https://gazelle.ihe.net/jira/browse/GZL-4208)\] GMM: Cannot leave ports blank when adding default config for DICOM SCU +* \[[GZL-4222](https://gazelle.ihe.net/jira/browse/GZL-4222)\] When switching session, the Profiles offered by registration is from the previously selected session +* \[[GZL-4223](https://gazelle.ihe.net/jira/browse/GZL-4223)\] Adding profiles/actors -- sort entries for profiles / actors / options +* \[[GZL-4228](https://gazelle.ihe.net/jira/browse/GZL-4228)\] problem with system registration +* \[[GZL-4229](https://gazelle.ihe.net/jira/browse/GZL-4229)\] Missing IntegrationProfileOption Web service +* \[[GZL-4230](https://gazelle.ihe.net/jira/browse/GZL-4230)\] gazelle-na: kpiMonitor spreadsheet is empty +* \[[GZL-4235](https://gazelle.ihe.net/jira/browse/GZL-4235)\] NA2017: Contract extension is not PDF +* \[[GZL-4238](https://gazelle.ihe.net/jira/browse/GZL-4238)\] GMM: Cannot cancel from actor definition unless you enter keyword and name +* \[[GZL-4242](https://gazelle.ihe.net/jira/browse/GZL-4242)\] actor keyword length check when typing + +__Story__ + +* \[[GZL-2252](https://gazelle.ihe.net/jira/browse/GZL-2252)\] When I create a simulator the system's keyword contains HIMSS ! +* \[[GZL-4209](https://gazelle.ihe.net/jira/browse/GZL-4209)\] Optimize PR + +__Improvement__ + +* \[[GZL-4227](https://gazelle.ihe.net/jira/browse/GZL-4227)\] GMM: Update the default template for Test Description + +# 5.3.0 +_Release date: 2016-05-20_ + + +__Bug__ + +* \[[GZL-2083](https://gazelle.ihe.net/jira/browse/GZL-2083)\] Tests Definition's PDF does not output correctly if there are no English Test Description +* \[[GZL-2176](https://gazelle.ihe.net/jira/browse/GZL-2176)\] Difference of the saving control +* \[[GZL-2271](https://gazelle.ihe.net/jira/browse/GZL-2271)\] Column filter doesn't execute in case of paste via right-click menu. +* \[[GZL-2425](https://gazelle.ihe.net/jira/browse/GZL-2425)\] problem on the TVA calculated if there are Fees discount +* \[[GZL-2632](https://gazelle.ihe.net/jira/browse/GZL-2632)\] If a large amount of data is in the database, response is very slow +* \[[GZL-2667](https://gazelle.ihe.net/jira/browse/GZL-2667)\] Cannot enter double-byte character to Rich-Text area with Google Chrome +* \[[GZL-2803](https://gazelle.ihe.net/jira/browse/GZL-2803)\] Cannot add a contact to participant lists if his/her address is already used by another participant +* \[[GZL-2821](https://gazelle.ihe.net/jira/browse/GZL-2821)\] Missing entry in GMM +* \[[GZL-2862](https://gazelle.ihe.net/jira/browse/GZL-2862)\] Ability for user to select 'Supportive' is not initially shown for AIPO enabled as supportive in GMM +* \[[GZL-3031](https://gazelle.ihe.net/jira/browse/GZL-3031)\] There are a duplication of the testParticipant for the RoleInTest, I guess that a DISTINCT was missing in some JPQL requests +* \[[GZL-3048](https://gazelle.ihe.net/jira/browse/GZL-3048)\] When you create a new actor, and a new profile. If you add the actor to the profile from the profile edition page, the actor is linked to the profile, but we can not see it in the table +* \[[GZL-3056](https://gazelle.ihe.net/jira/browse/GZL-3056)\] the testParticipant are deleted, I do not how !! I am trying to work even with this, but is is realy blocker as issue. +* \[[GZL-3141](https://gazelle.ihe.net/jira/browse/GZL-3141)\] Redirect to error page while adding a comment to file uploaded to a test step +* \[[GZL-3277](https://gazelle.ihe.net/jira/browse/GZL-3277)\] The Management of Role in gazelle still does not work ! +* \[[GZL-3319](https://gazelle.ihe.net/jira/browse/GZL-3319)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-263:Check message validation status - Executed ON (ISO FORMAT): 2014-07-22 15:02:50 +* \[[GZL-3328](https://gazelle.ihe.net/jira/browse/GZL-3328)\] /Test Management/System Testing/8 - Monitor Management/As Admin/TM-351:Print Monitor tests list - Executed ON (ISO FORMAT): 2014-07-22 13:58:12 +* \[[GZL-3423](https://gazelle.ihe.net/jira/browse/GZL-3423)\] Error loading tooltips when no testing session is selected +* \[[GZL-3459](https://gazelle.ihe.net/jira/browse/GZL-3459)\] System Acceptance: Missing a system +* \[[GZL-3463](https://gazelle.ihe.net/jira/browse/GZL-3463)\] Adding a second profile/actor pair to a role removes first +* \[[GZL-3467](https://gazelle.ihe.net/jira/browse/GZL-3467)\] Cannot add a second AIPO to a test role +* \[[GZL-3483](https://gazelle.ihe.net/jira/browse/GZL-3483)\] In GMM, when you flip a test status, the color coding is lost until manual refresh +* \[[GZL-3489](https://gazelle.ihe.net/jira/browse/GZL-3489)\] Clean this warning: No component found to process as 'ajaxSingle' for clientId j_id599:systemDecorate:SystemListBox +* \[[GZL-3552](https://gazelle.ihe.net/jira/browse/GZL-3552)\] Some generated patients are missing addresses +* \[[GZL-3566](https://gazelle.ihe.net/jira/browse/GZL-3566)\] In GMM, creating roles throws random exceptions +* \[[GZL-3570](https://gazelle.ihe.net/jira/browse/GZL-3570)\] GMM: Cannot edit test description if that description was previously empty +* \[[GZL-3604](https://gazelle.ihe.net/jira/browse/GZL-3604)\] Test status filter seems not to be saved in the URL +* \[[GZL-3609](https://gazelle.ihe.net/jira/browse/GZL-3609)\] "Edit" button missing from Profile/Actor tabs unless you request "View" +* \[[GZL-3631](https://gazelle.ihe.net/jira/browse/GZL-3631)\] TM crashes when generating an ATNA questionnaire for IASI's system +* \[[GZL-3640](https://gazelle.ihe.net/jira/browse/GZL-3640)\] link to a deleted issue still appears +* \[[GZL-3671](https://gazelle.ihe.net/jira/browse/GZL-3671)\] On Monitor worklist page, as an admin, the filter on monitors shows inactive monitors +* \[[GZL-3677](https://gazelle.ihe.net/jira/browse/GZL-3677)\] all users roles assigned to users are deleted +* \[[GZL-3697](https://gazelle.ihe.net/jira/browse/GZL-3697)\] GMM: Adding Participant to a Role removes a different Participant instead +* \[[GZL-3701](https://gazelle.ihe.net/jira/browse/GZL-3701)\] GMM: Browse transaction export to excel includes only current page +* \[[GZL-3717](https://gazelle.ihe.net/jira/browse/GZL-3717)\] EYE2015: Cannot select Responder for EYECARE-20 in test step +* \[[GZL-3936](https://gazelle.ihe.net/jira/browse/GZL-3936)\] The find system page is slow +* \[[GZL-3999](https://gazelle.ihe.net/jira/browse/GZL-3999)\] jasper reports number_of_tests_to_realize doen't exists in tm_test table +* \[[GZL-4000](https://gazelle.ihe.net/jira/browse/GZL-4000)\] jasper repports orchestrated doesn't exist in tm_test table +* \[[GZL-4030](https://gazelle.ihe.net/jira/browse/GZL-4030)\] Fix stateful beans +* \[[GZL-4054](https://gazelle.ihe.net/jira/browse/GZL-4054)\] When a file is not present in a sample, a bug is shown in the logs +* \[[GZL-4121](https://gazelle.ihe.net/jira/browse/GZL-4121)\] The description of the test step in the edition of the test step is small, it should be bigger +* \[[GZL-4132](https://gazelle.ihe.net/jira/browse/GZL-4132)\] In List Institution, when we filter by last modifier, we have always an empty lastmodifier (in both assending and descending order) +* \[[GZL-4173](https://gazelle.ihe.net/jira/browse/GZL-4173)\] Sample page: Screen captures obscure validation controls +* \[[GZL-4183](https://gazelle.ihe.net/jira/browse/GZL-4183)\] duplicating a configuration copies the proxy port +* \[[GZL-4195](https://gazelle.ihe.net/jira/browse/GZL-4195)\] When selected testing session is disabled the selected testing session is null +* \[[GZL-4199](https://gazelle.ihe.net/jira/browse/GZL-4199)\] Unable to add an AIPO after removing it +* \[[GZL-4200](https://gazelle.ihe.net/jira/browse/GZL-4200)\] If a TLS Test is failed, the test step status displays a red and a blue circle. +* \[[GZL-4203](https://gazelle.ihe.net/jira/browse/GZL-4203)\] Admin should not be able to deactivate his/her current testing session +* \[[GZL-4204](https://gazelle.ihe.net/jira/browse/GZL-4204)\] User Preferences always in edition mode + +__Story__ + +* \[[GZL-4205](https://gazelle.ihe.net/jira/browse/GZL-4205)\] Migrate PR to jboss7 +* \[[GZL-4206](https://gazelle.ihe.net/jira/browse/GZL-4206)\] Release Product Registry Jboss7 + +__Improvement__ + +* \[[GZL-4202](https://gazelle.ihe.net/jira/browse/GZL-4202)\] Find system page: add a filter on "is a tool" attribute + +# 5.2.1 +_Release date: 2016-04-27_ + + +__Bug__ + +* \[[GZL-4151](https://gazelle.ihe.net/jira/browse/GZL-4151)\] The Gazelle/EU 2016 registration is confused +* \[[GZL-4194](https://gazelle.ihe.net/jira/browse/GZL-4194)\] Can't connect to GMM + +__Story__ + +* \[[GZL-4197](https://gazelle.ihe.net/jira/browse/GZL-4197)\] Release TM 5.2.1 & deploy + +# 5.2.0 +_Release date: 2016-04-22_ + + +__Bug__ + +* \[[GZL-3656](https://gazelle.ihe.net/jira/browse/GZL-3656)\] Testing session loses its integration profiles +* \[[GZL-4169](https://gazelle.ihe.net/jira/browse/GZL-4169)\] In logReturnForMesaTest.xhtml, an error message is displayed +* \[[GZL-4172](https://gazelle.ihe.net/jira/browse/GZL-4172)\] <dt>, <dd> and <dl> are removed from test descriptions. Should be recognized as valid HTML code +* \[[GZL-4182](https://gazelle.ihe.net/jira/browse/GZL-4182)\] test description modification is not taken into acount when starting a test instance +* \[[GZL-4186](https://gazelle.ihe.net/jira/browse/GZL-4186)\] Test Description Did Not Get Carried Forward from GMM during Bochum +* \[[GZL-4188](https://gazelle.ihe.net/jira/browse/GZL-4188)\] On TestInstance, it should be good to have test instance number as page title. + +__Story__ + +* \[[GZL-4193](https://gazelle.ihe.net/jira/browse/GZL-4193)\] Release 5.2.0 + +# 5.1.0 +_Release date: 2016-04-05_ + + +__Bug__ + +* \[[GZL-3733](https://gazelle.ihe.net/jira/browse/GZL-3733)\] Cannot sort the table "KPI for tests" +* \[[GZL-3734](https://gazelle.ihe.net/jira/browse/GZL-3734)\] Cannot sort the table "KPI for systems" +* \[[GZL-3842](https://gazelle.ihe.net/jira/browse/GZL-3842)\] Sort : TM-447:TF consistency - Executed ON (ISO FORMAT): 2015-11-24 13:57:50 +* \[[GZL-3884](https://gazelle.ihe.net/jira/browse/GZL-3884)\] Cannot sort the table "KPI for monitors" +* \[[GZL-3925](https://gazelle.ihe.net/jira/browse/GZL-3925)\] The default filter cookie is not working +* \[[GZL-3942](https://gazelle.ihe.net/jira/browse/GZL-3942)\] Use a caching mechanism +* \[[GZL-3962](https://gazelle.ihe.net/jira/browse/GZL-3962)\] Test definition is not always updated +* \[[GZL-4009](https://gazelle.ihe.net/jira/browse/GZL-4009)\] Unable to find component with ID statusFromList in view. +* \[[GZL-4013](https://gazelle.ihe.net/jira/browse/GZL-4013)\] Error sending mail /email/toAdminOnUserRegistering.xhtml +* \[[GZL-4014](https://gazelle.ihe.net/jira/browse/GZL-4014)\] cannot acces /testing/test/mesa/logReturnForMesaTest.xhtml +* \[[GZL-4015](https://gazelle.ihe.net/jira/browse/GZL-4015)\] Changing the IP address in the configuration page blocks any additional action. +* \[[GZL-4017](https://gazelle.ihe.net/jira/browse/GZL-4017)\] When pre CAT test status is changed a message is sent to the owner with the wrong link +* \[[GZL-4018](https://gazelle.ihe.net/jira/browse/GZL-4018)\] In pre CAT test result, system name is not displayed if no file have been uploaded +* \[[GZL-4020](https://gazelle.ihe.net/jira/browse/GZL-4020)\] Errors in log +* \[[GZL-4022](https://gazelle.ihe.net/jira/browse/GZL-4022)\] cannot reach parse response testAssertion/aipo/0 +* \[[GZL-4023](https://gazelle.ihe.net/jira/browse/GZL-4023)\] Missing serializable implementation +* \[[GZL-4025](https://gazelle.ihe.net/jira/browse/GZL-4025)\] Sonar blocker issue +* \[[GZL-4027](https://gazelle.ihe.net/jira/browse/GZL-4027)\] cannot export multiple reports when more than 100 tests are selected +* \[[GZL-4028](https://gazelle.ihe.net/jira/browse/GZL-4028)\] empty page if direct link +* \[[GZL-4029](https://gazelle.ihe.net/jira/browse/GZL-4029)\] cannot access to usage page due to contract fail +* \[[GZL-4032](https://gazelle.ihe.net/jira/browse/GZL-4032)\] TM-404 : Exception when saving the networkg configuration with IP and ports fields not filled in +* \[[GZL-4037](https://gazelle.ihe.net/jira/browse/GZL-4037)\] Sort in list assigned test is not working +* \[[GZL-4040](https://gazelle.ihe.net/jira/browse/GZL-4040)\] Admin : Manage monitor : add monitors organization filter should be a suggest filter +* \[[GZL-4041](https://gazelle.ihe.net/jira/browse/GZL-4041)\] Error in the logs related to configurations management in Gazelle +* \[[GZL-4042](https://gazelle.ihe.net/jira/browse/GZL-4042)\] Vendor_admin should be able to generate configs from COMPANY_KEY: Systems configurations page +* \[[GZL-4043](https://gazelle.ihe.net/jira/browse/GZL-4043)\] Admin : Manage monitor : precise it is for the current testing session +* \[[GZL-4047](https://gazelle.ihe.net/jira/browse/GZL-4047)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-352:Display the samples worklist for a system. - E +* \[[GZL-4048](https://gazelle.ihe.net/jira/browse/GZL-4048)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-195:View readers' files - Executed ON (ISO FORMAT) +* \[[GZL-4049](https://gazelle.ihe.net/jira/browse/GZL-4049)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-354:View producers' files - Executed ON (ISO FORMA +* \[[GZL-4050](https://gazelle.ihe.net/jira/browse/GZL-4050)\] We don't have the same feature between sample.seam and system_object.seam +* \[[GZL-4053](https://gazelle.ihe.net/jira/browse/GZL-4053)\] /Test Management/System Testing/9 - Configuration Management/As Gazelle Admin/TM-636:OID requirements - Deletion Execut +* \[[GZL-4055](https://gazelle.ihe.net/jira/browse/GZL-4055)\] /Test Management/System Testing/10 - Samples Management/As Vendor and Vendor Admin/TM-177:Delete sample - Executed ON ( +* \[[GZL-4058](https://gazelle.ihe.net/jira/browse/GZL-4058)\] as vendor when you click on secure checkbox you loose the page +* \[[GZL-4059](https://gazelle.ihe.net/jira/browse/GZL-4059)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-283:Export configurations in a +* \[[GZL-4060](https://gazelle.ihe.net/jira/browse/GZL-4060)\] The lock in the page configuration is not clickable +* \[[GZL-4061](https://gazelle.ihe.net/jira/browse/GZL-4061)\] /Test Management/System Testing/9 - Configuration Management/As Gazelle Admin/TM-646:OID roots - Edition Executed ON (I +* \[[GZL-4063](https://gazelle.ihe.net/jira/browse/GZL-4063)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-143:Delete one configuration - +* \[[GZL-4064](https://gazelle.ihe.net/jira/browse/GZL-4064)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-256:Add a comment to step - Executed +* \[[GZL-4065](https://gazelle.ihe.net/jira/browse/GZL-4065)\] System sort does not work in CAT page +* \[[GZL-4066](https://gazelle.ihe.net/jira/browse/GZL-4066)\] Test instance page, mark all steps as done, doesn't update each steps +* \[[GZL-4070](https://gazelle.ihe.net/jira/browse/GZL-4070)\] If you click twice on the list of system in the page of TestInstance, the second one does not work +* \[[GZL-4071](https://gazelle.ihe.net/jira/browse/GZL-4071)\] Edit a patient : empty selects +* \[[GZL-4075](https://gazelle.ihe.net/jira/browse/GZL-4075)\] Tree display seems to be broken +* \[[GZL-4076](https://gazelle.ihe.net/jira/browse/GZL-4076)\] Problem of display when deleting an assigning autrhority for a system +* \[[GZL-4077](https://gazelle.ihe.net/jira/browse/GZL-4077)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-248:Admin generates patient according to system i +* \[[GZL-4079](https://gazelle.ihe.net/jira/browse/GZL-4079)\] Bug in the logs +* \[[GZL-4083](https://gazelle.ihe.net/jira/browse/GZL-4083)\] The comment popupPanel should be larger +* \[[GZL-4084](https://gazelle.ihe.net/jira/browse/GZL-4084)\] The button upload a file related to a test instance does not work +* \[[GZL-4086](https://gazelle.ihe.net/jira/browse/GZL-4086)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4087](https://gazelle.ihe.net/jira/browse/GZL-4087)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4088](https://gazelle.ihe.net/jira/browse/GZL-4088)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4089](https://gazelle.ihe.net/jira/browse/GZL-4089)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations +* \[[GZL-4090](https://gazelle.ihe.net/jira/browse/GZL-4090)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-266:Write in chat window - Executed O +* \[[GZL-4093](https://gazelle.ihe.net/jira/browse/GZL-4093)\] The list of system with which I have already tested is not sortable (when you start a new test instance) +* \[[GZL-4094](https://gazelle.ihe.net/jira/browse/GZL-4094)\] If you click on the fileUpload of the step, you upload a doc, then you click on the fileupload of the testindtance and you upload a doc, it does not work +* \[[GZL-4096](https://gazelle.ihe.net/jira/browse/GZL-4096)\] global test steps status change doesn't update each test steps +* \[[GZL-4097](https://gazelle.ihe.net/jira/browse/GZL-4097)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-264:Edit step comment - Executed ON ( +* \[[GZL-4098](https://gazelle.ihe.net/jira/browse/GZL-4098)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-608:Users must be able to validate/rev +* \[[GZL-4099](https://gazelle.ihe.net/jira/browse/GZL-4099)\] cannot report issue from a test or a test instance +* \[[GZL-4100](https://gazelle.ihe.net/jira/browse/GZL-4100)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-412:Add a comment on the connectathon +* \[[GZL-4101](https://gazelle.ihe.net/jira/browse/GZL-4101)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-247:Vendor admin links systems to an authority. - +* \[[GZL-4102](https://gazelle.ihe.net/jira/browse/GZL-4102)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-247:Vendor admin links systems to an authority. - +* \[[GZL-4103](https://gazelle.ihe.net/jira/browse/GZL-4103)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-238:Generate a new patient. - Executed ON (ISO F +* \[[GZL-4104](https://gazelle.ihe.net/jira/browse/GZL-4104)\] When I ask for a patient with an empty address, the tool try anyway to render an address +* \[[GZL-4105](https://gazelle.ihe.net/jira/browse/GZL-4105)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-472:User must be able to view patient details. - +* \[[GZL-4107](https://gazelle.ihe.net/jira/browse/GZL-4107)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-239:List existing patients. - Executed ON (ISO F +* \[[GZL-4108](https://gazelle.ihe.net/jira/browse/GZL-4108)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-242:Share one patient - Executed ON (ISO FORMAT) +* \[[GZL-4109](https://gazelle.ihe.net/jira/browse/GZL-4109)\] /Test Management/System Testing/11 - Patient Generation and Sharing/TM-242:Share one patient - Executed ON (ISO FORMAT) +* \[[GZL-4111](https://gazelle.ihe.net/jira/browse/GZL-4111)\] /Test Management/System Testing/14 - Connectathon Grading & Results/Grading/TM-392:Administator lists the AIPO to be gra +* \[[GZL-4112](https://gazelle.ihe.net/jira/browse/GZL-4112)\] /Test Management/System Testing/14 - Connectathon Grading & Results/Grading/TM-395:Refresh filters - Executed ON (ISO F +* \[[GZL-4118](https://gazelle.ihe.net/jira/browse/GZL-4118)\] uncaught exception, passing to exception handler: org.jboss.seam.security.NotLoggedInException +* \[[GZL-4120](https://gazelle.ihe.net/jira/browse/GZL-4120)\] Unable to find monitor +* \[[GZL-4123](https://gazelle.ihe.net/jira/browse/GZL-4123)\] Bug on duplicating a test step +* \[[GZL-4127](https://gazelle.ihe.net/jira/browse/GZL-4127)\] The Section of document is not clickable in the Integration profile description +* \[[GZL-4128](https://gazelle.ihe.net/jira/browse/GZL-4128)\] errors in log : ca.uhn.hl7v2.HL7Exception: Cannot open connection +* \[[GZL-4129](https://gazelle.ihe.net/jira/browse/GZL-4129)\] NPE when sharing patient with a system without Assigning Authority +* \[[GZL-4136](https://gazelle.ihe.net/jira/browse/GZL-4136)\] If you edit a user preference and then you click on cancel, you go back to your preferences edition and not the list of users +* \[[GZL-4143](https://gazelle.ihe.net/jira/browse/GZL-4143)\] No ack code displayed in log when trying to share patient with the wrong message option +* \[[GZL-4146](https://gazelle.ihe.net/jira/browse/GZL-4146)\] test instance page display error when doing action after few minutes +* \[[GZL-4148](https://gazelle.ihe.net/jira/browse/GZL-4148)\] Error when user upload a sample +* \[[GZL-4152](https://gazelle.ihe.net/jira/browse/GZL-4152)\] system config inbounds/outbounds : unhandled response if system's keyword exists several times in DB +* \[[GZL-4154](https://gazelle.ihe.net/jira/browse/GZL-4154)\] broken pipe error on random asset files +* \[[GZL-4158](https://gazelle.ihe.net/jira/browse/GZL-4158)\] use the appropriate version of postgresql driver +* \[[GZL-4159](https://gazelle.ihe.net/jira/browse/GZL-4159)\] When user try to share patient outside the local network it's not working +* \[[GZL-4161](https://gazelle.ihe.net/jira/browse/GZL-4161)\] unrecognized cas ticket throws exception +* \[[GZL-4162](https://gazelle.ihe.net/jira/browse/GZL-4162)\] listTFConfigurationsForSystemInSession : unhandled response if system's keyword exists several times in DB +* \[[GZL-4164](https://gazelle.ihe.net/jira/browse/GZL-4164)\] In HL7v2 messages, country should be sent in PID-11.6 (currently is PID-12) +* \[[GZL-4165](https://gazelle.ihe.net/jira/browse/GZL-4165)\] In listAllHostsForAdmin "assign IP addresses" reassing all IPs +* \[[GZL-4171](https://gazelle.ihe.net/jira/browse/GZL-4171)\] support regarding XDR-I configurations + +__Story__ + +* \[[GZL-4001](https://gazelle.ihe.net/jira/browse/GZL-4001)\] Update PatientGeneration module +* \[[GZL-4166](https://gazelle.ihe.net/jira/browse/GZL-4166)\] Release TM 5.1.0 + +__Improvement__ + +* \[[GZL-4034](https://gazelle.ihe.net/jira/browse/GZL-4034)\] Use suggest filters for list of pre-connectathon tests +* \[[GZL-4131](https://gazelle.ihe.net/jira/browse/GZL-4131)\] improve logged informations with username and path +* \[[GZL-4134](https://gazelle.ihe.net/jira/browse/GZL-4134)\] create a preference to enable or disable ping +* \[[GZL-4144](https://gazelle.ihe.net/jira/browse/GZL-4144)\] Limit ping to active tabs + +# 5.0.5 +_Release date: 2016-03-03_ + + +__Bug__ + +* \[[GZL-3656](https://gazelle.ihe.net/jira/browse/GZL-3656)\] Testing session loses its integration profiles +* \[[GZL-3710](https://gazelle.ihe.net/jira/browse/GZL-3710)\] NA2016: Demonstration dates -- off by one error +* \[[GZL-3989](https://gazelle.ihe.net/jira/browse/GZL-3989)\] List Systems Spreadsheet, please remove hyperlinks in column B +* \[[GZL-3990](https://gazelle.ihe.net/jira/browse/GZL-3990)\] In the registration overview spreadsheet, please remove hyperlinks +* \[[GZL-3992](https://gazelle.ihe.net/jira/browse/GZL-3992)\] Cannot deploy GMM due to PUProvider +* \[[GZL-3994](https://gazelle.ihe.net/jira/browse/GZL-3994)\] Registration Overview NPE if no system present +* \[[GZL-3995](https://gazelle.ihe.net/jira/browse/GZL-3995)\] As first user (admin) after installation, no testing session is selected +* \[[GZL-3998](https://gazelle.ihe.net/jira/browse/GZL-3998)\] import test fail due to duplicated document section +* \[[GZL-4006](https://gazelle.ihe.net/jira/browse/GZL-4006)\] The HL7V3/Webservice Endpoint is not shown anymore in the table view +* \[[GZL-4062](https://gazelle.ihe.net/jira/browse/GZL-4062)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-616:Vendor_admin must be able + +__Story__ + +* \[[GZL-4012](https://gazelle.ihe.net/jira/browse/GZL-4012)\] Release TM 5.0.5 + +# 5.0.4 +_Release date: 2016-02-16_ + + +__Bug__ + +* \[[GZL-3737](https://gazelle.ihe.net/jira/browse/GZL-3737)\] Review "Gazelle Configuration using TF" page +* \[[GZL-3923](https://gazelle.ihe.net/jira/browse/GZL-3923)\] Bug in the edition of test definition +* \[[GZL-3959](https://gazelle.ihe.net/jira/browse/GZL-3959)\] In financial summary add input for organization selection +* \[[GZL-3962](https://gazelle.ihe.net/jira/browse/GZL-3962)\] Test definition is not always updated +* \[[GZL-3964](https://gazelle.ihe.net/jira/browse/GZL-3964)\] Button style is missing +* \[[GZL-3965](https://gazelle.ihe.net/jira/browse/GZL-3965)\] In edit view, test steps are not sorted +* \[[GZL-3967](https://gazelle.ihe.net/jira/browse/GZL-3967)\] It would be convenient to have the test cases ordered alphabetically +* \[[GZL-3968](https://gazelle.ihe.net/jira/browse/GZL-3968)\] In test steps, use TLS is no more taken into account +* \[[GZL-3970](https://gazelle.ihe.net/jira/browse/GZL-3970)\] cannot view list sample page in TM only mode +* \[[GZL-3972](https://gazelle.ihe.net/jira/browse/GZL-3972)\] Cannot add the monitors to the list of participants +* \[[GZL-3976](https://gazelle.ihe.net/jira/browse/GZL-3976)\] In pre-CAT result, popup are not well populated and hyperlink can't be clicked +* \[[GZL-3980](https://gazelle.ihe.net/jira/browse/GZL-3980)\] Add Actor/Integration Profile pairs for a Transaction crashes +* \[[GZL-3981](https://gazelle.ihe.net/jira/browse/GZL-3981)\] Wrong encoding on pages pages using h:commandButton to save +* \[[GZL-3983](https://gazelle.ihe.net/jira/browse/GZL-3983)\] remove ActorIntegrationProfile for an actor failed +* \[[GZL-3985](https://gazelle.ihe.net/jira/browse/GZL-3985)\] Add a panel around test description in edit test role +* \[[GZL-3986](https://gazelle.ihe.net/jira/browse/GZL-3986)\] In the tool tip next to a test role, we miss the information about test tool +* \[[GZL-3987](https://gazelle.ihe.net/jira/browse/GZL-3987)\] In edit test role input number spinner are not blocked for mousewheel + +__Story__ + +* \[[GZL-3979](https://gazelle.ihe.net/jira/browse/GZL-3979)\] Update gazelle-version +* \[[GZL-3993](https://gazelle.ihe.net/jira/browse/GZL-3993)\] Release TM 5.0.4 + +# 5.0.3 +_Release date: 2016-02-05_ + + +__Bug__ + +* \[[GZL-3718](https://gazelle.ihe.net/jira/browse/GZL-3718)\] Edit standard is not perfect +* \[[GZL-3732](https://gazelle.ihe.net/jira/browse/GZL-3732)\] Cannot export the list of hosts as a CSV file +* \[[GZL-3740](https://gazelle.ihe.net/jira/browse/GZL-3740)\] Admin is not able to print the list of tests for a monitor +* \[[GZL-3774](https://gazelle.ihe.net/jira/browse/GZL-3774)\] Missing translation +* \[[GZL-3882](https://gazelle.ihe.net/jira/browse/GZL-3882)\] Usages sort is not working for admin +* \[[GZL-3885](https://gazelle.ihe.net/jira/browse/GZL-3885)\] "Page active" check in /EU-CAT/usage.seam is not working +* \[[GZL-3902](https://gazelle.ihe.net/jira/browse/GZL-3902)\] GMM: Adding Participant to a Role removes a different Participant instead: Jboss7 +* \[[GZL-3934](https://gazelle.ihe.net/jira/browse/GZL-3934)\] Use infinispan +* \[[GZL-3938](https://gazelle.ihe.net/jira/browse/GZL-3938)\] Link to institution goes to the wrong institution +* \[[GZL-3939](https://gazelle.ihe.net/jira/browse/GZL-3939)\] In the page https://gazelle.ihe.net/EU-CAT/usage.seam sort of the table does not work +* \[[GZL-3940](https://gazelle.ihe.net/jira/browse/GZL-3940)\] remove email address from 'Find a monitor' +* \[[GZL-3943](https://gazelle.ihe.net/jira/browse/GZL-3943)\] In application preference, remove last / of tls_url if present +* \[[GZL-3945](https://gazelle.ihe.net/jira/browse/GZL-3945)\] The label to delete an invoice is incorrect +* \[[GZL-3946](https://gazelle.ihe.net/jira/browse/GZL-3946)\] On the page Systems in Session I am missing the sorting of the table per the column "Registration Status" +* \[[GZL-3954](https://gazelle.ihe.net/jira/browse/GZL-3954)\] Page Testing session participant : filtering and sorting does not work at all +* \[[GZL-3960](https://gazelle.ihe.net/jira/browse/GZL-3960)\] Style : In Test instances status checkboxes are not align + +__Story__ + +* \[[GZL-3969](https://gazelle.ihe.net/jira/browse/GZL-3969)\] Release 5.0.3 + +__Improvement__ + +* \[[GZL-3744](https://gazelle.ihe.net/jira/browse/GZL-3744)\] ConnectathonParticipants: Add checkboxes for filtering on status (+ show number for each) as for test intances + +# 5.0.2 +_Release date: 2016-01-18_ + + +__Bug__ + +* \[[GZL-3735](https://gazelle.ihe.net/jira/browse/GZL-3735)\] No tooltip displayed on Organisation creation/edition page +* \[[GZL-3736](https://gazelle.ihe.net/jira/browse/GZL-3736)\] In Firefox, the popup which shows the details about a type of sample cannot be closed +* \[[GZL-3738](https://gazelle.ihe.net/jira/browse/GZL-3738)\] On actor page, the various tables are not sortable +* \[[GZL-3773](https://gazelle.ihe.net/jira/browse/GZL-3773)\] Missing id on input field +* \[[GZL-3790](https://gazelle.ihe.net/jira/browse/GZL-3790)\] When you want to sort by last user connexion in gazelle, you are not able to see the last one +* \[[GZL-3795](https://gazelle.ihe.net/jira/browse/GZL-3795)\] When you update the list of table, the list proposed is not updated +* \[[GZL-3813](https://gazelle.ihe.net/jira/browse/GZL-3813)\] TM-264:Edit step comment performance trouble, the whole page is refreshed on button click +* \[[GZL-3832](https://gazelle.ihe.net/jira/browse/GZL-3832)\] Sort : TM-624:Admin must be able to list all hosts - Executed ON (ISO FORMAT): 2015-11-24 15:02:19 +* \[[GZL-3833](https://gazelle.ihe.net/jira/browse/GZL-3833)\] Sort : TM-140:List existing configurations - Executed ON (ISO FORMAT): 2015-11-24 15:19:19 +* \[[GZL-3843](https://gazelle.ihe.net/jira/browse/GZL-3843)\] Sort : TM-488:Actors - Read details - Executed ON (ISO FORMAT): 2015-11-24 14:18:45 +* \[[GZL-3847](https://gazelle.ihe.net/jira/browse/GZL-3847)\] Sort : TM-514:Domains - Read details - Executed ON (ISO FORMAT): 2015-11-24 15:22:18 +* \[[GZL-3856](https://gazelle.ihe.net/jira/browse/GZL-3856)\] Sort : TM-538:Integration profile options - Edition - Executed ON (ISO FORMAT): 2015-11-24 16:19:21 +* \[[GZL-3860](https://gazelle.ihe.net/jira/browse/GZL-3860)\] Sort : TM-560:Transactions - Read details - Executed ON (ISO FORMAT): 2015-11-24 16:58:42 +* \[[GZL-3862](https://gazelle.ihe.net/jira/browse/GZL-3862)\] Sort : TM-437:Test editor shall be able to list the object types [1] - Executed ON (ISO FORMAT): 2015-11-24 14:39:44 +* \[[GZL-3893](https://gazelle.ihe.net/jira/browse/GZL-3893)\] NA2016: Restriction on 'same company' partners in 3-partner test is too tight +* \[[GZL-3904](https://gazelle.ihe.net/jira/browse/GZL-3904)\] Update logo tips in Session edition +* \[[GZL-3913](https://gazelle.ihe.net/jira/browse/GZL-3913)\] When user register a new account an email is sent to admin instead of company admin +* \[[GZL-3921](https://gazelle.ihe.net/jira/browse/GZL-3921)\] XSS exploit possible when using <g:link...> +* \[[GZL-3928](https://gazelle.ihe.net/jira/browse/GZL-3928)\] Problems in the financial summary page. +* \[[GZL-3929](https://gazelle.ihe.net/jira/browse/GZL-3929)\] Printing assigned tests from Find a monitor page fails --> zero-length file +* \[[GZL-3930](https://gazelle.ihe.net/jira/browse/GZL-3930)\] Trouble when user try to import system +* \[[GZL-3931](https://gazelle.ihe.net/jira/browse/GZL-3931)\] Style : Missing severity on faces messages +* \[[GZL-3932](https://gazelle.ihe.net/jira/browse/GZL-3932)\] When company did not select address --> error in this application +* \[[GZL-3933](https://gazelle.ihe.net/jira/browse/GZL-3933)\] Closed is always displayed in the menu when in GMM only +* \[[GZL-3951](https://gazelle.ihe.net/jira/browse/GZL-3951)\] Sometimes when I login, I just see my picture + +__Story__ + +* \[[GZL-3914](https://gazelle.ihe.net/jira/browse/GZL-3914)\] Add the possibility to filter roleInTest by the flag "is played by a tool" + +__Improvement__ + +* \[[GZL-3755](https://gazelle.ihe.net/jira/browse/GZL-3755)\] Can we filter by standard name from the table ? /EU-CAT/tf/standard/index.seam +* \[[GZL-3756](https://gazelle.ihe.net/jira/browse/GZL-3756)\] when you add an acotr/profile to a transaction, you cannot see the list of already existing profile actor from the edition page (like we do for edition of profiles in actor page for example) +* \[[GZL-3907](https://gazelle.ihe.net/jira/browse/GZL-3907)\] Various issues with the show/edit invoice pages +* \[[GZL-3917](https://gazelle.ihe.net/jira/browse/GZL-3917)\] fix test instance layout +* \[[GZL-3918](https://gazelle.ihe.net/jira/browse/GZL-3918)\] User is not always redirected to home page after login with username, password +* \[[GZL-3922](https://gazelle.ihe.net/jira/browse/GZL-3922)\] In the page to switch session, if admin, I'd like to get a button to edit a session +* \[[GZL-3927](https://gazelle.ihe.net/jira/browse/GZL-3927)\] I use the search feature to edit a user. I want to be able to edit the user from the outcome of the search + +# 5.0.1 +_Release date: 2016-01-04_ + + +__Bug__ + +* \[[GZL-3743](https://gazelle.ihe.net/jira/browse/GZL-3743)\] In meta test page, rows used to be colored based on the test status, it is no more the case +* \[[GZL-3757](https://gazelle.ihe.net/jira/browse/GZL-3757)\] In find system, hyperlink on organization should not be clickable +* \[[GZL-3758](https://gazelle.ihe.net/jira/browse/GZL-3758)\] Style : When user remove his profile picture the page is not renderd +* \[[GZL-3759](https://gazelle.ihe.net/jira/browse/GZL-3759)\] Style : When user upload a too large profile picture, the display goes out of the form. +* \[[GZL-3760](https://gazelle.ihe.net/jira/browse/GZL-3760)\] Style : Retrieve lost password popup +* \[[GZL-3763](https://gazelle.ihe.net/jira/browse/GZL-3763)\] Style : As admin in list institution, the "Add an organization" button must be aligned on the left and colored in green +* \[[GZL-3764](https://gazelle.ihe.net/jira/browse/GZL-3764)\] Style : As vendor, in Systems Management, Registration status and Creator columns headers need to be align left +* \[[GZL-3765](https://gazelle.ihe.net/jira/browse/GZL-3765)\] Style : When vendor remove an AIPO the popup header is not valid +* \[[GZL-3766](https://gazelle.ihe.net/jira/browse/GZL-3766)\] Style : As admin in Manage demonstrations, the "Add an demonstration" button must be aligned on the left and colored in green +* \[[GZL-3769](https://gazelle.ihe.net/jira/browse/GZL-3769)\] For Admin, in List of invoices, no reset filter button +* \[[GZL-3770](https://gazelle.ihe.net/jira/browse/GZL-3770)\] When admin,display details of an invoice the title is wrong +* \[[GZL-3771](https://gazelle.ihe.net/jira/browse/GZL-3771)\] In TF>Actor edition, the button to Edit the "list of relevent profile" is red, instead of blue +* \[[GZL-3772](https://gazelle.ihe.net/jira/browse/GZL-3772)\] As admin, in Manage sample, the view popup need to be reviewed +* \[[GZL-3776](https://gazelle.ihe.net/jira/browse/GZL-3776)\] Style : Trouble in test edition +* \[[GZL-3777](https://gazelle.ihe.net/jira/browse/GZL-3777)\] Style : preset +* \[[GZL-3779](https://gazelle.ihe.net/jira/browse/GZL-3779)\] Style : review MetaTest creation +* \[[GZL-3780](https://gazelle.ihe.net/jira/browse/GZL-3780)\] Style : Share patient +* \[[GZL-3783](https://gazelle.ihe.net/jira/browse/GZL-3783)\] Style : Date edition +* \[[GZL-3785](https://gazelle.ihe.net/jira/browse/GZL-3785)\] Style : In list role in test, Show usage popup cannot be closed. +* \[[GZL-3786](https://gazelle.ihe.net/jira/browse/GZL-3786)\] Style : Tests Definition Checklist +* \[[GZL-3791](https://gazelle.ihe.net/jira/browse/GZL-3791)\] The deletion of network configuration does not ask before (no popup panel for validation !) +* \[[GZL-3792](https://gazelle.ihe.net/jira/browse/GZL-3792)\] There is no button reset for the list of IP +* \[[GZL-3794](https://gazelle.ihe.net/jira/browse/GZL-3794)\] When you download the list of system as an excel file, we are missing the name of the organization +* \[[GZL-3802](https://gazelle.ihe.net/jira/browse/GZL-3802)\] TM-609:Vendor/Vendor_admin must be able to generate system configurations for all systems - Executed ON (ISO FORMAT): 2015-11-24 15:10:37 +* \[[GZL-3806](https://gazelle.ihe.net/jira/browse/GZL-3806)\] TM-399:Close and reset details - Executed ON (ISO FORMAT): 2015-11-24 16:26:25 +* \[[GZL-3807](https://gazelle.ihe.net/jira/browse/GZL-3807)\] TM-524:Integration profiles - Access documentation - Executed ON (ISO FORMAT): 2015-11-24 17:38:27 +* \[[GZL-3808](https://gazelle.ihe.net/jira/browse/GZL-3808)\] Filter : TM-541:HL7 message profiles - Filter/Sort/Order - Executed ON (ISO FORMAT): 2015-11-24 17:48:35 +* \[[GZL-3809](https://gazelle.ihe.net/jira/browse/GZL-3809)\] Export : TM-366:Vendor downloads the list of registered systems. - Executed ON (ISO FORMAT): 2015-11-24 14:12:01 +* \[[GZL-3810](https://gazelle.ihe.net/jira/browse/GZL-3810)\] TM-469:Download pre-connectathon worklist +* \[[GZL-3811](https://gazelle.ihe.net/jira/browse/GZL-3811)\] Filter : TM-611:Configurations - List all and access details - Executed ON (ISO FORMAT): 2015-11-24 14:27:42 +* \[[GZL-3814](https://gazelle.ihe.net/jira/browse/GZL-3814)\] TM-279:Change picture in preferences - Executed ON (ISO FORMAT): 2015-11-24 10:50:26 +* \[[GZL-3815](https://gazelle.ihe.net/jira/browse/GZL-3815)\] TM-52:Retrieve lost password - Executed ON (ISO FORMAT): 2015-11-24 18:01:36 +* \[[GZL-3821](https://gazelle.ihe.net/jira/browse/GZL-3821)\] Sort : TM-223:List testing session - Executed ON (ISO FORMAT): 2015-11-24 09:59:01 +* \[[GZL-3822](https://gazelle.ihe.net/jira/browse/GZL-3822)\] Filter : TM-301:List the users registered within the application - Executed ON (ISO FORMAT): 2015-11-24 10:32:36 +* \[[GZL-3823](https://gazelle.ihe.net/jira/browse/GZL-3823)\] TM-297:Update user preferences - Executed ON (ISO FORMAT): 2015-11-24 10:43:02 +* \[[GZL-3825](https://gazelle.ihe.net/jira/browse/GZL-3825)\] TM-153:Admin deletes all profiles/actors - Executed ON (ISO FORMAT): 2015-11-24 11:42:57 +* \[[GZL-3841](https://gazelle.ihe.net/jira/browse/GZL-3841)\] Sort : TM-455:List available paths [1] - Executed ON (ISO FORMAT): 2015-11-24 14:08:06 +* \[[GZL-3844](https://gazelle.ihe.net/jira/browse/GZL-3844)\] TM-490:Actors - Edition - Executed ON (ISO FORMAT): 2015-11-24 14:24:00 +* \[[GZL-3845](https://gazelle.ihe.net/jira/browse/GZL-3845)\] TM-498:Audit messages - Creation - Executed ON (ISO FORMAT): 2015-11-24 14:56:56 +* \[[GZL-3846](https://gazelle.ihe.net/jira/browse/GZL-3846)\] Faces messages : TM-510:Documents - Deletion - Executed ON (ISO FORMAT): 2015-11-24 15:13:27 +* \[[GZL-3848](https://gazelle.ihe.net/jira/browse/GZL-3848)\] Faces messages : TM-517:Domains - Deletion - Executed ON (ISO FORMAT): 2015-11-24 15:23:01 +* \[[GZL-3849](https://gazelle.ihe.net/jira/browse/GZL-3849)\] TM-519:Integration profiles - List all - Executed ON (ISO FORMAT): 2015-11-24 15:51:08 +* \[[GZL-3850](https://gazelle.ihe.net/jira/browse/GZL-3850)\] TM-522:Integration profiles - Read details - Executed ON (ISO FORMAT): 2015-11-24 15:46:13 +* \[[GZL-3851](https://gazelle.ihe.net/jira/browse/GZL-3851)\] TM-526:Integration profiles - Duplicate - Executed ON (ISO FORMAT): 2015-11-24 15:58:44 +* \[[GZL-3852](https://gazelle.ihe.net/jira/browse/GZL-3852)\] TM-525:Integration profiles - Creation - Executed ON (ISO FORMAT): 2015-11-24 15:53:26 +* \[[GZL-3853](https://gazelle.ihe.net/jira/browse/GZL-3853)\] Faces messages : TM-527:Integration profiles - Edition - Executed ON (ISO FORMAT): 2015-11-24 16:03:21 +* \[[GZL-3854](https://gazelle.ihe.net/jira/browse/GZL-3854)\] Sort : TM-531:Integration profiles - Manage linked actors - Executed ON (ISO FORMAT): 2015-11-24 16:05:19 +* \[[GZL-3855](https://gazelle.ihe.net/jira/browse/GZL-3855)\] Integration profile options - Creation +* \[[GZL-3857](https://gazelle.ihe.net/jira/browse/GZL-3857)\] TM-546:HL7 message profiles - Deletion - Executed ON (ISO FORMAT): 2015-11-24 16:39:18 +* \[[GZL-3858](https://gazelle.ihe.net/jira/browse/GZL-3858)\] Filter : TM-554:Standards - List all - Executed ON (ISO FORMAT): 2015-11-24 16:52:35 +* \[[GZL-3859](https://gazelle.ihe.net/jira/browse/GZL-3859)\] Faces messages : TM-559:Transactions - List all - Executed ON (ISO FORMAT): 2015-11-24 16:56:13 +* \[[GZL-3879](https://gazelle.ihe.net/jira/browse/GZL-3879)\] Some images are not loaded +* \[[GZL-3880](https://gazelle.ihe.net/jira/browse/GZL-3880)\] Cannot login with user password when on GMM only mode +* \[[GZL-3881](https://gazelle.ihe.net/jira/browse/GZL-3881)\] In connectathon result, add background color on result cell +* \[[GZL-3883](https://gazelle.ihe.net/jira/browse/GZL-3883)\] Scroll to add participant panel in start test instance +* \[[GZL-3886](https://gazelle.ihe.net/jira/browse/GZL-3886)\] Add actor doesn't handle used keyword +* \[[GZL-3887](https://gazelle.ihe.net/jira/browse/GZL-3887)\] Add domain doesn't handle already used keyword and name +* \[[GZL-3890](https://gazelle.ihe.net/jira/browse/GZL-3890)\] Integration profile graphic throws an error on server side if no transaction are defined +* \[[GZL-3891](https://gazelle.ihe.net/jira/browse/GZL-3891)\] TM-522:Integration profiles - actors sorting is not working in the profile edition/show +* \[[GZL-3895](https://gazelle.ihe.net/jira/browse/GZL-3895)\] Add close/open information in change session page +* \[[GZL-3896](https://gazelle.ihe.net/jira/browse/GZL-3896)\] system edition: Url is not checked when adding and hl7 or dicom integration statemant +* \[[GZL-3900](https://gazelle.ihe.net/jira/browse/GZL-3900)\] Disable mouse wheel on inputNumberSpinner + +__Story__ + +* \[[GZL-3903](https://gazelle.ihe.net/jira/browse/GZL-3903)\] Release 5.0.1 + +__Improvement__ + +* \[[GZL-3768](https://gazelle.ihe.net/jira/browse/GZL-3768)\] Remake system editon style +* \[[GZL-3829](https://gazelle.ihe.net/jira/browse/GZL-3829)\] Icon : TM-235:Consult test logs and grade test. - Executed ON (ISO FORMAT): 2015-11-24 15:31:52 +* \[[GZL-3837](https://gazelle.ihe.net/jira/browse/GZL-3837)\] TM-392:Administator lists the AIPO to be graded in the testing session - Executed ON (ISO FORMAT): 2015-11-24 16:28:10 +* \[[GZL-3894](https://gazelle.ihe.net/jira/browse/GZL-3894)\] When creating meta tests, list of Tests is not alphabetical +* \[[GZL-3898](https://gazelle.ihe.net/jira/browse/GZL-3898)\] it takes around 60 seconds to access the test instances page + +# 5.0.0 +_Release date: 2015-12-15_ + + +__Technical task__ + +* \[[GZL-3724](https://gazelle.ihe.net/jira/browse/GZL-3724)\] Update Event.observe +* \[[GZL-3725](https://gazelle.ihe.net/jira/browse/GZL-3725)\] Update filter layouts +* \[[GZL-3728](https://gazelle.ihe.net/jira/browse/GZL-3728)\] Place filter clear and refresh actions in the panel title +* \[[GZL-3729](https://gazelle.ihe.net/jira/browse/GZL-3729)\] fix update url when filtering +* \[[GZL-3731](https://gazelle.ihe.net/jira/browse/GZL-3731)\] update buttons style + +__Bug__ + +* \[[GZL-3258](https://gazelle.ihe.net/jira/browse/GZL-3258)\] Bug on the generation of configurations +* \[[GZL-3536](https://gazelle.ihe.net/jira/browse/GZL-3536)\] When you modify your email address with an existing email address, an empty page is shown +* \[[GZL-3545](https://gazelle.ihe.net/jira/browse/GZL-3545)\] Many companies have duplicate webservice configuration entries +* \[[GZL-3630](https://gazelle.ihe.net/jira/browse/GZL-3630)\] Last modifier of a test is not always updated +* \[[GZL-3647](https://gazelle.ihe.net/jira/browse/GZL-3647)\] /Test Management/System Testing/9 - Configuration Management/TM-140:List existing configurations - Executed ON (ISO FORMAT): 2015-04-14 11:30:42 +* \[[GZL-3648](https://gazelle.ihe.net/jira/browse/GZL-3648)\] /Test Management/System Testing/10 - Samples Management/As Admin/TM-356:Admin modifies sample - Executed ON (ISO FORMAT): 2015-04-14 11:58:09 +* \[[GZL-3649](https://gazelle.ihe.net/jira/browse/GZL-3649)\] /Test Management/System Testing/10 - Samples Management/As Vendor and Vendor Admin/TM-353:Add a file to a sample as owner of a "reader" system. - Executed ON (ISO FORMAT): 2015-04-14 12:07:34 +* \[[GZL-3660](https://gazelle.ihe.net/jira/browse/GZL-3660)\] When you search for system configurations, then you edit one of them and save, you go back to the list of confs but you loose the filtering +* \[[GZL-3661](https://gazelle.ihe.net/jira/browse/GZL-3661)\] Username in login page is remembered as "undefined" +* \[[GZL-3663](https://gazelle.ihe.net/jira/browse/GZL-3663)\] Unable to paste permanent link to ATNA Questionnaire in tests steps. +* \[[GZL-3664](https://gazelle.ihe.net/jira/browse/GZL-3664)\] Add a refresh button on Admin > Configuration > Manage host's configurations +* \[[GZL-3665](https://gazelle.ihe.net/jira/browse/GZL-3665)\] delete é from hostnames +* \[[GZL-3666](https://gazelle.ihe.net/jira/browse/GZL-3666)\] KPI for monitors : list of monitors is not accurate +* \[[GZL-3669](https://gazelle.ihe.net/jira/browse/GZL-3669)\] Fields are missing on the patient generation page when TM is in French +* \[[GZL-3670](https://gazelle.ihe.net/jira/browse/GZL-3670)\] When importing a system to a testing session the isATool attribute is not copied +* \[[GZL-3673](https://gazelle.ihe.net/jira/browse/GZL-3673)\] URL in test step error +* \[[GZL-3680](https://gazelle.ihe.net/jira/browse/GZL-3680)\] When a comment is added to a configuration nothing is displayed +* \[[GZL-3697](https://gazelle.ihe.net/jira/browse/GZL-3697)\] GMM: Adding Participant to a Role removes a different Participant instead +* \[[GZL-3706](https://gazelle.ihe.net/jira/browse/GZL-3706)\] GMM: add test step button does not work +* \[[GZL-3722](https://gazelle.ihe.net/jira/browse/GZL-3722)\] Error when sample creator upload a snapshot +* \[[GZL-3742](https://gazelle.ihe.net/jira/browse/GZL-3742)\] NA2016: Assign monitors to test - list not alphabetical +* \[[GZL-3762](https://gazelle.ihe.net/jira/browse/GZL-3762)\] Style : When user add a system, a "f" is displayed under "Save" button +* \[[GZL-3767](https://gazelle.ihe.net/jira/browse/GZL-3767)\] Validate VAT number in edit institution is no more valid +* \[[GZL-3775](https://gazelle.ihe.net/jira/browse/GZL-3775)\] Filters trouble +* \[[GZL-3778](https://gazelle.ihe.net/jira/browse/GZL-3778)\] Style : TestInstance trouble +* \[[GZL-3781](https://gazelle.ihe.net/jira/browse/GZL-3781)\] Style : List of samples +* \[[GZL-3782](https://gazelle.ihe.net/jira/browse/GZL-3782)\] Style : In edit institution change email icon +* \[[GZL-3784](https://gazelle.ihe.net/jira/browse/GZL-3784)\] Style : too long tooltip +* \[[GZL-3787](https://gazelle.ihe.net/jira/browse/GZL-3787)\] Style : change switch testing session button +* \[[GZL-3797](https://gazelle.ihe.net/jira/browse/GZL-3797)\] TM-30:Creation of Vendor Admin account and Institution - Executed ON (ISO FORMAT): 2015-11-24 10:09:54 +* \[[GZL-3798](https://gazelle.ihe.net/jira/browse/GZL-3798)\] TM-34:Create an account for a vendor user - Executed ON (ISO FORMAT): 2015-11-24 10:29:54 +* \[[GZL-3799](https://gazelle.ihe.net/jira/browse/GZL-3799)\] TM-169:Vendor admin creates/edits system after registration period. - Executed ON (ISO FORMAT): 2015-11-24 14:16:15 +* \[[GZL-3800](https://gazelle.ihe.net/jira/browse/GZL-3800)\] TM-420:Financial summary [1] - Executed ON (ISO FORMAT): 2015-11-24 11:45:59 +* \[[GZL-3801](https://gazelle.ihe.net/jira/browse/GZL-3801)\] TM-290:Generate PDF contract - Executed ON (ISO FORMAT): 2015-11-24 11:54:36 +* \[[GZL-3803](https://gazelle.ihe.net/jira/browse/GZL-3803)\] TM-613:User must be able to add/edit a new network configuration - Executed ON (ISO FORMAT): 2015-11-24 15:28:04 +* \[[GZL-3804](https://gazelle.ihe.net/jira/browse/GZL-3804)\] TM-254:Start a new test - Executed ON (ISO FORMAT): 2015-11-24 16:43:56 +* \[[GZL-3805](https://gazelle.ihe.net/jira/browse/GZL-3805)\] TM-258:Add a link to proxy in step comments +* \[[GZL-3812](https://gazelle.ihe.net/jira/browse/GZL-3812)\] Popup : TM-241:Delete patient. - Executed ON (ISO FORMAT): 2015-11-24 15:08:17 +* \[[GZL-3816](https://gazelle.ihe.net/jira/browse/GZL-3816)\] TM-235:Consult test logs and grade test. +* \[[GZL-3817](https://gazelle.ihe.net/jira/browse/GZL-3817)\] TM-280:Print list of assigned tests - Executed ON (ISO FORMAT): 2015-11-25 10:41:29 +* \[[GZL-3818](https://gazelle.ihe.net/jira/browse/GZL-3818)\] TM-194:Comment a sample - Executed ON (ISO FORMAT): 2015-11-25 14:07:05 +* \[[GZL-3819](https://gazelle.ihe.net/jira/browse/GZL-3819)\] TM-257:Access logs in proxy - Executed ON (ISO FORMAT): 2015-11-25 17:20:45 +* \[[GZL-3820](https://gazelle.ihe.net/jira/browse/GZL-3820)\] TM-260: Change test status +* \[[GZL-3824](https://gazelle.ihe.net/jira/browse/GZL-3824)\] TM-659:Institution information should be editable - Executed ON (ISO FORMAT): 2015-11-24 11:25:10 +* \[[GZL-3827](https://gazelle.ihe.net/jira/browse/GZL-3827)\] TM-275:Admin accepts systems to testing session - Executed ON (ISO FORMAT): 2015-11-24 12:01:32 +* \[[GZL-3828](https://gazelle.ihe.net/jira/browse/GZL-3828)\] Filter and tooltip : TM-234:List pre-connectathon test instances - Executed ON (ISO FORMAT): 2015-11-24 15:24:16 +* \[[GZL-3830](https://gazelle.ihe.net/jira/browse/GZL-3830)\] TM-351:Print Monitor tests list - Executed ON (ISO FORMAT): 2015-11-24 15:51:24 +* \[[GZL-3831](https://gazelle.ihe.net/jira/browse/GZL-3831)\] TM-282:Manage hosts configuration - Executed ON (ISO FORMAT): 2015-11-24 14:44:56 +* \[[GZL-3834](https://gazelle.ihe.net/jira/browse/GZL-3834)\] TM-668:Download host file - Executed ON (ISO FORMAT): 2015-11-24 14:54:47 +* \[[GZL-3835](https://gazelle.ihe.net/jira/browse/GZL-3835)\] Export : TM-629:Hosts - Export - Executed ON (ISO FORMAT): 2015-11-24 15:03:55 +* \[[GZL-3836](https://gazelle.ihe.net/jira/browse/GZL-3836)\] /Test Management/System Testing/10 - Samples Management/As Admin/TM-359:Admin adds a file to a sample as owner of a "reader" system. - Executed ON (ISO FORMAT): 2015-11-25 17:01:40 +* \[[GZL-3838](https://gazelle.ihe.net/jira/browse/GZL-3838)\] TM-397:Administrator put a comment - Executed ON (ISO FORMAT): 2015-11-24 16:35:20 +* \[[GZL-3839](https://gazelle.ihe.net/jira/browse/GZL-3839)\] TM-479:Register a participant [1] - Executed ON (ISO FORMAT): 2015-11-24 16:04:58 +* \[[GZL-3861](https://gazelle.ihe.net/jira/browse/GZL-3861)\] TM-562:Transactions - Creation - Executed ON (ISO FORMAT): 2015-11-24 17:01:44 +* \[[GZL-3863](https://gazelle.ihe.net/jira/browse/GZL-3863)\] TM-464:Test case edition [1] - Executed ON (ISO FORMAT): 2015-11-24 15:41:12 +* \[[GZL-3864](https://gazelle.ihe.net/jira/browse/GZL-3864)\] Search Role In Test "enter" key redirect to role creation page +* \[[GZL-3865](https://gazelle.ihe.net/jira/browse/GZL-3865)\] TM-450:Role in test management [1] - Executed ON (ISO FORMAT): 2015-11-24 16:32:17 +* \[[GZL-3868](https://gazelle.ihe.net/jira/browse/GZL-3868)\] The button delete of validation result on sample is not rendering the page +* \[[GZL-3869](https://gazelle.ihe.net/jira/browse/GZL-3869)\] Gazelle installation fails after clicking on: Start installation +* \[[GZL-3872](https://gazelle.ihe.net/jira/browse/GZL-3872)\] /Test Management/System Testing/3 - Institution Management/As Vendor admin/TM-337:List contacts , add contact +* \[[GZL-3873](https://gazelle.ihe.net/jira/browse/GZL-3873)\] TM-161:Vendor admin creates a system Executed ON +* \[[GZL-3874](https://gazelle.ihe.net/jira/browse/GZL-3874)\] /Test Management/System Testing/6 - Invoices management/TM-420:Financial summary [1] Executed ON (ISO FORMAT): 2015-12- +* \[[GZL-3875](https://gazelle.ihe.net/jira/browse/GZL-3875)\] /Test Management/System Testing/6 - Invoices management/TM-290:Generate PDF contract Executed ON (ISO FORMAT): 2015-12- +* \[[GZL-3876](https://gazelle.ihe.net/jira/browse/GZL-3876)\] /Test Management/System Testing/6 - Invoices management/TM-421:Financial summary [2] Executed ON (ISO FORMAT): 2015-12- +* \[[GZL-3877](https://gazelle.ihe.net/jira/browse/GZL-3877)\] NA2016: Adding comment to Test Instance always fails the first time +* \[[GZL-3878](https://gazelle.ihe.net/jira/browse/GZL-3878)\] Update user preference language needs 2 click +* \[[GZL-3893](https://gazelle.ihe.net/jira/browse/GZL-3893)\] NA2016: Restriction on 'same company' partners in 3-partner test is too tight +* \[[GZL-3899](https://gazelle.ihe.net/jira/browse/GZL-3899)\] NA2016: Peer-to-peer test w/ no available partners looks like a no-peer test +* \[[GZL-3909](https://gazelle.ihe.net/jira/browse/GZL-3909)\] Remove email address from 'Find a monitor' + +__Epic__ + +* \[[GZL-3694](https://gazelle.ihe.net/jira/browse/GZL-3694)\] Migrate gazelle-tm-tools to JBoss 7 +* \[[GZL-3695](https://gazelle.ihe.net/jira/browse/GZL-3695)\] Migrate gazelle-tm to Jboss 7 + +__Story__ + +* \[[GZL-3693](https://gazelle.ihe.net/jira/browse/GZL-3693)\] Gazelle Test Management + +__Improvement__ + +* \[[GZL-3523](https://gazelle.ihe.net/jira/browse/GZL-3523)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-410:Edit configuration - Executed ON (ISO FORMAT): 2015-01-06 10:49:37 +* \[[GZL-3535](https://gazelle.ihe.net/jira/browse/GZL-3535)\] Main connectathon page: improve comments from vendor +* \[[GZL-3674](https://gazelle.ihe.net/jira/browse/GZL-3674)\] update database connectathon pool +* \[[GZL-3675](https://gazelle.ihe.net/jira/browse/GZL-3675)\] Catch error Caused by: java.lang.IllegalStateException: Invalid test instance at net.ihe.gazelle.tm.gazelletest.action.TestInstanceManager.getTestInstanceIdFromPage(TestInstanceManager.java:1093) +* \[[GZL-3676](https://gazelle.ihe.net/jira/browse/GZL-3676)\] MessageManager catch invalid number format exception in logs +* \[[GZL-3681](https://gazelle.ihe.net/jira/browse/GZL-3681)\] Add some improvements on All configurations page +* \[[GZL-3708](https://gazelle.ihe.net/jira/browse/GZL-3708)\] I think we can remove Connectathon -> Connectathon (old page) +* \[[GZL-3788](https://gazelle.ihe.net/jira/browse/GZL-3788)\] Style : Review all popups +* \[[GZL-3789](https://gazelle.ihe.net/jira/browse/GZL-3789)\] Let the testing session admin set the number of participants included in the system fees Jboss7 +* \[[GZL-3796](https://gazelle.ihe.net/jira/browse/GZL-3796)\] Style: fix system registration +* \[[GZL-3866](https://gazelle.ihe.net/jira/browse/GZL-3866)\] global search trigger +* \[[GZL-3867](https://gazelle.ihe.net/jira/browse/GZL-3867)\] On datascroller: hide select row nomber if only one page is displayed diff --git a/Test-Management/release-notes/5_4_2.md b/Test-Management/release-notes/5_4_2.md deleted file mode 100755 index 10246a030f6908f8da81797a231a669920d16bcc..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_4_2.md +++ /dev/null @@ -1,119 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.4.2 -toolversion: Gazelle TM 5.4.2 -releasedate: 2016-11-24 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE_EUROPE-TEST_MANAGEMENT_5_4_2 ---- -# - -__Bug__ -* \[[GZL-3430](https://gazelle.ihe.net/jira/browse/GZL-3430)\] When you create a new testing session, and you enable the test to critical, an error occure -* \[[GZL-3920](https://gazelle.ihe.net/jira/browse/GZL-3920)\] filters selection are lost after a long time without using the page, but session still active -* \[[GZL-4039](https://gazelle.ihe.net/jira/browse/GZL-4039)\] Pre-CAT results : table goes out of the screen -* \[[GZL-4157](https://gazelle.ihe.net/jira/browse/GZL-4157)\] /administration/listMonitors.seam: some tests are displayed and should not -* \[[GZL-4176](https://gazelle.ihe.net/jira/browse/GZL-4176)\] Monitor worklist: monitor list in filter is not appropriate -* \[[GZL-4178](https://gazelle.ihe.net/jira/browse/GZL-4178)\] download ZIP of samples does not have extension -* \[[GZL-4181](https://gazelle.ihe.net/jira/browse/GZL-4181)\] Gazelle shows the system itself as a possible partner -* \[[GZL-4201](https://gazelle.ihe.net/jira/browse/GZL-4201)\] I would expect that a session "hidden from list" is not only hidden from list on the manage session page -* \[[GZL-4213](https://gazelle.ihe.net/jira/browse/GZL-4213)\] Only testing session manager and admin roles should access to the complete list of CAT results -* \[[GZL-4265](https://gazelle.ihe.net/jira/browse/GZL-4265)\] In a gazelle test instance, after uploading a file, if you delete it, you can not add one anymore. -* \[[GZL-4267](https://gazelle.ihe.net/jira/browse/GZL-4267)\] Comment on pre-cat test are removed -* \[[GZL-4269](https://gazelle.ihe.net/jira/browse/GZL-4269)\] Action email can contain '//' in the URL ! -* \[[GZL-4271](https://gazelle.ihe.net/jira/browse/GZL-4271)\] Static analysis -* \[[GZL-4274](https://gazelle.ihe.net/jira/browse/GZL-4274)\] field number_of_tests_to_realize in table tm_test does not exist -* \[[GZL-4275](https://gazelle.ihe.net/jira/browse/GZL-4275)\] Wrong total on financial summary page -* \[[GZL-4284](https://gazelle.ihe.net/jira/browse/GZL-4284)\] In the page /gazelle/administration/preferences.seam messages are displayed multiples times -* \[[GZL-4288](https://gazelle.ihe.net/jira/browse/GZL-4288)\] "Add note" button on Connectathon Results page does not work -* \[[GZL-4293](https://gazelle.ihe.net/jira/browse/GZL-4293)\] present lists as they are actually sorted -* \[[GZL-4299](https://gazelle.ihe.net/jira/browse/GZL-4299)\] Unable to delete a system on Manage system page, but 2 delete buttons on Find Systems -* \[[GZL-4300](https://gazelle.ihe.net/jira/browse/GZL-4300)\] GMM: When you change a test status, GMM erases the short description -* \[[GZL-4306](https://gazelle.ihe.net/jira/browse/GZL-4306)\] Last update date in CAT results is never updated -* \[[GZL-4309](https://gazelle.ihe.net/jira/browse/GZL-4309)\] /Test Management/System Testing/2 - User Account Management/Any user/TM-278:Upload a picture in preferences - Executed -* \[[GZL-4310](https://gazelle.ihe.net/jira/browse/GZL-4310)\] List contacts - Missing strings -* \[[GZL-4311](https://gazelle.ihe.net/jira/browse/GZL-4311)\] The continue buttton on the switch session page is useless -* \[[GZL-4313](https://gazelle.ihe.net/jira/browse/GZL-4313)\] /Test Management/System Testing/5 - System Management/TM-428:Access conformance statements through URL - Executed ON (I -* \[[GZL-4317](https://gazelle.ihe.net/jira/browse/GZL-4317)\] Addition of DICOM/HL7 integration statement requires to save twice -* \[[GZL-4318](https://gazelle.ihe.net/jira/browse/GZL-4318)\] /Test Management/System Testing/5 - System Management/As Vendor/TM-286:Vendor Generates Integration Statement. - Execut -* \[[GZL-4321](https://gazelle.ihe.net/jira/browse/GZL-4321)\] Broken layout if no System comments -* \[[GZL-4322](https://gazelle.ihe.net/jira/browse/GZL-4322)\] From pre-cat page, link to system leads to an empty page -* \[[GZL-4326](https://gazelle.ihe.net/jira/browse/GZL-4326)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-283:Export configurations in a -* \[[GZL-4328](https://gazelle.ihe.net/jira/browse/GZL-4328)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-195:View readers' files - Executed ON (ISO FORMAT) -* \[[GZL-4329](https://gazelle.ihe.net/jira/browse/GZL-4329)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-195:View readers' files - Executed ON (ISO FORMAT) -* \[[GZL-4332](https://gazelle.ihe.net/jira/browse/GZL-4332)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-194:Comment a sample - Executed ON (ISO FORMAT): 2 -* \[[GZL-4333](https://gazelle.ihe.net/jira/browse/GZL-4333)\] /Test Management/System Testing/10 - Samples Management/As Monitor and Admin/TM-193:Validate sample - Executed ON (ISO -* \[[GZL-4334](https://gazelle.ihe.net/jira/browse/GZL-4334)\] /Test Management/System Testing/5 - System Management/TM-428:Access conformance statements through URL - Executed ON (I -* \[[GZL-4341](https://gazelle.ihe.net/jira/browse/GZL-4341)\] When you are a monitor and you move a test from verified to "to be verified" without claiming the test, the chat logs in not in the good order -* \[[GZL-4343](https://gazelle.ihe.net/jira/browse/GZL-4343)\] /Test Management/System Testing/13 - Connectathon workflow/As monitor/TM-676:Monitor must be asked to justify the reason -* \[[GZL-4344](https://gazelle.ihe.net/jira/browse/GZL-4344)\] In some case, it's not possible to save a system in session with an HL7 conformance statement attached -* \[[GZL-4345](https://gazelle.ihe.net/jira/browse/GZL-4345)\] When editing an invoice, the number of system invoiced or participant invoiced is not updated. -* \[[GZL-4346](https://gazelle.ihe.net/jira/browse/GZL-4346)\] When you validate all test steps using the button below the table, the progress bar is not updated -* \[[GZL-4348](https://gazelle.ihe.net/jira/browse/GZL-4348)\] Test definition link on main connectathon page is broken -* \[[GZL-4350](https://gazelle.ihe.net/jira/browse/GZL-4350)\] Users with testing session manager role can edit sessions that they do not manage - -__Story__ -* \[[GZL-4353](https://gazelle.ihe.net/jira/browse/GZL-4353)\] Review fixed issues to be closed - -__Improvement__ -* \[[GZL-3164](https://gazelle.ihe.net/jira/browse/GZL-3164)\] request to see partners when hovering over test instance number -* \[[GZL-4113](https://gazelle.ihe.net/jira/browse/GZL-4113)\] When you save a preset, all the page is rendered and you loose the current filter you have done -* \[[GZL-4278](https://gazelle.ihe.net/jira/browse/GZL-4278)\] NA2017: When a monitor or user clicks a check on a test step, you cannot uncheck it -* \[[GZL-4282](https://gazelle.ihe.net/jira/browse/GZL-4282)\] 3 mouse movements needed to open Main Connecthathon page -* \[[GZL-4283](https://gazelle.ihe.net/jira/browse/GZL-4283)\] removed default value of "None" for option dropdown on Connectathon Results page -* \[[GZL-4287](https://gazelle.ihe.net/jira/browse/GZL-4287)\] On Connectathon Results export, replace database value with GUI value and add Organization column - -__Dependencies__ - -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.4.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.52:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.4.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.52:check-dependencies (default-cli) @ gazelle-tm-ejb --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.4.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.52:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.4.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.52:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 4.878 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 10.180 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 0.224 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 1.695 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 21.007 s -[INFO] Finished at: 2016-11-25T11:43:04+01:00 -[INFO] Final Memory: 39M/723M -[INFO] ------------------------------------------------------------------------ diff --git a/Test-Management/release-notes/5_5_0.md b/Test-Management/release-notes/5_5_0.md deleted file mode 100755 index 2971fe682c63433b8f992e96afc3f218e4689715..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_5_0.md +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.5.0 -toolversion: 5.5.0 -releasedate: 2017-02-22 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE_EUROPE-TEST_MANAGEMENT_5_5_0 ---- -# - -__Bug__ -* \[[GZL-4175](https://gazelle.ihe.net/jira/browse/GZL-4175)\] NA2017: when you claim a test, the order of the tests change which is really disturbing -* \[[GZL-4306](https://gazelle.ihe.net/jira/browse/GZL-4306)\] Last update date in CAT results is never updated -* \[[GZL-4376](https://gazelle.ihe.net/jira/browse/GZL-4376)\] GMM: Error creating Meta Test -* \[[GZL-4400](https://gazelle.ihe.net/jira/browse/GZL-4400)\] user w/ vendor_role gets "you don't have permission..." error when trying to view roles -* \[[GZL-4401](https://gazelle.ihe.net/jira/browse/GZL-4401)\] Request to sort configurations by port -* \[[GZL-4414](https://gazelle.ihe.net/jira/browse/GZL-4414)\] CAT Result : trouble with the warn on AIPO -* \[[GZL-4422](https://gazelle.ihe.net/jira/browse/GZL-4422)\] Sample validation results have troubles -* \[[GZL-4423](https://gazelle.ihe.net/jira/browse/GZL-4423)\] In Test Instance page we need to split long Actor name -* \[[GZL-4424](https://gazelle.ihe.net/jira/browse/GZL-4424)\] System configuration can be edited by vendor from another company -* \[[GZL-4428](https://gazelle.ihe.net/jira/browse/GZL-4428)\] Review application preference -* \[[GZL-4434](https://gazelle.ihe.net/jira/browse/GZL-4434)\] When creating a new test definition, Peer type is not saved -* \[[GZL-4437](https://gazelle.ihe.net/jira/browse/GZL-4437)\] Sometimes the firstUserRegistration link provided in email doesn't work - -__Improvement__ -* \[[GZL-3239](https://gazelle.ihe.net/jira/browse/GZL-3239)\] When a new AIPO is added by an admin, the value of testing type is not always set -* \[[GZL-4405](https://gazelle.ihe.net/jira/browse/GZL-4405)\] KPI for systems mixes pre-connectathon and connectathon tests -* \[[GZL-4427](https://gazelle.ihe.net/jira/browse/GZL-4427)\] Update monitor worklist - -__Dependencies__ - -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.55:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.55:check-dependencies (default-cli) @ gazelle-tm-ejb --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.55:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.5.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.55:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 3.131 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 5.661 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 1.351 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.368 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 13.645 s -[INFO] Finished at: 2017-02-22T17:03:32+01:00 -[INFO] Final Memory: 38M/721M -[INFO] ------------------------------------------------------------------------ diff --git a/Test-Management/release-notes/5_5_7.md b/Test-Management/release-notes/5_5_7.md deleted file mode 100755 index 806f4849964a081f78b593bc820d550a6fa331d8..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_5_7.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.5.7 -toolversion: 5.5.7 -releasedate: 2017-06-01 -author: Anne-Gaëlle BERGE -function: Quality Engineer -customer: IHE Europe -reference: KER3-RNO-IHE_EUROPE-TEST_MANAGEMENT_5_5_7 ---- -# - 5.5.7 - -__Bug__ -* \[[GZL-4522](https://gazelle.ihe.net/jira/browse/GZL-4522)\] When editing a rule if you click on the button to view the rule a pop up appears, if you close that pop up you lose the control. Greyed screen - -# - 5.5.6 - -__Bug__ -* \[[GZL-4495](https://gazelle.ihe.net/jira/browse/GZL-4495)\] List of tests instance in monitors kpi is not working -* \[[GZL-4520](https://gazelle.ihe.net/jira/browse/GZL-4520)\] GMM: Cannot add new default config -* \[[GZL-4528](https://gazelle.ihe.net/jira/browse/GZL-4528)\] Gazelle TM configured as PR cannot access PDF file using https when SNI is needed - -__Improvement__ -* \[[GZL-4529](https://gazelle.ihe.net/jira/browse/GZL-4529)\] Improve error messages when sequence diagram generation fails. - -# - 5.5.5 - -__Bug__ -* \[[GZL-4511](https://gazelle.ihe.net/jira/browse/GZL-4511)\] Warn on grading doesn't work -* \[[GZL-4516](https://gazelle.ihe.net/jira/browse/GZL-4516)\] When editing a system the list of system types shows all types. It does not use the visibility tag - -__Improvement__ -* \[[GZL-4524](https://gazelle.ihe.net/jira/browse/GZL-4524)\] Allow Testing Session Manager to Override Same company testing in a testing session - -# - 5.5.4 - -__Bug__ -* \[[GZL-4492](https://gazelle.ihe.net/jira/browse/GZL-4492)\] When the name of the sample type is too long, it is trancated and we don't have anymore the button plus to upload new samples - -# - 5.5.3 - -__Bug__ -* \[[GZL-4416](https://gazelle.ihe.net/jira/browse/GZL-4416)\] Make sure access to partner statistics will never be blocked -* \[[GZL-4436](https://gazelle.ihe.net/jira/browse/GZL-4436)\] Status Change Messages in Gazelle are in the wrong order -* \[[GZL-4447](https://gazelle.ihe.net/jira/browse/GZL-4447)\] When you edit a user, the checkbox are not aligned with the associated roles -* \[[GZL-4449](https://gazelle.ihe.net/jira/browse/GZL-4449)\] As vendor, we can't access to some systems configurations -* \[[GZL-4450](https://gazelle.ihe.net/jira/browse/GZL-4450)\] Imported monitors in Participant page do not have the correct default attributes set -* \[[GZL-4453](https://gazelle.ihe.net/jira/browse/GZL-4453)\] Allow user to start test instance with tools from same company -* \[[GZL-4454](https://gazelle.ihe.net/jira/browse/GZL-4454)\] system config auditMessages : unhandled rest response if system's keyword exists several times in DB -* \[[GZL-4455](https://gazelle.ihe.net/jira/browse/GZL-4455)\] in KPI for Tests popup on column M doesn't work -* \[[GZL-4459](https://gazelle.ihe.net/jira/browse/GZL-4459)\] TM-195:View readers' files: empty panel at the bottom of the page -* \[[GZL-4462](https://gazelle.ihe.net/jira/browse/GZL-4462)\] Sample Management as Monitor : comment sample button does not appear for a monitor -* \[[GZL-4464](https://gazelle.ihe.net/jira/browse/GZL-4464)\] System configuration: Add a tooltip on the padlock -* \[[GZL-4466](https://gazelle.ihe.net/jira/browse/GZL-4466)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-410:Edit configuration - Exec -* \[[GZL-4467](https://gazelle.ihe.net/jira/browse/GZL-4467)\] /Test Management/System Testing/9 - Configuration Management/As Vendor Admin or Vendor/TM-672:Vendor_admin must be able -* \[[GZL-4470](https://gazelle.ihe.net/jira/browse/GZL-4470)\] Admin hosts management : admin should be able to create host for any company -* \[[GZL-4472](https://gazelle.ihe.net/jira/browse/GZL-4472)\] /Test Management/System Testing/10 - Samples Management/Any users/TM-466:Download Excel file summarizing the list of ava -* \[[GZL-4473](https://gazelle.ihe.net/jira/browse/GZL-4473)\] Link to validation result bound to a proxy URL does not lead to a valid page -* \[[GZL-4474](https://gazelle.ihe.net/jira/browse/GZL-4474)\] As Admin, we can't access to systems configurations -* \[[GZL-4477](https://gazelle.ihe.net/jira/browse/GZL-4477)\] KPI tables : need title description -* \[[GZL-4479](https://gazelle.ihe.net/jira/browse/GZL-4479)\] WS to start channels, allow to open channels without responder IP - -__Improvement__ -* \[[GZL-3573](https://gazelle.ihe.net/jira/browse/GZL-3573)\] Need the list of test in a sessions that are not assigned to any monitor -* \[[GZL-3623](https://gazelle.ihe.net/jira/browse/GZL-3623)\] Filter initialization issue in KPI for tests page -* \[[GZL-4388](https://gazelle.ihe.net/jira/browse/GZL-4388)\] On assigning authorities page, display systems in session from the current testing session only -* \[[GZL-4412](https://gazelle.ihe.net/jira/browse/GZL-4412)\] Allow TM admin to customize the time between two runs of background tasks (for results, partners especially) -* \[[GZL-4418](https://gazelle.ihe.net/jira/browse/GZL-4418)\] We need a simple way to find tests with no monitors assigned -* \[[GZL-4448](https://gazelle.ihe.net/jira/browse/GZL-4448)\] Support GSS syslog view url in test instance step -* \[[GZL-4482](https://gazelle.ihe.net/jira/browse/GZL-4482)\] Add a confirmation popup for approve/unapprove all configuration - -# - 5.5.2 - -__Bug__ -* \[[GZL-4413](https://gazelle.ihe.net/jira/browse/GZL-4413)\] Issue when browsing sample tree for readers -* \[[GZL-4445](https://gazelle.ihe.net/jira/browse/GZL-4445)\] remove error in log - -__Improvement__ -* \[[GZL-4411](https://gazelle.ihe.net/jira/browse/GZL-4411)\] Document purpose of "Test Result Refresh Interval (s)" on application preferences page - -# - 5.5.1 - -__Bug__ -* \[[GZL-4442](https://gazelle.ihe.net/jira/browse/GZL-4442)\] Can't access sample page diff --git a/Test-Management/release-notes/5_6_0.md b/Test-Management/release-notes/5_6_0.md deleted file mode 100755 index 6f0d4f2d7c41ecc65be77a12c8ccb85fa88a03d2..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_6_0.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.6.0 -toolversion: 5.6.0 -releasedate: 2017-08-30 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE_EUROPE-TEST_MANAGEMENT_5_6_0 ---- -# - -__Epic__ -* \[[GZL-4555](https://gazelle.ihe.net/jira/browse/GZL-4555)\] Need to rewrite systemInSession.xhtml and associated bean SystemManager - -__Bug__ -* \[[GZL-4521](https://gazelle.ihe.net/jira/browse/GZL-4521)\] Error in the description of an Internet Testing Session -* \[[GZL-4531](https://gazelle.ihe.net/jira/browse/GZL-4531)\] We need to have two emails: one to send emails, and one to contact administrator -* \[[GZL-4532](https://gazelle.ihe.net/jira/browse/GZL-4532)\] The icon for EU-CAT has disapeared -* \[[GZL-4534](https://gazelle.ihe.net/jira/browse/GZL-4534)\] When querying for a profile using the SOAP interface, profile keyword is capitalized before search and thus it fails. -* \[[GZL-4536](https://gazelle.ihe.net/jira/browse/GZL-4536)\] User from company A can add a system to company B -* \[[GZL-4545](https://gazelle.ihe.net/jira/browse/GZL-4545)\] Problem in the page /users/loginCAS/login.seam -* \[[GZL-4565](https://gazelle.ihe.net/jira/browse/GZL-4565)\] Multiple display issue on connectathon page -* \[[GZL-4578](https://gazelle.ihe.net/jira/browse/GZL-4578)\] Issue when accessing user from the search -* \[[GZL-4579](https://gazelle.ihe.net/jira/browse/GZL-4579)\] Error in this application if last_modifier_id of tf_actor is null - -__Story__ -* \[[GZL-4552](https://gazelle.ihe.net/jira/browse/GZL-4552)\] Update Gazelle TM with new version of Patient Generation - -__Improvement__ -* \[[GZL-4533](https://gazelle.ihe.net/jira/browse/GZL-4533)\] When application is TM and GMM, we should not display the GMM home page -* \[[GZL-4557](https://gazelle.ihe.net/jira/browse/GZL-4557)\] Rewrite system creation -* \[[GZL-4558](https://gazelle.ihe.net/jira/browse/GZL-4558)\] Rewrite system edition -* \[[GZL-4560](https://gazelle.ihe.net/jira/browse/GZL-4560)\] Rewrite system viewer -* \[[GZL-4572](https://gazelle.ihe.net/jira/browse/GZL-4572)\] Rewrite system list -* \[[GZL-4573](https://gazelle.ihe.net/jira/browse/GZL-4573)\] Rewrite system copy/import - -__Dependencies__ - -```bash -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.6.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.59:check-dependencies (default-cli) @ gazelle-tm --- - net.ihe.gazelle.model gazelle-model parent 4.0.29 4.0.29 -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.6.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.59:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.model gazelle-model-common ejb 4.0.29 4.0.29 - net.ihe.gazelle.modelgazelle-model-tf ejb 4.0.29 4.0.29 - net.ihe.gazelle.model gazelle-model-users ejb 4.0.29 4.0.29 - net.ihe.gazelle.modelgazelle-model-tm ejb 4.0.29 4.0.29 -net.ihe.gazelle.assertion gazelle-assertion-ws-client jar 4.0.5 4.0.5 -net.ihe.gazelle.tmgazelle-tm-tools ejb 4.0.29 4.0.29 - net.ihe.gazelle.maven PatientGeneration-ejb ejb 2.2.0 2.2.0 - net.ihe.gazelle.tm.services gazelle-tm-rest-data jar 1.0.1 1.0.1 - net.ihe.gazelle.maven gazelle-pdfjs jar 3.0.28 3.0.29yes - net.ihe.gazelle.maven.tools gazelle-axis2-client pom 1.22.0 1.22.0 - net.ihe.gazelle.model gazelle-model-commontest-jar 4.0.29 4.0.29 - net.ihe.gazelle.model gazelle-model-userstest-jar 4.0.29 4.0.29 - net.ihe.gazelle.modelgazelle-model-tmtest-jar 4.0.29 4.0.29 - net.ihe.gazelle.modelgazelle-model-tftest-jar 4.0.29 4.0.29 - net.ihe.gazelle.maven version ejb 1.0.3 1.0.3 - net.ihe.gazelle.junit gazelle-junittest-jar 1.0.15 1.0.15 - net.ihe.gazelle.cache gazelle-cache jar 1.0.4 1.0.4 -net.ihe.gazelle.tm gazelle-tm parent 5.6.0 5.6.0 -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.6.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.59:check-dependencies (default-cli) @ gazelle-tm-war --- - net.ihe.gazelle.maven gazelle-seam-tools-war war 3.0.28 3.0.29yes - net.ihe.gazelle.maven PatientGeneration-war war 2.2.0 2.2.0 - net.ihe.gazelle gazelle-assets war 2.0.18 2.0.18 - org.codehaus.mojo gazelle-plugins plugin 1.59 1.59 - net.ihe.gazelle.tm gazelle-tm parent 5.6.0 5.6.0 -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.6.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.59:check-dependencies (default-cli) @ gazelle-tm-ear --- - net.ihe.gazelle.tm gazelle-tm-war war 5.6.0 5.6.0 - net.ihe.gazelle.modelgazelle-model-tm ejb 4.0.29 4.0.29 - net.ihe.gazelle.tmgazelle-tm-tools ejb 4.0.29 4.0.29 - net.ihe.gazelle.tm gazelle-tm-ejb ejb 5.6.0 5.6.0 - net.ihe.gazelle.model gazelle-model-common ejb 4.0.29 4.0.29 - net.ihe.gazelle.modelgazelle-model-tf ejb 4.0.29 4.0.29 - net.ihe.gazelle.model gazelle-model-users ejb 4.0.29 4.0.29 -net.ihe.gazelle.cdk cdk-tags jar 1.0.7 1.0.7 - net.ihe.gazelle.mavenPatientGeneration-model ejb 2.2.0 2.2.0 - net.ihe.gazelle.tm gazelle-tm parent 5.6.0 5.6.0 -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform .................. SUCCESS [4.286s] -[INFO] gazelle-tm-ejb .................................... SUCCESS [6.665s] -[INFO] gazelle-tm-war .................................... SUCCESS [1.282s] -[INFO] gazelle-tm-ear .................................... SUCCESS [2.351s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 15.977s -[INFO] Finished at: Wed Aug 30 16:34:02 CEST 2017 -[INFO] Final Memory: 33M/728M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ -Latest version of gazelle-tools was not used due to java version. It should be updated for the next release. diff --git a/Test-Management/release-notes/5_7_0.md b/Test-Management/release-notes/5_7_0.md deleted file mode 100755 index 409b6c52fd1eb3947dd9e5511578fe846773f333..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_7_0.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.7.0 -toolversion: 5.7.0 -releasedate: 2017-10-04 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE\_EUROPE-TEST\_MANAGEMENT\_5\_7\_0 ---- -# - -__Bug__ - -* \[[GZL-3347](https://gazelle.ihe.net/jira/browse/GZL-3347)\] NA2018: System summary report has no content -* \[[GZL-4155](https://gazelle.ihe.net/jira/browse/GZL-4155)\] /administration/listMonitors.seam: faces messages are displayed below the input fields -* \[[GZL-4308](https://gazelle.ihe.net/jira/browse/GZL-4308)\] In home page edition you can add a picture but it never displayed in view mode -* \[[GZL-4319](https://gazelle.ihe.net/jira/browse/GZL-4319)\] /Test Management/System Testing/7 - Pre-Connectathon Workflow/Test execution/TM-216:View list of Pre-CAT test for a syst -* \[[GZL-4336](https://gazelle.ihe.net/jira/browse/GZL-4336)\] /Test Management/System Testing/13 - Connectathon workflow/As test participant/TM-255:View participants' configurations -* \[[GZL-4420](https://gazelle.ihe.net/jira/browse/GZL-4420)\] Matching of email addresses should be case insensitive -* \[[GZL-4476](https://gazelle.ihe.net/jira/browse/GZL-4476)\] OID Root Management: be able to filter by comment -* \[[GZL-4484](https://gazelle.ihe.net/jira/browse/GZL-4484)\] Session scope side effect -* \[[GZL-4486](https://gazelle.ihe.net/jira/browse/GZL-4486)\] A user created an account with a username containing a whitespace -* \[[GZL-4504](https://gazelle.ihe.net/jira/browse/GZL-4504)\] When you select "Show only claimed tests for all monitors ", it does not do what it should do -* \[[GZL-4508](https://gazelle.ihe.net/jira/browse/GZL-4508)\] Problem when the test step is failed, the fail button not well displayed -* \[[GZL-4517](https://gazelle.ihe.net/jira/browse/GZL-4517)\] The filters in the page to edit the TF Rules, are based on profiles in the currently selected testing session; -* \[[GZL-4523](https://gazelle.ihe.net/jira/browse/GZL-4523)\] https://gazelle.ehdsi.ihe-europe.net/gazelle/testing/testsDefinition/testsList.seam?testType=2&testStatus=4 -* \[[GZL-4526](https://gazelle.ihe.net/jira/browse/GZL-4526)\] Crash in application when creating a test in a vm where only Conformity tests were existing. -* \[[GZL-4538](https://gazelle.ihe.net/jira/browse/GZL-4538)\] When you click on the TI link in KPI page for monitor, you get an empty modalpanel -* \[[GZL-4539](https://gazelle.ihe.net/jira/browse/GZL-4539)\] Security issue in the page of graph of tests instances -* \[[GZL-4541](https://gazelle.ihe.net/jira/browse/GZL-4541)\] When you click on the file link, we don't go to the file section of the testinstance -* \[[GZL-4544](https://gazelle.ihe.net/jira/browse/GZL-4544)\] YANPE - NullPointer exeception in ttestDefinitionManager.getTestStepsList() -* \[[GZL-4590](https://gazelle.ihe.net/jira/browse/GZL-4590)\] Impossible to create new Assigning Authority in Gazelle Test Management -* \[[GZL-4591](https://gazelle.ihe.net/jira/browse/GZL-4591)\] Missing translations -* \[[GZL-4596](https://gazelle.ihe.net/jira/browse/GZL-4596)\] NPE when user try to swith Testing session -* \[[GZL-4599](https://gazelle.ihe.net/jira/browse/GZL-4599)\] KPI for test instances is not translated in KPI menu -* \[[GZL-4604](https://gazelle.ihe.net/jira/browse/GZL-4604)\] Cannot modify an existing host -* \[[GZL-4605](https://gazelle.ihe.net/jira/browse/GZL-4605)\] Image in test description does not display in view, but in edit mode - -__Improvement__ - -* \[[GZL-4426](https://gazelle.ihe.net/jira/browse/GZL-4426)\] Configuration : hostname -* \[[GZL-4457](https://gazelle.ihe.net/jira/browse/GZL-4457)\] Improve configuration creation page -* \[[GZL-4483](https://gazelle.ihe.net/jira/browse/GZL-4483)\] In the page for the sample, validation results are hidden -* \[[GZL-4496](https://gazelle.ihe.net/jira/browse/GZL-4496)\] A monitor shall not be able to set a test to aborted -* \[[GZL-4502](https://gazelle.ihe.net/jira/browse/GZL-4502)\] When we click on failing a test, a check panel is shown to add a comment, the button to confirm is clickable event if there are no comment -* \[[GZL-4503](https://gazelle.ihe.net/jira/browse/GZL-4503)\] Request to add table number to System config page -* \[[GZL-4530](https://gazelle.ihe.net/jira/browse/GZL-4530)\] Use the right form type for the sending of email from admin application preference -* \[[GZL-4568](https://gazelle.ihe.net/jira/browse/GZL-4568)\] Rendering of description for option description could be improved -* \[[GZL-4587](https://gazelle.ihe.net/jira/browse/GZL-4587)\] When the testing session is "internet testing", we still verify that the hostname is less than 24 character -* \[[GZL-4597](https://gazelle.ihe.net/jira/browse/GZL-4597)\] Allow 2 systems from the same company in one test session to share a host -* \[[GZL-4607](https://gazelle.ihe.net/jira/browse/GZL-4607)\] Add "log in as" in user search result for admin - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.7.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.7.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.7.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.7.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 3.657 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 5.167 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 0.942 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.119 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -``` - -__Remarks__ - -The 5.7.0-SNAPSHOT was tested successfully during the Switzerland Projectathon diff --git a/Test-Management/release-notes/5_7_2.md b/Test-Management/release-notes/5_7_2.md deleted file mode 100644 index 57f85b3c28186d8f640c8d8d1759d8eaf86e4a7b..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_7_2.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.7.2 -toolversion: Gazelle TM 5.7.2 -releasedate: 2017-12-21 00:00:00.0 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE\_EUROPE-TEST\_MANAGEMENT\_5\_7\_2 ---- -# - -__Bug__ -### 5.7.1 -* \[[GZL-4601](https://gazelle.ihe.net/jira/browse/GZL-4601)\] The buttons for monitor related to Validate all the status (or not) contains a workflow issue -* \[[GZL-4606](https://gazelle.ihe.net/jira/browse/GZL-4606)\] I am a monitor and administrator, when I set a test to "to be verified", it is automatically claimed by me -* \[[GZL-4616](https://gazelle.ihe.net/jira/browse/GZL-4616)\] Missing translation -* \[[GZL-4640](https://gazelle.ihe.net/jira/browse/GZL-4640)\] NA2018: Exception when adding 2 monitor user account -- account not added - -### 5.7.2 -* \[[GZL-4461](https://gazelle.ihe.net/jira/browse/GZL-4461)\] Monitor assignement, Excel export : Assigned test number column present but empty. -* \[[GZL-4481](https://gazelle.ihe.net/jira/browse/GZL-4481)\] When you edit a user, the help images are not aligned with the checkbox and roles -* \[[GZL-4623](https://gazelle.ihe.net/jira/browse/GZL-4623)\] When you import a system from an old testing session, it is automatically accepted -* \[[GZL-4633](https://gazelle.ihe.net/jira/browse/GZL-4633)\] Need to fix invoice and financial summary generation -* \[[GZL-4635](https://gazelle.ihe.net/jira/browse/GZL-4635)\] GMM: Delete a role from a test, and all associated test steps are deleted w/o warning! -* \[[GZL-4636](https://gazelle.ihe.net/jira/browse/GZL-4636)\] Impossible to validate Integration Statement -* \[[GZL-4638](https://gazelle.ihe.net/jira/browse/GZL-4638)\] Editing a system in gazelle shows wrong keyword -* \[[GZL-4639](https://gazelle.ihe.net/jira/browse/GZL-4639)\] Pre-CAT test results page: Unexpected behavior about a description of test instance. -* \[[GZL-4641](https://gazelle.ihe.net/jira/browse/GZL-4641)\] Impossible to delete a system -* \[[GZL-4642](https://gazelle.ihe.net/jira/browse/GZL-4642)\] NPE in gazelle-na log -* \[[GZL-4645](https://gazelle.ihe.net/jira/browse/GZL-4645)\] Network configuration: Host editing is broken -* \[[GZL-4649](https://gazelle.ihe.net/jira/browse/GZL-4649)\] Test Instance Page: Gazelle does not cache comments before posting -* \[[GZL-4650](https://gazelle.ihe.net/jira/browse/GZL-4650)\] Unable to display admin-manage-system page if a simulator has been created -* \[[GZL-4651](https://gazelle.ihe.net/jira/browse/GZL-4651)\] Can't copy system and it would be nice to have a sort in the list of session per year in the "import system from other session" option -* \[[GZL-4653](https://gazelle.ihe.net/jira/browse/GZL-4653)\] GMM: I was allowed to delete a RoleInTest that was used in a test. -* \[[GZL-4654](https://gazelle.ihe.net/jira/browse/GZL-4654)\] Download test doesn't work when description is only in french -* \[[GZL-4658](https://gazelle.ihe.net/jira/browse/GZL-4658)\] Can't update user when email is wrong - -__Story__ -* \[[GZL-4610](https://gazelle.ihe.net/jira/browse/GZL-4610)\] Connectathon results report use IHE logo per default. Use Testing Session logo instead - -__Improvement__ -### 5.7.1 -* \[[GZL-4507](https://gazelle.ihe.net/jira/browse/GZL-4507)\] When an administrator marks a test Critical, that admin should not also claim the test -* \[[GZL-4564](https://gazelle.ihe.net/jira/browse/GZL-4564)\] NA2018: Do we need another configuration type? -* \[[GZL-4603](https://gazelle.ihe.net/jira/browse/GZL-4603)\] We don't have the email of the users in the excel export from the admin user page, is there a reason for this? -* \[[GZL-4615](https://gazelle.ihe.net/jira/browse/GZL-4615)\] Block claim/unclaim TI when status is verified or failed -* \[[GZL-4632](https://gazelle.ihe.net/jira/browse/GZL-4632)\] Compilation of jasper reports need to be improved. -* \[[GZL-4648](https://gazelle.ihe.net/jira/browse/GZL-4648)\] Monitor Worklist Page: Could you change the default sort order for the usability. - -### 5.7.2 -* \[[GZL-3691](https://gazelle.ihe.net/jira/browse/GZL-3691)\] Improve test lifecycle -* \[[GZL-4435](https://gazelle.ihe.net/jira/browse/GZL-4435)\] It is good to have a notification email when someone change the password of the user. -* \[[GZL-4561](https://gazelle.ihe.net/jira/browse/GZL-4561)\] Update system automated tests -* \[[GZL-4624](https://gazelle.ihe.net/jira/browse/GZL-4624)\] When you access to the "system acceptance page", and you want to "not accept" already accepted system, it does not work -* \[[GZL-4646](https://gazelle.ihe.net/jira/browse/GZL-4646)\] Need to improve invoice and financial summary -* \[[GZL-4652](https://gazelle.ihe.net/jira/browse/GZL-4652)\] Consider updating GMM to show step count for each role -* \[[GZL-4655](https://gazelle.ihe.net/jira/browse/GZL-4655)\] Consider adding a password reset button for managers -* \[[GZL-4660](https://gazelle.ihe.net/jira/browse/GZL-4660)\] add missing translation to crowdin and translate them - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.7.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.7.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.7.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.7.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 3.142 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 5.582 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 1.155 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.630 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 14.782 s -[INFO] Finished at: 2017-12-21T11:40:50+01:00 -[INFO] Final Memory: 58M/1199M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ diff --git a/Test-Management/release-notes/5_7_3.md b/Test-Management/release-notes/5_7_3.md deleted file mode 100644 index 051dd149c0131917021ac81b015fda47921d4f4f..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_7_3.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - TM 5.7.3 -toolversion: Gazelle TM 5.7.3 -releasedate: 2018-01-11 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-TEST_MANAGEMENT_5_7_3 ---- -# - -__Bug__ -* \[[GZL-4135](https://gazelle.ihe.net/jira/browse/GZL-4135)\] If you edit/show a user, you save, you try to edit/show a new user, you need to click twice -* \[[GZL-4137](https://gazelle.ihe.net/jira/browse/GZL-4137)\] When you try to delete a user, you have a popupPanel with tables on it, they are not sortable -* \[[GZL-4140](https://gazelle.ihe.net/jira/browse/GZL-4140)\] sort of import a contact/user is not working -* \[[GZL-4142](https://gazelle.ihe.net/jira/browse/GZL-4142)\] Sort in the financial summary is not working -* \[[GZL-4490](https://gazelle.ihe.net/jira/browse/GZL-4490)\] In "Host configuration" admin page, add a comment to say that the hosts configuration shown are only for completed and accepted systems. -* \[[GZL-4498](https://gazelle.ihe.net/jira/browse/GZL-4498)\] The layout of OID management has a regression -* \[[GZL-4500](https://gazelle.ihe.net/jira/browse/GZL-4500)\] The color of the button skip is not user friendly (black on blue) -* \[[GZL-4594](https://gazelle.ihe.net/jira/browse/GZL-4594)\] In web service transaction usage configuration, we are able to select an actor which is not related to that profile -* \[[GZL-4669](https://gazelle.ihe.net/jira/browse/GZL-4669)\] Improve the Style for the change password panel -* \[[GZL-4670](https://gazelle.ihe.net/jira/browse/GZL-4670)\] In NA2018 session, assign monitors to test page shows test instances -* \[[GZL-4674](https://gazelle.ihe.net/jira/browse/GZL-4674)\] Host management loose his filter - -__Improvement__ -* \[[GZL-4312](https://gazelle.ihe.net/jira/browse/GZL-4312)\] System owner change: display identity instead of username -* \[[GZL-4406](https://gazelle.ihe.net/jira/browse/GZL-4406)\] I should be able to edit a URL in a test instance -* \[[GZL-4567](https://gazelle.ihe.net/jira/browse/GZL-4567)\] Please add edit feature in GMM for Actor/Transaction pairs in a profile. -* \[[GZL-4659](https://gazelle.ihe.net/jira/browse/GZL-4659)\] Use local set by user to select the language for test exportation -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.7.3 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.7.3 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.7.3 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.7.3 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 2.638 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 9.267 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 1.317 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.445 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 16.795 s -[INFO] Finished at: 2018-01-11T14:27:41+01:00 -[INFO] Final Memory: 49M/975M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ - -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. diff --git a/Test-Management/release-notes/5_8_0.md b/Test-Management/release-notes/5_8_0.md deleted file mode 100644 index 011c2df026c57d562ff48ecb4870c231caec81ed..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_8_0.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.8.0 -toolversion: Gazelle TM 5.8.0 -releasedate: 2018-03-07 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-TEST\_MANAGEMENT\_5\_8\_0 ---- -# - -## Sub-task -* \[[GZL-4682](https://gazelle.ihe.net/jira/browse/GZL-4682)\] Create a check about the port proxy in the current testing session -* \[[GZL-4683](https://gazelle.ihe.net/jira/browse/GZL-4683)\] Create a check about the ip generated by Gazelle for the current testing session - -__Bug__ -* \[[GZL-4210](https://gazelle.ihe.net/jira/browse/GZL-4210)\] in Application configuration, need to handle the case when tls url is empty -* \[[GZL-4675](https://gazelle.ihe.net/jira/browse/GZL-4675)\] Cannot edit hosts without configurations -* \[[GZL-4678](https://gazelle.ihe.net/jira/browse/GZL-4678)\] Fix VAT explanation in organization management -* \[[GZL-4679](https://gazelle.ihe.net/jira/browse/GZL-4679)\] When user add aipo to a system the table display only 5 results -* \[[GZL-4681](https://gazelle.ihe.net/jira/browse/GZL-4681)\] Testing session overview is providing an error page -* \[[GZL-4690](https://gazelle.ihe.net/jira/browse/GZL-4690)\] DICOM sample validation trouble -* \[[GZL-4695](https://gazelle.ihe.net/jira/browse/GZL-4695)\] Error in Testing Session Participants -* \[[GZL-4708](https://gazelle.ihe.net/jira/browse/GZL-4708)\] The refresh button of the result of validation is refreshing a part of the table -* \[[GZL-4709](https://gazelle.ihe.net/jira/browse/GZL-4709)\] Download connectathon result report is not well populated -* \[[GZL-4710](https://gazelle.ihe.net/jira/browse/GZL-4710)\] We lost join table domain/profile -* \[[GZL-4713](https://gazelle.ihe.net/jira/browse/GZL-4713)\] test instance notification messages status is not well populated -* \[[GZL-4726](https://gazelle.ihe.net/jira/browse/GZL-4726)\] /Test Management/System Testing/9 - Configuration Management/As Gazelle Admin/TM-282:Manage hosts configuration - Exécu -* \[[GZL-4727](https://gazelle.ihe.net/jira/browse/GZL-4727)\] Vendor Admin user can edit information of contact from different organization -* \[[GZL-4728](https://gazelle.ihe.net/jira/browse/GZL-4728)\] /Test Management/System Testing/5 - System Management/As Vendor/TM-286:Vendor Generates Integration Statement. - Execut - -__Story__ -* \[[GZL-4696](https://gazelle.ihe.net/jira/browse/GZL-4696)\] The Patient Generation & Sharing feature is no more needed in TM - -__Improvement__ -* \[[GZL-4602](https://gazelle.ihe.net/jira/browse/GZL-4602)\] When we fail a test, can we have the focus cursor directly in the text area? -* \[[GZL-4644](https://gazelle.ihe.net/jira/browse/GZL-4644)\] Use new CAS SSO -* \[[GZL-4680](https://gazelle.ihe.net/jira/browse/GZL-4680)\] We need a page to check the configuration for the testing session -* \[[GZL-4699](https://gazelle.ihe.net/jira/browse/GZL-4699)\] OID Management : Need to synchronise comment between EU-CAT and gazelle-na -* \[[GZL-4700](https://gazelle.ihe.net/jira/browse/GZL-4700)\] User want to see TF and Test List menu entry -* \[[GZL-4701](https://gazelle.ihe.net/jira/browse/GZL-4701)\] Create webservices between TM, GWT and XdsTools4 -* \[[GZL-4714](https://gazelle.ihe.net/jira/browse/GZL-4714)\] Update posgresql driver - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.8.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.8.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.8.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.8.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 3.657 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 5.167 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 0.942 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.119 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -``` - -__Remarks__ - -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. diff --git a/Test-Management/release-notes/5_9_0.md b/Test-Management/release-notes/5_9_0.md deleted file mode 100644 index eb8b89f9a279769ebefbf04488d94812b50a93a7..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_0.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.9.0 -toolversion: Gazelle TM 5.9.0 -releasedate: 2018-04-11 -author: Abderrazek Boufahja -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_0 ---- -# - -__Bug__ -* \[[GZL-4736](https://gazelle.ihe.net/jira/browse/GZL-4736)\] Cannot delete integration Profile - -__Story__ -* \[[GZL-4740](https://gazelle.ihe.net/jira/browse/GZL-4740)\] Add export configuration in ldif structure - - -__Dependencies__ - -``` -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.9.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.9.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.9.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.9.0 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -``` - -__Remarks__ - -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. diff --git a/Test-Management/release-notes/5_9_1.md b/Test-Management/release-notes/5_9_1.md deleted file mode 100644 index fc7426a69a498b178c28b6f3ecf71cbde6d0f879..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_1.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.9.1 -toolversion: Gazelle TM 5.9.1 -releasedate: 2018-07-11 -author: Cédric Eoche-Duval -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_1 ---- -# - -__Bug__ -* \[[GZL-4742](https://gazelle.ihe.net/jira/browse/GZL-4742)\] Bug in generation of ldif -* \[[GZL-4745](https://gazelle.ihe.net/jira/browse/GZL-4745)\] Removing from a system an AIPO that is subject in a test instance crash CAT and results page -* \[[GZL-4748](https://gazelle.ihe.net/jira/browse/GZL-4748)\] Each time a system registration is modified (Add or remove AIPO) the CAT page cannot be reached -* \[[GZL-4749](https://gazelle.ihe.net/jira/browse/GZL-4749)\] [DGSANTE] Bug in the generation of report of TS - -__Improvement__ -* \[[GZL-4739](https://gazelle.ihe.net/jira/browse/GZL-4739)\] Add support for RAW configuration type - -__Dependencies__ - -all dependencies are up to date diff --git a/Test-Management/release-notes/5_9_2.md b/Test-Management/release-notes/5_9_2.md deleted file mode 100644 index ed77e1cb67e15b53d8f99880ad08544a5ab433d9..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_2.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.9.2 -toolversion: Gazelle TM 5.9.2 -releasedate: 2018-08-16 00:00:00.0 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER1-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_2 ---- -# - -__Bug__ -* \[[GZL-4757](https://gazelle.ihe.net/jira/browse/GZL-4757)\] Bug when editing two systems at the same time -* \[[GZL-4758](https://gazelle.ihe.net/jira/browse/GZL-4758)\] 'Report an issue' button shall not appear on test instance page when the feature is not configured -* \[[GZL-4759](https://gazelle.ihe.net/jira/browse/GZL-4759)\] The link to xdstools doesn't work when there is an & instead of a & - -__Improvement__ -* \[[GZL-4761](https://gazelle.ihe.net/jira/browse/GZL-4761)\] Emails spam all admin - -__Dependencies__ - -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.9.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.9.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.9.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.9.2 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 2.688 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 6.228 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 1.381 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.943 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 14.021 s -[INFO] Finished at: 2018-08-16T11:47:52+02:00 -[INFO] Final Memory: 46M/891M -[INFO] ------------------------------------------------------------------------ - -__Remarks__ -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. diff --git a/Test-Management/release-notes/5_9_3.md b/Test-Management/release-notes/5_9_3.md deleted file mode 100644 index 7afde57cafb2cac8db70b3acf46981fe0e1f4c9c..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_3.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.9.3 -toolversion: Gazelle TM 5.9.3 -releasedate: 2018-08-16 00:00:00.0 -author: Guillaume THOMAZON -function: Software Engineer -customer: IHE-EUROPE -reference: KER1-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_3 ---- -# - -__Bug__ -* \[[GZL-4765](https://gazelle.ihe.net/jira/browse/GZL-4765)\] HQL left outer join trouble - -__Dependencies__ - -All dependencies are up to date. - -__Remarks__ -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. diff --git a/Test-Management/release-notes/5_9_4.md b/Test-Management/release-notes/5_9_4.md deleted file mode 100644 index 01531c0c97400e1cc9eec3b4353a0f82b462cf8c..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_4.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.9.4 -toolversion: Gazelle TM 5.9.4 -releasedate: 2018-12-05 00:00:00.0 -author: Youn Cadoret -function: Tester -customer: IHE EUROPE -reference: KER1-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_4 ---- -# - -__Bug__ -* \[[GZL-4733](https://gazelle.ihe.net/jira/browse/GZL-4733)\] [CAS] configFileLocation is the same for PR/GMM/TM -* \[[GZL-4768](https://gazelle.ihe.net/jira/browse/GZL-4768)\] Sequence Diagram is not display by default -* \[[GZL-4770](https://gazelle.ihe.net/jira/browse/GZL-4770)\] Can not create a new test with Gazelle TM -* \[[GZL-4773](https://gazelle.ihe.net/jira/browse/GZL-4773)\] Remove all the references to QR codes and monitor app -* \[[GZL-4774](https://gazelle.ihe.net/jira/browse/GZL-4774)\] Remove any reference to patient generation&sharing feature -* \[[GZL-4780](https://gazelle.ihe.net/jira/browse/GZL-4780)\] Layout of setup password page is broken - -__Improvement__ -* \[[GZL-4767](https://gazelle.ihe.net/jira/browse/GZL-4767)\] Missing check/warning on Transaction standard - -__Dependencies__ - -``` - -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.9.4 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.9.4 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.9.4 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.9.4 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 2.387 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 4.724 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 1.313 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 2.148 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 11.826 s -[INFO] Finished at: 2018-12-05T16:12:30+01:00 -[INFO] Final Memory: 48M/993M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. \ No newline at end of file diff --git a/Test-Management/release-notes/5_9_5.md b/Test-Management/release-notes/5_9_5.md deleted file mode 100644 index 6033ced27a1da41603d3c6fc6a739027ce2e29b2..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_5.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - Gazelle TM 5.9.5 -toolversion: Gazelle TM 5.9.5 -releasedate: 2018-12-20 00:00:00.0 -author: Youn Cadoret -function: Tester -customer: IHE EUROPE -reference: KER1-RNO-IHE-TEST\_MANAGEMENT\_5\_9\_5 ---- -# - -__Bug__ -* \[[GZL-4775](https://gazelle.ihe.net/jira/browse/GZL-4775)\] In Test summary view "is Validated ?" and " Test validated ?" is the same info -* \[[GZL-4777](https://gazelle.ihe.net/jira/browse/GZL-4777)\] Test status, type and peer-type not displayed if not admin -* \[[GZL-4789](https://gazelle.ihe.net/jira/browse/GZL-4789)\] Adding a host broken for organizations with underscore character - -## Task -* \[[GZL-4786](https://gazelle.ihe.net/jira/browse/GZL-4786)\] Fix unit test on gazelle-model - -__Improvement__ -* \[[GZL-4776](https://gazelle.ihe.net/jira/browse/GZL-4776)\] Test definition -> test roles are not orderable - -__Dependencies__ - -``` -[INFO] Scanning for projects... -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Build Order: -[INFO] -[INFO] Gazelle Test Management Platform -[INFO] gazelle-tm-ejb -[INFO] gazelle-tm-war -[INFO] gazelle-tm-ear -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Gazelle Test Management Platform 5.9.6-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ejb 5.9.6-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ejb --- - net.ihe.gazelle.maven version ejb 1.0.3 2.0.0 yes -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-war 5.9.6-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-war --- -Check dependencies :: All the dependencies are up to date. -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building gazelle-tm-ear 5.9.6-SNAPSHOT -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] --- gazelle-plugins:1.60:check-dependencies (default-cli) @ gazelle-tm-ear --- -Check dependencies :: All the dependencies are up to date. -[INFO] ------------------------------------------------------------------------ -[INFO] Reactor Summary: -[INFO] -[INFO] Gazelle Test Management Platform ................... SUCCESS [ 2.526 s] -[INFO] gazelle-tm-ejb ..................................... SUCCESS [ 4.274 s] -[INFO] gazelle-tm-war ..................................... SUCCESS [ 0.963 s] -[INFO] gazelle-tm-ear ..................................... SUCCESS [ 1.921 s] -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD SUCCESS -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 11.575 s -[INFO] Finished at: 2018-12-20T16:38:54+01:00 -[INFO] Final Memory: 49M/994M -[INFO] ------------------------------------------------------------------------ -``` - -__Remarks__ -Use of net.ihe.gazelle.maven:version:2.0.0 is limited to applications running on Jboss8. \ No newline at end of file diff --git a/Test-Management/release-notes/5_9_6.md b/Test-Management/release-notes/5_9_6.md deleted file mode 100644 index 50fbe2e6f53e33cad67ef9cb2ad0776e8f1ece7e..0000000000000000000000000000000000000000 --- a/Test-Management/release-notes/5_9_6.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Release note (old format) -subtitle: Gazelle Test Management - 5.9.6 -toolversion: 5.9.6 -releasedate: 2019-03-13 -author: Anne-Gaëlle Bergé -function: Quality engineer -customer: IHE Europe -reference: KER1-RNO-IHE-TEST_MANAGEMENT_5_9_6 ---- -# - -__Bug__ -* \[[GZL-4804](https://gazelle.ihe.net/jira/browse/GZL-4804)\] /Test Management/System Testing/5 - System Management/As Vendor admin/TM-312:Vendor admin generates Integration Statemen -* \[[GZL-4819](https://gazelle.ihe.net/jira/browse/GZL-4819)\] Adding a HL7 conformance profile is failing when the selected transaction is linked to a document -* \[[GZL-4813](https://gazelle.ihe.net/jira/browse/GZL-4813)\] Can't update connectathon results - -__Dependencies__ - -Dependencies are up-to-date - -__Remarks__ -NA diff --git a/XDStar-Client/installation.md b/XDStar-Client/installation.md index cfcfaddd791d04891b957771c3eee32e2a5471d7..95bd08f3c21d16446866330a83b10513e2cea112 100755 --- a/XDStar-Client/installation.md +++ b/XDStar-Client/installation.md @@ -86,7 +86,16 @@ exit # Deployment -Copy the XDStarClient.ear (from `/XDStarClient-ear/target` directory) into the `${JBOSS_DIR}/standalone/deployment/` directory of your JBoss server. Finally, start your server. +To deploy XDStar Client : +1. Paste the archive **XDStarClient.ear** in the JBoss deployment directory `${JBOSS7\_HOME}/standalone/deployments/` +2. Display JBoss server logs, start JBoss and wait for **ear** deployment. +3. The application can be browsed at http://localhost:8080/XDStarClient. *Port could also be different whether you have modified the JBoss configuration*. +4. **WARNING** : From version 2.4.0, datasources have been extracted from the **ear**. The template file can be found in /src/main/application/datasource in the source or in the file XDStarClientDS-X.X.X-datasource.zip from the nexus. +For more informations about how to manage that externalization, please refer to [general considerations for JBoss7](https://gazelle.ihe.net/gazelle-documentation/General/jboss7.html). + +Datasource name : XDStarClientDS + +Database name : xdstar-client # Insert configuration values diff --git a/XDStar-Client/release-note.md b/XDStar-Client/release-note.md index eb782614805c8a6bdf97144d86769fdc456ee8b5..f3a3a75d367c97aa1e3663cfeb6770658a64968b 100644 --- a/XDStar-Client/release-note.md +++ b/XDStar-Client/release-note.md @@ -1,10 +1,1242 @@ --- title: Release note -subtitle: -toolversion: -releasedate: +subtitle: XDStarClient +toolversion: 2.4.0 +releasedate: 2019-03-21 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe -reference: KER1-RNO-IHE- ---- \ No newline at end of file +reference: KER1-RNO-IHE-XDSTARCLIENT +--- +# 2.4.0 +_Release date: 2019-03-21_ + +__Remarks__ + +Datasource management has changed, refers to the installation manual to correctly update your instance of the tool. + +__Improvement__ + +* \[[XDSTAR-718](https://gazelle.ihe.net/jira/browse/XDSTAR-718)\] Extract datasource configuration +* \[[XDSTAR-719](https://gazelle.ihe.net/jira/browse/XDSTAR-719)\] Update SQL scripts archive + +# 2.3.12 +_Release date: 2019-02-19_ + + +__Bug__ + +* \[[XDSTAR-724](https://gazelle.ihe.net/jira/browse/XDSTAR-724)\] For XDS Metadata update and RMU, the attribute DocumentEntry entryUUID shall be editable + +# 2.3.11 +_Release date: 2019-02-19_ + + +__Bug__ + +* \[[XDSTAR-723](https://gazelle.ihe.net/jira/browse/XDSTAR-723)\] Validator "epSOS DispensationService:initialize - response" is too restrictive regarding codeContext values + +__Story__ + +* \[[XDSTAR-716](https://gazelle.ihe.net/jira/browse/XDSTAR-716)\] create calibration for RMU for ehealthsuisse + +# 2.3.10 +_Release date: 2018-11-09_ + + +__Bug__ + +* \[[XDSTAR-608](https://gazelle.ihe.net/jira/browse/XDSTAR-608)\] The validation of messages through the test plan executed is not working +* \[[XDSTAR-711](https://gazelle.ihe.net/jira/browse/XDSTAR-711)\] Cannot create crowdin translation keys in DSUBSimulator module +* \[[XDSTAR-714](https://gazelle.ihe.net/jira/browse/XDSTAR-714)\] The list of transactions displayed for Update Responder Configuration is not coherent with the context + +# 2.3.9 +_Release date: 2018-10-15_ + + +__Bug__ + +* \[[XDSTAR-699](https://gazelle.ihe.net/jira/browse/XDSTAR-699)\] Cannot download a validator pack class +* \[[XDSTAR-704](https://gazelle.ihe.net/jira/browse/XDSTAR-704)\] Add "Update Responder" as configuration type for RMU profile +* \[[XDSTAR-706](https://gazelle.ihe.net/jira/browse/XDSTAR-706)\] The homeCommunityId is not a required element for ITI-43 transaction +* \[[XDSTAR-707](https://gazelle.ihe.net/jira/browse/XDSTAR-707)\] Some admin pages are accessible without being logged +* \[[XDSTAR-710](https://gazelle.ihe.net/jira/browse/XDSTAR-710)\] We shall not have information about the tool in the debug page on production + +__Task__ + +* \[[XDSTAR-712](https://gazelle.ihe.net/jira/browse/XDSTAR-712)\] Release 2.3.9 + +# 2.3.8 +_Release date: 2018-09-07_ + + +__Bug__ + +* \[[XDSTAR-703](https://gazelle.ihe.net/jira/browse/XDSTAR-703)\] Missing "<>" in the http header start element of RAD-69 + +# 2.3.7 +_Release date: 2018-08-30_ + + +__Story__ + +* \[[XDSTAR-702](https://gazelle.ihe.net/jira/browse/XDSTAR-702)\] update RMU Simulator to august 2018 TI version + +# 2.3.6 +_Release date: 2018-07-20_ + + +__Story__ + +* \[[XDSTAR-701](https://gazelle.ihe.net/jira/browse/XDSTAR-701)\] Add PreviousVersion slot to UpdateMetadata message + +# 2.3.5 +_Release date: 2018-07-19_ + +__Bug__ + +* \[[XDSTAR-655](https://gazelle.ihe.net/jira/browse/XDSTAR-655)\] Review catch exception in the JAVA code, the user should be notified if there is error and where it is + +__Story__ + +* \[[XDSTAR-700](https://gazelle.ihe.net/jira/browse/XDSTAR-700)\] Replace XCMU by RMU + +# 2.3.4 +_Release date: 2018-06-27_ + + +__Bug__ + +* \[[XDSTAR-596](https://gazelle.ihe.net/jira/browse/XDSTAR-596)\] Duplicate a Registry Package should also duplicate the extra cosntraints +* \[[XDSTAR-597](https://gazelle.ihe.net/jira/browse/XDSTAR-597)\] When duplicating a AdhocQuery, we expect all the fields to be populated +* \[[XDSTAR-598](https://gazelle.ihe.net/jira/browse/XDSTAR-598)\] not all Validator Pack Associations can be deleted +* \[[XDSTAR-690](https://gazelle.ihe.net/jira/browse/XDSTAR-690)\] When duplicating Registry Package, usage is empty and create empty usages + +__Improvement__ + +* \[[XDSTAR-698](https://gazelle.ihe.net/jira/browse/XDSTAR-698)\] RAD-69 + +# 2.3.3 +_Release date: 2018-04-04_ + + +__Bug__ + +* \[[XDSTAR-570](https://gazelle.ihe.net/jira/browse/XDSTAR-570)\] Cannot validate messages in Simulator as responder from the message details page +* \[[XDSTAR-590](https://gazelle.ihe.net/jira/browse/XDSTAR-590)\] Run test from test edition page raises a NPE +* \[[XDSTAR-593](https://gazelle.ihe.net/jira/browse/XDSTAR-593)\] RAD-55 : Preview button is not working +* \[[XDSTAR-672](https://gazelle.ihe.net/jira/browse/XDSTAR-672)\] NPE is thrown when jks configuration is wrong +* \[[XDSTAR-689](https://gazelle.ihe.net/jira/browse/XDSTAR-689)\] After logging, the parameters are not passed in the URL +* \[[XDSTAR-692](https://gazelle.ihe.net/jira/browse/XDSTAR-692)\] Update ExternalIdentifier related constraints + +# 2.3.2 +_Release date: 2018-03-20_ + + +__Bug__ + +* \[[XDSTAR-595](https://gazelle.ihe.net/jira/browse/XDSTAR-595)\] Cannot validate request and response message in the test report page +* \[[XDSTAR-601](https://gazelle.ihe.net/jira/browse/XDSTAR-601)\] Documentation link is not working +* \[[XDSTAR-687](https://gazelle.ihe.net/jira/browse/XDSTAR-687)\] [RAD-55] Issue with httpClient dependency + + +# 2.3.1 +_Release date: 2018-02-22_ + + +__Bug__ + +* \[[XDSTAR-681](https://gazelle.ihe.net/jira/browse/XDSTAR-681)\] [XCMU] Cannot add SAMLAssertion in the request + +__Story__ + +* \[[XDSTAR-657](https://gazelle.ihe.net/jira/browse/XDSTAR-657)\] Crowdin translation + +# 2.3.0 +_Release date: 2018-01-31_ + +__Remarks__ + +From version 2.3.0, XDStar Client shall be integrated with the new Gazelle SSO based on Apereo. + + +__Bug__ + +* \[[XDSTAR-573](https://gazelle.ihe.net/jira/browse/XDSTAR-573)\] Missing content when clicking on play icon from the XCPD Init page +* \[[XDSTAR-623](https://gazelle.ihe.net/jira/browse/XDSTAR-623)\] In XDS.b Provide and Register Document Set - epSOS affinity domain (and all the pages), when the validation is not performed, we still have an icon saying that the validation pass +* \[[XDSTAR-624](https://gazelle.ihe.net/jira/browse/XDSTAR-624)\] Regression between the prod version and the sake version about the epSOS-1 OrderService:list operation +* \[[XDSTAR-674](https://gazelle.ihe.net/jira/browse/XDSTAR-674)\] The value of the slot homeCommunityId shall start with "urn:oid" + +__Improvement__ + +* \[[XDSTAR-600](https://gazelle.ihe.net/jira/browse/XDSTAR-600)\] Migration to Apereo CAS + +# 2.2.1 +_Release date: 2018-01-15_ + + +__Bug__ + +* \[[XDSTAR-615](https://gazelle.ihe.net/jira/browse/XDSTAR-615)\] DispensationService:Discard() page is not working with a problem to select the configuration +* \[[XDSTAR-620](https://gazelle.ihe.net/jira/browse/XDSTAR-620)\] ConsentService:Discard() has te same problem as DispensationService:Discard() +* \[[XDSTAR-626](https://gazelle.ihe.net/jira/browse/XDSTAR-626)\] epSOS-1 transaction ignore XUA parameter +* \[[XDSTAR-673](https://gazelle.ihe.net/jira/browse/XDSTAR-673)\] AUTHER PERSON + +# 2.2.0 +_Release date: 2017-12-26_ + + +__Bug__ + +* \[[XDSTAR-564](https://gazelle.ihe.net/jira/browse/XDSTAR-564)\] User with admin_role cannot delete a SUT configuration + +__Improvement__ + +* \[[XDSTAR-669](https://gazelle.ihe.net/jira/browse/XDSTAR-669)\] Create ITI-57 Document Administrator Simulator +* \[[XDSTAR-670](https://gazelle.ihe.net/jira/browse/XDSTAR-670)\] Create XCMU Initiating gateway simulator + +# 2.1.1 +_Release date: 2017-11-29_ + + +__Bug__ + +* \[[XDSTAR-603](https://gazelle.ihe.net/jira/browse/XDSTAR-603)\] Jira link is not provided +* \[[XDSTAR-604](https://gazelle.ihe.net/jira/browse/XDSTAR-604)\] Gazelle Content Documentation is opening in the same tab +* \[[XDSTAR-616](https://gazelle.ihe.net/jira/browse/XDSTAR-616)\] When you try to validate a document through EVSClient, it is validated in the same tab, it should open a new window for that +* \[[XDSTAR-625](https://gazelle.ihe.net/jira/browse/XDSTAR-625)\] When I add a new XDSDocumentEntryClassCode to epSOS-1 transaction, the GUI is not friendly + +__Story__ + +* \[[XDSTAR-538](https://gazelle.ihe.net/jira/browse/XDSTAR-538)\] Add Xpath constraint for Validator Pack Association and Registry Object List + +__Improvement__ + +* \[[XDSTAR-660](https://gazelle.ihe.net/jira/browse/XDSTAR-660)\] Enable admin to add Extra Constraints to Validator Pack Association + +# 2.1.0 +_Release date: 2017-11-23_ + + +__Technical task__ + +* \[[XDSTAR-495](https://gazelle.ihe.net/jira/browse/XDSTAR-495)\] Migration of XDSMetadatas +* \[[XDSTAR-496](https://gazelle.ihe.net/jira/browse/XDSTAR-496)\] Migration of SUT Configurations +* \[[XDSTAR-542](https://gazelle.ihe.net/jira/browse/XDSTAR-542)\] INIT Simulator : XDS.b +* \[[XDSTAR-543](https://gazelle.ihe.net/jira/browse/XDSTAR-543)\] INIT Simulator : XCA +* \[[XDSTAR-544](https://gazelle.ihe.net/jira/browse/XDSTAR-544)\] INIT Simulator : XDR +* \[[XDSTAR-545](https://gazelle.ihe.net/jira/browse/XDSTAR-545)\] INIT Simulator : XDW +* \[[XDSTAR-546](https://gazelle.ihe.net/jira/browse/XDSTAR-546)\] INIT Simulator : XCF +* \[[XDSTAR-547](https://gazelle.ihe.net/jira/browse/XDSTAR-547)\] INIT Simulator : MPQ +* \[[XDSTAR-548](https://gazelle.ihe.net/jira/browse/XDSTAR-548)\] INIT Simulator : DSUB +* \[[XDSTAR-549](https://gazelle.ihe.net/jira/browse/XDSTAR-549)\] INIT Simulator : XCPD +* \[[XDSTAR-550](https://gazelle.ihe.net/jira/browse/XDSTAR-550)\] INIT Simulator : CT +* \[[XDSTAR-551](https://gazelle.ihe.net/jira/browse/XDSTAR-551)\] INIT Simulator : PHARM-1 +* \[[XDSTAR-552](https://gazelle.ihe.net/jira/browse/XDSTAR-552)\] INIT Simulator : XDSi.b +* \[[XDSTAR-553](https://gazelle.ihe.net/jira/browse/XDSTAR-553)\] INIT Simulator : XCA-I + +__Bug__ + +* \[[XDSTAR-476](https://gazelle.ihe.net/jira/browse/XDSTAR-476)\] The export button of AdhocQuery is public +* \[[XDSTAR-477](https://gazelle.ihe.net/jira/browse/XDSTAR-477)\] When uploading a new AdhocMetadata, there is no message of success +* \[[XDSTAR-490](https://gazelle.ihe.net/jira/browse/XDSTAR-490)\] Error in web service validation in the prod +* \[[XDSTAR-510](https://gazelle.ihe.net/jira/browse/XDSTAR-510)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm +* \[[XDSTAR-569](https://gazelle.ihe.net/jira/browse/XDSTAR-569)\] Filters on Message Transactions for Simu as responder do not work +* \[[XDSTAR-571](https://gazelle.ihe.net/jira/browse/XDSTAR-571)\] Issues on reporting the result of XCPD ITI-55 transaction when initiating from the tool +* \[[XDSTAR-572](https://gazelle.ihe.net/jira/browse/XDSTAR-572)\] ITI-41 request/response - validation popup panel is empty +* \[[XDSTAR-582](https://gazelle.ihe.net/jira/browse/XDSTAR-582)\] ITI-61 request - mimeType is required +* \[[XDSTAR-584](https://gazelle.ihe.net/jira/browse/XDSTAR-584)\] ITI-39 request/response - home CommunityId is required +* \[[XDSTAR-586](https://gazelle.ihe.net/jira/browse/XDSTAR-586)\] SubmissionSet panel, patientId added is lost when clicking in Random fulfil button in DocumentEntry panel +* \[[XDSTAR-587](https://gazelle.ihe.net/jira/browse/XDSTAR-587)\] ITI-41 request (XDW) issue with metadatas randomly fulfil +* \[[XDSTAR-588](https://gazelle.ihe.net/jira/browse/XDSTAR-588)\] ITI-51 request/response - issue with XDSDocumentEntryStatus +* \[[XDSTAR-591](https://gazelle.ihe.net/jira/browse/XDSTAR-591)\] RAD-69 request : all the fields are required to execute the transaction +* \[[XDSTAR-599](https://gazelle.ihe.net/jira/browse/XDSTAR-599)\] Usage drop down menu shows empty labels +* \[[XDSTAR-613](https://gazelle.ihe.net/jira/browse/XDSTAR-613)\] epSOS - DispensationService:initialize() : when we click on the button Execute, it reset the autor value +* \[[XDSTAR-614](https://gazelle.ihe.net/jira/browse/XDSTAR-614)\] Problem with XUA parameter, I checked it , but it is not taken into account +* \[[XDSTAR-617](https://gazelle.ihe.net/jira/browse/XDSTAR-617)\] When you sent consent, using epSOS - ConsentService:put(), you have a new button "Delete file", this is a bug +* \[[XDSTAR-618](https://gazelle.ihe.net/jira/browse/XDSTAR-618)\] XUA inclusion is not working for epSOS - ConsentService:put() page +* \[[XDSTAR-621](https://gazelle.ihe.net/jira/browse/XDSTAR-621)\] The icon used in XDS.b Provide and Register Document Set - epSOS affinity domain is not good for document +* \[[XDSTAR-622](https://gazelle.ihe.net/jira/browse/XDSTAR-622)\] In XDS.b Provide and Register Document Set - epSOS affinity domain, the color of the button random fulfill is not the same as it is in the other PnR pages +* \[[XDSTAR-631](https://gazelle.ihe.net/jira/browse/XDSTAR-631)\] /XD* Client/System testing/simulators/xcf/XDSTAR-41:execute ITI-63 request - Executed ON (ISO FORMAT): 2017-11-15 22:16 +* \[[XDSTAR-646](https://gazelle.ihe.net/jira/browse/XDSTAR-646)\] /XD* Client/System testing/simulators/epsos-2/Provide Data Service/XDSTAR-215:XUA - Executed ON (ISO FORMAT): 2017-11-1 + +__Epic__ + +* \[[XDSTAR-530](https://gazelle.ihe.net/jira/browse/XDSTAR-530)\] Migration of XD* Client style + +__Story__ + +* \[[XDSTAR-494](https://gazelle.ihe.net/jira/browse/XDSTAR-494)\] Migrate metadata and SUT conf +* \[[XDSTAR-497](https://gazelle.ihe.net/jira/browse/XDSTAR-497)\] Migration of SIMU-Initiators +* \[[XDSTAR-498](https://gazelle.ihe.net/jira/browse/XDSTAR-498)\] Migration of patient management module +* \[[XDSTAR-499](https://gazelle.ihe.net/jira/browse/XDSTAR-499)\] migration of messages +* \[[XDSTAR-531](https://gazelle.ihe.net/jira/browse/XDSTAR-531)\] Test day for XD* Client +* \[[XDSTAR-539](https://gazelle.ihe.net/jira/browse/XDSTAR-539)\] Migration of SIMU-Responders +* \[[XDSTAR-540](https://gazelle.ihe.net/jira/browse/XDSTAR-540)\] Migration of XDS Documentation +* \[[XDSTAR-541](https://gazelle.ihe.net/jira/browse/XDSTAR-541)\] Migrate the Home page, menu and footer +* \[[XDSTAR-561](https://gazelle.ihe.net/jira/browse/XDSTAR-561)\] Use new CAS SSO + +__Improvement__ + +* \[[XDSTAR-233](https://gazelle.ihe.net/jira/browse/XDSTAR-233)\] review of sonar for XDStar-modules +* \[[XDSTAR-500](https://gazelle.ihe.net/jira/browse/XDSTAR-500)\] migration of administration menu + +# 2.0.12 +_Release date: 2016-02-16_ + + +__Technical task__ + +* \[[XDSTAR-478](https://gazelle.ihe.net/jira/browse/XDSTAR-478)\] upload of XML structure of metadata is not working + +__Bug__ + +* \[[XDSTAR-464](https://gazelle.ihe.net/jira/browse/XDSTAR-464)\] Fault error related to the validation of DocumentEntryType +* \[[XDSTAR-465](https://gazelle.ihe.net/jira/browse/XDSTAR-465)\] bug in the validation of ITI-18 +* \[[XDSTAR-491](https://gazelle.ihe.net/jira/browse/XDSTAR-491)\] bug in HE XDS.b ITI-41 Provide and Register Set-b - request schema validation + +# 2.0.11 +_Release date: 2016-02-15_ + +__Bug__ + +* \[[XDSTAR-471](https://gazelle.ihe.net/jira/browse/XDSTAR-471)\] Review why the DSUB validation was not working in CAT US +* \[[XDSTAR-474](https://gazelle.ihe.net/jira/browse/XDSTAR-474)\] Wado validation does not work in EVSClient + +# 2.0.10 +_Release date: 2016-02-09_ + +__Bug__ + +* \[[XDSTAR-469](https://gazelle.ihe.net/jira/browse/XDSTAR-469)\] Unit tests are not working anymore for XDSValidator module +* \[[XDSTAR-470](https://gazelle.ihe.net/jira/browse/XDSTAR-470)\] ITI-41 Response - EVSClient incorrectly reports an error + +# 2.0.8 +_Release date: 2015-11-18_ + + +__Bug__ + +* \[[XDSTAR-278](https://gazelle.ihe.net/jira/browse/XDSTAR-278)\] problem on RAd-69, for generating from manifest +* \[[XDSTAR-391](https://gazelle.ihe.net/jira/browse/XDSTAR-391)\] References to the standard paragraph for the class ExternalIdentifierSpec are wrong +* \[[XDSTAR-462](https://gazelle.ihe.net/jira/browse/XDSTAR-462)\] constraintCreationTime_DTM is not working fine + +__Improvement__ + +* \[[XDSTAR-369](https://gazelle.ihe.net/jira/browse/XDSTAR-369)\] in WADO simulator, set the html as a link, and execute it when you click on it +* \[[XDSTAR-370](https://gazelle.ihe.net/jira/browse/XDSTAR-370)\] in CT simulator, the GUI is not intuitive, add a table with the headers server, client, and differences + +# 2.0.7 +_Release date: 2015-11-04_ + + +__Bug__ + +* \[[XDSTAR-435](https://gazelle.ihe.net/jira/browse/XDSTAR-435)\] Problem to view the filter of allMessages +* \[[XDSTAR-441](https://gazelle.ihe.net/jira/browse/XDSTAR-441)\] ITI-61 is not working fine + +# 2.0.6 +_Release date: 2015-10-28_ + + +__Bug__ + +* \[[XDSTAR-459](https://gazelle.ihe.net/jira/browse/XDSTAR-459)\] epSOS validation is not processed in the messages displayed +* \[[XDSTAR-461](https://gazelle.ihe.net/jira/browse/XDSTAR-461)\] Bug in the validation of epSOS OrderService:list(), PatientService:list() and IdentificationService + +# 2.0.5 +_Release date: 2015-10-28_ + +__Bug__ + +* \[[XDSTAR-458](https://gazelle.ihe.net/jira/browse/XDSTAR-458)\] external validator are not treated when they are needed + +# 2.0.4 +_Release date: 2015-10-23_ + + +__Bug__ + +* \[[XDSTAR-389](https://gazelle.ihe.net/jira/browse/XDSTAR-389)\] error in http://gazelle.ihe.net/XDStarClient/docum/constraints/constraintDescriptor.seam?name=constraintEntryUUID_UUID&class=XDSSubmissionSetConstraints&pack=rimihe +* \[[XDSTAR-390](https://gazelle.ihe.net/jira/browse/XDSTAR-390)\] The description of http://gazelle.ihe.net/XDStarClient/docum/constraints/constraintDescriptor.seam?name=cnstraintSubmissionSetTime&class=XDSSubmissionSetConstraints&pack=rimihe is wrong +* \[[XDSTAR-392](https://gazelle.ihe.net/jira/browse/XDSTAR-392)\] http://gazelle.ihe.net/XDStarClient/docum/constraints/constraintDescriptor.seam?name=constraintSlot&class=SlotPackageSpec&pack=rimihe SHALL be related to requirement IHEXDS-117 +* \[[XDSTAR-413](https://gazelle.ihe.net/jira/browse/XDSTAR-413)\] constraintSubmissionSet_allowed_slot is wrong assertion +* \[[XDSTAR-452](https://gazelle.ihe.net/jira/browse/XDSTAR-452)\] The responder is not viewed in the list of all message of initiators +* \[[XDSTAR-457](https://gazelle.ihe.net/jira/browse/XDSTAR-457)\] Problem in the validation using nist jar + +# 2.0.0 +_Release date: 2015-09-08_ + + +__Story__ + +* \[[XDSTAR-394](https://gazelle.ihe.net/jira/browse/XDSTAR-394)\] Migration to jboss7 of XDStarClient + + +# 1.1.2 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-241](https://gazelle.ihe.net/jira/browse/XDSTAR-241)\] update the description of pre-cat tests +* \[[XDSTAR-388](https://gazelle.ihe.net/jira/browse/XDSTAR-388)\] The view of validation result does not appear anymore in XDStarClient + +__Bug__ + +* \[[XDSTAR-237](https://gazelle.ihe.net/jira/browse/XDSTAR-237)\] fix the problem of the missing association between PS L1 and PS L3 +* \[[XDSTAR-238](https://gazelle.ihe.net/jira/browse/XDSTAR-238)\] [XDS.b Provide and Register Document Set - epSOS affinity domain] not working well +* \[[XDSTAR-255](https://gazelle.ihe.net/jira/browse/XDSTAR-255)\] Add trim in patientId for PnR transaction +* \[[XDSTAR-262](https://gazelle.ihe.net/jira/browse/XDSTAR-262)\] RAD-75 : the transfert syntax is badly used to create the request ! +* \[[XDSTAR-277](https://gazelle.ihe.net/jira/browse/XDSTAR-277)\] Problem on the xsd validation of XDS metadatas +* \[[XDSTAR-348](https://gazelle.ihe.net/jira/browse/XDSTAR-348)\] Missing validation of the valuesset of SubmissionSet.contentType on the model based validation of KXDS +* \[[XDSTAR-371](https://gazelle.ihe.net/jira/browse/XDSTAR-371)\] Wado validation does not work. +* \[[XDSTAR-387](https://gazelle.ihe.net/jira/browse/XDSTAR-387)\] bug in constraintIntendedRecipienStruc requirements + +# 1.1.1 +_Release date: 2015-01-08_ + + +__Bug__ + +* \[[XDSTAR-284](https://gazelle.ihe.net/jira/browse/XDSTAR-284)\] There are no page.xml for the audit edition +* \[[XDSTAR-292](https://gazelle.ihe.net/jira/browse/XDSTAR-292)\] The codingScheme of urn:ihe:rad:PDF shall be 1.3.6.1.4.1.19376.1.2.3 (for RAD-68) +* \[[XDSTAR-385](https://gazelle.ihe.net/jira/browse/XDSTAR-385)\] Bug in the publish DSUB + +# 1.1.0 +_Release date: 2015-01-08_ + +__Technical task__ + +* \[[XDSTAR-363](https://gazelle.ihe.net/jira/browse/XDSTAR-363)\] Implement delete() [ITI-62] in xdstools2 +* \[[XDSTAR-382](https://gazelle.ihe.net/jira/browse/XDSTAR-382)\] Fix the validation of publish transaction +* \[[XDSTAR-383](https://gazelle.ihe.net/jira/browse/XDSTAR-383)\] Fix the simulator of publish transaction + +__Bug__ + +* \[[XDSTAR-295](https://gazelle.ihe.net/jira/browse/XDSTAR-295)\] Update the validator of DSUB because it is not useful anymore after the last CP. The simulator is OK. +* \[[XDSTAR-380](https://gazelle.ihe.net/jira/browse/XDSTAR-380)\] Problem in the picklist of usage of list configurations +* \[[XDSTAR-381](https://gazelle.ihe.net/jira/browse/XDSTAR-381)\] Fix the error in the validation of the publish transaction + +__Story__ + +* \[[XDSTAR-303](https://gazelle.ihe.net/jira/browse/XDSTAR-303)\] Configuration of xdstools for KSA project +* \[[XDSTAR-378](https://gazelle.ihe.net/jira/browse/XDSTAR-378)\] add SubmissionSet and Folder metadata attributes to ITI-52 in XDStarClient +* \[[XDSTAR-379](https://gazelle.ihe.net/jira/browse/XDSTAR-379)\] NA2015: Some oddities with testing ITI-62 in XDStarClient +* \[[XDSTAR-384](https://gazelle.ihe.net/jira/browse/XDSTAR-384)\] Add the simulator of notify transaction + +# 1.0.4 +_Release date: 2014-12-04_ + +__Technical task__ + +* \[[XDSTAR-305](https://gazelle.ihe.net/jira/browse/XDSTAR-305)\] configure the XDStarClient, to have a client for KSA domain +* \[[XDSTAR-306](https://gazelle.ihe.net/jira/browse/XDSTAR-306)\] write testlink requirements and test cases + +__Bug__ + +* \[[XDSTAR-291](https://gazelle.ihe.net/jira/browse/XDSTAR-291)\] The identifier of the template of DSUB subscribe is wrong !! +* \[[XDSTAR-345](https://gazelle.ihe.net/jira/browse/XDSTAR-345)\] fix the generation of the request WADO +* \[[XDSTAR-359](https://gazelle.ihe.net/jira/browse/XDSTAR-359)\] Error on th page.xml, there are a redirection to login.xhtml, which does not exist any more +* \[[XDSTAR-377](https://gazelle.ihe.net/jira/browse/XDSTAR-377)\] The DSUB validation does not take care of the ihe:FolderMetadata and ihe:submissionSetMetadata + +# 1.0.3 +_Release date: 2014-07-18_ + + +__Bug__ + +* \[[XDSTAR-362](https://gazelle.ihe.net/jira/browse/XDSTAR-362)\] The list of assertions is not reachable from AssertionManager + +# 1.0.1 +_Release date: No release date_ + +__Story__ + +* \[[XDSTAR-360](https://gazelle.ihe.net/jira/browse/XDSTAR-360)\] Create a validator for K-BPPC Sharing document + +# 1.0.0 +_Release date: 2014-05-28_ + +__Technical task__ + +* \[[XDSTAR-310](https://gazelle.ihe.net/jira/browse/XDSTAR-310)\] Add the PurposeOfUse for the ATNA messages validation (ITI TF V2b, 3.40.1.2.3.1) +* \[[XDSTAR-311](https://gazelle.ihe.net/jira/browse/XDSTAR-311)\] Add the specifications of ATNA logging (ITI V2b, 3.40.4.2) for the UserName +* \[[XDSTAR-324](https://gazelle.ihe.net/jira/browse/XDSTAR-324)\] relate the configurations of KSA directly to the RESTful services of gazelle + +__Bug__ + +* \[[XDSTAR-343](https://gazelle.ihe.net/jira/browse/XDSTAR-343)\] problem on the web.xml for the retful services + +__Story__ + +* \[[XDSTAR-275](https://gazelle.ihe.net/jira/browse/XDSTAR-275)\] KSA - Create validator for SAML assertions +* \[[XDSTAR-276](https://gazelle.ihe.net/jira/browse/XDSTAR-276)\] KSA - Create validator for DSUB ITI-53 notification transaction +* \[[XDSTAR-309](https://gazelle.ihe.net/jira/browse/XDSTAR-309)\] Create validator for AuditMessages KSA +* \[[XDSTAR-312](https://gazelle.ihe.net/jira/browse/XDSTAR-312)\] Update the xdstools2 to support DSUB messages for K-Project + +# 0.57.8 +_Release date: 2014-04-04_ + + +__Technical task__ + +* \[[XDSTAR-313](https://gazelle.ihe.net/jira/browse/XDSTAR-313)\] Create responder to store the notification --> a notify recipient actor + +__Bug__ + +* \[[XDSTAR-268](https://gazelle.ihe.net/jira/browse/XDSTAR-268)\] KSA - Create validator for XDS.b +* \[[XDSTAR-308](https://gazelle.ihe.net/jira/browse/XDSTAR-308)\] entryUUID shall have the structure of UUID (IHE_ITI_TF V3, 4.2.3.3.5) +* \[[XDSTAR-340](https://gazelle.ihe.net/jira/browse/XDSTAR-340)\] RAD-75 webservice call from XDStarclient. The Action tag has an extra colon and space versus what should be generated +* \[[XDSTAR-341](https://gazelle.ihe.net/jira/browse/XDSTAR-341)\] Problem to generate the RAD-68 for KSA + +__Improvement__ + +* \[[XDSTAR-342](https://gazelle.ihe.net/jira/browse/XDSTAR-342)\] Add restful request for the version of the simulator + +# 0.57.7 +_Release date: 2014-04-01_ + + +__Technical task__ + +* \[[XDSTAR-267](https://gazelle.ihe.net/jira/browse/XDSTAR-267)\] KSA - Create validator for XDS-I.b RAD-55 WADO request +* \[[XDSTAR-322](https://gazelle.ihe.net/jira/browse/XDSTAR-322)\] problem on the encoding of XDStools +* \[[XDSTAR-323](https://gazelle.ihe.net/jira/browse/XDSTAR-323)\] problem on the parsing of the mtom + +__Bug__ + +* \[[XDSTAR-314](https://gazelle.ihe.net/jira/browse/XDSTAR-314)\] Problem encoding xml file +* \[[XDSTAR-315](https://gazelle.ihe.net/jira/browse/XDSTAR-315)\] Problem on the DSUB Recipient endpoint + +__Story__ + +* \[[XDSTAR-263](https://gazelle.ihe.net/jira/browse/XDSTAR-263)\] KSA - Create validator for XDS-I.b +* \[[XDSTAR-321](https://gazelle.ihe.net/jira/browse/XDSTAR-321)\] Create validators for KSA DSUB + +# 0.57.2 +_Release date: No release date_ + +__Bug__ + +* \[[XDSTAR-316](https://gazelle.ihe.net/jira/browse/XDSTAR-316)\] Update of the schema of RF3881 to be conform to PurposeOfUse option + +# 0.57.1 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-264](https://gazelle.ihe.net/jira/browse/XDSTAR-264)\] KSA - Create validator for XDS-I.b RAD-68 SIIR manifest upload +* \[[XDSTAR-265](https://gazelle.ihe.net/jira/browse/XDSTAR-265)\] KSA - Create validator for XDS-I.b RAD-68 SIIR report upload +* \[[XDSTAR-266](https://gazelle.ihe.net/jira/browse/XDSTAR-266)\] KSA - Create validator for XDS-I.b RAD-69 retrieve +* \[[XDSTAR-271](https://gazelle.ihe.net/jira/browse/XDSTAR-271)\] KSA - Create validator for XDS.b ITI-41 upload +* \[[XDSTAR-272](https://gazelle.ihe.net/jira/browse/XDSTAR-272)\] KSA - Create validator for XDS.b ITI-41 lab report upload +* \[[XDSTAR-273](https://gazelle.ihe.net/jira/browse/XDSTAR-273)\] KSA - Create validator for XDS.b ITI-41 lab order upload +* \[[XDSTAR-274](https://gazelle.ihe.net/jira/browse/XDSTAR-274)\] KSA - Create validator for XDS.b ITI-41 radiology report upload +* \[[XDSTAR-301](https://gazelle.ihe.net/jira/browse/XDSTAR-301)\] system testing of KSA validators +* \[[XDSTAR-302](https://gazelle.ihe.net/jira/browse/XDSTAR-302)\] Prepare report of delivery +* \[[XDSTAR-304](https://gazelle.ihe.net/jira/browse/XDSTAR-304)\] configure the codes.xml + +__Story__ + +* \[[XDSTAR-259](https://gazelle.ihe.net/jira/browse/XDSTAR-259)\] Add the possibility to hide epSOS menus from XDStarClient + +# 0.57.0 +_Release date: 2014-02-18_ + + +__Technical task__ + +* \[[XDSTAR-297](https://gazelle.ihe.net/jira/browse/XDSTAR-297)\] Update the rules +* \[[XDSTAR-299](https://gazelle.ihe.net/jira/browse/XDSTAR-299)\] unit testing of the rules +* \[[XDSTAR-300](https://gazelle.ihe.net/jira/browse/XDSTAR-300)\] Integration testing of the new validators + +__Bug__ + +* \[[XDSTAR-296](https://gazelle.ihe.net/jira/browse/XDSTAR-296)\] Write CP about DSUB profile + +# 0.56.4 +_Release date: 2014-01-23_ + +__Technical task__ + +* \[[XDSTAR-269](https://gazelle.ihe.net/jira/browse/XDSTAR-269)\] KSA - Create validator for XDS.b ITI-18 request +* \[[XDSTAR-270](https://gazelle.ihe.net/jira/browse/XDSTAR-270)\] KSA - Create validator for XDS.b ITI-43 request + +__Bug__ + +* \[[XDSTAR-257](https://gazelle.ihe.net/jira/browse/XDSTAR-257)\] Resolve logs about serialization of beans +* \[[XDSTAR-261](https://gazelle.ihe.net/jira/browse/XDSTAR-261)\] There are missing transfert syntax uuid +* \[[XDSTAR-285](https://gazelle.ihe.net/jira/browse/XDSTAR-285)\] Attach the file uploaded by RAD-69 to the message saved +* \[[XDSTAR-286](https://gazelle.ihe.net/jira/browse/XDSTAR-286)\] Fix the mtom attachement when it is a dicom file / binary + +# 0.56.2 +_Release date: 2013-12-03_ + +__Bug__ + +* \[[XDSTAR-260](https://gazelle.ihe.net/jira/browse/XDSTAR-260)\] Problem on configuring the TLS + +# 0.56.1 +_Release date: 2013-11-29_ + + +__Bug__ + +* \[[XDSTAR-258](https://gazelle.ihe.net/jira/browse/XDSTAR-258)\] Problem to delete object from XDStarClient + +# 0.56.0 +_Release date: 2013-11-28_ + + +__Technical task__ + +* \[[XDSTAR-251](https://gazelle.ihe.net/jira/browse/XDSTAR-251)\] Update validators using the valueSet validation +* \[[XDSTAR-252](https://gazelle.ihe.net/jira/browse/XDSTAR-252)\] Update the simulators using the valueSet + +__Story__ + +* \[[XDSTAR-249](https://gazelle.ihe.net/jira/browse/XDSTAR-249)\] Merge the validator / simulator's modules to the new version of SVSSimulator +* \[[XDSTAR-256](https://gazelle.ihe.net/jira/browse/XDSTAR-256)\] Update the use of the cas that it will be used for china installation + +# 0.51 +_Release date: No release date_ + +__Technical task__ + +* \[[XDSTAR-250](https://gazelle.ihe.net/jira/browse/XDSTAR-250)\] update SVSValueSet used by XDStarClient + +__Bug__ + +* \[[XDSTAR-247](https://gazelle.ihe.net/jira/browse/XDSTAR-247)\] Problem on the cas configuration + +__Story__ + +* \[[XDSTAR-244](https://gazelle.ihe.net/jira/browse/XDSTAR-244)\] Add the version of the nist tool validation into the result of the validation +* \[[XDSTAR-248](https://gazelle.ihe.net/jira/browse/XDSTAR-248)\] review response message part of audit messages of epSOS + +# 0.50 +_Release date: 2013-09-25_ + + +__Technical task__ + +* \[[XDSTAR-245](https://gazelle.ihe.net/jira/browse/XDSTAR-245)\] Add the retrieve responding operation to the webservice +* \[[XDSTAR-246](https://gazelle.ihe.net/jira/browse/XDSTAR-246)\] Add unit tests for the retrieve validator + +# 0.49 +_Release date: 2013-09-20_ + + +__Story__ + +* \[[XDSTAR-243](https://gazelle.ihe.net/jira/browse/XDSTAR-243)\] add GE profile + +# 0.48 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-236](https://gazelle.ihe.net/jira/browse/XDSTAR-236)\] Add unit testing for the validator +* \[[XDSTAR-239](https://gazelle.ihe.net/jira/browse/XDSTAR-239)\] Add a page to capture all message treated by the XCAResponding Gateway +* \[[XDSTAR-242](https://gazelle.ihe.net/jira/browse/XDSTAR-242)\] verify that TLS is working fine + +__Story__ + +* \[[XDSTAR-234](https://gazelle.ihe.net/jira/browse/XDSTAR-234)\] Add the generation of the RAD-69 (Retrieve Imaging Document Set) from the KOS manifest +* \[[XDSTAR-235](https://gazelle.ihe.net/jira/browse/XDSTAR-235)\] Add validator of RetrieveImagingDocumentSetRequest by reference to its KOS manifest + +# 0.47 +_Release date: 2013-09-05_ + + +__Bug__ + +* \[[XDSTAR-232](https://gazelle.ihe.net/jira/browse/XDSTAR-232)\] Add management of constraints on the admin menu + +# 0.46 +_Release date: 2013-09-04_ + + +__Technical task__ + +* \[[XDSTAR-104](https://gazelle.ihe.net/jira/browse/XDSTAR-104)\] Pages of the tools are not enough documented. There are no instructions to users. +* \[[XDSTAR-227](https://gazelle.ihe.net/jira/browse/XDSTAR-227)\] add page to configure application preference on XDStarClient +* \[[XDSTAR-228](https://gazelle.ihe.net/jira/browse/XDSTAR-228)\] update gazelle-tool to support multiple kind of application preference --> allow security on simulator-common +* \[[XDSTAR-229](https://gazelle.ihe.net/jira/browse/XDSTAR-229)\] update simulator common with security management +* \[[XDSTAR-230](https://gazelle.ihe.net/jira/browse/XDSTAR-230)\] write documentation about simulator security + +__Bug__ + +* \[[XDSTAR-225](https://gazelle.ihe.net/jira/browse/XDSTAR-225)\] problem on the start http header, on the retrieve document set + +__Story__ + +* \[[XDSTAR-155](https://gazelle.ihe.net/jira/browse/XDSTAR-155)\] Add the documentation of templates/ constraints as it was done for CDA +* \[[XDSTAR-170](https://gazelle.ihe.net/jira/browse/XDSTAR-170)\] Add security check as it was done for EVSClient + +# 0.45 +_Release date: 2013-08-27_ + + +__Improvement__ + +* \[[XDSTAR-150](https://gazelle.ihe.net/jira/browse/XDSTAR-150)\] Add validation version to the result of validation for XDS and auditMessages validation + +# 0.44 +_Release date: 2013-08-26_ + + +__Technical task__ + +* \[[XDSTAR-215](https://gazelle.ihe.net/jira/browse/XDSTAR-215)\] Add description on teststeps +* \[[XDSTAR-216](https://gazelle.ihe.net/jira/browse/XDSTAR-216)\] add copy of templates +* \[[XDSTAR-217](https://gazelle.ihe.net/jira/browse/XDSTAR-217)\] add copy of Test description +* \[[XDSTAR-218](https://gazelle.ihe.net/jira/browse/XDSTAR-218)\] Add the validation of rules +* \[[XDSTAR-220](https://gazelle.ihe.net/jira/browse/XDSTAR-220)\] Add sequence diagram + +__Bug__ + +* \[[XDSTAR-213](https://gazelle.ihe.net/jira/browse/XDSTAR-213)\] Problem on the constraint constraint_RegistryObjectList and constraintStatus of the validators epSOS OrderService:list - request (V2.2 XCF) / epSOS PatientService:list - request (V2.2 XCF) +* \[[XDSTAR-214](https://gazelle.ihe.net/jira/browse/XDSTAR-214)\] Problem on epSOS2 validator of metadatas + +__Improvement__ + +* \[[XDSTAR-210](https://gazelle.ihe.net/jira/browse/XDSTAR-210)\] Add button to refresh automatically the timer + +# 0.42 +_Release date: 2013-07-12_ + + +__Technical task__ + +* \[[XDSTAR-172](https://gazelle.ihe.net/jira/browse/XDSTAR-172)\] add manual check on the page of configurations +* \[[XDSTAR-201](https://gazelle.ihe.net/jira/browse/XDSTAR-201)\] Upgrade of auditMessages of XCPD req/resp +* \[[XDSTAR-202](https://gazelle.ihe.net/jira/browse/XDSTAR-202)\] Upgrade of the simulator of the client + +__Bug__ + +* \[[XDSTAR-207](https://gazelle.ihe.net/jira/browse/XDSTAR-207)\] Problem on the validation of uploaded document CDA on ProvideDataService +* \[[XDSTAR-209](https://gazelle.ihe.net/jira/browse/XDSTAR-209)\] Problem on MTOM message generation + +__Story__ + +* \[[XDSTAR-200](https://gazelle.ihe.net/jira/browse/XDSTAR-200)\] Upgrade of Identification Service to epSOS-2 +* \[[XDSTAR-204](https://gazelle.ihe.net/jira/browse/XDSTAR-204)\] configure the c3p0 of XDStarClient +* \[[XDSTAR-206](https://gazelle.ihe.net/jira/browse/XDSTAR-206)\] Add the possibility to hide configuration (private configuration) + +__Improvement__ + +* \[[XDSTAR-208](https://gazelle.ihe.net/jira/browse/XDSTAR-208)\] Add the ability to associate a configuration to a user account as it is possible in the other simulators. + +# 0.41 +_Release date: 2013-07-05_ + + +__Technical task__ + +* \[[XDSTAR-197](https://gazelle.ihe.net/jira/browse/XDSTAR-197)\] create simulator for Provide Data Service +* \[[XDSTAR-198](https://gazelle.ihe.net/jira/browse/XDSTAR-198)\] create validator for ProvideDataService (request + response) +* \[[XDSTAR-199](https://gazelle.ihe.net/jira/browse/XDSTAR-199)\] create validators for auditMessages + +__Story__ + +* \[[XDSTAR-196](https://gazelle.ihe.net/jira/browse/XDSTAR-196)\] Simulator and validator for epSOS-2 XDR-binding + +# 0.40 +_Release date: 2013-07-04_ + + +__Improvement__ + +* \[[XDSTAR-195](https://gazelle.ihe.net/jira/browse/XDSTAR-195)\] Add download button of XML metadatas + +# 0.39 +_Release date: 2013-07-02_ + + +__Technical task__ + +* \[[XDSTAR-186](https://gazelle.ihe.net/jira/browse/XDSTAR-186)\] Update the validator of ITI-18 +* \[[XDSTAR-187](https://gazelle.ihe.net/jira/browse/XDSTAR-187)\] Update the validator of ITI-43 +* \[[XDSTAR-188](https://gazelle.ihe.net/jira/browse/XDSTAR-188)\] Update the validator of ITI-38 +* \[[XDSTAR-189](https://gazelle.ihe.net/jira/browse/XDSTAR-189)\] Update the validator of ITI-39 +* \[[XDSTAR-190](https://gazelle.ihe.net/jira/browse/XDSTAR-190)\] Update the simulator of ITI-18 +* \[[XDSTAR-191](https://gazelle.ihe.net/jira/browse/XDSTAR-191)\] Update the simulator of ITI-38 +* \[[XDSTAR-192](https://gazelle.ihe.net/jira/browse/XDSTAR-192)\] Add validator for ITI-61 +* \[[XDSTAR-193](https://gazelle.ihe.net/jira/browse/XDSTAR-193)\] Add simulator for ITI-61 +* \[[XDSTAR-194](https://gazelle.ihe.net/jira/browse/XDSTAR-194)\] Add auditMessage validator for On-Demand Document transaction + +__Bug__ + +* \[[XDSTAR-159](https://gazelle.ihe.net/jira/browse/XDSTAR-159)\] Name of table is too long ! + +__Story__ + +* \[[XDSTAR-185](https://gazelle.ihe.net/jira/browse/XDSTAR-185)\] Add On Demand Documents option to XDS / XCA profiles + +__Improvement__ + +* \[[XDSTAR-169](https://gazelle.ihe.net/jira/browse/XDSTAR-169)\] Missing documentation of the tool DSUB simulator + +# 0.38 +_Release date: 2013-06-19_ + +__Bug__ + +* \[[XDSTAR-167](https://gazelle.ihe.net/jira/browse/XDSTAR-167)\] Problem on the validator of publish notify message +* \[[XDSTAR-168](https://gazelle.ihe.net/jira/browse/XDSTAR-168)\] Problem on the response kind, of publish dsub transaction + +# 0.37 +_Release date: 2013-06-19_ + + +__Bug__ + +* \[[XDSTAR-182](https://gazelle.ihe.net/jira/browse/XDSTAR-182)\] Deploy the possibiliy t link the result of validation of AuditMessage with the documentation + +# 0.36 +_Release date: 2013-06-03_ + + +__Bug__ + +* \[[XDSTAR-151](https://gazelle.ihe.net/jira/browse/XDSTAR-151)\] Error occure when accessing to list Usages +* \[[XDSTAR-158](https://gazelle.ihe.net/jira/browse/XDSTAR-158)\] Update pom informations, to fix links on sonar + +__Story__ + +* \[[XDSTAR-157](https://gazelle.ihe.net/jira/browse/XDSTAR-157)\] Add coupling between the validation of AuditMessage and the documentation generated from the model +* \[[XDSTAR-160](https://gazelle.ihe.net/jira/browse/XDSTAR-160)\] Internationalization of XDStarClient +* \[[XDSTAR-164](https://gazelle.ihe.net/jira/browse/XDSTAR-164)\] Create Subscription Client for DSUB profile (ITI-52) +* \[[XDSTAR-166](https://gazelle.ihe.net/jira/browse/XDSTAR-166)\] Create publish Client for DSUB profile (ITI-54) + +# 0.35 +_Release date: 2013-05-14_ + + +__Bug__ + +* \[[XDSTAR-154](https://gazelle.ihe.net/jira/browse/XDSTAR-154)\] Problem on validation soap envelop for DSUB validator + +# 0.33 +_Release date: 2013-05-14_ + + +__Bug__ + +* \[[XDSTAR-130](https://gazelle.ihe.net/jira/browse/XDSTAR-130)\] Problem on the creation of the request ITI-41, the nist validation does not pass when the request contains a document to submit + +__Story__ + +* \[[XDSTAR-153](https://gazelle.ihe.net/jira/browse/XDSTAR-153)\] Validator for DSub transactions + +# 0.31 +_Release date: 2013-03-28_ + +__Bug__ + +* \[[XDSTAR-129](https://gazelle.ihe.net/jira/browse/XDSTAR-129)\] log on the deployment of XDStarClient +* \[[XDSTAR-146](https://gazelle.ihe.net/jira/browse/XDSTAR-146)\] Problem to access the list of all messages + +__Improvement__ + +* \[[XDSTAR-145](https://gazelle.ihe.net/jira/browse/XDSTAR-145)\] Add statistics to Webservice validation + +# 0.30 +_Release date: 2013-03-26_ + +__Bug__ + +* \[[XDSTAR-125](https://gazelle.ihe.net/jira/browse/XDSTAR-125)\] Problem on delete a document from a submissionSet +* \[[XDSTAR-131](https://gazelle.ihe.net/jira/browse/XDSTAR-131)\] Improvement of the editor of AuditMessage description +* \[[XDSTAR-134](https://gazelle.ihe.net/jira/browse/XDSTAR-134)\] Some logs appears on the server of production + +__Story__ + +* \[[XDSTAR-126](https://gazelle.ihe.net/jira/browse/XDSTAR-126)\] Add audit-message specification edition +* \[[XDSTAR-132](https://gazelle.ihe.net/jira/browse/XDSTAR-132)\] Add the validation of epSOS AuditMessage + +# 0.29 +_Release date: 2013-01-18_ + +__Bug__ + +* \[[XDSTAR-133](https://gazelle.ihe.net/jira/browse/XDSTAR-133)\] Problem on the validation of XCN on metadatas + +__Story__ + +* \[[XDSTAR-128](https://gazelle.ihe.net/jira/browse/XDSTAR-128)\] Create the system of check of rules for AuditMessages + +# 0.28 +_Release date: 2013-01-15_ + + +__Story__ + +* \[[XDSTAR-127](https://gazelle.ihe.net/jira/browse/XDSTAR-127)\] Create the base of rules for audit messages + +# 0.27 +_Release date: 2013-01-08_ + + +__Bug__ + +* \[[XDSTAR-123](https://gazelle.ihe.net/jira/browse/XDSTAR-123)\] problem on the validation of the response of DispensationService:initialize(), there are a log that shall not be there +* \[[XDSTAR-124](https://gazelle.ihe.net/jira/browse/XDSTAR-124)\] Problem on the validation of XDS-I RAD-69 response + +# 0.26 +_Release date: 2013-01-07_ + + +__Story__ + +* \[[XDSTAR-120](https://gazelle.ihe.net/jira/browse/XDSTAR-120)\] Add the management of patient of openempi, remove this component from PDQPDS + +# 0.25 +_Release date: 2013-01-04_ + + +__Bug__ + +* \[[XDSTAR-109](https://gazelle.ihe.net/jira/browse/XDSTAR-109)\] Need additional field in the GUI to built the XUA assertions in the simulator + +__Improvement__ + +* \[[XDSTAR-122](https://gazelle.ihe.net/jira/browse/XDSTAR-122)\] remove the cid attribute from the menu link + +# 0.24 +_Release date: 2012-12-28_ + + +__Bug__ + +* \[[XDSTAR-94](https://gazelle.ihe.net/jira/browse/XDSTAR-94)\] on the transaction XCPD, when selecting a configuration, the homeCommunityId receiver SHALL be auto fulfill +* \[[XDSTAR-99](https://gazelle.ihe.net/jira/browse/XDSTAR-99)\] XDSTAR - Problem with random fulfil of metadata on PnR, sometimes metadatas are left blank +* \[[XDSTAR-101](https://gazelle.ihe.net/jira/browse/XDSTAR-101)\] Problem to submit document to xdstools of epSOS due to the change of the codes related to ISO 3166-1 alpha-2 +* \[[XDSTAR-102](https://gazelle.ihe.net/jira/browse/XDSTAR-102)\] On the configurations, view context by display and not by keyword +* \[[XDSTAR-103](https://gazelle.ihe.net/jira/browse/XDSTAR-103)\] on editClassificationMetadata, reorder affinityDomain/transaction when selecting the usage of classification +* \[[XDSTAR-105](https://gazelle.ihe.net/jira/browse/XDSTAR-105)\] Problem on the birthTime value for XCPD (IHE) profile +* \[[XDSTAR-108](https://gazelle.ihe.net/jira/browse/XDSTAR-108)\] Sort and Filtering in table that contains all the messages does not work ! +* \[[XDSTAR-109](https://gazelle.ihe.net/jira/browse/XDSTAR-109)\] Need additional field in the GUI to built the XUA assertions in the simulator +* \[[XDSTAR-110](https://gazelle.ihe.net/jira/browse/XDSTAR-110)\] Log errors on XDStarClient sake +* \[[XDSTAR-111](https://gazelle.ihe.net/jira/browse/XDSTAR-111)\] Add TRC choose on PatientIdentification for epSOS +* \[[XDSTAR-116](https://gazelle.ihe.net/jira/browse/XDSTAR-116)\] When the nist server is down, we are not able to validate metadatas + +__Story__ + +* \[[XDSTAR-98](https://gazelle.ihe.net/jira/browse/XDSTAR-98)\] Add support of eprescription on XDStools of epSOS + +__Improvement__ + +* \[[XDSTAR-107](https://gazelle.ihe.net/jira/browse/XDSTAR-107)\] use the schema validation with sax instead of dom valiadtion for metadata validation +* \[[XDSTAR-115](https://gazelle.ihe.net/jira/browse/XDSTAR-115)\] Improve the birthtime attribute specification for PatientIdentification / epSOS + +# 0.23 +_Release date: 2012-12-17 00:00:00.0 _ + +__Remarks__ + + +__Bug__ + +* \[[XDSTAR-100](https://gazelle.ihe.net/jira/browse/XDSTAR-100)\] Problem on the nist validation of ITI-41 request +* \[[XDSTAR-106](https://gazelle.ihe.net/jira/browse/XDSTAR-106)\] Problem on the validation of RetrieveDocumentSet response + +# 0.22 +_Release date: 2012-11-26_ + + +__Technical task__ + +* \[[XDSTAR-75](https://gazelle.ihe.net/jira/browse/XDSTAR-75)\] documentation of how to add constraints to models + +__Story__ + +* \[[XDSTAR-69](https://gazelle.ihe.net/jira/browse/XDSTAR-69)\] Add XUA support for IHE transactions +* \[[XDSTAR-71](https://gazelle.ihe.net/jira/browse/XDSTAR-71)\] Documentation of the generation of models based validation +* \[[XDSTAR-82](https://gazelle.ihe.net/jira/browse/XDSTAR-82)\] Add transaction RAD-68 +* \[[XDSTAR-88](https://gazelle.ihe.net/jira/browse/XDSTAR-88)\] Add a IHE validator for KOS dicom attributes +* \[[XDSTAR-95](https://gazelle.ihe.net/jira/browse/XDSTAR-95)\] RAD-55 WADO Retrieve + +# 0.21 +_Release date: 2012-11-21_ + + +__Bug__ + +* \[[XDSTAR-92](https://gazelle.ihe.net/jira/browse/XDSTAR-92)\] bugs on testing +* \[[XDSTAR-93](https://gazelle.ihe.net/jira/browse/XDSTAR-93)\] Bug on the validator of xdsi RAD-68 + +# 0.20 +_Release date: 2012-11-19_ + + +__Story__ + +* \[[XDSTAR-84](https://gazelle.ihe.net/jira/browse/XDSTAR-84)\] Add transaction RAD-75 +* \[[XDSTAR-90](https://gazelle.ihe.net/jira/browse/XDSTAR-90)\] RAD-69 TRansaction XCA-I domain, from DOC_IMG_CONS to INIt_IMG_GW +* \[[XDSTAR-91](https://gazelle.ihe.net/jira/browse/XDSTAR-91)\] RAD-69 TRansaction XCA-I domain, from RESP_IMG_GW to IMG_DOC_SRC + +# 0.19 +_Release date: 2012-11-15_ + + +__Technical task__ + +* \[[XDSTAR-86](https://gazelle.ihe.net/jira/browse/XDSTAR-86)\] create validator for CDA XDS-SD RAD +* \[[XDSTAR-87](https://gazelle.ihe.net/jira/browse/XDSTAR-87)\] auto fulfil the metadatas related to the CDA document or to the DICOM KOS +* \[[XDSTAR-89](https://gazelle.ihe.net/jira/browse/XDSTAR-89)\] create validator for the RetrieveImaginDocumentSet request / response + +__Story__ + +* \[[XDSTAR-26](https://gazelle.ihe.net/jira/browse/XDSTAR-26)\] Add replace /transform document for ITI-41 (used especially for XDW) +* \[[XDSTAR-83](https://gazelle.ihe.net/jira/browse/XDSTAR-83)\] Add transaction RAD-69 + +# 0.18 +_Release date: 2012-11-05_ + + +__Technical task__ + +* \[[XDSTAR-72](https://gazelle.ihe.net/jira/browse/XDSTAR-72)\] documentation of generation of models from schemas +* \[[XDSTAR-73](https://gazelle.ihe.net/jira/browse/XDSTAR-73)\] documentation of OCL / dresden +* \[[XDSTAR-74](https://gazelle.ihe.net/jira/browse/XDSTAR-74)\] documentation of CDA models +* \[[XDSTAR-76](https://gazelle.ihe.net/jira/browse/XDSTAR-76)\] documentation of the generation of documentation +* \[[XDSTAR-77](https://gazelle.ihe.net/jira/browse/XDSTAR-77)\] documentation of the generation of editors +* \[[XDSTAR-78](https://gazelle.ihe.net/jira/browse/XDSTAR-78)\] documentation of the constraint-viewer module + +__Bug__ + +* \[[XDSTAR-80](https://gazelle.ihe.net/jira/browse/XDSTAR-80)\] Fix problems on the transaction PHARM-1 + +__Story__ + +* \[[XDSTAR-81](https://gazelle.ihe.net/jira/browse/XDSTAR-81)\] Documentation about XDS-I.b +* \[[XDSTAR-85](https://gazelle.ihe.net/jira/browse/XDSTAR-85)\] add validator for RAD-68 metadatas (request and response) + +# 0.17 +_Release date: 2012-10-26_ + +__Bug__ + +* \[[XDSTAR-79](https://gazelle.ihe.net/jira/browse/XDSTAR-79)\] problem on the name of the domain PHARM (change PHARMA to PHARM) + +# 0.16 +_Release date: 2012-10-24 00:00:00.0 _ + +__Story__ + +* \[[XDSTAR-55](https://gazelle.ihe.net/jira/browse/XDSTAR-55)\] add the constraint search of xds constraints +* \[[XDSTAR-66](https://gazelle.ihe.net/jira/browse/XDSTAR-66)\] Add simulator for the profile MPQ +* \[[XDSTAR-67](https://gazelle.ihe.net/jira/browse/XDSTAR-67)\] Add validator for the transaction ITI-51 (request and response of MPQ) + +# 0.15 +_Release date: 2012-10-19_ + + +__Bug__ + +* \[[XDSTAR-60](https://gazelle.ihe.net/jira/browse/XDSTAR-60)\] merge to crowdin + +__Story__ + +* \[[XDSTAR-61](https://gazelle.ihe.net/jira/browse/XDSTAR-61)\] Add transaction DispensationService:Discard() +* \[[XDSTAR-62](https://gazelle.ihe.net/jira/browse/XDSTAR-62)\] Add transaction ConsnetService:Discard() +* \[[XDSTAR-63](https://gazelle.ihe.net/jira/browse/XDSTAR-63)\] Add transaction Delete Document Set (ITI-62) +* \[[XDSTAR-64](https://gazelle.ihe.net/jira/browse/XDSTAR-64)\] Add validator for The transaction ITI-62 + +# 0.14 +_Release date: 2012-10-18_ + +__Story__ + +* \[[XDSTAR-59](https://gazelle.ihe.net/jira/browse/XDSTAR-59)\] Add validator for CMPD - Metadatas + +# 0.13 +_Release date: 2012-10-16_ + + +__Bug__ + +* \[[XDSTAR-54](https://gazelle.ihe.net/jira/browse/XDSTAR-54)\] Improve the GUI of Usages +* \[[XDSTAR-56](https://gazelle.ihe.net/jira/browse/XDSTAR-56)\] XDR requests cannot be parsed as DOM + +__Story__ + +* \[[XDSTAR-58](https://gazelle.ihe.net/jira/browse/XDSTAR-58)\] Add validator for XCF messages + +# 0.12 +_Release date: No release date_ + + +__Bug__ + +* \[[XDSTAR-50](https://gazelle.ihe.net/jira/browse/XDSTAR-50)\] Add XCF/IHE profile + +# 0.11 +_Release date: 2012-10-11_ + + +__Bug__ + +* \[[XDSTAR-57](https://gazelle.ihe.net/jira/browse/XDSTAR-57)\] epSOS XCA simulator does not work + +# 0.10 +_Release date: 2012-10-09_ + + +__Bug__ + +* \[[XDSTAR-49](https://gazelle.ihe.net/jira/browse/XDSTAR-49)\] Add transaction PHARMA-1 +* \[[XDSTAR-51](https://gazelle.ihe.net/jira/browse/XDSTAR-51)\] Update the WS of XDStarClient to be conform to the modelBased ws + +# 0.9 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-34](https://gazelle.ihe.net/jira/browse/XDSTAR-34)\] Add validation of the request before the send of the request +* \[[XDSTAR-38](https://gazelle.ihe.net/jira/browse/XDSTAR-38)\] Add documentation of the validator (by template) + +__Bug__ + +* \[[XDSTAR-21](https://gazelle.ihe.net/jira/browse/XDSTAR-21)\] Integrate XCPD into XDStarClient + +__Story__ + +* \[[XDSTAR-52](https://gazelle.ihe.net/jira/browse/XDSTAR-52)\] Add XCPD ITI-55 as an IHE simulator +* \[[XDSTAR-53](https://gazelle.ihe.net/jira/browse/XDSTAR-53)\] Add XCPD ITI-56 as a new transaction on IHE domain + +# 0.8 +_Release date: No release date_ + + +__Bug__ + +* \[[XDSTAR-48](https://gazelle.ihe.net/jira/browse/XDSTAR-48)\] bug on the documentation of XDS + +# 0.7 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-45](https://gazelle.ihe.net/jira/browse/XDSTAR-45)\] Fix a bug related to the use of TRC for RSQ / XGQ +* \[[XDSTAR-47](https://gazelle.ihe.net/jira/browse/XDSTAR-47)\] Add formatting of the response + +# 0.6 +_Release date: No release date_ + + +__Story__ + +* \[[XDSTAR-4](https://gazelle.ihe.net/jira/browse/XDSTAR-4)\] Integration of XDSbSimulator to XDStarClient, with new metadata spec +* \[[XDSTAR-6](https://gazelle.ihe.net/jira/browse/XDSTAR-6)\] Integration of XDWSimulator to XDStarClient, with new metadata spec +* \[[XDSTAR-46](https://gazelle.ihe.net/jira/browse/XDSTAR-46)\] Add description of the response of adhocQuery on the GUI + +# 0.5 +_Release date: No release date_ + +__Technical task__ + +* \[[XDSTAR-43](https://gazelle.ihe.net/jira/browse/XDSTAR-43)\] Add validation of metadata for RSQ when there are metadatas on the response +* \[[XDSTAR-44](https://gazelle.ihe.net/jira/browse/XDSTAR-44)\] Fix a bug when validating XGQ message with the nist tool + +__Bug__ + +* \[[XDSTAR-42](https://gazelle.ihe.net/jira/browse/XDSTAR-42)\] Error in the validation of the XDS data type XON + +__Story__ + +* \[[XDSTAR-19](https://gazelle.ihe.net/jira/browse/XDSTAR-19)\] Add validation of Registry Document Set-b on the webservice + +# 0.3 +_Release date: No release date_ + + +__Bug__ + +* \[[XDSTAR-41](https://gazelle.ihe.net/jira/browse/XDSTAR-41)\] Problem on permissions of DispensationService, and ConsentService + +# 0.2 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-30](https://gazelle.ihe.net/jira/browse/XDSTAR-30)\] Improve the result of validation of messages +* \[[XDSTAR-37](https://gazelle.ihe.net/jira/browse/XDSTAR-37)\] Add a button to add a new configuration on the simulator main page +* \[[XDSTAR-39](https://gazelle.ihe.net/jira/browse/XDSTAR-39)\] Add random fullFill of metadatas of PnR transaction +* \[[XDSTAR-40](https://gazelle.ihe.net/jira/browse/XDSTAR-40)\] Add the ability to select optional metadata for XDSFolder objects + +# 0.1 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-29](https://gazelle.ihe.net/jira/browse/XDSTAR-29)\] Improve the footer (release note / documentation) +* \[[XDSTAR-32](https://gazelle.ihe.net/jira/browse/XDSTAR-32)\] Add validation result on the permanent link of messages transactions +* \[[XDSTAR-33](https://gazelle.ihe.net/jira/browse/XDSTAR-33)\] When clicking on the validation of the response, go directly to the response Validation +* \[[XDSTAR-35](https://gazelle.ihe.net/jira/browse/XDSTAR-35)\] Review of the xslt of result validation +* \[[XDSTAR-36](https://gazelle.ihe.net/jira/browse/XDSTAR-36)\] move the message report page to scope page + +__Bug__ + +* \[[XDSTAR-31](https://gazelle.ihe.net/jira/browse/XDSTAR-31)\] Bug on the deletion of AdhocQuery + +# 0.0.9 +_Release date: No release date_ + + +__Technical task__ + +* \[[XDSTAR-22](https://gazelle.ihe.net/jira/browse/XDSTAR-22)\] Improve retrieve Document Set +* \[[XDSTAR-24](https://gazelle.ihe.net/jira/browse/XDSTAR-24)\] Add remove of folder / document on ITI-41 +* \[[XDSTAR-28](https://gazelle.ihe.net/jira/browse/XDSTAR-28)\] Improve Registry Stored Query + +# 0.0.4 +_Release date: 2012-05-11_ + + +__Story__ + +* \[[XDSTAR-3](https://gazelle.ihe.net/jira/browse/XDSTAR-3)\] Integration of XDRSRCSimulator to XDStarClient, with new metadata spec +* \[[XDSTAR-5](https://gazelle.ihe.net/jira/browse/XDSTAR-5)\] Integration of XCAINITSimulator to XDStarClient, with new metadata spec +* \[[XDSTAR-7](https://gazelle.ihe.net/jira/browse/XDSTAR-7)\] Create a WS validator for XDSMetadata + +__Improvement__ + +* \[[XDSTAR-18](https://gazelle.ihe.net/jira/browse/XDSTAR-18)\] add delete button for administrator to delete configurations + +# 0.0.3 +_Release date: 2012-05-07_ + +__Bug__ + +* \[[XDSTAR-17](https://gazelle.ihe.net/jira/browse/XDSTAR-17)\] problem when adding new registry configuration + +# 0.0.2 +_Release date: No release date_ + + +__Bug__ + +* \[[XDSTAR-16](https://gazelle.ihe.net/jira/browse/XDSTAR-16)\] Problem when releasing the version 0.0.1 due to java heap space + +# 0.0.1 +_Release date: No release date_ + + +__Bug__ + +* \[[XDSTAR-14](https://gazelle.ihe.net/jira/browse/XDSTAR-14)\] some problem when testing the module epSOS, DispensationService + +__Story__ + +* \[[XDSTAR-1](https://gazelle.ihe.net/jira/browse/XDSTAR-1)\] creation of the project, the architecture of XDStarClient +* \[[XDSTAR-2](https://gazelle.ihe.net/jira/browse/XDSTAR-2)\] Add edition of metadata specifications diff --git a/XDStar-Client/release-notes/2_1_0.md b/XDStar-Client/release-notes/2_1_0.md deleted file mode 100755 index 0f1c68da2668eef4ecd263fcb444a4d7a03460c8..0000000000000000000000000000000000000000 --- a/XDStar-Client/release-notes/2_1_0.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Release note (old format) -subtitle: XDStarClient - 2.1.0 -toolversion: 2.1.0 -releasedate: 2017-11-23 00:00:00.0 -author: Hilary RAMANANTSALAMA -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-XDSTARCLIENT_2_1_0 ---- -# - -## Technical task -* \[[XDSTAR-495](https://gazelle.ihe.net/jira/browse/XDSTAR-495)\] Migration of XDSMetadatas -* \[[XDSTAR-496](https://gazelle.ihe.net/jira/browse/XDSTAR-496)\] Migration of SUT Configurations -* \[[XDSTAR-542](https://gazelle.ihe.net/jira/browse/XDSTAR-542)\] INIT Simulator : XDS.b -* \[[XDSTAR-543](https://gazelle.ihe.net/jira/browse/XDSTAR-543)\] INIT Simulator : XCA -* \[[XDSTAR-544](https://gazelle.ihe.net/jira/browse/XDSTAR-544)\] INIT Simulator : XDR -* \[[XDSTAR-545](https://gazelle.ihe.net/jira/browse/XDSTAR-545)\] INIT Simulator : XDW -* \[[XDSTAR-546](https://gazelle.ihe.net/jira/browse/XDSTAR-546)\] INIT Simulator : XCF -* \[[XDSTAR-547](https://gazelle.ihe.net/jira/browse/XDSTAR-547)\] INIT Simulator : MPQ -* \[[XDSTAR-548](https://gazelle.ihe.net/jira/browse/XDSTAR-548)\] INIT Simulator : DSUB -* \[[XDSTAR-549](https://gazelle.ihe.net/jira/browse/XDSTAR-549)\] INIT Simulator : XCPD -* \[[XDSTAR-550](https://gazelle.ihe.net/jira/browse/XDSTAR-550)\] INIT Simulator : CT -* \[[XDSTAR-551](https://gazelle.ihe.net/jira/browse/XDSTAR-551)\] INIT Simulator : PHARM-1 -* \[[XDSTAR-552](https://gazelle.ihe.net/jira/browse/XDSTAR-552)\] INIT Simulator : XDSi.b -* \[[XDSTAR-553](https://gazelle.ihe.net/jira/browse/XDSTAR-553)\] INIT Simulator : XCA-I - -__Bug__ -* \[[XDSTAR-476](https://gazelle.ihe.net/jira/browse/XDSTAR-476)\] The export button of AdhocQuery is public -* \[[XDSTAR-477](https://gazelle.ihe.net/jira/browse/XDSTAR-477)\] When uploading a new AdhocMetadata, there is no message of success -* \[[XDSTAR-490](https://gazelle.ihe.net/jira/browse/XDSTAR-490)\] Error in web service validation in the prod -* \[[XDSTAR-510](https://gazelle.ihe.net/jira/browse/XDSTAR-510)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm -* \[[XDSTAR-571](https://gazelle.ihe.net/jira/browse/XDSTAR-571)\] Issues on reporting the result of XCPD ITI-55 transaction when initiating from the tool -* \[[XDSTAR-572](https://gazelle.ihe.net/jira/browse/XDSTAR-572)\] ITI-41 request/response - validation popup panel is empty -* \[[XDSTAR-582](https://gazelle.ihe.net/jira/browse/XDSTAR-582)\] ITI-61 request - mimeType is required -* \[[XDSTAR-584](https://gazelle.ihe.net/jira/browse/XDSTAR-584)\] ITI-39 request/response - home CommunityId is required -* \[[XDSTAR-586](https://gazelle.ihe.net/jira/browse/XDSTAR-586)\] SubmissionSet panel, patientId added is lost when clicking in Random fulfil button in DocumentEntry panel -* \[[XDSTAR-587](https://gazelle.ihe.net/jira/browse/XDSTAR-587)\] ITI-41 request (XDW) issue with metadatas randomly fulfil -* \[[XDSTAR-588](https://gazelle.ihe.net/jira/browse/XDSTAR-588)\] ITI-51 request/response - issue with XDSDocumentEntryStatus -* \[[XDSTAR-591](https://gazelle.ihe.net/jira/browse/XDSTAR-591)\] RAD-69 request : all the fields are required to execute the transaction -* \[[XDSTAR-646](https://gazelle.ihe.net/jira/browse/XDSTAR-646)\] /XD* Client/System testing/simulators/epsos-2/Provide Data Service/XDSTAR-215:XUA - Executed ON (ISO FORMAT): 2017-11-1 - -__Story__ -* \[[XDSTAR-494](https://gazelle.ihe.net/jira/browse/XDSTAR-494)\] Migrate metadata and SUT conf -* \[[XDSTAR-497](https://gazelle.ihe.net/jira/browse/XDSTAR-497)\] Migration of SIMU-Initiators -* \[[XDSTAR-498](https://gazelle.ihe.net/jira/browse/XDSTAR-498)\] Migration of patient management module -* \[[XDSTAR-499](https://gazelle.ihe.net/jira/browse/XDSTAR-499)\] migration of messages -* \[[XDSTAR-531](https://gazelle.ihe.net/jira/browse/XDSTAR-531)\] Test day for XD* Client -* \[[XDSTAR-539](https://gazelle.ihe.net/jira/browse/XDSTAR-539)\] Migration of SIMU-Responders -* \[[XDSTAR-540](https://gazelle.ihe.net/jira/browse/XDSTAR-540)\] Migration of XDS Documentation -* \[[XDSTAR-541](https://gazelle.ihe.net/jira/browse/XDSTAR-541)\] Migrate the Home page, menu and footer -* \[[XDSTAR-561](https://gazelle.ihe.net/jira/browse/XDSTAR-561)\] Use new CAS SSO - -__Improvement__ -* \[[XDSTAR-500](https://gazelle.ihe.net/jira/browse/XDSTAR-500)\] migration of administration menu - -__Dependencies__ -All dependencies are up-to-date. diff --git a/XDStar-Client/release-notes/2_2_0.md b/XDStar-Client/release-notes/2_2_0.md deleted file mode 100644 index 4290db4c605fef6fc8992f0797072729d19d6222..0000000000000000000000000000000000000000 --- a/XDStar-Client/release-notes/2_2_0.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Release note (old format) -subtitle: XDStarClient - 2.2.0 -toolversion: 2.2.0 -releasedate: 2017-12-26 -author: Hilary RAMANANTSALAMA -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-XDSTARCLIENT_2_2_0 ---- -# - -__Bug__ - -* \[[XDSTAR-564](https://gazelle.ihe.net/jira/browse/XDSTAR-564)\] User with admin_role cannot delete a SUT configuration - -__Improvement__ - -* \[[XDSTAR-669](https://gazelle.ihe.net/jira/browse/XDSTAR-669)\] Create ITI-57 Document Administrator Simulator -* \[[XDSTAR-670](https://gazelle.ihe.net/jira/browse/XDSTAR-670)\] Create XCMU Initiating gateway simulator - -__Dependencies__ - -All dependencies are up-to-date. diff --git a/XDStar-Client/release-notes/2_3_0.md b/XDStar-Client/release-notes/2_3_0.md deleted file mode 100644 index 4c46aafb771c1296b6d8aeba7ec9da4e8534fc86..0000000000000000000000000000000000000000 --- a/XDStar-Client/release-notes/2_3_0.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Release note (old format) -subtitle: XDStarClient - 2.3.0 -toolversion: 2.3.0 -releasedate: 2018-01-31 -author: Hilary RAMANANTSALAMA -function: Software Engineer -customer: IHE-EUROPE -reference: KER3-RNO-IHE-XDSTARCLIENT_2_3_0 ---- -# - -__Improvement__ - -* \[[XDSTAR-600](https://gazelle.ihe.net/jira/browse/XDSTAR-600)\] Migration to Apereo CAS - - -__Bug__ -* \[[XDSTAR-573](https://gazelle.ihe.net/jira/browse/XDSTAR-573)\] Missing content when clicking on play icon from the XCPD Init page -* \[[XDSTAR-623](https://gazelle.ihe.net/jira/browse/XDSTAR-623)\] In XDS.b Provide and Register Document Set - epSOS affinity domain (and all the pages), when the validation is not performed, we still have an icon saying that the validation pass -* \[[XDSTAR-624](https://gazelle.ihe.net/jira/browse/XDSTAR-624)\] Regression between the prod version and the sake version about the epSOS-1 OrderService:list operation -* \[[XDSTAR-674](https://gazelle.ihe.net/jira/browse/XDSTAR-674)\] The value of the slot homeCommunityId shall start with "urn:oid" - -__Dependencies__ - -All dependencies are up-to-date. - -__Remarks__ - -From version 2.3.0, XDStar Client shall be integrated with the new Gazelle SSO based on Apereo. diff --git a/_templates/jekyll-gazelle-documentation/_layouts/default.html b/_templates/jekyll-gazelle-documentation/_layouts/default.html index f6127e74ab40e09a2a9777325dc6f49ef7cd7054..36d2ad927d6e77ea866ec2c4806689d7c9b2f261 100755 --- a/_templates/jekyll-gazelle-documentation/_layouts/default.html +++ b/_templates/jekyll-gazelle-documentation/_layouts/default.html @@ -32,6 +32,7 @@ <div class="row"> <div id="sidebar" class="col-sm-3 col-md-3 scrollspy"> + <p><i>Last updated on {{ page.date }}</i></p> <nav id="nav-sidebar" class="gzl-sidebar"> <ul id="nav" class="nav">