fdobrovo
- Login: fdobrovo
- Email: fdobrovo@redhat.com
- Registered on: 07/01/2016
- Last connection: 09/25/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 37 | 37 |
Reported issues | 0 | 11 | 11 |
Projects
Project | Roles | Registered on |
---|---|---|
Ansible Plugin | Contributor | 08/20/2018 |
CertGuard | Contributor | 04/06/2020 |
Container Support | Contributor | 12/06/2019 |
Crane | Contributor | 05/16/2018 |
Debian Support | Contributor | 05/16/2018 |
Docker Support | Contributor | 05/16/2018 |
File Support | Contributor | 05/16/2018 |
Migration Plugin | Contributor | 01/14/2020 |
Nectar | Contributor | 05/16/2018 |
NPM Plugin | Contributor | 05/11/2020 |
OSTree Support | Contributor | 05/16/2018 |
Packaging | Contributor | 05/16/2018 |
Pulp | Contributor | 05/16/2018 |
Puppet Support | Contributor | 05/16/2018 |
Python Support | Contributor | 05/16/2018 |
RPM Support | Contributor | 05/16/2018 |
Activity
10/11/2017
-
Applied in changeset commit:pulp|a7fe25d9be48945e630abe66a45ce21126f8e910.
Story #2359 (MODIFIED): As a user, I can use JWT tokens for authenticatonUse djangorestframework-jwt to implement JWT support.
One should be able to:
- acquire a JWT after some other initial authentication (e.g. basic auth)
- use JWT for further authentication
- invalidate JWT
> - by reques...
09/25/2017
-
closes #2359
https://pulp.plan.io/issues/2359 Revision a7fe25d9 (pulpcore): Add JWT token auth
09/11/2017
-
Task #2909 (ASSIGNED): Document the plugin development Vagrant file in the plugin writer's guideTask #2908 is to create and publish regularly a plugin development VM. This story is to document that in the plugin writer's guide and maybe also the template plugin's readme.
The important content to share here is that all the user s...
08/19/2017
-
This bug has two parts:
1\. A bug in Katello - I asked one of the devs from Katello for help, during that I found out that there is a slight misunderstanding of our API. Katello marks the task as running till the number of tasks marked ... Issue #2734: task group never quite finishes if pulp is restarted in the middle of task runNOTE: this bug was found in a product that uses pulp 2.8. I have not yet reproduced w/ plain pulp.
If you cancel a task in a task group, it appears that the task group is not updated.
For example:
- create a task group with ma...
08/02/2017
-
I tried to reproduce this bug as suggested, but I never achieved the same result.
My steps:
1\. Remove all repositories from pulp
2\. Add centos repository
~~~
pulp-admin rpm repo create --repo-id=centos --feed=http://mirror.centos... Issue #2734: task group never quite finishes if pulp is restarted in the middle of task runNOTE: this bug was found in a product that uses pulp 2.8. I have not yet reproduced w/ plain pulp.
If you cancel a task in a task group, it appears that the task group is not updated.
For example:
- create a task group with ma...
08/01/2017
-
Issue #2734 (ASSIGNED): task group never quite finishes if pulp is restarted in the middle of task runNOTE: this bug was found in a product that uses pulp 2.8. I have not yet reproduced w/ plain pulp.
If you cancel a task in a task group, it appears that the task group is not updated.
For example:
- create a task group with ma... -
This happens whenever there is a relative forward time jump. This can happen if the virtual machine is temporally suspended due to host hibernation.
Issue #2930 (CLOSED - WONTFIX): pulp_celerybeat keeps going offlineI see the following in my logs when I come back to my dev environment after a while.
~~~
[2017-07-23 16:39:06,658: ERROR/MainProcess] There are 0 pulp_celerybeat processes running. Pulp will not operate correctly without at least one... -
-
Due to the fact that using setup.py for installation is no longer
suggested practice in the python community. We start using
`pip install -e .` instead of `python setup.py develop`. Revision 1a7d197f (pulpcore): Start using pip to install pulp in travis builds
07/27/2017
-
https://github.com/pulp/pulp/pull/3109
Story #2359 (POST): As a user, I can use JWT tokens for authenticatonUse djangorestframework-jwt to implement JWT support.
One should be able to:
- acquire a JWT after some other initial authentication (e.g. basic auth)
- use JWT for further authentication
- invalidate JWT
> - by reques...
Also available in: Atom