librariesio / libraries.io

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

Api::Projects#dependencies_bulk: return "dependencies: nil" when deps haven't been fetched yet #3256

Closed tiegz closed 10 months ago

tiegz commented 10 months ago

when a release's dependencies haven't been fetched yet, return dependencies: nil instead of dependencies: [], as a signal that the client can try again later.

(followup to https://github.com/librariesio/libraries.io/pull/3255 )