1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-27 08:00:48 -04:00
gitea/models/migrations
Lunny Xiao 04ca7f0047 Refuse merge until all required status checks success (#7481)
* refuse merge until ci successfully

* deny merge request when required status checkes not succeed on merge Post and API

* add database migration for added columns on protected_branch

* fix migration

* fix protected branch check bug

* fix protected branch settings

* remove duplicated code on check pull request's required commit statuses pass

* remove unused codes

* fix migration

* add newline for template file

* fix go mod

* rename function name and some other fixes

* fix template

* fix bug pull view

* remove go1.12 wrong dependencies

* add administrator bypass when protected branch status check enabled

* fix bug

* improve the codes
2019-09-18 08:39:45 +03:00
..
migrations.go Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
v13.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v14.go
v15.go
v16.go
v17.go
v18.go
v19.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v20.go
v21.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v22.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v23.go
v24.go
v25.go
v26.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v27.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v28.go
v29.go
v30.go
v31.go
v32.go
v33.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v34.go
v35.go
v36.go
v37.go
v38.go
v39.go
v40.go
v41.go
v45.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v46.go
v47.go
v48.go
v49.go
v50.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v51.go
v52.go
v53.go
v54.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v55.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v56.go
v57.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v58.go
v59.go
v60.go
v61.go
v62.go
v63.go
v64.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v65.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v66.go
v67.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v68.go
v69.go
v70.go
v71.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v72.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v73.go
v74.go
v75.go
v76.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v77.go
v78.go Fix dropTableColumns sqlite implementation (#7710) 2019-08-05 22:49:49 +01:00
v79.go
v80.go
v81.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v82.go
v83.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v84.go
v85.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v86.go
v87.go
v88.go
v89.go
v90.go change length of some repository's columns (#7652) 2019-07-29 11:29:42 +08:00
v91.go Add SQL execution on log and indexes on table repository and comment (#7740) 2019-08-05 17:29:40 +03:00
v92.go Add migration step to remove old repo_indexer_status orphaned records (#7746) 2019-08-06 11:57:55 +03:00
v93.go Add Ability for User to Customize Email Notification Frequency (#7813) 2019-08-29 17:05:42 +03:00
v94.go Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00