Skip to content

Conversation

@coordt
Copy link
Member

@coordt coordt commented Jan 7, 2026

Summary

This pull request focuses on enhancing the BPMN parsing and model consistency:

  • Removed redundant reference/index.md, updated navigation links, and refined the bump-version workflow by adding GH_TOKEN to the environment.
  • Introduced a ParseContext to standardize element and reference handling during BPMN parsing, affecting factory and core modules.
  • Migrated BPMN node connection fields to uniformly use arrays instead of strings.
  • Replaced deprecated usage of read_text with files.joinpath(...).read_text() for better compatibility.
  • Added the is_reference metadata attribute for improved identification across activity and common BPMN model fields.

Checklist

  • Added or updated tests
  • Updated documentation
  • Ensured backward compatibility

coordt and others added 6 commits January 6, 2026 11:47
… fields across activity and common classes.
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…es during BPMN parsing, update context handling across factory and core modules, and add `pytest-sugar` dependency.
…nks, and add `GH_TOKEN` to `bump-version` workflow env
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

Version hint: minor
Current version: 0.2.0
New version (when merged): 0.3.0

Comment ID: Display version hint-auto-generated

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

PR Preview Action v1.8.0

🚀 View preview at
https://callowayproject.github.io/pybpmn-parser/pr-preview/pr-5/

Built to branch gh-pages at 2026-01-07 18:50 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

…github-actions-597ae78d16

Bump the github-actions group with 2 updates
@coordt coordt merged commit ad4b0db into main Jan 7, 2026
7 of 8 checks passed
@coordt coordt deleted the add-referencing branch January 7, 2026 18:50
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.

2 participants