forked from boostercloud/booster
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Health Sensor: update pnpm-lock.yaml to force cosmos 3.17.0 Fix cosmos version in package.json Fix health-adapter.ts update partitionKey type use default as environment name for testing. update doc example fix isContainerUp isContainerUp refactor: remove `catalog` rename HealtEndpoint to HealthSensor. Add readmodels to database isUp. Refactors fix cli integration test update pnpm-lock.yaml rush change fix doc Health Sensor * Remove partitionKeys info from Azure database
- Loading branch information
1 parent
ac0192e
commit 4969203
Showing
72 changed files
with
2,509 additions
and
75 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@boostercloud/framework-core/sensor_health_2023-10-04-08-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@boostercloud/framework-core", | ||
"comment": "Add health sensor", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@boostercloud/framework-core" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { ProviderTestHelper } from './provider-test-helper' | ||
|
||
export class HttpHelper { | ||
constructor(private providerTestHelper: ProviderTestHelper) {} | ||
public getHealthUrl(): string { | ||
return this.providerTestHelper.outputs.healthURL | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.