Skip to content

[#73613] Improve peformance of bulk semantic ID allocation#22773

Merged
thykel merged 1 commit intodevfrom
impl/73613-improve-bulk-performance
Apr 21, 2026
Merged

[#73613] Improve peformance of bulk semantic ID allocation#22773
thykel merged 1 commit intodevfrom
impl/73613-improve-bulk-performance

Conversation

@thykel
Copy link
Copy Markdown
Contributor

@thykel thykel commented Apr 14, 2026

Ticket

https://community.openproject.org/projects/communicator-stream/work_packages/73613/github

What are you trying to accomplish?

Some parts of the codebase allocate multiple semantic IDs at once: namely the WP move operation + instance identifier format conversion.

So far this has been implemented as an N+1 procedure. Let's add bulk allocation mechanism.

Screenshots

What approach did you choose and why?

Merge checklist

  • Added/updated tests
  • Added/updated documentation in Lookbook (patterns, previews, etc)
  • Tested major browsers (Chrome, Firefox, Edge, ...)

@thykel thykel changed the base branch from dev to feature/71654-semantic-converter-3 April 14, 2026 19:56
@thykel thykel marked this pull request as ready for review April 15, 2026 22:09
@thykel thykel requested a review from akabiru April 15, 2026 22:09
Copy link
Copy Markdown
Member

@akabiru akabiru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Comment thread app/models/projects/semantic_identifier.rb Outdated
@thykel thykel force-pushed the feature/71654-semantic-converter-3 branch 3 times, most recently from 188b967 to 600499f Compare April 21, 2026 19:09
Base automatically changed from feature/71654-semantic-converter-3 to dev April 21, 2026 19:32
@thykel thykel force-pushed the impl/73613-improve-bulk-performance branch from 3a54894 to 9b38c08 Compare April 21, 2026 20:26
@thykel thykel merged commit 4dbc3a2 into dev Apr 21, 2026
10 of 11 checks passed
@thykel thykel deleted the impl/73613-improve-bulk-performance branch April 21, 2026 20:26
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants