Tom Christensen

Results 10 comments of Tom Christensen

I spent a little time starting to research this, and it seems beyond the authentication issue there may be issues similar to #4212. Specifically according to https://docs.microsoft.com/en-us/rest/api/containerregistry/ the API does...

@sajayantony thanks for looking into this! We've had various user reports of failures using various credentials such as: - Service Principal (App Id) with secret - ACR Token (Preview Feature)...

If incorrect basic auth is set on a request then the response has the following: ``` curl -v https://PAT:[email protected]/v2/base/grafana/tags/list 2>&1 | grep -i www < Access-Control-Expose-Headers: WWW-Authenticate < Www-Authenticate: Basic...

The latest versions of pipenv have changed the error output quite a bit. I can fix the 3 remaining failing tests but with much less specificity about the error that...

3.6 support is what necessitates adding a version range for various python packages as the latest packages have dropped 3.6 support. However, the difficulty here is that pipenv has greatly...

This change was announced [in this blog post](https://github.blog/changelog/2022-07-19-differentiating-triggering-actor-from-executing-actor/) I think the main intent is to create more consistent builds when performing re-runs.

Dependabot will generally attempt to keep you on the same stability level or better. For example, if your manifest specifies a beta version, it will attempt to upgrade you to...

@deivid-rodriguez I wonder if you could take a look at this with me?

@CodingAnarchy I've opened a PR to at least start to address the issue where defining a private registry breaks dependabot: https://github.com/dependabot/dependabot-core/pull/9109 I'm not sure if that will fully unblock you,...