-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for deletedAt
and NGSI-LD Null
#1281
base: develop
Are you sure you want to change the base?
Conversation
Test Results 70 files + 1 70 suites +1 1m 24s ⏱️ -1s Results for commit c7cf30c. ± Comparison against base commit 5a9b0ba. This pull request removes 199 and adds 70 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
00d12a8
to
807172e
Compare
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityAttributeService.kt
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityAttributeService.kt
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityAttributeService.kt
Outdated
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityQueryService.kt
Outdated
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityAttributeService.kt
Outdated
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/util/AttributeUtils.kt
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/temporal/service/TemporalService.kt
Show resolved
Hide resolved
44d85c2
to
34f39d7
Compare
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityAttributeService.kt
Show resolved
Hide resolved
search-service/src/main/kotlin/com/egm/stellio/search/entity/service/EntityQueryService.kt
Outdated
Show resolved
Hide resolved
aa4e834
to
d522201
Compare
@Testcontainers | ||
@Suppress("UtilityClassWithPublicConstructor") | ||
open class WithKafkaContainer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the issue?
Because in kotlin you can only inherit from one class at a time so this will limit what we can do with tests in the futur.
8f70cea
to
9fdb2cc
Compare
TODO: to be checked in other similar endpoints (Replace Entity, ...)
… entities endpoint
5289ca9
to
c7cf30c
Compare
Quality Gate passedIssues Measures |
First iteration with support in core and temporal API