silverwind
silverwind
For reference, here are the currently failing tests. Failing very likely because of changed HTML structure. ``` FAIL: TestGit (132.41s) FAIL: TestGit/HTTP (58.30s) FAIL: TestGit/HTTP/AutoMerge (3.54s) FAIL: TestGit/HTTP/AutoMerge/CreateStatus (0.10s) FAIL:...
Littering templates with test attributes is not acceptable imho. I still think we can fix them without such hacks, I will check later but feel free to investigate yourself in...
This PR is coming from an org, so maintainers have no push permission to the source branch. Can this be allowed somehow? Would make things easier.
Maybe it'd be easier if you re-raise the PR from a user account so that we can push fixes onto this branch. I don't know why GitHub has this silly...
Does not reproduce for me:
I can follow. When you click a link, it starts loading, but aborts because the page unloads. When you hit the back button, you get a cached page from bfcache...
https://github.com/go-gitea/gitea/pull/31181 will fix this and other problems with that popup.
This should render the first few markup lines, similar to frontpage. Only "problem" is if the first content is a big image, this would produce a huge popup and that...
I think we definitely need to fix this to get our own repo to work in gitea actions. Workflow in question is here: https://github.com/go-gitea/gitea/blob/fb7b743bd0f305a6462896398bcba2a74c6e391e/.github/workflows/files-changed.yml
`/.keys` and `/.pgp` info is okay to expose. API has more metadata that some may consider sensitive like the key's comment. Ideally you would fetch those in a client that...