gitea
gitea copied to clipboard
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
### Feature Description When we publish a package into the registry (eg: a docker container), we can't add a description. In docker hub, we can edit a description using Markdown...
### Description publish an npm package in the ui click on the package. a 500 error is returned. log output: 2022/08/02 12:02:12 ...s/context/context.go:219:HTML() [D] [62e8f624] Template: package/view 2022/08/02 12:02:12 ...s/context/context.go:232:HTML()...
### Description I create a service name `gitea` following the instruction in [Windows Service](https://docs.gitea.io/en-us/windows-service/). However, when I start the `gitea` service, the service is always in the 'starting' status The...
### Description After migrating to version 1.17.0, some newly created PRs as well as some PRs that were previously created in version 1.16.9 now won't open and always result in...
### Description I'm trying to use the API to programmatically update the default_merge_style to 'rebase'. The HTTP PATCH looks rather simple, I'm doing something like this from python: When enabling...
### Description Currently, we have about 100 images that don't have an alt attribute (see below how that was calculated). This is not the best idea for accessibility, i.e. in...
Previously, the search input was on a dedicated search page, being rather unwieldy. - [x] ~~depends on https://gitea.com/gitea/theme/pulls/112~~ | small | medium | large | |-|-|-| | |  |...
### Description Pull request #18863 introduced [the following code][code] ```go years := duration / (3600 * 24 * 7 * 4 * 12) months := (duration / (3600 * 24...
Add a repository setting to opt out of code indexing. When the indexer iterates over repositories, if it sees a repo with the setting disabled, it will remove that repository...
### Feature Description At the moment, Gitea does not distinguish between a signed commit's key being: - unknown, and - recognised from `/user/settings/keys`, but unverified In both cases, "No known...