-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: initial revocation service added #317
feat: initial revocation service added #317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KICS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
f2b93b3
to
24cead3
Compare
Merged #318, you'll need to rebase at some point. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nitin-vavdiya
did you notice that the contribution #317 is much to huge? (max. 1,000 lines of content (including documentation, code, configuration files, and other forms of source code, see https://www.eclipse.org/projects/handbook/#ip-project-content). I don't think it's reasonable that someone would be able to review such a huge PR.
Yes, this is a huge PR as this contains the entire revocation application(APIs, test cases, docs etc) if we push partial changes then the test/checks will not pass or not meet the TRGs(specially document and chart related) |
Hi @nitin-vavdiya very good that you're aware that you need to request an ad hoc IP review in such a case. Hi @borisrizov-zf, as product expert and committer besides @nitin-vavdiya, are you confident in reviewing this PR? |
@evegufy Yes, I'm aware of the size, but since @nitin-vavdiya is a committer, the 1000 lines limit doesn't apply. The review is ongoing, I anticipate no issues to be honest since this code has been tested and used by Cofinity-X. |
587919d
to
bb024da
Compare
…module for common classes
…oc for miw-commons
3fde027
to
643493d
Compare
fix: KICS scan errors
Quality Gate passedIssues Measures |
Hi @nitin-vavdiya @borisrizov-zf as you're contributing the developments to developers which are not committers, I''ll still recommend to initiate an IP review. I explained the process here. Normally the Eclipse Foundation takes of IP reviews quite fast (if it's not in the midst of vacation season), I've seen some processed even within a day. |
IP check issue created: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/16321 |
Separate issue created to fix Test and verify helm chart workflow: #353 |
@evegufy |
sure |
1ed0878
into
eclipse-tractusx:develop
🎉 This PR is included in version 1.0.0-develop.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
A verifiable credential revocation service is added.
This is a reference implementation of Verifiable Credentials Status List v2021
Why
In the current application implementation, we cannot issue credentials that can be revoked.
What
Revocation service added to support revocable credentials.
The issuer can revoke an issued credential and check the revocation status of issued credentials.
This is ref. implementation of Verifiable Credentials Status List v2021
This is originally developed at Cofinity-X
Thanks, @mustafasalfiti and @PManaras for initial contribution.
Ref:
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: