Return-Path: X-Original-To: apmail-allura-dev-archive@www.apache.org Delivered-To: apmail-allura-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAAC711E78 for ; Wed, 20 Aug 2014 17:43:46 +0000 (UTC) Received: (qmail 47677 invoked by uid 500); 20 Aug 2014 17:43:46 -0000 Delivered-To: apmail-allura-dev-archive@allura.apache.org Received: (qmail 47654 invoked by uid 500); 20 Aug 2014 17:43:46 -0000 Mailing-List: contact dev-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list dev@allura.apache.org Received: (qmail 47642 invoked by uid 99); 20 Aug 2014 17:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 17:43:46 +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 (athena.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; Wed, 20 Aug 2014 17:43:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:References:In-Reply-To:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=X2KGCmSenh+n9AbN4d/LdXoXTpck4sWEvKKnMXENvlA=; b=ALqpbL+qpBgaNrNylzt/S7swFAqqZJuIl/MvxmNndzCd+m1sbOmNmUSeqX5oFBl2TbONDI5VhgZ6Xu2STyFXqewznErdr74ED2PsMcZm+ptujqWMSAPukM+2E3N95KTgP88xR9nehhuKj8G9jDqCqVk9FN+TrAXqnV19/e5C5ss=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-4.v29.ch3.sourceforge.com) by sfs-alluradaemon-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XK9ur-0007at-Eg for dev@allura.apache.org; Wed, 20 Aug 2014 17:43:21 +0000 Content-Type: multipart/related; boundary="===============7261617348604860264==" MIME-Version: 1.0 To: dev@allura.apache.org From: "Dave Brondsema" Reply-To: "[allura:tickets] " <7582@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #7582 Script to set up MovedTicket records for tickets we're moving to Apache Message-ID:

In-Reply-To: <53cec9b3ea406b246011962f.tickets@allura.p.sourceforge.net> References: <53cec9b3ea406b246011962f.tickets@allura.p.sourceforge.net> Date: Wed, 20 Aug 2014 17:43:21 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============7261617348604860264== Content-Type: multipart/alternative; boundary="===============8761642358133858618==" MIME-Version: 1.0 --===============8761642358133858618== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **status**: code-review --> validation - **QA**: Dave Brondsema - **Milestone**: limbo --> forge-aug-22 - **Comment**: SF needs to run the script as `python scripts/create-moved-tickets.py -f ticket_ids.list --db pyforge` --- ** [tickets:#7582] Script to set up MovedTicket records for tickets we're moving to Apache** **Status:** validation **Milestone:** forge-aug-22 **Labels:** asf 42cc **Created:** Tue Jul 22, 2014 08:29 PM UTC by Dave Brondsema **Last Updated:** Wed Aug 06, 2014 12:14 PM UTC **Owner:** Igor Bondarenko Create a script that will take a file with a list of Allura ticket numbers (generated with [#7510]) and delete those ticket records. For safety, would be good to save them in some temp mongo collection, or keep them in the current collection but with some new special app_config_id (so we don't risk losing any data). And also create "moved ticket" records for each, with URLs like https://forge-allura.apache.org/p/allura/tickets/NNN Test this out locally and make sure it will work well as a solution for having some tickets moved out of the SF Allura tracker into the Apache host, and some kept on SF. Make any code changes in ForgeTracker code if needed. --- Sent from sourceforge.net because dev@allura.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. --===============8761642358133858618== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • status: code-review --> validation
  • QA: Dave Brondsema
  • Milestone: limbo --> forge-aug-22
  • Comment:

SF needs to run the script as python scripts/create-moved-tickets.py -f ticket_ids.list --db pyforge


[tickets:#7582] Script to set up MovedTicket records for tickets we're moving to Apache

Status: validation
Milestone: forge-aug-22
Labels: asf 42cc
Created: Tue Jul 22, 2014 08:29 PM UTC by Dave Brondsema
Last Updated: Wed Aug 06, 2014 12:14 PM UTC
Owner: Igor Bondarenko

Create a script that will take a file with a list of Allura ticket numbers (generated with [#7510]) and delete those ticket records. For safety, would be good to save them in some temp mongo collection, or keep them in the current collection but with some new special app_config_id (so we don't risk losing any data). And also create "moved ticket" records for each, with URLs like https://forge-allura.apache.org/p/allura/tickets/NNN

Test this out locally and make sure it will work well as a solution for having some tickets moved out of the SF Allura tracker into the Apache host, and some kept on SF. Make any code changes in ForgeTracker code if needed.


Sent from sourceforge.net because dev@allura.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.

--===============8761642358133858618==-- --===============7261617348604860264==--