- Implemented `MongoIndexModelTests` to verify index models for various stores. - Created `OpenApiMetadataFactory` with methods to generate OpenAPI metadata. - Added tests for `OpenApiMetadataFactory` to ensure expected defaults and URL overrides. - Introduced `ObserverSurfaceSecrets` and `WebhookSurfaceSecrets` for managing secrets. - Developed `RuntimeSurfaceFsClient` and `WebhookSurfaceFsClient` for manifest retrieval. - Added dependency injection tests for `SurfaceEnvironmentRegistration` in both Observer and Webhook contexts. - Implemented tests for secret resolution in `ObserverSurfaceSecretsTests` and `WebhookSurfaceSecretsTests`. - Created `EnsureLinkNotMergeCollectionsMigrationTests` to validate MongoDB migration logic. - Added project files for MongoDB tests and NuGet package mirroring.
17 lines
620 B
JSON
17 lines
620 B
JSON
{
|
|
"schemaVersion": "notify.template@1",
|
|
"templateId": "tmpl-api-deprecation-slack-en-us",
|
|
"tenantId": "bootstrap",
|
|
"channelType": "slack",
|
|
"key": "tmpl-api-deprecation",
|
|
"locale": "en-us",
|
|
"renderMode": "markdown",
|
|
"format": "slack",
|
|
"description": "Slack notice for retiring Notifier API versions.",
|
|
"body": ":warning: Notifier API v1 is being deprecated.\nSunset: {{metadata.sunset}}\nPaths affected: {{metadata.paths}}\nDocs: {{link \"Deprecation details\" metadata.docs}}\nAction: {{metadata.action}}\n",
|
|
"metadata": {
|
|
"author": "notifications-bootstrap",
|
|
"version": "2025-11-17"
|
|
}
|
|
}
|