Loading Heatmap…

Gusted commented on pull request gitea/go-sdk#607

Add 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.

6 months ago

Gusted commented on pull request gitea/website#112

chore: use Goldmark to replace removed Blackfriday

What are the changes in markdown? Are they required so that Blackfriday can function?

6 months ago

Gusted commented on pull request gitea/awesome-gitea#88

Fix woodpecker docs link

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`?

6 months ago

Gusted pushed to main at xy/gitea

7 months ago

Gusted pushed to main at xy/gitea

7 months ago

Gusted pushed to main at xy/gitea

7 months ago

Gusted pushed to main at xy/gitea

7 months ago

Gusted pushed to main at xy/gitea

7 months ago

Gusted commented on pull request gitea/blog#199

Blog for Gitea 1.17.0

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.

8 months ago

Gusted commented on pull request gitea/blog#199

Blog for Gitea 1.17.0

Agree on removing.

8 months ago

Gusted commented on issue xy/gitea#3

Gitea federation task list

> 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…

9 months ago

Gusted commented on issue xy/gitea#7

Federated pull requests

> 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…

9 months ago

Gusted commented on issue xy/gitea#7

Federated pull requests

> 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…

9 months ago

Gusted approved gitea/blog#198

Gitea 1.16.9

Just once again my approval after the changes.

9 months ago

Gusted commented on pull request gitea/go-sdk#553

Add support for http signatures

ditto

9 months ago

Gusted commented on pull request gitea/go-sdk#553

Add support for http signatures

ioutil is deprecated, please use `os.ReadFile`

9 months ago