parnic
parnic
### Description Starting with v1.17.0, one of our large repos (70+ GB, using LFS) is failing trying to clone on some connections. When the clone fails, the client reports some...
This enables git.Command's Run to optionally use the given context directly so its deadline will be respected. Otherwise, it falls back to the previous behavior of using the supplied timeout...
This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR. Fixes #9408
### Feature Description We upgraded from 1.16.9 to 1.17.0 this weekend, and the changes from #20114 caused our Gitea-signed commits to start showing as unsigned; we didn't see any release...
### Description Using the "auto-merge when checks succeed" option does not delete the branch once the merge goes through. I would expect that if the repo has configured "delete branch...
### Description When clicking around on the PRs from a user's Pull Requests page (the button in the main site header, e.g.: https://try.gitea.io/pulls), "All" is selected by default and shows...
This may be a duplicate of #546, happy to add these comments there if so. `OrderBy(columnName)` fails to escape the column name properly in a PostgreSQL database. Table of sports...
This adds support for custom delimiters in multitemplate. It only works currently for AddFromStrings and AddFromFiles, primarily because it's easy for anyone to simply use .Delims() themselves on the returned...
Apologies if this is answered somewhere, I tried searching and couldn't find anything. If I wanted to generate a nested select statement/select subquery similar to the following: ```sql SELECT *...
@mikemucc @bshep @tomblevins Figured I'd go ahead and make an issue for decoding this thing so nobody's duplicating work. As a reminder, most of this is coming from decompiling the...