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
### Gitea Version 1.15.6 ### Git Version 2.25.1 ### Operating System Linux 5.11.0-1020-aws #21~20.04.2-Ubuntu ### How are you running Gitea? Gitea is running from the compiled linux-amd64 binary released via...
This adds an api endpoint `/files` to PRs that allows to get a list of changed files. built upon #18228, reviews there are included closes https://github.com/go-gitea/gitea/issues/654
This pull request is a mirror of a corresponding pull request on gitea.com, please [go there to discuss and comment](https://gitea.com/earl-warren/gitea/pulls/2). --- Continuation of [this previous pull request](https://github.com/go-gitea/gitea/pull/20122)
depends on #18868 and #18869 This PR converts columns from NULL to NOT NULL DEFAULT. This should concern only the tests because the fixtures insert NULL values. The usual xorm.Inserts...
fixed #20863
### Feature Description Hi In issues page we can retrieve issue by all, attribution, mention , ... but we haven't any option to get issues related to starred projects. Could...
### Description When server is private than when opening user profile it's public activity is shown only for admin users, for other users it's hidden ### Gitea Version 1.17.2 ###...
Go creates temporary files as 600 (https://github.com/golang/go/blob/334a591a3f4d868368913328b3e81ddf5b0f46fa/src/os/tempfile.go#L44), but sometimes we want the group to be able to read them (for example, for another user to back up the storage.)
WIP for #20098, implemented to match what's described [here](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#get-v1search) in the NPM registry API. Currently have only implemented the bare minimum to work with the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html). I've never...