From 1acd338961423b4599b612ae74ea99474c1c6cc8 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Tue, 6 Feb 2024 16:52:37 +0300 Subject: [PATCH 1/2] Update Sync Filter Ignored conf - add more resources --- .../hapi_sync_filter_ignored_queries.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/resources/hapi_sync_filter_ignored_queries.json b/resources/hapi_sync_filter_ignored_queries.json index b71ffed..dae5b07 100644 --- a/resources/hapi_sync_filter_ignored_queries.json +++ b/resources/hapi_sync_filter_ignored_queries.json @@ -55,6 +55,41 @@ "queryParams": { "keycloak-uuid": "ANY_VALUE" } + }, + { + "path": "ActivityDefinition", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "CodeSystem", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "ConceptMap", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "Device", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "StructureDefinition", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } } ] } From 69340fbc13d5af2b7c3257207d80e191132c7512 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Tue, 6 Feb 2024 17:12:47 +0300 Subject: [PATCH 2/2] Bump up version to v1.0.4 --- exec/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exec/pom.xml b/exec/pom.xml index 2037e23..4a406e8 100755 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -4,7 +4,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 exec @@ -70,7 +70,7 @@ org.smartregister plugins - 1.0.4 + 1.0.5 diff --git a/plugins/pom.xml b/plugins/pom.xml index d51ff47..e186642 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 plugins diff --git a/pom.xml b/pom.xml index 2a13dcc..65e04e5 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 pom