aboutsummaryrefslogtreecommitdiffstats
path: root/models/db
Commit message (Expand)AuthorAgeFilesLines
* refactor: make db iterate context aware (#27710)65432023-10-211-14/+19
* make writing main test easier (#27270)Lunny Xiao2023-09-282-8/+2
* Improve DeleteByID (#26904)Lunny Xiao2023-09-051-1/+1
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-141-0/+16
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-132-3/+3
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+17
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-52/+52
* Split lfs size from repository size (#22900)a10121127962023-06-281-0/+4
* Fix wrong warn messages in migration steps (#25475)Lunny Xiao2023-06-241-1/+4
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+29
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-051-1/+22
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-25/+0
* Rewrite logger system (#24726)wxiaoguang2023-05-211-29/+23
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-1/+1
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-192-7/+15
* fix calReleaseNumCommitsBehind (#24148)oliverpool2023-04-182-3/+3
* Support converting varchar to nvarchar for mssql database (#24105)Lunny Xiao2023-04-171-0/+27
* 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