forgejo/services/f3
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
..
driver chore(refactor): split repo_service.ForkRepository in two 2024-08-11 12:40:34 +02:00
util Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00