Skip to content
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

Add an issue on abort #11134

Closed
sclorng opened this issue Aug 6, 2021 · 7 comments
Closed

Add an issue on abort #11134

sclorng opened this issue Aug 6, 2021 · 7 comments
Labels
duplicate This issue is closed as a duplicate of another issue

Comments

@sclorng
Copy link

sclorng commented Aug 6, 2021

What would you like Renovate to be able to do?

When Renovate fails to scan, we should be notified.

Actually, if i'm not wrong, there is a message in the onboarding MR in the What to expect section. But no details. If the MR is approved, then there is no way to know there is a failure (apart watching the logs which project team doesn"t have access to).

I have some projects with docker hub image dependencies and due to docker hub request limit, Renoate fails. I would like the project team to know about the error to have them change the registry.

Did you already have any implementation ideas?

Create an issue with errors details ?
If the issue for the same errors is not closed, don't recreate a new one.

@sclorng sclorng added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Aug 6, 2021
@viceice
Copy link
Member

viceice commented Aug 6, 2021

use dependency dashboard?

@sclorng
Copy link
Author

sclorng commented Aug 6, 2021

use dependency dashboard?

I'm using renovate docker image renovate/renovate:25.69.0-slim in schedule pipeline on a private gitlab.

@viceice
Copy link
Member

viceice commented Aug 6, 2021

https://docs.renovatebot.com/presets-default/#dependencydashboard

So you'll get an overview issue about all updates and it also conatins any errors or warnings

see example:

@sclorng
Copy link
Author

sclorng commented Aug 6, 2021

Awesome feature. It should have a better exposure in the documentation maybe with a dedicated section in getting started.

Would it be possible to add a label when the issue contains errors and/or warnings ? (not sure about warning if they cannot be fixed by the user)

@sclorng
Copy link
Author

sclorng commented Aug 6, 2021

Does this should show up in the dashboard issue as an error/warning ?

DEBUG: packageFiles with updates (repository=myrepo)
       "config": {
         "dockerfile": [
           {
             "packageFile": "src/main/docker/Dockerfile",
             "deps": [
               {
                 "depName": "ubi8/ubi-minimal",
                 "currentValue": "8.4",
                 "replaceString": "ubi8/ubi-minimal:8.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "depIndex": 0,
                 "updates": [],
                 "warnings": [
                   {
                     "topic": "ubi8/ubi-minimal",
                     "message": "Failed to look up dependency ubi8/ubi-minimal"
                   }
                 ],
                 "versioning": "docker"
               }
             ]
           }
         ],

Actually it is not the case.

@HonkingGoose
Copy link
Collaborator

This seems similar to issue:

@viceice
Copy link
Member

viceice commented Aug 6, 2021

Duplicate of #2263

@viceice viceice closed this as completed Aug 6, 2021
@HonkingGoose HonkingGoose added duplicate This issue is closed as a duplicate of another issue and removed type:feature Feature (new functionality) status:requirements Full requirements are not yet known, so implementation should not be started priority-5-triage labels Aug 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue is closed as a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants