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

Case-sensitive package badge resolution (Fabric v fabric) #1645

Open
destrys-noirlab opened this issue Jun 19, 2022 · 0 comments
Open

Case-sensitive package badge resolution (Fabric v fabric) #1645

destrys-noirlab opened this issue Jun 19, 2022 · 0 comments

Comments

@destrys-noirlab
Copy link

destrys-noirlab commented Jun 19, 2022

I'm not certain this is a solvable issue, but here's what I've seen.

Using:

  • renovate gitlab runner
  • Python 3.10.3
  • Poetry version 1.1.13

Steps:

  • poetry add fabric (this adds Fabric to pyproject.toml, poetry will not resolve fabric)
  • manually downgraded to 2.6.0
  • ran renovate CI pipeline
  • MR was created, with merge-confidence badges, but they are all dataless (examples below)
  • Editing MR to use Fabric instead of fabric in the renovateapi urls shows the correct data

Current Behavior:

Package Change Age Adoption Passing Confidence
Fabric (source, changelog) 2.6.0 -> 2.7.0 age adoption passing confidence
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Fabric](https://fabfile.org) ([source](https://github.com/fabric/fabric), [changelog](https://www.fabfile.org/changelog.html)) | `2.6.0` -> `2.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/Fabric/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/Fabric/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/Fabric/2.7.0/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/Fabric/2.7.0/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) |

Expected Behavior:

Package Change Age Adoption Passing Confidence
Fabric (source, changelog) 2.6.0 -> 2.7.0 age adoption passing confidence
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Fabric](https://fabfile.org) ([source](https://github.com/fabric/fabric), [changelog](https://www.fabfile.org/changelog.html)) | `2.6.0` -> `2.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/fabric/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fabric/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fabric/2.7.0/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fabric/2.7.0/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant