summaryrefslogtreecommitdiffstats
path: root/models/db (follow)
Commit message (Expand)AuthorAgeFilesLines
* style: reenable switch checkTheFox0x72024-08-181-1/+2
* Adjust codespell config + make it fix few typos which sneaked in since additi...Yaroslav Halchenko2024-08-081-1/+1
* Add testifylint to lint checks (#4535)TheFox0x72024-07-305-65/+68
* Enable multiStatements for MySQLGusted2024-07-161-1/+3
* [Refactor] Unify repo search order by logic (#30876)65432024-06-161-6/+0
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-121-0/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-1/+0
* Merge pull request '[gitea] week 2024-17 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-04-221-2/+2
|\
| * Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-211-2/+2
* | s/Gitea/Forgejo in various log messages and comments0ko2024-04-211-1/+1
|/
* [CHORE] Remove Microsoft SQL Server SupportGusted2024-04-055-96/+4
* [FEAT] Mark database errors in tests as failureGusted2024-04-021-1/+7
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-301-0/+10
* Partially enable MSSQL case-sensitive collation support (#29238)wxiaoguang2024-03-111-2/+1
* feat(xorm): add max idle time setting for db connections (#2418)Michael Kriese2024-02-211-0/+1
* [FEAT] Don't log context cancelled SQL errorsGusted2024-02-121-1/+2
* [TESTS] add log.Level to test.NewLogCheckerEarl Warren2024-02-051-2/+2
* [GITEA] Add slow SQL query warning (squash) Fix setting typoGusted2024-02-051-2/+2
* [GITEA] Log SQL queries when the database return errorGusted2024-02-052-0/+48
* [GITEA] Add slow SQL query warningGusted2024-02-052-0/+66
* [SEMVER] store SemVer in ForgejoSemVer after a database upgradeEarl Warren2024-02-052-0/+2
* 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-291-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-221-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