]> source.dussan.org Git - gitea.git/commit
Fix commit status index problem (#17061)
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 23 Sep 2021 10:50:06 +0000 (18:50 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 10:50:06 +0000 (18:50 +0800)
commitd9c69596fff1a1482cbc15ac220f9d5e1829a5ea
tree1e39fa59ad38cdd9a0a9c3a1f3e4bc331bed405e
parentd9e237e3f268d786af028ba8e7cc24f70a6d6a36
Fix commit status index problem (#17061)

* Fix commit status index problem

* remove unused functions

* Add fixture and test for migration

* Fix lint

* Fix fixture

* Fix lint

* Fix test

* Fix bug

* Fix bug
models/commit_status.go
models/db/index.go
models/fixtures/commit_status_index.yml [new file with mode: 0644]
models/migrations/migrations.go
models/migrations/v195.go [new file with mode: 0644]
models/migrations/v195_test.go [new file with mode: 0644]
models/pull.go