From 8912cfe810c5b36692a89cc12f13ce4c9035ff98 Mon Sep 17 00:00:00 2001
From: wbars <wbs@kereval.com>
Date: Mon, 1 Jul 2019 10:43:32 +0200
Subject: [PATCH] [ATCREPO-11] ATC Simulator documentation Rename folders

---
 {EPD-ATC-Simulator => EPR-ATC-Simulator}/Makefile |   0
 .../installation.md                               |   8 ++++----
 .../media/atc_repo_gwt.png                        | Bin
 .../media/atc_repo_normal_cases.png               | Bin
 .../media/atc_repo_run.png                        | Bin
 .../release-note.md                               |  14 ++++++++++++--
 {EPD-ATC-Simulator => EPR-ATC-Simulator}/user.md  |   9 ++-------
 7 files changed, 18 insertions(+), 13 deletions(-)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/Makefile (100%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/installation.md (94%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/media/atc_repo_gwt.png (100%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/media/atc_repo_normal_cases.png (100%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/media/atc_repo_run.png (100%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/release-note.md (72%)
 rename {EPD-ATC-Simulator => EPR-ATC-Simulator}/user.md (98%)

diff --git a/EPD-ATC-Simulator/Makefile b/EPR-ATC-Simulator/Makefile
similarity index 100%
rename from EPD-ATC-Simulator/Makefile
rename to EPR-ATC-Simulator/Makefile
diff --git a/EPD-ATC-Simulator/installation.md b/EPR-ATC-Simulator/installation.md
similarity index 94%
rename from EPD-ATC-Simulator/installation.md
rename to EPR-ATC-Simulator/installation.md
index 352cfc0..a8bb780 100644
--- a/EPD-ATC-Simulator/installation.md
+++ b/EPR-ATC-Simulator/installation.md
@@ -3,8 +3,8 @@ title:  Installation Manual
 subtitle: ATC Simulator
 author: Wylem BARS
 function: Software Engineer
-date: 19/04/2019
-toolversion: 1.1.2
+date: 01/07/2019
+toolversion: 2.0.0
 version: 0.01
 status: Draft
 reference: KER1-MAN-IHE-ATC_SIMULATOR_INSTALLATION-0_01
@@ -16,7 +16,7 @@ customer: IHE-EUROPE
 ## Source code
 
 Sources of the tool are available on Inria's Gforge in the Gazelle project: 
-[EPD (trunk)](https://scm.gforge.inria.fr/authscm/wbars/svn/gazelle/EPD/trunk).
+[EPR > atc-repository](https://gitlab.inria.fr/gazelle/specific-tools/epr/atc-repository).
 
 ## Patient Audit Consumer 
 
@@ -38,7 +38,7 @@ audit event from his Patient Audit Record Repository.
 ## Patient Audit Record Repository
 
 First step to set up the Patient Audit Record Repository actor from the simulator is to checkout sources.
-You can checkout the entire ATC simulator sources from the url [here](https://scm.gforge.inria.fr/authscm/wbars/svn/gazelle/EPD/trunk/ATC).
+You can checkout the entire ATC simulator sources from the url [here](https://gitlab.inria.fr/gazelle/specific-tools/epr/atc-repository).
 For the Patient Audit Record Repository actor you will need three things : 
 * The SoapUI project __ATC/soapui/ATC-MockService-soapui-project.xml__
 * The folder __ATC/test_data/AuditEvent__ that contains all Audit Events known by the simulator.
diff --git a/EPD-ATC-Simulator/media/atc_repo_gwt.png b/EPR-ATC-Simulator/media/atc_repo_gwt.png
similarity index 100%
rename from EPD-ATC-Simulator/media/atc_repo_gwt.png
rename to EPR-ATC-Simulator/media/atc_repo_gwt.png
diff --git a/EPD-ATC-Simulator/media/atc_repo_normal_cases.png b/EPR-ATC-Simulator/media/atc_repo_normal_cases.png
similarity index 100%
rename from EPD-ATC-Simulator/media/atc_repo_normal_cases.png
rename to EPR-ATC-Simulator/media/atc_repo_normal_cases.png
diff --git a/EPD-ATC-Simulator/media/atc_repo_run.png b/EPR-ATC-Simulator/media/atc_repo_run.png
similarity index 100%
rename from EPD-ATC-Simulator/media/atc_repo_run.png
rename to EPR-ATC-Simulator/media/atc_repo_run.png
diff --git a/EPD-ATC-Simulator/release-note.md b/EPR-ATC-Simulator/release-note.md
similarity index 72%
rename from EPD-ATC-Simulator/release-note.md
rename to EPR-ATC-Simulator/release-note.md
index e3637fb..fcf5d35 100644
--- a/EPD-ATC-Simulator/release-note.md
+++ b/EPR-ATC-Simulator/release-note.md
@@ -1,14 +1,24 @@
 ---
 title: Release note
 subtitle: ATC Simulator
-toolversion: 1.1.2
-releasedate: 2019-04-10
+toolversion: 2.0.0
+releasedate: 2019-07-01
 author: Wylem BARS
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-ATC_SIMULATOR
 ---
 
+# 2.0.0
+_Release date: 2019-04-10 _
+
+__Bug__
+
+* \[[ATCREPO-7](https://gazelle.ihe.net/jira/browse/ATCREPO-7)\] ATC Client simulator send "IHE- SAML" instead of "IHE-SAML"
+* \[[ATCREPO-8](https://gazelle.ihe.net/jira/browse/ATCREPO-8)\] Patient Audit Record Repository response contains not all request parameters
+* \[[ATCREPO-9](https://gazelle.ihe.net/jira/browse/ATCREPO-9)\] ATC Consumer endpoint include /ARRService and shouldn't
+* \[[ATCREPO-10](https://gazelle.ihe.net/jira/browse/ATCREPO-10)\] & should not be escaped inside date parameter
+
 # 1.1.2
 _Release date: 2019-04-10 _
 
diff --git a/EPD-ATC-Simulator/user.md b/EPR-ATC-Simulator/user.md
similarity index 98%
rename from EPD-ATC-Simulator/user.md
rename to EPR-ATC-Simulator/user.md
index d8efee3..6c4351c 100755
--- a/EPD-ATC-Simulator/user.md
+++ b/EPR-ATC-Simulator/user.md
@@ -3,8 +3,8 @@ title:  User Manual
 subtitle: ATC Simulator
 author: Wylem BARS
 function: Software Engineer
-date: 19/01/2019
-toolversion: 1.1.0
+date: 01/07/2019
+toolversion: 2.0.0
 version: 0.01
 status: Draft
 reference: KER1-MAN-IHE-ATC_SIMULATOR_USER
@@ -32,13 +32,8 @@ When acting as a Patient Audit Consumer, this simulator is able to send multiple
 * date
 * entity-id
 * entity-role
-* source
-* type
 * subtype
-* outcome
 * entity-type
-* user
-* address
 * _format
 
 It can also send bad requests (missing requested parameters, parameters providing no matches, etc) to test the behavior of the SUT against erroneous requests.
-- 
GitLab