Skip to content

add UserActions for bulk UserUpdateNodesAttrs#190

Open
TeunHuijben wants to merge 2 commits intomainfrom
user-update-nodes-attrs-bulk
Open

add UserActions for bulk UserUpdateNodesAttrs#190
TeunHuijben wants to merge 2 commits intomainfrom
user-update-nodes-attrs-bulk

Conversation

@TeunHuijben
Copy link
Copy Markdown
Collaborator

The group actions make heavy use of the UserUpdateNodeAttr actions. They loop over all nodes and apply the update user actions one-by-one, including the expensive tracks.refresh.

This PR makes a "bulk" version of this UserAction, to make that process faster.

(I needed this for the v2-branch, but as the functions are near-idential to main, might just as well change it on main, and pull into v2 😅)

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.12%. Comparing base (1738545) to head (1d5ee61).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
+ Coverage   91.07%   91.12%   +0.05%     
==========================================
  Files          59       60       +1     
  Lines        2923     2942      +19     
==========================================
+ Hits         2662     2681      +19     
  Misses        261      261              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TeunHuijben TeunHuijben marked this pull request as ready for review April 3, 2026 04:29
@TeunHuijben TeunHuijben requested a review from cmalinmayor April 3, 2026 04:29
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.

1 participant