puppetlabs / forge_issues

This repository will allow public community members to file bug reports against the Puppet Forge
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Do not fail if a module is not present on the forge #12

Closed smortex closed 1 month ago

smortex commented 2 months ago

Use Case

We have some "low value modules" that we do not think are worth storing on the Puppet Forge. When uploading a Puppetfile with such a module, the import fail because the module is not found and no modules are imported at all.

Describe the Solution You Would Like

Instead of failing, the import should just produce a warning about the unknown module but proceed with all known ones, so that known modules can be tracked.

Describe Alternatives You've Considered

Removing the offending modules should help, but who has time for that :smile:

Additional Context

Screenshot of the error preventing the import:

Screenshot of the error

Ramesh7 commented 2 months ago

Thank you, @smortex , We will review internally and priorities the same.

github-actions[bot] commented 2 months ago

Migrated issue to PF-3309

Ramesh7 commented 1 month ago

HI @smortex, wanted to let you know that we have implemented the enhancements, and they have been rolled out today. Please try them out and share your experience.

Thanks again for raising the issue and helping us improve Forge.

smortex commented 1 month ago

Awesome! Works as expected, thanks!