Closed lsulak closed 2 months ago
Overall Project | 59.69% -12.4% |
:x: |
---|---|---|
Files changed | 46.67% | :x: |
File | Coverage | |
---|---|---|
JsonSyntaxExtensions.scala | 59.29% -14.16% |
:x: |
Overall Project | 78.49% -18.64% |
:green_apple: |
---|---|---|
Files changed | 39.06% | :x: |
File | Coverage | |
---|---|---|
AtumAgent.scala | 96.99% | :green_apple: |
AtumContext.scala | 92.56% -0.97% |
:green_apple: |
CapturingDispatcher.scala | 87.43% -68% |
:x: |
HttpDispatcher.scala | 34.12% -51.76% |
:x: |
Overall Project | 100% | :green_apple: |
---|
There is no coverage information present for the Files changed
Overall Project | 68.87% -1.42% |
:green_apple: |
---|---|---|
Files changed | 79.83% | :x: |
File | Coverage | |
---|---|---|
PartitioningRepositoryImpl.scala | 100% | :green_apple: |
PartitioningServiceImpl.scala | 100% | :green_apple: |
FlowControllerImpl.scala | 100% | :green_apple: |
CheckpointControllerImpl.scala | 100% | :green_apple: |
PartitioningControllerImpl.scala | 91.67% | :green_apple: |
BaseController.scala | 85.29% | :green_apple: |
GetPartitioningAdditionalData.scala | 56.41% -49.74% |
:x: |
Release Notes:
Note: Additional Data = AD
What was done:
HttpURLConnectionBackend
->OkHttpSyncBackend
- inspired by https://github.com/softwaremill/sttp/issues/316 and https://github.com/raster-foundry/raster-foundry/pull/5306 becauseHttpURLConnectionBackend
didn't support PATCH HTTP Method and we need it for AD update endpointpatchPartitioningAdditionalDataEndpointV2
andgetPartitioningEndpointV2
Note: If you want to run
AgentWithServerIntegrationTests
then:src/test/resources/reference.conf
accordingly - this is needed:atum.dispatcher.http.url="http://localhost:8080"
andatum.dispatcher.type="http"
Closes #280
Release notes: