From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1C4FEE00A8E; Wed, 29 Jul 2015 10:32:51 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.178 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72457E009E4 for ; Wed, 29 Jul 2015 10:32:49 -0700 (PDT) Received: by wicmv11 with SMTP id mv11so228196574wic.0 for ; Wed, 29 Jul 2015 10:32:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=VU4abxaLbjywDayPjlhPTvZ6cazSIt7md+TtvugpcGs=; b=FtyWIQSFZiBUMwUDjuLmkkW+njePIMJ25uEd2Ga/Nhud+2JePMwvlBGoKQ/z8hMv1w gDo3n+K3FMLNtpxU/v6N61jlDK99gIX65uR/ukvM7+snVIqC9ZlRvQdxwe62uvCajwdt eMeRf9xRy8UqunGu8TKnzzse36INIWZmdtGX2eKp5UVN1vJXqrD8xbwSSIAq3QXSw9Kj woc9h1o0DJ6qY8+perulAkJzlykPxMbRYXUs7nSNZ4ufuAsEnYSflJp704i0IoLtwUCv oMqDBVAJyLOJ0sZ1ra1z3IS8q3nIzdKo4ZpoQ1rujdF+CW71cHE1UqdYRbLW/uNizX80 y4Lw== X-Gm-Message-State: ALoCoQlZrzN1tlo+mhgTSgcruDMS12Md9gi4ssLBMLE56yd3PHNTjUgCj56WvKr7NOVlv/XgJ2e+ X-Received: by 10.180.84.230 with SMTP id c6mr20012902wiz.32.1438191168586; Wed, 29 Jul 2015 10:32:48 -0700 (PDT) Received: from [192.168.2.72] ([83.217.123.106]) by smtp.googlemail.com with ESMTPSA id bi6sm4788215wjc.25.2015.07.29.10.32.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Jul 2015 10:32:47 -0700 (PDT) Message-ID: <55B90E3E.4070104@intel.com> Date: Wed, 29 Jul 2015 18:32:46 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/toaster/import-project-navigation-work X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 17:32:51 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit This patchset is the work for: - The new project page [YOCTO #7329] - The navigation changes needed for the new project page [YOCTO #7329] - Fixes needed for the new project page - Fixes needed to test the new project page (import layers, new build button) - Removes dependency on angular * c4e3a34 (HEAD, contrib/michaelw/toaster/import-project-navigation-work, michaelw/toaster/import-project- navigation-work) * c4e3a34 bitbake: toastergui: project page Add inline project name change feature * 2bb3eef bitbake: toastergui: layerBtn use libtoaster for change notification * a13ec52 bitbake: toastergui: Remove angularJS and projectapp based on angular * abb537f bitbake: toastergui: newbuildbutton Fix removed elements * 00e30b3 bitbake: toastergui: newbuildbutton Fix typo on project save function * 6dd8b09 bitbake: toastergui: Change build button popover to a build-button * ccab8ef bitbake: toastergui: base Use removeAttr / attr * 3a1c18d bitbake: toastergui: Fix Duplicate layer importlayer api calls * a4509f6 bitbake: toastergui: libtoaster: Add guard against missing name property * d92d910 bitbake: toastergui: libtoaster Make sure we always pass format=json * 4ad1237 bitbake: toastergui: css Remove redundant css rules * 6608681 bitbake: toastergui: Add new project page and navigation * a34e4c1 bitbake: toastergui: css Add new rules for new project page * 02b7e0c bitbake: toastergui: http api Add guard against incomplete change requests * a05ec36 bitbake: toastergui: tables Add name field to layers table * c114999 bitbake: toastergui: libtoaster Add show change notification function * f50b7aa bitbake: toastergui: Standardise the layer object property layerdetailurl * 57f50e2 bitbake: toastergui: Remove erroneous CSS property * 1010cc0 bitbake: toastergui: importlayer Add format type to JSON calls * a6892dc bitbake: toastergui: base Fix html indentation * 9494317 bitbake: toastergui: Implement new project navigation * a9af9c5 bitbake: toastergui: Implement new top navigation design * 19f77cf (origin/master, origin/HEAD) distro/maintainers.inc: remove Saul Wold from maintainership 36 files changed, 1036 insertions(+), 2032 deletions(-) Michael