-
Notifications
You must be signed in to change notification settings - Fork 33
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/submit #271
Feat/submit #271
Conversation
…e dip process by the delegator Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
…sed credentialing design for IdentifierResource end usage Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
…ignify-ts delegation updates Signed-off-by: 2byrds <2byrds@gmail.com>
…ts that do rotation Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
…ation idempotent Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
… keripy image Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
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.
self-review in order to 'mark' the changes in the midst of many formatting changes.
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
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.
This PR will not be accepted with formatting changes, and as a general open source software contribution practice formatting changes should never be included in PRs that address features or bug fixes. In addition formatting changes that cause files to differ from each other in the same repo should not be submitted.
Please resubmit without the mass reformatting of files so we can review the actual changes.
Being perfectly frank here, this stands out as a red flag. It would be irresponsible as maintainers of a security focused open source project to accept a PR with this many changes that the submitter is asking us to ignore. And the changes are not appropriate for the bug being fixed and the amount of reformatting makes it very hard to determine what was actually changed. PRs should be laser focused on what they are fixing. If we want to reformat the Python, that should be discussed, an issue open and a systematic approach taken. |
@pfeairheller do you know what formatter you use so I can change my auto-formatter. It's a useful IDE tool so if I can align with you that would be ideal. |
@pfeairheller signify-ts has a github action that checks formatting for all PRs. are you open to a similar github action in KERIA so that formatting is aligned and enforced? |
Great! |
@pfeairheller here is a draft PR to add the github action for checking python via 'black'.
and once the formatting is aligned i will update this PR to align (all PRs will be forced to align from now on). |
I use IntelliJ's support for the PEP formatting rules. |
I believe the signify-ts only does format checking, not reformatting. Something I've run afoul of, having to push changes to PRs because they failed the check. I'd like to take that approach here and not one that changes the code automatically. |
I agree. I found that out earlier (changing the formatting is overkill) and changed the PR to only do the check |
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
Signed-off-by: 2byrds <2byrds@gmail.com>
@pfeairheller I have updated the sections of code that had formatting issues. |
Adds a KERIA endpoint /identifiers/${name}/submit to resubmit an identifier KEL to be receipted by it's witnesses.
Adds 'submit' unit tests
This feature is the KERIA equivalent to the keripy witness 'submit' command line tool