nyaruka / mailroom

Backend services for the TextIt platform.
Other
0 stars 1 forks source link

Switch to official Elastic v8 client library #262

Closed rowanseymour closed 3 weeks ago

rowanseymour commented 1 month ago

OK so my cunning plan was switch to the v7 version, upgrade the server, then upgrade the client, but the v7 client library doesn't have the typed API so it just hands you a raw HTTP response to deal with... so this is the v8 client library running against a v7 server.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 81.81818% with 4 lines in your changes missing coverage. Please review.

Project coverage is 62.46%. Comparing base (f55315b) to head (46530ce).

Files Patch % Lines
core/search/search.go 75.00% 2 Missing and 1 partial :warning:
mailroom.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== + Coverage 62.32% 62.46% +0.13% ========================================== Files 187 187 Lines 10394 10368 -26 ========================================== - Hits 6478 6476 -2 + Misses 3043 3021 -22 + Partials 873 871 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.