license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="EmailConnectorErrorTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Error handling tests for email connector: SMTP unavailable → retry;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="EmailConnectorSnapshotTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Payload formatting snapshot tests for email connector: event → formatted email → assert snapshot
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="SlackConnectorErrorTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Error handling tests for Slack connector: API unavailable → retry;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="SlackConnectorSnapshotTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Payload formatting snapshot tests for Slack connector: event → Slack Block Kit → assert snapshot.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="TeamsConnectorErrorTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Error handling tests for Teams connector: webhook unavailable → retry;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="TeamsConnectorSnapshotTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Payload formatting snapshot tests for Teams connector: event → MessageCard → assert snapshot.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="WebhookConnectorErrorHandlingTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Error handling tests for webhook connector: endpoint unavailable, timeout, invalid response
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="WebhookConnectorErrorTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Error handling tests for webhook connector: endpoint unavailable → retry;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="WebhookConnectorSnapshotTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Payload formatting snapshot tests for webhook connector: event → formatted JSON → assert snapshot
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="NotificationRateLimitingTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Unit tests for notification rate limiting: too many notifications → throttled.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ---------------------------------------------------------------------
|
||||
// <copyright file="NotificationTemplatingTests.cs" company="StellaOps">
|
||||
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
|
||||
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
|
||||
// </copyright>
|
||||
// <summary>
|
||||
// Unit tests for notification templating: event data + template → rendered notification.
|
||||
|
||||
Reference in New Issue
Block a user