Project

Profile

Help

Task #5428

closed

Story #5443: [Epic] Remove leading _ from pulpcore model fields

Rename the fields "_relative_path" and "_artifact" on the SingleArtifactContentSerializer to "relative_path" and "artifact" respectively

Added by mdellweg over 4 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:

Description

The content serializers provided by pulpcore-plugin are only convenience layers for the plugin writer. Their _artifact and _relative_path fields do not refer directly to filed on the corresponding content models, but are translated into ContentArtifacts on create. Plugins really exposing the relative_path field take some effort to rename it to relative_path in a way that might even skip some valuable validation.

There has been some consensus that those fields should be named artifact and relative_path.


Related issues

Related to Pulp - Issue #5445: "KeyError: 'relative_path'" in SingleArtifactContentSerializerCLOSED - CURRENTRELEASEdaviddavisActions
Actions #1

Updated by mdellweg over 4 years ago

  • Assignee set to mdellweg
Actions #2

Updated by mdellweg over 4 years ago

  • Status changed from NEW to MODIFIED
  • % Done changed from 0 to 100
Actions #3

Updated by daviddavis over 4 years ago

  • Status changed from MODIFIED to POST

Added by mdellweg over 4 years ago

Revision e2a6be76 | View on GitHub

Adjust FileContentSerializer to upstream change

re #5428 https://pulp.plan.io/issues/5428

Actions #4

Updated by daviddavis over 4 years ago

  • Status changed from POST to MODIFIED
  • Sprint/Milestone set to 71
Actions #5

Updated by dkliban@redhat.com over 4 years ago

  • Parent issue set to #5443
Actions #6

Updated by daviddavis over 4 years ago

  • Related to Issue #5445: "KeyError: 'relative_path'" in SingleArtifactContentSerializer added
Actions #7

Updated by bmbouter over 4 years ago

  • Sprint/Milestone changed from 71 to 3.0.0
Actions #8

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF