Backend: Remove `readme_html` field from CI Catalog ResourceType
The following discussion from !139983 (merged) should be addressed:
-
@lma-git started a discussion: Currently the FE is using the
readmeHtmlfield from ResourceType, which returns the README content from the project's default branch/HEAD commit. This won't be useful after the FE updates their queries to get the versioned README fromVersionType.readmeHtml. After FE completes #436401 (closed), we can remove this field from ResourceType.
Proposal
Remove readme_html field from Types::Ci::Catalog::ResourceType.
Implementation Table
Edited by Leaminn Ma