up
Some checks failed
Signals CI & Image / signals-ci (push) Has been cancelled
Signals Reachability Scoring & Events / reachability-smoke (push) Has been cancelled
Signals Reachability Scoring & Events / sign-and-upload (push) Has been cancelled
Manifest Integrity / Validate Schema Integrity (push) Has been cancelled
Manifest Integrity / Validate Contract Documents (push) Has been cancelled
Manifest Integrity / Validate Pack Fixtures (push) Has been cancelled
Manifest Integrity / Audit SHA256SUMS Files (push) Has been cancelled
Manifest Integrity / Verify Merkle Roots (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-12-12 09:35:37 +02:00
parent ce5ec9c158
commit efaf3cb789
238 changed files with 146274 additions and 5767 deletions

View File

@@ -160,7 +160,7 @@ public sealed class InMemoryReachabilityFactsStore : IReachabilityFactsStore
}
/// <summary>
/// Index definitions for MongoDB reachability_facts collection.
/// Index definitions for reachability_facts persistence (storage-agnostic hints).
/// </summary>
public static class ReachabilityFactsIndexes
{
@@ -180,7 +180,7 @@ public static class ReachabilityFactsIndexes
public const string ExpirationIndex = "expires_at_ttl";
/// <summary>
/// Gets the index definitions for creating MongoDB indexes.
/// Gets the index definitions for creating persistence indexes.
/// </summary>
public static IReadOnlyList<ReachabilityIndexDefinition> GetIndexDefinitions()
{
@@ -204,7 +204,7 @@ public static class ReachabilityFactsIndexes
}
/// <summary>
/// Index definition for MongoDB collection.
/// Index definition for reachability_facts collection.
/// </summary>
public sealed record ReachabilityIndexDefinition(
string Name,