feat(actions-assertion): #55: add implementation of action assertion#57
Merged
aasheptunov merged 11 commits intoMay 6, 2026
Merged
Conversation
3 tasks
…arate test file so that to split the tests among yourselves
JDRkow
reviewed
May 5, 2026
…in the Actions assertion constructor to prevent the creation of an unsupported action
JDRkow
approved these changes
May 6, 2026
aasheptunov
added a commit
that referenced
this pull request
May 6, 2026
…57) * feat(actions-assertion): #55: add implementation of actions assertion * test(actions-assertion): #55: add tests for Actions Assertion * fix: #55: convert line endings from CRLF to LF * docs(actions-assertion): #55: correct of the comment to reflect the facts * docs(readme): bring test coverage score up to date * refactor(actions-assertion): #55: move Actions assertion tests to separate test file so that to split the tests among yourselves * refactor(actions-assertion): #55: formatting correction * fix(actions-assertion): #55: fix a formatting-related error * refactor(actions-assertion): #55: simplification of the condition * feat(actions-assertion): #55: add a validation step for valid values in the Actions assertion constructor to prevent the creation of an unsupported action * docs(readme): bring test coverage score up to date --------- Co-authored-by: Artem Sheptunov <106321977+Infindery@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
aasheptunov
added a commit
that referenced
this pull request
May 13, 2026
* feat(time-stamps): #59: add support for adding timestamps * docs(time-stamps): #59: add time-stamps research board * refactor(time-stamps): #59: moving logic into separate functions; adding the ability to specify tsa parameters via the cli * chore: #59: add new dependencies to pyproject for timestamp functionality * feat(time-stamp): #59: update implementation of time-stamps to C2PA v2.4 * fix(time-stamps): #59: correct the chain of trust for timestamps * refactor: #59: formatting corrections * feat(actions-assertion): #55: add implementation of action assertion (#57) * feat(actions-assertion): #55: add implementation of actions assertion * test(actions-assertion): #55: add tests for Actions Assertion * fix: #55: convert line endings from CRLF to LF * docs(actions-assertion): #55: correct of the comment to reflect the facts * docs(readme): bring test coverage score up to date * refactor(actions-assertion): #55: move Actions assertion tests to separate test file so that to split the tests among yourselves * refactor(actions-assertion): #55: formatting correction * fix(actions-assertion): #55: fix a formatting-related error * refactor(actions-assertion): #55: simplification of the condition * feat(actions-assertion): #55: add a validation step for valid values in the Actions assertion constructor to prevent the creation of an unsupported action * docs(readme): bring test coverage score up to date --------- Co-authored-by: Artem Sheptunov <106321977+Infindery@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * test(time-stamps): #59: add test for time-stamps functionality * refactor: #59: formatting corrections * fix: #59: fix an error related to missing parameters * refactor: #59: update the variable name and description to make them more clear * refactor: #59: formatting corrections * refactor: #59: formatting corrections; change python version for ruff configuration * chore: #59: delete the file from the board, since the board was only needed for development * chore: #59: adjusting linter configurations * chore: #59: add new environment variables to .env-example * refactor: #59: remove an unused exception * refactor: #59: add the mock prefix to mock test functions * docs: #59: add a todo to move configurations to the config file Co-authored-by: JDRkow <flot74kl@gmail.com> * docs: #59: rename variables in the test case to more descriptive names Co-authored-by: JDRkow <flot74kl@gmail.com> * fix: #59: fix an error related to the use of an undefined variable in the test * fix: #59: fix an error related to incorrect parameter settings after accepting a suggestion * test: #59: extract an equivalent function call into a separate mock function * feat(time-spamps): #59: add tsa_response_timeout parameter so that be able change timeout * test: #59: add the tsa_response_timeout parameter to the mock function; update the test case that checks for the timeout * test: #59: add a step to check the timeout value to the test case; add tests for _build_request --------- Co-authored-by: Artem Sheptunov <106321977+Infindery@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JDRkow <flot74kl@gmail.com>
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.
No description provided.