index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
repo_test.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
1
-5
/
+5
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Move tests as seperate sub packages to reduce duplicated file names (#19951)
Lunny Xiao
2022-06-15
1
-69
/
+0
*
Custom regexp external issues (#17624)
Sandro Santilli
2022-06-10
1
-0
/
+3
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-119
/
+0
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-3
/
+3
*
Allow users to self-request a PR review (#19030)
Norwin
2022-03-08
1
-3
/
+26
*
Fix potential assignee query for repo (#18994)
Otto Richter (fnetX)
2022-03-04
1
-0
/
+18
*
Fix CheckRepoStats and reuse it during migration (#18264)
Aravinth Manivannan
2022-01-17
1
-0
/
+5
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-76
/
+14
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-59
/
+30
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-5
/
+6
*
Move attachment into models/repo/ (#17650)
Lunny Xiao
2021-11-19
1
-0
/
+28
*
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
1
-1
/
+1
*
Move user/org deletion to services (#17673)
KN4CK3R
2021-11-18
1
-1
/
+1
*
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-16
1
-8
/
+8
*
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-12
1
-13
/
+14
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-1
/
+2
*
DBContext is just a Context (#17100)
zeripath
2021-09-23
1
-1
/
+1
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-22
/
+23
*
Fixed assert statements. (#16089)
KN4CK3R
2021-06-07
1
-6
/
+6
*
Code Formats, Nits & Unused Func/Var deletions (#15286)
6543
2021-04-09
1
-1
/
+1
*
chore(models): rewrite code format. (#14754)
Bo-Yi Wu
2021-03-14
1
-3
/
+0
*
Add team support for review request (#12039)
赵智超
2020-10-12
1
-0
/
+31
*
Decrease the num_stars when deleting a repo (#11954)
赵智超
2020-07-07
1
-0
/
+6
*
Move create/fork repository from models to modules/repository (#9489)
Lunny Xiao
2020-01-12
1
-13
/
+0
*
Add owner_name column for table repository for maintaince reason (#9717)
Lunny Xiao
2020-01-12
1
-0
/
+1
*
Fix team links in HTML rendering (#9127)
guillep2k
2019-11-24
1
-2
/
+13
*
Move transfer repository and rename repository on a service package and start...
Lunny Xiao
2019-11-15
1
-24
/
+0
*
Use gitea forked macaron (#7933)
Tamal Saha
2019-08-23
1
-1
/
+1
*
Added missing error checks in tests (#7554)
Christian Muehlhaeuser
2019-07-23
1
-0
/
+1
*
Add error for fork already existing (#7185)
John Olheiser
2019-06-12
1
-1
/
+1
*
Repository avatars (#6986)
Sergey Dryabzhinsky
2019-05-30
1
-0
/
+53
*
Remove local clones & make hooks run on merge/edit/upload (#6672)
zeripath
2019-05-11
1
-21
/
+0
*
Improve issue autolinks (#6273)
mrsdizzie
2019-04-12
1
-1
/
+4
*
Fix repo-transfer-and-team-repo-count bug (#3241)
Ethan Koenig
2017-12-20
1
-0
/
+23
*
Restructure markup & markdown to prepare for multiple markup language… (#2411)
Lunny Xiao
2017-09-16
1
-6
/
+6
*
Webhooks for repo creation/deletion (#1663)
Ethan Koenig
2017-09-03
1
-6
/
+5
*
Include formatting check to the `make test` (and thus also `check`) rule (#1366)
Sandro Santilli
2017-06-06
1
-1
/
+1
*
Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
Phil Hopper
2017-06-06
1
-0
/
+22
*
feat: expose url field on issue api. (#982)
Bo-Yi Wu
2017-03-03
1
-0
/
+7
*
refactor: move SearchRepositoryByName testing. (#1083)
Bo-Yi Wu
2017-02-28
1
-52
/
+0
*
fix: Wrong repo list on Explore page if user already loggin. (#1009)
Bo-Yi Wu
2017-02-22
1
-0
/
+52
*
test: Add testing for GetUserFork function (#944)
Bo-Yi Wu
2017-02-15
1
-0
/
+33
*
Fix public activity showing private repos (#892)
Morgan Bazalgette
2017-02-11
1
-0
/
+19
*
Use assert in legacy unit tests (#867)
Ethan Koenig
2017-02-08
1
-59
/
+30
*
fix: wrong pages number which includes private repository count. (#844)
Bo-Yi Wu
2017-02-06
1
-2
/
+36
*
Add units concept for modulable functions of a repository (#742)
Lunny Xiao
2017-02-04
1
-8
/
+16
*
fixed test build error
Lunny Xiao
2016-11-25
1
-6
/
+6
[next]