aboutsummaryrefslogtreecommitdiffstats
path: root/models/db
Commit message (Expand)AuthorAgeFilesLines
* Test renderReadmeFile (#23185)Nick2023-03-092-3/+3
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-074-6/+6
* Fix db.Find bug (#23115)Lunny Xiao2023-02-242-2/+50
* Remove all package data after tests (#22984)KN4CK3R2023-02-232-1/+13
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-201-1/+1
* Move delete user to service (#22478)Lunny Xiao2023-02-131-0/+26
* Fix .golangci.yml (#22868)zeripath2023-02-111-2/+5
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-0/+6
* update to build with go1.20 (#22732)techknowlogick2023-02-031-5/+2
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-1/+49
* Fix halfCommitter and WithTx (#22366)Jason Song2023-01-092-5/+124
* Always reuse transaction (#22362)Jason Song2023-01-083-34/+96
* Support estimated count with multiple schemas (#22276)Jason Song2022-12-301-1/+4
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-0/+33
* Test views of LFS files (#22196)Nick2022-12-231-1/+1
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-121-1/+1
* Update xorm (#22094)KN4CK3R2022-12-101-1/+1
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-0/+20
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-011-5/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2723-46/+23
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-193-9/+15
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-124-11/+87
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-18/+57
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-183-6/+38
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-162-62/+191
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-3/+1
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-0/+34
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-281-0/+23
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Allow manager logging to set SQL (#20064)zeripath2022-06-242-9/+25
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-26/+19
* Add more linters to improve code readability (#19989)Wim2022-06-204-4/+4
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-153-1/+78
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-133-12/+43
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+0
* Fix order by parameter (#19849)Lunny Xiao2022-06-041-3/+2
* Estimate Action Count in Statistics (#19775)zeripath2022-05-211-0/+22
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+3
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-0/+15
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+9
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-171-0/+11
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-1/+7
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+16
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+13
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-012-38/+95