Results 132 comments of techknowlogick

Thanks for this report, and all of the details you did, it is very appreciated. That's an interesting fail condition, as i haven't been in the translation part of the...

@lunny you can use the `--background` flag to run cockroachdb to run in the background

@lunny it looks like a lot of failures from the tests come from the colType being `STRING(255)`, per postgresql docs that is not an available column type. The following table...

~The related issue on cockroach's tracker was marked as completed, just haven't tested things yet.~ Just tested, some changes will still need to be made to xorm

A casual mention for everyone following this thread: @ldez has a GitHub sponsors

@stanislas-m if you move `src/github.com/go-gitea/gitea` to `src/code.gitea.io/gitea` you should be able to avoid the bad import. I'm running `go version go1.11.5 darwin/amd64` and am able to get this to trigger...

@bauermarkus yup, it's in 1.18, however it's just the absolute base code needed to present badges stored in the DB to show on user's profiles. I have a followup [PR](https://github.com/go-gitea/gitea/pull/23106)...

@lunny please resolve conflicts

Thanks for your investigation and detailed report @heapifyman. I suspect the fix for this would be to either fetch the branch name from the Gitlab api or from the initial...