Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C5B31057E for ; Mon, 22 Jul 2013 16:57:51 +0000 (UTC) Received: (qmail 3346 invoked by uid 500); 22 Jul 2013 16:57:51 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 3292 invoked by uid 500); 22 Jul 2013 16:57:50 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 3282 invoked by uid 99); 22 Jul 2013 16:57:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 16:57:49 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 16:57:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=xg+a2nWKTKTCYqpG09hNEnBkDQdd9NIHl4zQwy6IW1M=; b=Io6kJkWCQtUCEqfO8YPDTYVEl4GQZfm58X3HAy3KO1vMrdiUzIneNXik+Szm6BOTkDRqQso3OPHMT2vzQbnXjG5Pd1ofqcu9lZYqUsSluo3NnSPvFldbr0reI1Kk4PKscW/pwYtG0I/zlLmsGmkmQTAKu/aFTgimi2PMwwDE1+g=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-1.v29.ch3.sourceforge.com) by sfs-alluradaemon-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1V1JQH-0005nm-Ch for allura-dev@incubator.apache.org; Mon, 22 Jul 2013 16:57:21 +0000 Content-Type: multipart/related; boundary="===============4998869537576250745==" MIME-Version: 1.0 To: "[allura:tickets] " <6456@tickets.allura.p.re.sf.net> From: "Dave Brondsema" Reply-To: "[allura:tickets] " <6456@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6456 Create project importer for Google Code Message-ID:

Date: Mon, 22 Jul 2013 16:57:21 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============4998869537576250745== Content-Type: multipart/alternative; boundary="===============7192572224821402248==" MIME-Version: 1.0 --===============7192572224821402248== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **QA**: Dave Brondsema --- ** [tickets:#6456] Create project importer for Google Code** **Status:** code-review **Labels:** import google-code **Created:** Fri Jul 12, 2013 09:09 PM UTC by Cory Johns **Last Updated:** Fri Jul 19, 2013 08:11 PM UTC **Owner:** Cory Johns Create a controller that provides a landing page to import a project from Google Code hosting. The landing page should ask for a project name and provide a list of all the tools (wiki, downloads, tracker, etc) supported for import, with a checkbox for each. When submitted, it should pull the basic project info (description, icon, license) from the summary page (e.g., https://code.google.com/p/modwsgi/) and create a stub project with that data. The description and icon values have `itemprop` attributes of "description" and "image", respectively, but the license will take a little bit of processing to extract. The importers for the tools will be done in separate tickets. The list of supported tools should be discovered by iterating the entry-points in the group `allura.importers` looking for importers with a `source` attribute equal to "Google Code". Use the importer's `target_app` attribute to get the `tool_label` (and possibly icon?) for display. See [the mailing list](http://mail-archives.apache.org/mod_mbox/incubator-allura-dev/201307.mbox/%3CCAEMb8zUg7Kem2aDxVzAqF3U4aKEj7jL3UO=UpX=2+NfY_P8kXQ@mail.gmail.com%3E) for more information. The project importer should register itself as an entry point under the `allura.project_importers` group, and should expose a `source` attribute with the value of "Google Code". I'm thinking the controller should be under an app-less tool called `ForgeImporters`, e.g. `ForgeImporters/forgeimporters/google/project.py` or such. --- 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. --===============7192572224821402248== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • QA: Dave Brondsema

[tickets:#6456] Create project importer for Google Code

Status: code-review
Labels: import google-code
Created: Fri Jul 12, 2013 09:09 PM UTC by Cory Johns
Last Updated: Fri Jul 19, 2013 08:11 PM UTC
Owner: Cory Johns

Create a controller that provides a landing page to import a project from Google Code hosting. The landing page should ask for a project name and provide a list of all the tools (wiki, downloads, tracker, etc) supported for import, with a checkbox for each. When submitted, it should pull the basic project info (description, icon, license) from the summary page (e.g., https://code.google.com/p/modwsgi/) and create a stub project with that data.

The description and icon values have itemprop attributes of "description" and "image", respectively, but the license will take a little bit of processing to extract.

The importers for the tools will be done in separate tickets. The list of supported tools should be discovered by iterating the entry-points in the group allura.importers looking for importers with a source attribute equal to "Google Code". Use the importer's target_app attribute to get the tool_label (and possibly icon?) for display. See the mailing list for more information.

The project importer should register itself as an entry point under the allura.project_importers group, and should expose a source attribute with the value of "Google Code". I'm thinking the controller should be under an app-less tool called ForgeImporters, e.g. ForgeImporters/forgeimporters/google/project.py or such.


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.

--===============7192572224821402248==-- --===============4998869537576250745==--