From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 14BE0E00D01; Tue, 31 Oct 2017 10:29:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [134.134.136.20 listed in list.dnswl.org] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 84854E00B67 for ; Tue, 31 Oct 2017 10:29:28 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2017 10:29:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,325,1505804400"; d="scan'208";a="144354955" Received: from arbrindl-dev.jf.intel.com ([10.7.197.61]) by orsmga004.jf.intel.com with ESMTP; 31 Oct 2017 10:29:27 -0700 From: Amanda Brindle To: yocto@yoctoproject.org Date: Tue, 31 Oct 2017 10:28:19 -0700 Message-Id: X-Mailer: git-send-email 2.7.4 Cc: paul.eggleton@linux.intel.com Subject: [layerindex-web][patch v1 0/1] X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2017 17:29:29 -0000 The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searching (2017-10-31 09:58:30 +1300) are available in the git repository at: git://git.yoctoproject.org/layerindex-web abrindle/bbclass_search http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/bbclass_search Amanda Brindle (1): templates/layerindex/classes.html: Add bbclass search layerindex/restviews.py | 10 ++++- layerindex/urls.py | 3 ++ layerindex/urls_branch.py | 6 ++- layerindex/views.py | 24 ++++++++++++ templates/layerindex/classes.html | 75 ++++++++++++++++++++++++++++++++++++++ templates/layerindex/distros.html | 1 + templates/layerindex/layers.html | 1 + templates/layerindex/machines.html | 1 + templates/layerindex/recipes.html | 1 + 9 files changed, 120 insertions(+), 2 deletions(-) create mode 100644 templates/layerindex/classes.html -- 2.7.4