We should also check to see if a wiki or tracker is enabled before importing it. A 410 Gone error is raised if we try to fetch it when it's not enabled for the repo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We should also check to see if a wiki or tracker is enabled before importing it. A 410 Gone error is raised if we try to fetch it when it's not enabled for the repo.
The 410 Gone error is for trackers. If a wiki isn't available, the git clone errors.
Both should be preventable by checking to see if its enabled, or at least trap the errors.
allura:cj/7118
Project availability validation needs to be fixed for the Google Code tool importers and also be made AJAXy for the GitHub tool importers.
Merged, but lets add a check for
has_issues
too.