Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feat/surrealdb-he…
Browse files Browse the repository at this point in the history
…althchecks

# Conflicts:
#	AspNetCore.Diagnostics.HealthChecks.sln
#	README.md
#	build/versions.props
  • Loading branch information
adamsitnik committed Dec 12, 2024
2 parents d0de712 + e8730db commit f0f55d2
Show file tree
Hide file tree
Showing 292 changed files with 2,836 additions and 1,562 deletions.
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ FTP_PORT=21
FTP_USER=bob
FTP_PASS=12345
RAVENDB_PORT=9030
SOLR_PORT=8983
SOLR_PORT=8983
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=Password12!
CLICKHOUSE_PORT=8123
4 changes: 4 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ flags:
carryforward: true
AzureStorage:
carryforward: true
ClickHouse:
carryforward: true
Consul:
carryforward: true
CosmosDb:
Expand Down Expand Up @@ -87,6 +89,8 @@ flags:
carryforward: true
Publisher.Seq:
carryforward: true
Qdrant:
carryforward: true
RabbitMQ:
carryforward: true
RavenDb:
Expand Down
149 changes: 100 additions & 49 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,145 +5,196 @@ test:
all: ['!test/**/*.approved.txt']

github_actions:
- .github/**/*
- changed-files:
- any-glob-to-any-file: [.github/**/*]

code style:
- .editorconfig
- changed-files:
- any-glob-to-any-file: [.editorconfig]

docs:
- README.md
- doc/**/*
- changed-files:
- any-glob-to-any-file: [README.md, doc/**/*]

samples:
- samples/**/*
- changed-files:
- any-glob-to-any-file: [samples/**/*]

applicationstatus:
- src/HealthChecks.ApplicationStatus/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.ApplicationStatus/**/*]

arrangodb:
- src/HealthChecks.ArangoDb/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.ArangoDb/**/*]

aws:
- src/HealthChecks.Aws.*/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Aws.*/**/*]

azure:
- src/HealthChecks.Azure*/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Azure*/**/*]

clickhouse:
- src/HealthChecks.ClickHouse/**/*

consul:
- src/HealthChecks.Consul/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Consul/**/*]

cosmosdb:
- src/HealthChecks.CosmosDb/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.CosmosDb/**/*]

dapr:
- src/HealthChecks.Dapr/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Dapr/**/*]

documentdb:
- src/HealthChecks.DocumentDb/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.DocumentDb/**/*]

dynamodb:
- src/HealthChecks.DynamoDb/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.DynamoDb/**/*]

elasticsearch:
- src/HealthChecks.Elasticsearch/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Elasticsearch/**/*]

eventstore:
- src/HealthChecks.EventStore*/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.EventStore*/**/*]

cloudfirestore:
- src/HealthChecks.Gcp.CloudFirestore/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Gcp.CloudFirestore/**/*]

gremlin:
- src/HealthChecks.Gremlin/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Gremlin/**/*]

hangfire:
- src/HealthChecks.Hangfire/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Hangfire/**/*]

ibmmq:
src/HealthChecks.IbmMQ/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.IbmMQ/**/*]

influxdb:
src/HealthChecks.InfluxDB/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.InfluxDB/**/*]

kafka:
- src/HealthChecks.Kafka/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Kafka/**/*]

kubernetes:
- src/HealthChecks.Kubernetes/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Kubernetes/**/*]

milvus:
- src/HealthChecks.Milvus/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Milvus/**/*]

mongodb:
- src/HealthChecks.MongoDb/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.MongoDb/**/*]

mysql:
- src/HealthChecks.MySql/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.MySql/**/*]

nats:
- src/HealthChecks.Nats/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Nats/**/*]

network:
- src/HealthChecks.Network/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Network/**/*]

npgsql:
- src/HealthChecks.NpgSql/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.NpgSql/**/*]

openidconnect:
- src/HealthChecks.OpenIdConnectServer/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.OpenIdConnectServer/**/*]

oracle:
- src/HealthChecks.Oracle/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Oracle/**/*]

prometheus:
- src/HealthChecks.Prometheus.Metrics/**/*
- src/HealthChecks.Publisher.Prometheus/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Prometheus.Metrics/**/*, src/HealthChecks.Publisher.Prometheus/**/*]

applicationinsights:
- src/HealthChecks.Publisher.ApplicationInsights/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Publisher.ApplicationInsights/**/*]

cloudwatch:
- src/HealthChecks.Publisher.CloudWatch/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Publisher.CloudWatch/**/*]

datadog:
- src/HealthChecks.Publisher.Datadog/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Publisher.Datadog/**/*]

seq:
-src/HealthChecks.Publisher.Seq/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Publisher.Seq/**/*]

qdrant:
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Qdrant/**/*]

rabbitmq:
- src/HealthChecks.Rabbitmq/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Rabbitmq/**/*]

ravendb:
- src/HealthChecks.RavenDB/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.RavenDB/**/*]

redis:
- src/HealthChecks.Redis/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Redis/**/*]

sendgrid:
- src/HealthChecks.SendGrid/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.SendGrid/**/*]

signalr:
- src/HealthChecks.SignalR/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.SignalR/**/*]

solr:
- src/HealthChecks.Solr/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Solr/**/*]

sqlite:
- src/HealthChecks.Sqlite/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Sqlite/**/*]

sqlserver:
- src/HealthChecks.SqlServer/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.SqlServer/**/*]

surrealdb:
- src/HealthChecks.SurrealDb/**/*

system:
- src/HealthChecks.System/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.System/**/*]

UI:
- src/HealthChecks.UI/**/*
- src/HealthChecks.UI.*/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.UI/**/*, src/HealthChecks.UI.*/**/*]


uris:
- src/HealthChecks.Uris/**/*
- changed-files:
- any-glob-to-any-file: [src/HealthChecks.Uris/**/*]
2 changes: 2 additions & 0 deletions .github/workflows/healthchecks_applicationstatus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props
tags-ignore:
- release-*
- preview-*
Expand All @@ -26,6 +27,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/healthchecks_arangodb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- .github/workflows/healthchecks_arangodb_ci.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand All @@ -41,9 +42,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Restore
run: |
dotnet restore ./src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj &&
Expand All @@ -67,7 +67,7 @@ jobs:
--
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
flags: ArangoDb
directory: .coverage
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_aws_s3_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_aws_secretsmanager_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_aws_sns_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_aws_sqs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_aws_systemsmanager_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_azure_digitaltwin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_azure_iothub_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props
tags-ignore:
- release-*
- preview-*
Expand All @@ -26,6 +27,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/healthchecks_azurekeyvault_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
- Directory.Packages.props

jobs:
build:
Expand Down
Loading

0 comments on commit f0f55d2

Please sign in to comment.