Repository transfer has to be confirmed, if user can not create repo for new owner (#14792)
* make repo as "pending transfer" if on transfer start doer has no right to create repo in new destination * if new pending transfer ocured, create UI & Mail notifications
This commit is contained in:
parent
e0900310c4
commit
a4148c0f12
32 changed files with 898 additions and 167 deletions
7
models/fixtures/repo_transfer.yml
Normal file
7
models/fixtures/repo_transfer.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-
|
||||
id: 1
|
||||
doer_id: 3
|
||||
recipient_id: 1
|
||||
repo_id: 3
|
||||
created_unix: 1553610671
|
||||
updated_unix: 1553610671
|
||||
Loading…
Add table
Add a link
Reference in a new issue