zeripath
zeripath
TestCase to add to modules/markup/markdown/markdown_test.go ```go func TestRender_RelativeLinks(t *testing.T) { setting.AppURL = "https://localhost:3000/gitea/" setting.AppSubURL = "/gitea" testcases := []struct { name string input string expectedFile string expectedFileInDir string expectedWiki string...
What does github do?
Go to the base repository, then go to settings, then click on Enable Repository Pull Requests.
I wonder if you were affected by #16961?
OK I think this is now ready for review. I do think this kind of upsert style is a far better way of doing this than the current hacky and...
> If I understand correctly, the test cases haven't cover the behavior of comment: It feels a bit like you're being deliberately obstructive and I don't quite understand why you're...
We don't use or get the ID when the INSERT fails because there is a conflict because `OnConflictDoNothing`. > I have tested SQLite3 and MySQL. I do not think your...
Ah yes that mutex can be removed too. Apologies for the confusion earlier - it just felt we were going round and round in circles for no good reason and...
I've push up a 1.18.0 version
have you reported this: " No, since currently adding dependencies whyever does not work there. (Current gitea version on try.gitea.io: 1.14.0+dev-598-g4acb499f3)."