Prevent multiple merge operations from running simultaneously, whether they are for the same branch or different branches. Only a single merge operation can run at a given time. Before executing any updates, the merge operation will check if the branch being merged is open to prevent merging a branch multiple times. (#6794)
Fixed read-only repository operational status after successful sync (#8166)
Fixed artifact detail page not being accessible when the artifact failed to generate (#8394)
Fixed long branch names overflowing in the branch selector and ensured the branch creation button maintains its size when disabled (#8629)