-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not fail on failing repositories #14
Labels
Comments
ferventcoder
added a commit
that referenced
this issue
Mar 29, 2017
When a repository fails and ignore failing repositories is true, provide a warning instead of failing outright.
ferventcoder
added a commit
that referenced
this issue
Jan 1, 2018
When a repository fails and ignore failing repositories is true, provide a warning instead of failing outright.
ferventcoder
added a commit
that referenced
this issue
Mar 5, 2019
Previously, when passing in repositories to aggregate repo, it would convert all repos to aggregate repository and they would typically not have IgnoreFailingRepositories set to true. In turn this would ensure that passing repositories in would never allow setting IgnoreFailingRepositories to true and it would be ignored. When the value is passed, be sure to set it for all aggregate repositories.
ferventcoder
added a commit
that referenced
this issue
Mar 5, 2019
If there is a failure grabbing the source string, it destroys the ability to ignore failing repositories and still report on which source failed.
ferventcoder
added a commit
to chocolatey/choco
that referenced
this issue
Mar 5, 2019
When a repository is failing, it should not cause everything to stop working. The other configured repos should continue to provide results. Update Nuget-Chocolatey (NuGet.Core.dll) with version that contains a fix for issue chocolatey/nuget-chocolatey#14.
ferventcoder
added a commit
that referenced
this issue
Mar 5, 2019
Previously, when passing in repositories to aggregate repo, it would convert all repos to aggregate repository and they would typically not have IgnoreFailingRepositories set to true. In turn this would ensure that passing repositories in would never allow setting IgnoreFailingRepositories to true and it would be ignored. When the value is passed, be sure to set it for all aggregate repositories.
ferventcoder
added a commit
that referenced
this issue
Mar 5, 2019
If there is a failure grabbing the source string, it destroys the ability to ignore failing repositories and still report on which source failed.
46 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: