aboutsummaryrefslogtreecommitdiffstats
path: root/models/db
Commit message (Expand)AuthorAgeFilesLines
* Refactor context flash msg and global variables (#33375)wxiaoguang11 days1-3/+1
* Support performance trace (#32973)wxiaoguang2025-01-212-6/+19
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-6/+3
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-311-13/+6
* Refactor db package and remove unnecessary `DumpTables` (#32930)wxiaoguang2024-12-209-219/+242
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-2/+0
* chore: use errors.New to replace fmt.Errorf with no parameters (#32800)RiceChuan2024-12-121-3/+3
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-5/+7
* Fix: passkey login not working anymore (#32623)hiifong2024-11-261-0/+3
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-181-1/+2
* Fix db engine (#32351)wxiaoguang2024-10-275-53/+114
* bump to go 1.23 (#31855)techknowlogick2024-09-101-2/+2
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-6/+0
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-0/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-141-2/+2
* Replace MSSQL driver with a better maintained version (#30390)Lunny Xiao2024-04-111-3/+3
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-081-6/+6
* 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