You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #123 the behaviour of feed polling became less brittle. It introduced ErrNoPackagesPolled & PackagePollError{} which were applied to the npm & pypi feeds, along with relevant tests. The behaviour was applied to all feeds where plausible but the specific error types were only deemed essential for the previously mentioned feeds as they support packages option.
Both nuget & packagist poll in a manner which can lead to per package errors. The previously mentioned error types should be extended to these feeds to provide more verbose error logging, as well as the test cases to cover 'partial' poll sets.
The text was updated successfully, but these errors were encountered:
With #123 the behaviour of feed polling became less brittle. It introduced
ErrNoPackagesPolled
&PackagePollError{}
which were applied to thenpm
&pypi
feeds, along with relevant tests. The behaviour was applied to all feeds where plausible but the specific error types were only deemed essential for the previously mentioned feeds as they supportpackages
option.Both
nuget
&packagist
poll in a manner which can lead to per package errors. The previously mentioned error types should be extended to these feeds to provide more verbose error logging, as well as the test cases to cover 'partial' poll sets.The text was updated successfully, but these errors were encountered: