aboutsummaryrefslogtreecommitdiff
path: root/services/issue
AgeCommit message (Expand)Author
2023-01-30Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-24Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel
2023-01-22Properly address outgoing activitiesAnthony Wang
2023-01-18Fix issue not auto-closing when it includes a reference to a branch (#22514)Brecht Van Lommel
2023-01-13RefactoringGusted
2023-01-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-08Always reuse transaction (#22362)Jason Song
2022-12-31Use GetIRI() instead of OriginalURL for fetching repo IRIAnthony Wang
2022-12-31Set Actor on Create activitiesAnthony Wang
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-06Fix issue/PR numbers (#22037)Jason Song
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement commenting on issues from MastodonAnthony Wang
2022-11-27Federated issue creationAnthony Wang
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-22Prepend refs/heads/ to issue template refs (#20461)zeripath
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-22Update milestone counters when issue is deleted (#21459)Ashley Nelson
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-10-12Add generic set type (#21408)KN4CK3R
2022-09-09Allow poster to choose reviewers (#21084)Jason Song
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-06-30Check if project has the same repository id with issue when assign project to...Lunny Xiao
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-19fix delete pull head ref for DeleteIssue (#20032)a1012112796
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2022-05-03Use for a repo action one database transaction (#19576)6543
2022-04-28more context for models (#19511)6543
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-08Move milestone to models/issues/ (#19278)Lunny Xiao
2022-03-29Move some issue methods as functions (#19255)Lunny Xiao
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao
2022-03-08Allow users to self-request a PR review (#19030)Norwin
2022-03-01[API] Allow removing issues (#18879)Otto Richter (fnetX)
2022-01-20format with gofumpt (#18184)6543
2022-01-19Restore propagation of ErrDependenciesLeft (#18325)zeripath
2021-12-20Simplify parameter types (#18006)Gusted
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-28Move accessmode into models/perm (#17828)Lunny Xiao
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-21Fix close issue but time watcher still running (#17643)Lunny Xiao
2021-11-17A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang