ListPullRequestFiles
omitempty
is unnecessary to specify here, it's only used for marshalling JSON, not for unmarshalling(current use-case). Please remove it, as well for the other fields that have this tag.
What are the changes in markdown? Are they required so that Blackfriday can function?
I don't think we should link to documentation of a unreleased Woodpecker version. Maybe link it to https://woodpecker-ci.org/docs/administration/vcs/gitea
?
Yeah for now, but next release this will be removed and thus really breaking. They will also now receive a warning in console. Best to let them know ASAP to adjust their configuration.
Server-to-server federation integration testing (do we need to spin up two instances for these tests?)
Hosting two servers will need a redesign of the integrations tests(and a lot of Gitea's…
Good thinking. We can make it so that instead, when the original instance receives the Create activity, it's only used to list the fork as one of the forks of the repo (and maybe a special…
and sends a Create activity back to alice.com informing it that Alice's repo has been forked. alice.com creates a mirror of Bobert's forked repo. (Alternatively, Bobert's repo can be a…