Task #2300
closedAdd serializer for the task models.
100%
Description
Write a serializer for each model in task.py.
Related issues
Updated by jortel@redhat.com about 8 years ago
- Copied from Task #2299: Add serializer for the content models. added
Updated by jortel@redhat.com about 8 years ago
- Copied to Task #2301: Add serializer for the catalog models. added
Updated by amacdona@redhat.com about 8 years ago
- Blocks Task #2312: Add a Task ViewSet added
Updated by semyers about 8 years ago
This task cannot be started until the documentation written in #1873 is merged to 3.0-dev.
Updated by semyers about 8 years ago
This task should be considered complete when all serializers for a given models module are defined in a corresponding serializers module.
The serializers defined should expose fields "native" (defined directly on a model or in its superclasses) to the model being represented, including Generic Key/Value types (Config/Notes/Scratchpad). Relations to other models should be included where possible, but the available serializer base classes and fields may be insufficient, so only the "native" fields should be required.
This task is among several similar tasks to stub out serializers for our existing models. Please spread the work around so we gain more team-wide knowledge around these serializers. If you have any questions, ask me. Common issues and their resolutions will be added to the pulp 3.0 rest-api development guide.
Updated by fdobrovo about 8 years ago
- Blocks Task #2232: Create Django post_save signal for Task model added
Updated by bizhang about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bizhang
Added by bizhang about 8 years ago
Added by bizhang about 8 years ago
Revision f212ac57 | View on GitHub
Add worker serializers
closes #2300
Added by bizhang about 8 years ago
Revision f212ac57 | View on GitHub
Add worker serializers
closes #2300
Updated by bizhang about 8 years ago
Updated by bizhang about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|f212ac5787d4cb6602f26fbd53b0fe78193df096.
Updated by dalley over 6 years ago
- Blocks deleted (Task #2232: Create Django post_save signal for Task model)
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add Task Serializer
re #2300