summaryrefslogtreecommitdiffstats
path: root/models/branches.go
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-39/+35
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-5/+6
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* Only allow returned deleted branche to be on repo (#17570)Gusted2021-11-081-1/+1
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+81
* DBContext is just a Context (#17100)zeripath2021-09-231-16/+16
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-42/+27
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-1/+33
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-26/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-19/+0
* Add dismiss review feature (#12674)a10121127962021-02-111-1/+3
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+1
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-24/+42
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+32
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-7/+0
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-2/+3
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-5/+5
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-3/+2
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+6
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-1/+2
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+19
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+1
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-23/+2
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-18/+23
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-1/+19
* Fix deleted branch isn't removed when push the branch again (#9516)Lunny Xiao2019-12-271-0/+6
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+3
* Fix protected branch using IssueID (#9348)John Olheiser2019-12-131-1/+1
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-22/+60
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-0/+5
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+1
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-081-1/+22
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-17/+18
* Fix panic on push at #7611 (#7615)zeripath2019-07-251-1/+1
* Move status table to cron package (#7370)Lunny Xiao2019-07-151-5/+0
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-0/+2
* Add golangci (#6418)kolaente2019-06-121-4/+4
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+5
* fix log output (#5938)Sergey Romanov2019-02-021-1/+1
* fix approvals limitation (#5521)Lunny Xiao2018-12-111-1/+2
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-21/+83
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-3/+9
* Push whitelist now doesn't apply to branch deletion (#4601) (#4607)SagePtr2018-08-081-0/+18
* Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#...SagePtr2018-07-271-1/+1