Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ee3c8810ac
fixed the transaction issue in UpsertBlockProperties
adb6d8e30e
updated DeleteUserGroup() to be more transaction safe
3e43afc34c
updated the api handler to not install the global store transaction middle but migrated all routers to use per-route middleware - txRead/txWrite helpers
66cfe30804
enhanced the TxRoute middleware with the output mode
c8c6058117
introduced the TxRoute middleware, not wired yet