Project

Profile

Help

Story #4235

closed

pulpcore-plugin version should be showed in status API

Added by rochacbruno over 5 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
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"
        }
    ]
}
Actions #1

Updated by CodeHeeler over 5 years ago

  • Tracker changed from Issue to Story
  • % Done set to 0
  • Tags Easy Fix, Pulp 3 RC Blocker added
Actions #2

Updated by ppicka over 5 years ago

  • Assignee set to ppicka
Actions #3

Updated by ppicka over 5 years ago

  • Status changed from NEW to POST

Added by ppicka over 5 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

Added by ppicka over 5 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

Actions #4

Updated by ppicka over 5 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #5

Updated by daviddavis almost 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #6

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3, Pulp 3 RC Blocker)
Actions #7

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF