librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 206 forks source link

Add Repository Status Logic to Create Function #3340

Closed mikeyoung85 closed 3 months ago

mikeyoung85 commented 3 months ago

Project updates call the create function instead of update so Repository statuses were not being set correctly on Project updates and a full update would only run if any Repository details changed. This PR adds the Repository status method call into the create function so statuses would be set correctly on a Project update.