v1.13.7-dcs
richmahn
released this
08 Apr 19:12
·
15 commits
to release/dcs/v1.13
since this release
Release of Gitea v1.13.7 with DCS Customizations
DCS Features/Enhancements for v1.13.7-dcs:
- Determines a repo's language even if doesn't have a manifest.yaml file that validates by using the first part of a repo's name before the first
_
(underscore) and checks if valid with our tD language list. Uses this for both the repo's language returned in the repo API endpoint as well as the list of languages an org has in the org API endpoint. - Determines a repo's subject even if it doesn't have a manifest.yaml file that validates by using the second part of the repo's name after the first
_
(underscore) and checks if it is valid resource ID. Uses this for the repo's subject returned in the repo API endpoint.
Also see bug fixes from upstream Gitea release:
https://github.com/go-gitea/gitea/releases/tag/v1.13.7