Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Add StatusTracker to IdentityAssertion parsing and validation APIs #943

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

scouten-adobe
Copy link
Collaborator

No description provided.

@scouten-adobe scouten-adobe self-assigned this Feb 25, 2025
@scouten-adobe scouten-adobe changed the base branch from main to simplify-status-tracker February 25, 2025 19:47
Base automatically changed from simplify-status-tracker to main February 26, 2025 22:17
@scouten-adobe scouten-adobe force-pushed the cawg-validate+status-tracker branch from 37cded3 to 4b4806c Compare February 26, 2025 22:29
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 95.65217% with 5 lines in your changes missing coverage. Please review.

Project coverage is 78.87%. Comparing base (faf5a02) to head (b5a417a).

Files with missing lines Patch % Lines
cawg_identity/src/identity_assertion/assertion.rs 91.22% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #943      +/-   ##
==========================================
+ Coverage   78.80%   78.87%   +0.06%     
==========================================
  Files         146      146              
  Lines       35096    35188      +92     
==========================================
+ Hits        27656    27753      +97     
+ Misses       7440     7435       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scouten-adobe scouten-adobe force-pushed the cawg-validate+status-tracker branch from 4b4806c to ef95c5f Compare February 27, 2025 01:18
.map(|a| (a.label().to_owned(), a.to_assertion()))
.inspect(|(label, r)| {
if let Err(err) = r {
// TO DO: a.label() is probably wrong (not a full JUMBF URI)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gpeacock is there a way I can get from Manifest.assertions() iterator to the JUMBF URI for the assertion returned?

@scouten-adobe scouten-adobe force-pushed the cawg-validate+status-tracker branch from 9f20a08 to 5dcfaa5 Compare February 28, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants