This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-04-08 21:58:24 +02:00
Code
Issues
Activity
gitea
/
services
/
issue
History
John Olheiser
fd7ebaaa9c
Fix issue not auto-closing when it includes a reference to a branch (
#22514
) (
#22521
)
...
Backport
#22514
Co-authored-by: Brecht Van Lommel <brecht@blender.org>
2023-01-19 11:17:44 -06:00
..
assignee_test.go
…
assignee.go
Allow poster to choose reviewers (
#21084
)
2022-09-09 18:27:47 +01:00
commit_test.go
Move some files into models' sub packages (
#20262
)
2022-08-25 10:31:57 +08:00
commit.go
Fix issue not auto-closing when it includes a reference to a branch (
#22514
) (
#22521
)
2023-01-19 11:17:44 -06:00
content.go
…
issue_test.go
…
issue.go
Prepend refs/heads/ to issue template refs (
#20461
) (
#22427
)
2023-01-13 16:33:35 -06:00
label_test.go
Refactor AssertExistsAndLoadBean to use generics (
#20797
)
2022-08-16 10:22:25 +08:00
label.go
…
main_test.go
…
milestone_test.go
Refactor AssertExistsAndLoadBean to use generics (
#20797
)
2022-08-16 10:22:25 +08:00
milestone.go
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (
#21551
)
2022-10-24 20:29:17 +01:00
status.go
…