Skip to content

Conversation

@samtrion
Copy link
Member

@samtrion samtrion commented Dec 17, 2024

No description provided.

@samtrion samtrion added state:onhold Indicates that the work item is currently paused and not actively being worked on. type:feature Indicates a new feature or enhancement to be added. labels Dec 17, 2024
@samtrion samtrion self-assigned this Dec 17, 2024
@samtrion samtrion requested a review from a team as a code owner December 17, 2024 10:59
@samtrion samtrion requested review from benwirren and removed request for a team December 17, 2024 10:59
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@codecov
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.63%. Comparing base (3dae107) to head (c61dfce).

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.
📢 Have feedback on the report? Share it here.

@samtrion samtrion force-pushed the feature/azure-cosmos branch from d72e5c1 to 8d980a3 Compare December 17, 2024 20:31
@samtrion samtrion marked this pull request as draft December 19, 2024 06:20
@samtrion samtrion force-pushed the feature/azure-cosmos branch from 8d980a3 to d6241ba Compare December 19, 2024 08:45
@samtrion samtrion changed the base branch from main to development December 19, 2024 08:57
@samtrion samtrion changed the base branch from development to main May 4, 2025 10:01
@samtrion samtrion force-pushed the feature/azure-cosmos branch from d6241ba to 65659c0 Compare May 4, 2025 10:15
@samtrion samtrion marked this pull request as ready for review May 4, 2025 12:08
@samtrion samtrion changed the base branch from main to development May 4, 2025 12:08
@samtrion samtrion force-pushed the feature/azure-cosmos branch from 65659c0 to bc4c6b7 Compare May 4, 2025 12:09
@samtrion samtrion merged commit c153ebb into development May 4, 2025
1 check passed
@samtrion samtrion deleted the feature/azure-cosmos branch May 4, 2025 12:09
samtrion added a commit that referenced this pull request May 4, 2025
samtrion added a commit that referenced this pull request May 4, 2025
samtrion added a commit that referenced this pull request May 5, 2025
samtrion added a commit that referenced this pull request May 5, 2025
samtrion added a commit that referenced this pull request May 5, 2025
samtrion added a commit that referenced this pull request May 6, 2025
samtrion added a commit that referenced this pull request May 8, 2025
samtrion added a commit that referenced this pull request May 12, 2025
samtrion added a commit that referenced this pull request May 19, 2025
samtrion added a commit that referenced this pull request May 20, 2025
samtrion added a commit that referenced this pull request May 22, 2025
samtrion added a commit that referenced this pull request May 23, 2025
samtrion added a commit that referenced this pull request May 26, 2025
samtrion added a commit that referenced this pull request May 26, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:onhold Indicates that the work item is currently paused and not actively being worked on. type:feature Indicates a new feature or enhancement to be added.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants