gitea/routers/private
zeripath 3563650bdb Run hooks on merge/edit and cope with protected branches ()
* Fix  by checking PullRequest ID on pushing

* Ensure we have the owner name, the pr attributes and the the issue

* Fix TestSearchRepo by waiting till indexing is done

* Update integrations/repo_search_test.go

* changes as per @mrsdizzie

* missing comma

* Spelling mistake

* Fix full pushing environment
..
hook.go Run hooks on merge/edit and cope with protected branches ()
internal.go Move serv hook functionality & drop GitLogger ()
key.go Move serv hook functionality & drop GitLogger ()
push_update.go Move PushUpdate dependency from models to repofiles ()
serv.go Add golangci ()