Skip to content

fix: include inspector links with information on if they are reachable. #1102

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

Merged
merged 2 commits into from
Jun 12, 2025

Conversation

art1f1c3R
Copy link
Member

@art1f1c3R art1f1c3R commented Jun 12, 2025

Summary

wheel_absence.py now include inspector links regardless of if they are reachable or not in its detail information, along with a boolean for each identifying if it is reachable.

Description of changes

Recently team members have had some troubles accessing PyPI inspector, and as a result observing that after running Macaron analysis, the inspector links are not provided in the output. To ensure the links are still available in the results, this PR now changes the detail information returned by wheel_absence.py to include the inspector links regardless of whether they are reachable or not. It also then include a boolean value identifying if it was reachable by that Macaron instance.

Checklist

  • I have reviewed the contribution guide.
  • My PR title and commits follow the Conventional Commits convention.
  • My commits include the "Signed-off-by" line.
  • I have signed my commits following the instructions provided by GitHub. Note that we run GitHub's commit verification tool to check the commit signatures. A green verified label should appear next to all of your commits on GitHub.
  • I have updated the relevant documentation, if applicable.
  • I have tested my changes and verified they work as expected.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 12, 2025
@art1f1c3R art1f1c3R merged commit 35dd417 into main Jun 12, 2025
17 checks passed
AmineRaouane pushed a commit to AmineRaouane/macaron that referenced this pull request Jun 17, 2025
…e. (oracle#1102)

The detail info containing inspector links now contains links as keys regardless of whether they are reachable, and includes a boolean value for reachability.

Signed-off-by: Carl Flottmann <[email protected]>
@art1f1c3R art1f1c3R deleted the art1f1c3R/inspector_link_unreachable branch June 17, 2025 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants