summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-202-66/+76
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-202-1/+14
* Add comment marking the end of database migrations in `1.19.0` (#22975)Yarden Shoham2023-02-201-0/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-205-7/+7
* Migration v244.go should be v243.go (#22988)zeripath2023-02-191-0/+0
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-192-8/+4
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-193-137/+71
* Scoped labels (#22585)Brecht Van Lommel2023-02-1811-53/+243
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-1812-25/+25
* Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897)zeripath2023-02-163-1/+29
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-162-1/+69
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-152-0/+10
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1511-77/+78
* Add command to bulk set must-change-password (#22823)zeripath2023-02-141-0/+49
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+1
* Move delete user to service (#22478)Lunny Xiao2023-02-132-189/+26
* Fix .golangci.yml (#22868)zeripath2023-02-111-2/+5
* Fix migration issue. (#22867)Nathaniel Sabanski2023-02-111-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-116-5/+85
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-7/+7
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-22/+14
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-0610-22/+104
* Add Chef package registry (#22554)KN4CK3R2023-02-062-0/+9
* Set PR for issue when load attributes for PRs (#22766)Jason Song2023-02-051-0/+1
* Fix time to NotifyPullRequestSynchronized (#22650)Jason Song2023-02-051-1/+12
* Add Cargo package registry (#21888)KN4CK3R2023-02-053-0/+15
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-042-0/+8
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-4/+4
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-041-20/+38
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-4/+63
* update to build with go1.20 (#22732)techknowlogick2023-02-031-5/+2
* Do not overwrite empty DefaultBranch (#22708)Jason Song2023-02-022-5/+26
* Improve error report when user passes a private key (#22726)zeripath2023-02-022-0/+6
* Add some comments for recent code (#22725)wxiaoguang2023-02-021-0/+29
* Small refactor for loading PRs (#22652)Lunny Xiao2023-02-011-2/+3
* Add Conda package registry (#22262)KN4CK3R2023-02-013-0/+72
* Fix ref to trigger Actions (#22679)Jason Song2023-01-311-0/+20
* Implement actions (#21937)Jason Song2023-01-3132-64/+2932
* Don't return duplicated users who can create org repo (#22560)Gusted2023-01-306-9/+28
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-0/+6
* Support system hook API (#14537)Lunny Xiao2023-01-282-76/+81
* Project links should use parent link methods (#22587)John Olheiser2023-01-231-2/+2
* Fix bug on user setting (#22539)Lunny Xiao2023-01-211-4/+10
* Support org/user level projects (#22235)Lunny Xiao2023-01-209-109/+233
* Support importing comment types (#22510)Sybren2023-01-182-0/+16
* Reliable selection of admin user (#22509)Sybren2023-01-181-1/+4
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-182-4/+13
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-175-0/+360