aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Refactor older tests to use testify (#33140)TheFox0x72025-01-094-27/+18
* Add missed transaction on setmerged (#33079)Lunny Xiao2025-01-083-89/+81
* add submodule diff links (#33097)Rowan Bohde2025-01-082-129/+2
* Update status check for all supported on.pull_request.types in Gitea (#33117)yp053272025-01-081-1/+1
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-076-90/+201
* Filter reviews of one pull request in memory instead of database to reduce sl...Lunny Xiao2025-01-073-31/+51
* fix empty repo updated time (#33120)Chai-Shi2025-01-071-0/+6
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-0/+2
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)wxiaoguang2025-01-021-7/+1
* Refactor env var related code (#33075)wxiaoguang2025-01-021-0/+6
* unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067)JonRB2025-01-021-0/+1
* Use project's redirect url instead of composing url (#33058)Lunny Xiao2024-12-311-2/+10
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-314-20/+28
* Refactor maven package registry (#33049)wxiaoguang2024-12-311-0/+12
* Fix issue comment number (#30556)Lunny Xiao2024-12-305-19/+89
* Merge updatecommentattachment functions (#33044)Lunny Xiao2024-12-303-49/+41
* Move SetMerged to service layer (#33045)Lunny Xiao2024-12-302-62/+3
* Refactor fixture loading for testing (#33024)wxiaoguang2024-12-307-124/+374
* Refactor pagination (#33037)wxiaoguang2024-12-301-2/+0
* Refactor tests (#33021)wxiaoguang2024-12-299-57/+69
* Fix bug on activities (#33008)Lunny Xiao2024-12-281-2/+5
* Support for email addresses containing uppercase characters when activating u...Zettat1232024-12-272-19/+35
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-262-0/+22
* Refactor "string truncate" (#32984)wxiaoguang2024-12-2611-24/+23
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-253-5/+54
* Add sub issue list support (#32940)wxiaoguang2024-12-241-1/+1
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)wxiaoguang2024-12-231-8/+13
* Refactor template & test related code (#32938)wxiaoguang2024-12-222-7/+4
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-205-511/+61
* Refactor db package and remove unnecessary `DumpTables` (#32930)wxiaoguang2024-12-2010-221/+247
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-182-50/+3
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-1811-328/+282
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-1/+1
* Improve Actions status aggregations (#32860)v1.24.0-devwxiaoguang2024-12-162-9/+31
* Fix incomplete Actions status aggregations (#32859)wxiaoguang2024-12-162-19/+88
* Fix bug on action list deleted branch (#32848)Lunny Xiao2024-12-162-0/+31
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-1531-70/+64
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-151-3/+3
* Fix missing outputs for jobs with matrix (#32823)Zettat1232024-12-145-2/+144
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong2024-12-131-2/+5
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-122-2/+17
* 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-114-30/+34
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-118-41/+195
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-054-0/+48
* Add Arch package registry (#32692)KN4CK3R2024-12-044-0/+52
* Remove outdated code about fixture generation (#32708)Lunny Xiao2024-12-042-87/+0
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-203/+54
* Refactor render system (orgmode) (#32671)wxiaoguang2024-11-291-0/+39