Gusted approved gitea/awesome-gitea#91 2022-10-30 13:59:59 +00:00
Add edge theme
Gusted approved gitea/go-sdk#607 2022-10-14 06:34:19 +00:00
Add ListPullRequestFiles
Gusted commented on pull request gitea/go-sdk#607 2022-10-13 22:23:50 +00:00
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.

Gusted commented on pull request gitea/website#112 2022-10-03 18:00:44 +00:00
chore: use Goldmark to replace removed Blackfriday

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

Gusted approved gitea/awesome-gitea#88 2022-10-02 18:49:30 +00:00
Fix woodpecker docs link
Gusted commented on pull request gitea/awesome-gitea#88 2022-10-02 08:23:20 +00:00
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?

Gusted pushed to main at xy/gitea 2022-08-22 17:58:31 +00:00
2e957e7ebb Fix repository tests
45324e169f Add todo
Compare 2 commits »
Gusted pushed to main at xy/gitea 2022-08-22 17:37:16 +00:00
2373b4177a Add paginition to Person's outbox
5ad0387fbd Add copyright to test file
Compare 2 commits »
Gusted pushed to main at xy/gitea 2022-08-22 17:02:11 +00:00
f1e61af242 Fix another linting error
Gusted pushed to main at xy/gitea 2022-08-22 17:00:18 +00:00
1bc8e67e9c Fix linting errors (errcheck)
819e495dc0 Make gofmt happy
b9dd4a2f5f Make revive linter happy
Compare 3 commits »
Gusted pushed to main at xy/gitea 2022-08-22 16:29:32 +00:00
18809f811d Make the frontend linter happy
Gusted approved gitea/test-env#14 2022-08-10 13:52:30 +00:00
Bump golangci-lint
Gusted commented on pull request gitea/blog#199 2022-07-31 01:01:01 +00:00
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.

Gusted commented on pull request gitea/blog#199 2022-07-30 21:55:07 +00:00
Blog for Gitea 1.17.0

Agree on removing.

Gusted commented on issue xy/gitea#3 2022-07-14 04:09:31 +00:00
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…

Gusted commented on issue xy/gitea#7 2022-07-13 04:45:59 +00:00
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…

Gusted commented on issue xy/gitea#7 2022-07-13 03:07:50 +00:00
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…

Gusted approved gitea/blog#198 2022-07-12 21:13:09 +00:00
Gitea 1.16.9

Just once again my approval after the changes.

Gusted commented on pull request gitea/go-sdk#553 2022-06-21 17:20:18 +00:00
Add support for http signatures

Move it to before the if condition, otherwise deadlock can occur.

Gusted commented on pull request gitea/go-sdk#553 2022-06-21 17:20:18 +00:00
Add support for http signatures

Ditto