Skip to content

Commit

Permalink
Merge pull request #34 from onaio/addtional-sync-filter-configs
Browse files Browse the repository at this point in the history
Update Sync Filter Ignored config - add more resources
  • Loading branch information
ndegwamartin authored Feb 6, 2024
2 parents 81bf8c7 + 69340fb commit 2872066
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.smartregister</groupId>
<artifactId>opensrp-gateway-plugin</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>

<artifactId>exec</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.smartregister</groupId>
<artifactId>plugins</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.smartregister</groupId>
<artifactId>opensrp-gateway-plugin</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>

<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.smartregister</groupId>
<artifactId>opensrp-gateway-plugin</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>pom</packaging>

<modules>
Expand Down
35 changes: 35 additions & 0 deletions resources/hapi_sync_filter_ignored_queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}

0 comments on commit 2872066

Please sign in to comment.