gitea/routers/repo
6543 10e2f29144
Cache PullRequest Divergence (#10914)
* Cache PullRequest Divergence

* only re-calc divergence if AddTestPullRequestTask() is exec

* migrate already open pulls

* finalize

* take care of closed&not-merged+deleted-branch pull requests

* fix nil pointer exeption

Signed-off-by: 6543 <6543@obermui.de>

* try this

* no error its a warn

* init gitea-repositories-meta

* dont use gitDivergence type

* CI.restart()

* CI.restart()

* CI.restart()

* CI.restart()

* check IsUserAllowedToUpdate independend from CommitsBehind
2020-04-14 09:53:34 -04:00
..
activity.go
attachment.go
blame.go
branch.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
commit.go
compare.go Add titles and improve messages on sidebar menus (#10872) 2020-04-04 02:39:48 -03:00
download.go
editor.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
editor_test.go
http.go add remote ip to the invalid credentials error message (#9918) 2020-01-21 17:51:39 -05:00
issue.go remove package code.gitea.io/gitea/modules/git import out of models (#11025) 2020-04-10 14:26:37 +03:00
issue_dependency.go
issue_label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
milestone.go
pull.go Cache PullRequest Divergence (#10914) 2020-04-14 09:53:34 -04:00
pull_review.go Upgrade golangci-lint to 1.24.0 (#10894) 2020-03-30 21:52:45 +03:00
release.go
release_test.go
repo.go
search.go
setting.go
setting_protected_branch.go
settings_test.go
topic.go
view.go
webhook.go Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00
wiki.go
wiki_test.go