Rename Concelier Source modules to Connector
This commit is contained in:
		| @@ -63,13 +63,13 @@ The script spins up MongoDB/Redis via Testcontainers and requires: | ||||
|  | ||||
| The Concelier connector suite includes a regression test (`OsvGhsaParityRegressionTests`) | ||||
| that checks a curated set of GHSA identifiers against OSV responses. The fixture | ||||
| snapshots live in `src/StellaOps.Concelier.Source.Osv.Tests/Fixtures/` and are kept | ||||
| snapshots live in `src/StellaOps.Concelier.Connector.Osv.Tests/Fixtures/` and are kept | ||||
| deterministic so the parity report remains reproducible. | ||||
|  | ||||
| To refresh the fixtures when GHSA/OSV payloads change: | ||||
|  | ||||
| 1. Ensure outbound HTTPS access to `https://api.osv.dev` and `https://api.github.com`. | ||||
| 2. Run `UPDATE_PARITY_FIXTURES=1 dotnet test src/StellaOps.Concelier.Source.Osv.Tests/StellaOps.Concelier.Source.Osv.Tests.csproj`. | ||||
| 2. Run `UPDATE_PARITY_FIXTURES=1 dotnet test src/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj`. | ||||
| 3. Commit the regenerated `osv-ghsa.*.json` files that the test emits (raw snapshots and canonical advisories). | ||||
|  | ||||
| The regen flow logs `[Parity]` messages and normalises `recordedAt` timestamps so the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user