Open boazpoolman opened 2 months ago
Latest commit: 2b1f4113a58b1d4efcf1cc5bfcb10a2cfd41cfac
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 30.21%. Comparing base (
16af956
) to head (2b1f411
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does it do?
Handle bulk generation using database transactions.
Why is it needed?
Because bulk generating the URL aliases could potentially be a very large task. Using database transactions we can assure the database is not in a "half" broken state mid bulk generation.
How to test it?
Test the different features of the bulk generation feature.
Related issue(s)/PR(s)
13
Todo