forgejo/services/f3/driver
Earl Warren cfefe2b6c9
chore(refactor): split repo_service.ForkRepository in two
ForkRepository performs two different functions:

* The fork itself, if it does not already exist
* Updates and notifications after the fork is performed

The function is split to reflect that and otherwise unmodified.

The two function are given different names to:

* clarify which integration tests provides coverage
* distinguish it from the notification method by the same name
2024-08-11 12:40:34 +02:00
..
options
tests
asset.go
assets.go
comment.go
comments.go
common.go
container.go
forge.go
issue.go
issues.go
label.go
labels.go
main.go
main_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
milestone.go
milestones.go
options.go
organization.go
organizations.go
project.go chore(refactor): split repo_service.ForkRepository in two 2024-08-11 12:40:34 +02:00
projects.go
pullrequest.go
pullrequests.go
reaction.go
reactions.go
release.go Implement external assets 2024-07-29 20:35:55 +02:00
releases.go
repositories.go
repository.go
review.go
reviewcomment.go
reviewcomments.go
reviews.go
root.go
topic.go
topics.go
tree.go
user.go
users.go