Skip to content

feat(actions-assertion): #55: add implementation of action assertion#57

Merged
aasheptunov merged 11 commits into
developfrom
feature/#55-add-implementation-of-action-assertion
May 6, 2026
Merged

feat(actions-assertion): #55: add implementation of action assertion#57
aasheptunov merged 11 commits into
developfrom
feature/#55-add-implementation-of-action-assertion

Conversation

@aasheptunov

Copy link
Copy Markdown

No description provided.

@aasheptunov aasheptunov linked an issue Apr 27, 2026 that may be closed by this pull request
3 tasks
Comment thread c2pie/c2pa/assertion.py
aasheptunov and others added 2 commits May 6, 2026 08:42
…in the Actions assertion constructor to prevent the creation of an unsupported action
@aasheptunov aasheptunov merged commit 68ba654 into develop 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 aasheptunov deleted the feature/#55-add-implementation-of-action-assertion branch May 6, 2026 11:16
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>
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.

Adding an action assertion

2 participants