Project

Profile

Help

Issue #3395

closed

Require `url` on Remotes

Added by daviddavis about 6 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Easy Fix
Sprint:
Sprint 35
Quarter:

Description

We don't require url on remotes but when you try to sync an remote without a url, you get a 400 error. Why don't we just require the field on remotes?

Actions #1

Updated by daviddavis about 6 years ago

  • Tags Pulp 3, Pulp 3 MVP added
Actions #2

Updated by amacdona@redhat.com about 6 years ago

Importers can be for more than just syncing repositories. For instance, plugins might want to use an importer for a rich copy, but that importer may not need a feed_url.

Actions #3

Updated by daviddavis about 6 years ago

  • Project changed from Pulp to File Support
Actions #4

Updated by ipanova@redhat.com about 6 years ago

This could be solved by validating the presence of the field feed_url before triggering the sync.

Actions #5

Updated by amacdona@redhat.com about 6 years ago

wrote:

This could be solved by validating the presence of the field feed_url before triggering the sync.

That is currently how it is done. https://github.com/pulp/pulp_file/blob/master/pulp_file/app/tasks/synchronizing.py#L52

Since this is no longer a Pulp issue, and is a pulp_file issue, the file plugin has no use for importers that don't have a feed_url, so I am +1 on accepting this.

Actions #6

Updated by dalley about 6 years ago

  • Triaged changed from No to Yes
Actions #7

Updated by daviddavis about 6 years ago

  • Subject changed from Consider requiring feed_url on importers to Consider requiring feed_url on file importers
Actions #8

Updated by amacdona@redhat.com about 6 years ago

  • Project changed from File Support to Pulp
  • Subject changed from Consider requiring feed_url on file importers to Require `url` on Remotes
  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #9

Updated by milan about 6 years ago

maybe s/importers/remotes/ but still LGTM

Actions #10

Updated by daviddavis about 6 years ago

  • Description updated (diff)
  • Tags Easy Fix added

Changed importers to remotes.

Actions #11

Updated by amacdona@redhat.com about 6 years ago

  • Sprint set to Sprint 35

Please file issues for pulp_python and pulp_file to remove the validation at sync task creation time.

Actions #12

Updated by dalley about 6 years ago

Wait, why was this converted back to a pulp issue from a pulp_file issue? This isn't something we're planning to do in core.

A pulp_python issue should still be filed but this should remain a pulp_file issue.

Actions #13

Updated by amacdona@redhat.com about 6 years ago

With the change from "importer" to "remote" we were thinking that a remote is nothing without a url.

Actions #14

Updated by daviddavis about 6 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to daviddavis

Added by daviddavis about 6 years ago

Revision 3fd99a06 | View on GitHub

Remote url no longer needs to be validated before sync

ref #3395 https://pulp.plan.io/issues/3395

Actions #16

Updated by daviddavis about 6 years ago

  • Status changed from POST to MODIFIED

Added by daviddavis about 6 years ago

Revision 5de1c1b4 | View on GitHub

Remote url no longer needs to be validated before sync

ref #3395 https://pulp.plan.io/issues/3395

Actions #17

Updated by dkliban@redhat.com almost 6 years ago

  • Sprint/Milestone set to 3.0.0
Actions #18

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3, Pulp 3 MVP)
Actions #19

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF