Actions
Task #3175
closedUpdate plugin docs after REST API changes are merged
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 32
Quarter:
Description
The README in pulp_file, pulp_example, pulp_python, and plugin_template contains outdated quickstart guides. These need to be updated to reflect the unnested URL structure as well as the UUIDs being used in the URLs.
Related issues
Updated by daviddavis almost 7 years ago
Since we're using UUIDs in URLs now might want to recommend dynamically fetching hrefs and setting them to bash variables. For example:
export REPO_HREF=$(http :8000/api/v3/repositories/ | jq -r '.results[] | select(.name == "foo") | ._href')
Updated by dalley almost 7 years ago
- Tracker changed from Issue to Task
- % Done set to 0
- Sprint Candidate changed from No to Yes
- Tags Documentation added
- Tags deleted (
Pulp 3 MVP)
Updated by dalley almost 7 years ago
- Subject changed from Update pulp_file and pulp_example docs after REST API changes are merged to Update plugin docs after REST API changes are merged
- Description updated (diff)
Updated by bizhang almost 7 years ago
- Assignee set to bizhang
Added by werwty almost 7 years ago
Added by werwty almost 7 years ago
Revision 9bc0c613 | View on GitHub
Update docs to reflect changes to url nesting, uuid urls, and versioned repos.
Added by werwty almost 7 years ago
Revision 3832f7ae | View on GitHub
Update docs to reflect changes to url nesting, uuid urls, and versioned repos.
Updated by jortel@redhat.com almost 7 years ago
- Sprint/Milestone changed from 53 to 54
Updated by milan over 6 years ago
- Related to Task #3858: Clean up old solver and unittests added
Updated by milan over 6 years ago
- Related to Issue #3853: Recursive copy doesn't take conflicts into account added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Update README to reflect changes to url nesting, uuid urls
re #3175 https://pulp.plan.io/issues/3175