summaryrefslogtreecommitdiffstats
path: root/models/repo_unit.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-229/+0
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-15/+16
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-271-0/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+6
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-6/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-241-5/+5
* Add basic edit ldap auth test & actually fix #16252 (#16465)zeripath2021-07-201-5/+5
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-8/+9
* Handle misencoding of login_source cfg in mssql (#16268)zeripath2021-06-271-10/+5
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+10
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-1/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+11
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+2
* Don't show a dropdown menu when only 1 merge option is available (#13660) (#1...Jimmy Praet2020-11-221-0/+18
* Kanban board (#8346)Lanre Adelowo2020-08-161-1/+1
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-2/+2
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-1/+12
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-5/+5
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+2
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-4/+1
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-4/+30
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-8/+3
* Remove repo unit index (#2621)Morlinest2017-10-021-3/+2
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-6/+3
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-6/+24
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-7/+2
* Add units to team (#947)Lunny Xiao2017-05-181-0/+8
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-0/+137