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
### Description Since Gitea 1.17.0, normal users cannot assign organization teams to organization repositories. This task can currently only be done by administrators. Instead of search results, the search box...
This PR allows multiple files in generic packages and updates the docs. fixes #20651
- Gitea version (or commit ref): 1.13.0 - Git version: git 2.29.2.windows - Operating system: Windows 10 1809 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL...
### Feature Description I noticed that about half of the size of our gitea dumps is the file `data/indexers/repos.bleve` (1.7 Gb) I'm considering adding an option to skip these indexers...
### Feature Description mvn deploy works as expected. however trying to execute "mvn deploy:deploy-file xxxx" returns an error: "authentication failed for http://xxx" since the docs state that deploy is implemented,...
### Description I set up the integration with Drone and find that Gitea doesn't send Webhook when pushing. ALLOWED_HOST_LIST has the right address, and the webhook is added, responds to...
- Update all JS dependencies minus `vue-*` - Improve eslint config, port some recent changes from [my config](https://github.com/silverwind/eslint-config-silverwind) - Tested build, lint and swagger
### Feature Description Similar to https://github.com/go-gitea/gitea/issues/6648, having the ability to use a better (faster, more efficient, ...) search index would be nice. We recently discovered https://github.com/meilisearch/meilisearch which behaves quite nice...
Manual backporting is cumbersome when commits are cherry-pickable. I think we could use [trop](https://github.com/electron/trop) or similar to automatically create backports based on labels. See for example [this PR](https://github.com/electron/electron/pull/35194#issuecomment-1203670589). Not entirely...