Vlastimil Zíma

Results 72 issues of Vlastimil Zíma

I tried to dig around, but it seems, there is no hook for the case a release is `push`ed into a new index. I'd like to propose a hook which...

enhancement
devpi-server

Dump mode should only print data, so the token should not be required in this case.

### Description I added a small docs regarding data migrations, based on #972. ### Checklist This pull request is: - [X] A documentation / typographical error fix - Good to...

We are trying to switch Django error emails for Sentry, but I noticed, the current Django settings are not recorded. Since they often provide clues for possible errors, it would...

enhancement
Status: Backlog
Integration: Django

To easily check if the library works under different version of python, tox would be of a great help.

Documentation and docstrings would certainly help to understand the code.

Add yusers to apps.

I have created issue originally in python-openid library https://github.com/openid/python-openid/issues#issue/8 Problem is that as we have XRDS document like this: ``` http://openid.net/server/1.1 http://specs.openid.net/extensions/pape/1.0 https://test.provider/endpoint/ http://specs.openid.net/auth/2.0/server http://specs.openid.net/extensions/pape/1.0 https://test.provider/endpoint/ ``` Repetitive creation of...

In specification 2.0 assoc_type parameter of association request is required and can not be omitted.

While working on provider I encountered several problems that are solved in this branch - some assertions in namespace handling can not be prevented (e.g. consumer is stupid) So I...