Feature/add license to project API
What does this MR do?
This MR adds project license data to the projects endpoint. It includes two new entries:
- license_url: The url of the project's license file; and
-
license: An object containing data for the project's detected license namely
key
(shortname),name
,nickname
,html_url
(choosealicense.com link), andsource_url
(link to canonical license text)
What are the relevant issue numbers?
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
Tests added for this feature/bug -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the database guides
Edited by J.D. Bean