openhatch / oh-bugimporters

Bug importers for the OpenHatch project oh-mainline
https://oh-bugimporters.readthedocs.org/
GNU Affero General Public License v3.0
12 stars 28 forks source link

oh-bugimporters: when a bug tracker moves base_url, what do we do with the old bug objects? #87

Closed ghost closed 10 years ago

ghost commented 10 years ago

Comment by paulproteus:

In the case of the Django bug tracker, they moved from http://... to https://... and that means that our old Bug objects with canonical_bug_link == http://...

Reasonable options are:

  • In oh-mainline, when we detect that an old canonical_bug_url redirects to a new URL, issue a deletion notice for the old bug. Then, when oh-mainline reads the scraping result, it will delete the corresponding bug.
  • Do nothing, and when we run into this problem, log into the deployment to do a manual cleanup.
  • (other ideas?)


Comment by paulproteus:

We should probably architect this so that the old Bug objects get deleted.


Status: chatting Nosy List: paulproteus Priority: feature Imported from roundup ID: 779 (view archived page) Last modified: 2014-02-08.05:16:07


ehashman commented at 2014-08-25T20:26:32Z:
Duplicate of #709. I'm going to close this one.