Custom Dashboard
Create a shared dashboard showing open issues and pull requests assigned to the person viewing it.
Store Git LFS Files on AWS S3
Git LFS files can be large, and may occupy lots of disk space. In the same time, they are accessed less frequently compared to other files. So it is a good idea to store them on AWS S3 for cost effective reason. This tutorial demonstrates how to do it.
Python Support
OneDev indexes Python symbols and displays CI reports alongside source code. This tutorial uses the public Poetry repository to demonstrate symbol search, job templates, unit tests, coverage, and Ruff annotations.
Golang Support
OneDev provides Go symbol search, a searchable code outline, suggested CI jobs, and unit-test, coverage, and lint reports. Reports can annotate the corresponding source code and pull request changes.