aboutsummaryrefslogtreecommitdiffstats
path: root/models/db
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-251-0/+10
* Partially enable MSSQL case-sensitive collation support (#29238)wxiaoguang2024-03-081-2/+1
* Add slow SQL query warning (#27545)Earl Warren2024-02-231-0/+31
* Fix joins in `db.Find(AndCount)` (#28978)KN4CK3R2024-01-301-11/+21
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-33/+31
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-103-5/+203
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-3/+0
* Refactor deletion (#28610)delvh2023-12-252-25/+27
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-073-11/+59
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-21/+77
* 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