Files
git.stella-ops.org/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/TASKS.completed.md
master 15b4a1de6a feat: Document completed tasks for KMS, Cryptography, and Plugin Libraries
- Added detailed task completion records for KMS interface implementation and CLI support for file-based keys.
- Documented security enhancements including Argon2id password hashing, audit event contracts, and rate limiting configurations.
- Included scoped service support and integration updates for the Plugin platform, ensuring proper DI handling and testing coverage.
2025-10-31 14:37:45 +02:00

3.1 KiB
Raw Blame History

Completed Tasks

|Register source HTTP clients with allowlists and timeouts|BE-Conn-Shared|Source.Common|DONE AddSourceHttpClient wires named clients with host allowlists/timeouts.|

|Implement retry/backoff with jitter and 429 handling|BE-Conn-Shared|Source.Common|DONE SourceRetryPolicy retries with 429/5xx handling and exponential backoff.|

|Conditional GET helpers (ETag/Last-Modified)|BE-Conn-Shared|Source.Common|DONE SourceFetchRequest + fetch result propagate etag/last-modified for NotModified handling.|

|Windowed cursor and pagination utilities|BE-Conn-Shared|Source.Common|DONE TimeWindowCursorPlanner + PaginationPlanner centralize sliding windows and additional page indices.|

|JSON/XML schema validators with rich errors|BE-Conn-Shared, QA|Source.Common|DONE JsonSchemaValidator surfaces keyword/path/message details + tests.|

|Raw document capture helper|BE-Conn-Shared|Storage.Mongo|DONE SourceFetchService stores raw payload + headers with sha256 metadata.|

|Canned HTTP test harness|QA|Source.Common|DONE enriched CannedHttpMessageHandler with method-aware queues, request capture, fallbacks, and helpers + unit coverage.|

|HTML sanitization and URL normalization utilities|BE-Conn-Shared|Source.Common|DONE HtmlContentSanitizer + UrlNormalizer provide safe fragments and canonical links for connectors.|

|PDF-to-text sandbox helper|BE-Conn-Shared|Source.Common|DONE PdfTextExtractor uses PdfPig to yield deterministic text with options + tests.|

|PURL and SemVer helper library|BE-Conn-Shared|Models|DONE PackageCoordinateHelper exposes normalized purl + SemVer parsing utilities backed by normalization.|

|Telemetry wiring (logs/metrics/traces)|BE-Conn-Shared|Observability|DONE SourceDiagnostics emits Activity/Meter signals integrated into fetch pipeline and WebService OTEL setup.|

|Shared jitter source in retry policy|BE-Conn-Shared|Source.Common|DONE SourceRetryPolicy now consumes injected CryptoJitterSource for thread-safe jitter.|

|Allow per-request Accept header overrides|BE-Conn-Shared|Source.Common|DONE SourceFetchRequest.AcceptHeaders honored by SourceFetchService plus unit tests for overrides.|

|FEEDCONN-SHARED-HTTP2-001 HTTP version fallback policy|BE-Conn-Shared, Source.Common|Source.Common|DONE (2025-10-11) AddSourceHttpClient now honours per-connector HTTP version/ policy, exposes handler customisation, and defaults to downgrade-friendly settings; unit tests cover handler configuration hook.|

|FEEDCONN-SHARED-TLS-001 Sovereign trust store support|BE-Conn-Shared, Ops|Source.Common|DONE (2025-10-11) SourceHttpClientOptions now exposes TrustedRootCertificates, ServerCertificateCustomValidation, and AllowInvalidServerCertificates, and AddSourceHttpClient runs the shared configuration binder so connectors can pull concelier:httpClients|sources:<name>:http settings (incl. Offline Kit relative PEM paths via concelier:offline:root). Tests cover handler wiring. Ops follow-up: package RU trust roots for Offline Kit distribution.|