Skip to content

Commit

Permalink
Refactor: Update OpenSearch service to use new SearchRequest DTO; str…
Browse files Browse the repository at this point in the history
…eamline query execution and enhance response handling #deploy-dolly-search-service
  • Loading branch information
krharum committed Feb 18, 2025
1 parent b7a1271 commit f911fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app.dolly-search-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-security/**"
- "libs/testing/**"
- "apps/dolly-search-service/**"
- ".github/workflows/app.dolly-search-service.yml"

Expand Down
1 change: 1 addition & 0 deletions apps/dolly-search-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation "no.nav.testnav.libs:security-core"
implementation "no.nav.testnav.libs:servlet-core"
implementation "no.nav.testnav.libs:servlet-security"
implementation "no.nav.testnav.libs:testing"

implementation "org.opensearch.client:spring-data-opensearch:$versions.opensearch"

Expand Down
1 change: 1 addition & 0 deletions apps/dolly-search-service/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ includeBuild '../../libs/reactive-core'
includeBuild '../../libs/security-core'
includeBuild '../../libs/servlet-core'
includeBuild '../../libs/servlet-security'
includeBuild '../../libs/testing'

develocity {
buildScan {
Expand Down

0 comments on commit f911fc9

Please sign in to comment.