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 D614410D4C for ; Wed, 3 Jul 2013 15:13:09 +0000 (UTC) Received: (qmail 40046 invoked by uid 500); 3 Jul 2013 15:13:09 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 39995 invoked by uid 500); 3 Jul 2013 15:13:09 -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 39987 invoked by uid 99); 3 Jul 2013 15:13:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 15:13:09 +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; Wed, 03 Jul 2013 15:13:04 +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=HbEbtI3+teS1NSBhBMCk7OT/ZqwjWR32QFypahH2SBk=; b=qJSlFnTCpv7YREyku5oTxUEI79mpmf1EW7JT8RxRIjFUDJw+5iAphg/bHCjMMUb3X4jOvCw0WJWgENX71SPiEv+qrYXvAklQ5+m8NqgtrdpjxE//5PZGK0O3R2EAS3h6llsxUAmJ7Jcc77gvJAcP1kN4gad42vgP/wOeFtTcavg=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-2.v29.ch3.sourceforge.com) by sfs-alluradaemon-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UuOjb-00005J-3W for allura-dev@incubator.apache.org; Wed, 03 Jul 2013 15:12:43 +0000 Content-Type: multipart/related; boundary="===============2328617325570252057==" MIME-Version: 1.0 To: "[allura:tickets] " <3060@tickets.allura.p.re.sf.net> From: "Cory Johns" Reply-To: "[allura:tickets] " <3060@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #3060 Delete old scm logic Message-ID:

Date: Wed, 03 Jul 2013 15:12:43 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============2328617325570252057== Content-Type: multipart/alternative; boundary="===============7229478354794542072==" MIME-Version: 1.0 --===============7229478354794542072== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit `allura:cj/3060` `forgehg:cj/3060` We can't remove `LastCommitDoc_old`, unfortunately, because we never ran the mass update script and it's still relying on old data. --- ** [tickets:#3060] Delete old scm logic** **Status:** code-review **Labels:** scmrefactor cleanup **Created:** Fri Oct 21, 2011 02:04 PM UTC by Dave Brondsema **Last Updated:** Tue Jul 02, 2013 02:53 PM UTC **Owner:** Cory Johns After [#3059], delete the "old" repo data structures from repository.py. Check carefully though, some stuff may still be used. The new models is in repo.py. Also identify the mongo collections that are unused so we can drop them. The `scm.new_refresh` setting should become irrelevant after this. Everything should be the "new" logic. --- 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. --===============7229478354794542072== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

allura:cj/3060
forgehg:cj/3060

We can't remove LastCommitDoc_old, unfortunately, because we never ran the mass update script and it's still relying on old data.


[tickets:#3060] Delete old scm logic

Status: code-review
Labels: scmrefactor cleanup
Created: Fri Oct 21, 2011 02:04 PM UTC by Dave Brondsema
Last Updated: Tue Jul 02, 2013 02:53 PM UTC
Owner: Cory Johns

After [#3059], delete the "old" repo data structures from repository.py. Check carefully though, some stuff may still be used. The new models is in repo.py. Also identify the mongo collections that are unused so we can drop them.

The scm.new_refresh setting should become irrelevant after this. Everything should be the "new" logic.


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.

--===============7229478354794542072==-- --===============2328617325570252057==--