-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Renovate documentation - Link relevant bugs and issues to package managers’ documentation #15546
Comments
open questions:
implementation suggestions:
|
This issue is similar: I think we should just give our readers a query string to a search on GitHub. 1
Footnotes |
I think it's worth the effort in this case |
I think there is also value in presenting the feature requests, and not only bugs (as @HonkingGoose suggested). this will inform users of specific capabilities that we still do not support (but might be in the pipeline) and may also prevent duplication of GitHub issues. I would suggest simple indicators for the bug/feature list: Is there more important information you think should appear in the list? |
I think show both. Either group them into two separate lists or show the labels like you suggest if they're in a combined list |
Keep the heading shorter for each, and make sure to clarify that the lists were built at the time of release and may have changed since. |
Hey @rarkins Can I work on this one? |
@betterPeleg do you know if anyone else started this yet but forgot to self assign it? |
yes, Gabriel is assigned to it already |
Below is the autogenerated doc for
title: Automated Dependency Updates for Npm
|
You should remove the label:manager label:type filters and instead do this:
It's still one API call whether you use the default 30 per page or the maximum 100. Use 100
We can probably omit the heading/section altogether for managers with no results |
Use "Open bug reports" instead of "Known open bugs" |
on CI we can use GitHub token to raise request limits |
|
Collapsible admonition
How about using this Markdown to get a collapsible admonition in our docs: <!-- prettier-ignore -->
??? note "Click me to see the list of open issues"
- Support `node_modules` that live in source control [#13926](#)
- Handle more complex yarn resolutions [#13926](#)
- Support npmv7 (lock file v2) for transitiveRemediation [#13926](#)
- Detect if npm package file is nodejs-only [#13926](#) You can click on the arrow to expand/collapse the section. Change
|
Actually i meant to ask if a list of 30 max is too much to have in the docs. |
We should show a complete list if we can. It gets confusing if we show a partial list. If we can't show the a complete list then we should say so:
|
showing all is not a problem, we have 752 all in all before filtering so 8 api calls will do. A collapsible list would be a nice touch so the data wont be very noisy. |
🎉 This issue has been resolved in version 32.79.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 32.82.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
In the documentation of the Renovate supported package managers, I would like to add all related current open issues, both bugs and feature requests.
This will provide 2 main benefits:
Better visibility for users regarding known bugs and limitations within the relevant package manager’s use cases, along with feature suggestions currently in the pipeline.
Better documentation to be automatically published in each released version of the Renovate tool.
If you have any ideas on how this should be implemented, please tell us here.
Go over GitHub’s issues list and filter them based on labels:
Each supported package manager has its own designated label.
Only issues that were scanned by a contributor and assigned a priority will be looked at (no issues of “priority-5-trige”).
Add an automatically updated segment in the documentation package manager web page that will list:
Title of issue in GitHub (including issue number)
Link to GitHub issue
Indication wether the issue is a bug or a feature
Is this a feature you are interested in implementing yourself?
No
The text was updated successfully, but these errors were encountered: