Add observer quarantine clear command, expose quarantine status, and fix dependency restore/build validation#16
Merged
Conversation
Agent-Logs-Url: https://github.com/Cratis/cli/sessions/80b22159-5a3a-4e36-bb79-6b201a1a2c77 Co-authored-by: einari <134365+einari@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for clearing quarantined observers
Add observer quarantine clear command and expose quarantine status in observers list
May 15, 2026
Contributor
|
@copilot update the Chronicle dependencies and verify that everything is working |
Agent-Logs-Url: https://github.com/Cratis/cli/sessions/0ba0ccf5-9fca-48b1-887c-8876d6c155de Co-authored-by: einari <134365+einari@users.noreply.github.com>
Contributor
Author
Updated and verified. Chronicle package versions are already at the latest available ( |
Copilot
AI
changed the title
Add observer quarantine clear command and expose quarantine status in observers list
Add observer quarantine clear command, expose quarantine status, and fix dependency restore/build validation
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds observer quarantine operations in the CLI, exposes quarantine state in observer listings, and addresses dependency/CI validation issues found during PR feedback.
Added
chronicle observers clear-quarantine <OBSERVER_ID>with confirmation flow and clear success/error messaging.ClearObserverQuarantineso supported Chronicle contracts are used when available, with a validation error when unsupported.isQuarantinedis present in JSON output.Changed
chronicle observers listoutput to include quarantine state:isQuarantined.Quarantinedcolumn.MongoDB.Driver.CS0436) in CI-equivalent builds.Fixed
observers listdid not explicitly indicate quarantine state.NU1506).dotnet build --configuration Releaseanddotnet test --configuration Release.Removed
Security
Deprecated