Gusted commented on pull request gitea/go-sdk#607
AddListPullRequestFiles
`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 BlackfridayWhat 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 linkI 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
-
2e957e7ebb Fix repository tests
-
45324e169f Add todo
- Compare 2 commits »
7 months ago
Gusted pushed to main at xy/gitea
-
2373b4177a Add paginition to Person's outbox
-
5ad0387fbd Add copyright to test file
- Compare 2 commits »
7 months ago
Gusted pushed to main at xy/gitea
-
1bc8e67e9c Fix linting errors (errcheck)
-
819e495dc0 Make gofmt happy
-
b9dd4a2f5f Make revive linter happy
- Compare 3 commits »
7 months ago
Gusted commented on pull request gitea/blog#199
Blog for Gitea 1.17.0Yeah 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.0Agree 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.9Just once again my approval after the changes.
9 months ago
Gusted commented on pull request gitea/go-sdk#553
Add support for http signaturesditto
9 months ago
Gusted commented on pull request gitea/go-sdk#553
Add support for http signaturesioutil is deprecated, please use `os.ReadFile`
9 months ago