license switch agpl -> busl1, sprints work, new product advisories

This commit is contained in:
master
2026-01-20 15:32:20 +02:00
parent 4903395618
commit c32fff8f86
1835 changed files with 38630 additions and 4359 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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.

View File

@@ -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;

View File

@@ -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.

View File

@@ -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

View File

@@ -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;

View File

@@ -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

View File

@@ -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.

View File

@@ -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.