-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Azure CosmosDB package #562
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #562 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 79 79
Lines 1539 1539
Branches 252 252
=======================================
Hits 1518 1518
Misses 21 21 ☔ View full report in Codecov by Sentry. |
d72e5c1 to
8d980a3
Compare
8d980a3 to
d6241ba
Compare
d6241ba to
65659c0
Compare
Closes: #35
65659c0 to
bc4c6b7
Compare
* feat: Added AWS SNS package (#573) * feat: Azure ServiceBus package (#559) * feat: Azure CosmosDB package (#562) * fix(style): Formatting of new project files * fix: Use same version for all testcontainers * fix(style): Reformatted code with line length 120 * fix(deps): Updated Dependency `Apache.NMS.ActiveMQ` because of possible vulnerability * chore: Updated TestGroups * fix: Missing namespaces * fix: Added `AWS.SNS` as TestGroup * chore: Cleanup SNS * chore: Cleanup ActiveMq * chore(deps): Updated new packages * chore: Added TestGroup `Azure.ServiceBus` * chore: Extended Tests for `AWS.SNS` and `Azure.ServiceBus` * chore: Extended the tests for `AWS.SNS` * chore: Added Validation for `SimpleNotificationService` * fix: Removed braces * fix: Raised `GitVersionTargetFramework` * chore: Extended AWS SNS tests * fix: Added missing xml documentations * chore: Extended `SimpleNotificationServiceConfigure` tests * feat: Added first Implementation for `Azrue.Cosmos` * chore: Removed unnecessary namespaces * fix: Cosmos tests * fix: Switched to `records` as options * fix(test): Fixed tests for Azure blobs, queues and tables * chore: Set reference to `NetEvolve.HealthChecks.Azure.Cosmos` * feat(firebird): Added `NetEvolve.HealthChecks.Firebird` (#707) * feat(firebird): aded firebird checks * docs: corrected therefore into therefore * fix: review findings * fix(warnings): Removed warnings from code * fix(test): Updated PublicApi definitions * fix(test): Added missing testcase for `HealthCheckBase` * fix(docs): Added missing xml docs to `ServiceBus.ClientCreationMode` * chore: Removed CosmosDb implementation for now, because container not executable * fix(docs): Updated the mentioned method * chore: Extended `AWS.SNS` tests * fix(tests): Added missing validation for `Timeout` * test: Extended `Azure.ServiceBus` Tests * fix(test): Missing testcase `Azure.ServiceBus.ClientCreation` * test: Finished the `Azure.ServiceBus` tests * chore: ActiveMq cleanup and completion (#708) * test: Added client factory tests * chore: Added configure timeout validation * chore: Renamed `ActiveMq` checks files * test: Added `ActiveMq` integration tests * chore(ActiveMq): Using const instead of var for local variables * chore(Redpanda): Use const for local variables * chore(Firebird): Use const for local variables * chore(ServiceBus): Use const for local variables * chore(Apache.Kafka): Use const for local variables * chore(Apache.ActiveMq): Use const for local variable * test(Apache.ActiveMq): Changed unhealthy test to not use a valid URI * test(abstractions): Extended tests for `IHealthChecksBuilderExtensions` * chore: Added build target `EnsureREADME` for all healthcheck projects * style(format): Reformatted code * chore: Use expression body lambdas * chore: Use const for named test parameters * style: Minimized styles and reduced overhead * style: Minimized styles and reduced overhead, again * test(sns): Extended tests * fix(test): Updated public api * fix(nameof): Use `nameof` instead of `.ToString()` * test(servicebus): Extended tests * test(servicebus): Extended unit tests for Azure.ServiceBus * docs(qdrant): Added missing README * chore: Updated Naming for Azure.ServiceBus * docs(activemq): Updated README file for `Apache.ActiveMq` * chore: Removed unused `_snapshots` * chore: Simplified tests * docs(sns): Updated README * fix: Default tags for messaging services * docs(servicebus): Updated README * style(docs): Reformatted README files * fix(docs): Renamed README.md Signed-off-by: Martin Stühmer <me@samtrion.net> * test: Extended `ConfigurableHealthCheckBase` tests * test: Extended Architecture tests * chore(test): Updated the changes to the verify files * fix: Solved PR findings * fix(servicebus): Simplified access to container --------- Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: Hnogared <133124217+Hnogared@users.noreply.github.com>




No description provided.