You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2014/01/29 23:19:29 UTC

[allura:tickets] #7118 Validate Github projects before importing



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** open
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Wed Jan 29, 2014 10:19 PM UTC
**Owner:** nobody

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Cory Johns <ma...@users.sf.net>.
- **status**: in-progress --> code-review



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** code-review
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 06:57 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Cory Johns <ma...@users.sf.net>.
`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.


---

** [tickets:#7118] Validate Github projects before importing**

**Status:** code-review
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 06:57 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] Re: #7118 Validate Github projects before importing

Posted by Dave Brondsema <br...@users.sf.net>.
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.


---

** [tickets:#7118] Validate Github projects before importing**

**Status:** open
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Wed Jan 29, 2014 10:48 PM UTC
**Owner:** nobody

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Dave Brondsema <br...@users.sf.net>.
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.


---

** [tickets:#7118] Validate Github projects before importing**

**Status:** open
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Wed Jan 29, 2014 10:19 PM UTC
**Owner:** nobody

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Cory Johns <ma...@users.sf.net>.
- **assigned_to**: Cory Johns



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** open
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Wed Jan 29, 2014 10:48 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Dave Brondsema <br...@users.sf.net>.
Merged, but lets add a check for `has_issues` too.


---

** [tickets:#7118] Validate Github projects before importing**

**Status:** in-progress
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 10:58 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: in-progress --> closed



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** closed
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 11:15 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: code-review --> in-progress
- **Size**: 1 --> 2



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** in-progress
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 10:58 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7118 Validate Github projects before importing

Posted by Cory Johns <ma...@users.sf.net>.
- **status**: open --> in-progress
- **Size**:  --> 1



---

** [tickets:#7118] Validate Github projects before importing**

**Status:** in-progress
**Labels:** github import 
**Created:** Wed Jan 29, 2014 10:19 PM UTC by Dave Brondsema
**Last Updated:** Thu Jan 30, 2014 04:07 PM UTC
**Owner:** Cory Johns

Like [#6895] for Google Code, our github importer should check to see if a user/repo pair is valid before importing (and erroring on a 404 later)


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.