-
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
Feature/add throttling #1085
Feature/add throttling #1085
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Test Results 55 files ±0 55 suites ±0 1m 18s ⏱️ +5s Results for commit 4afeb58. ± Comparison against base commit d0b294d. This pull request removes 95 and adds 20 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
I have read the CLA Document and I hereby sign the CLA |
...cription-service/src/main/kotlin/com/egm/stellio/subscription/service/SubscriptionService.kt
Outdated
Show resolved
Hide resolved
...cription-service/src/main/kotlin/com/egm/stellio/subscription/service/SubscriptionService.kt
Outdated
Show resolved
Hide resolved
...ion-service/src/test/kotlin/com/egm/stellio/subscription/service/SubscriptionServiceTests.kt
Outdated
Show resolved
Hide resolved
...cription-service/src/main/kotlin/com/egm/stellio/subscription/service/SubscriptionService.kt
Outdated
Show resolved
Hide resolved
...cription-service/src/main/kotlin/com/egm/stellio/subscription/service/SubscriptionService.kt
Outdated
Show resolved
Hide resolved
subscription-service/src/main/kotlin/com/egm/stellio/subscription/web/APIResponses.kt
Outdated
Show resolved
Hide resolved
...ption-service/src/test/kotlin/com/egm/stellio/subscription/support/WithTimescaleContainer.kt
Outdated
Show resolved
Hide resolved
...ion-service/src/test/kotlin/com/egm/stellio/subscription/service/SubscriptionServiceTests.kt
Outdated
Show resolved
Hide resolved
...ion-service/src/test/kotlin/com/egm/stellio/subscription/service/SubscriptionServiceTests.kt
Show resolved
Hide resolved
you can set the PR as ready for review, there are only minor fixes remaining |
...ion-service/src/test/kotlin/com/egm/stellio/subscription/service/SubscriptionServiceTests.kt
Outdated
Show resolved
Hide resolved
- also fix unit tests so that watchedAttributes always match
fun unsupportedSubscriptiondAttributeMessage(subscriptionId: URI, key: String) = | ||
"Subscription $subscriptionId has unsupported attribute: $key" | ||
|
||
fun invalidSubscriptiondAttributeMessage(subscriptionId: URI, key: String) = | ||
"Subscription $subscriptionId has invalid attribute: $key" |
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.
just spotted that there is an extra d
at the end of Subscription in the name of the functions
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
No description provided.