Actions
Story #4235
closedpulpcore-plugin version should be showed in status API
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
3.0.0
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:
Description
When requesting /status API we see the version for pulpcore and all the plugins but the new pulpcore-plugin component is missing there.
Current Results¶
pulpcore-plugin is not present
$ http http://HOST/pulp/api/v3/status/
HTTP/1.1 200 OK
{
...
"versions": [
{
"component": "pulpcore",
"version": "3.0.0b16"
},
{
"component": "pulp_docker",
"version": "4.0a1.dev1"
},
{
"component": "pulp_rpm",
"version": "3.0.0b1"
},
{
"component": "pulp_file",
"version": "0.0.1b6"
},
{
"component": "pulp_python",
"version": "3.0.0b3"
}
]
}
Expected Results¶
pulpcore-plugin is showed
$ http http://HOST/pulp/api/v3/status/
HTTP/1.1 200 OK
{
...
"versions": [
{
"component": "pulpcore",
"version": "3.0.0b16"
},
{
"component": "pulpcore-plugin",
"version": "0.1.0b14"
},
{
"component": "pulp_docker",
"version": "4.0a1.dev1"
},
{
"component": "pulp_rpm",
"version": "3.0.0b1"
},
{
"component": "pulp_file",
"version": "0.0.1b6"
},
{
"component": "pulp_python",
"version": "3.0.0b3"
}
]
}
Updated by CodeHeeler almost 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
- Tags Easy Fix, Pulp 3 RC Blocker added
Updated by ppicka almost 6 years ago
- Status changed from NEW to POST
Added by ppicka almost 6 years ago
Added by ppicka almost 6 years ago
Revision 0ce60651 | View on GitHub
Show version of pulpcore-plugin
Show version of pulpcore-plugin in status view
closes: #4235 https://pulp.plan.io/issues/4235
Signed-off-by: Pavel Picka ppicka@redhat.com
Updated by ppicka almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|0ce60651ca10794b8047597fecfc97892f8de1df.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Show version of pulpcore-plugin
Show version of pulpcore-plugin in status view
closes: #4235 https://pulp.plan.io/issues/4235
Signed-off-by: Pavel Picka ppicka@redhat.com