FOUR-23865 Add support to html entities in bpmn documents#230
Merged
ryancooley merged 3 commits intodevelopfrom May 21, 2025
Merged
FOUR-23865 Add support to html entities in bpmn documents#230ryancooley merged 3 commits intodevelopfrom
ryancooley merged 3 commits intodevelopfrom
Conversation
9 tasks
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for handling HTML entities in BPMN documents. In the process, the caching action in the SonarQube workflow has been updated to a newer version.
- Upgraded the caching action from actions/cache@v2 to actions/cache@v4
- Updated the workflow configuration to support improvements in dependency caching
Files not reviewed (4)
- src/ProcessMaker/Nayra/Storage/BpmnDocument.php: Language not supported
- tests/Feature/Engine/BpmnDocumentHtmlEntitiesTest.php: Language not supported
- tests/Feature/Engine/files/BpmnWithComplexHtml.bpmn: Language not supported
- tests/Feature/Engine/files/BpmnWithHtmlEntities.bpmn: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/sonarqube.yml:26
- The major version upgrade to actions/cache@v4 might introduce breaking changes in caching behavior or configuration. Please verify the new version's documentation to ensure that the current key configuration and usage align with v4 requirements.
uses: actions/cache@v4
pmPaulis
approved these changes
Apr 28, 2025
PR related |
|
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.




Add support to html entities in bpmn documents
Related ticket