Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43B161809A for ; Wed, 22 Jul 2015 14:52:15 +0000 (UTC) Received: (qmail 45150 invoked by uid 500); 22 Jul 2015 14:51:52 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 45118 invoked by uid 500); 22 Jul 2015 14:51:52 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 45109 invoked by uid 99); 22 Jul 2015 14:51:52 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 14:51:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 67B52D6B3A for ; Wed, 22 Jul 2015 14:51:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.574 X-Spam-Level: X-Spam-Status: No, score=0.574 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.227, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3Rm4xuZohWFD for ; Wed, 22 Jul 2015 14:51:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 2A05943DD9 for ; Wed, 22 Jul 2015 14:51:40 +0000 (UTC) Received: (qmail 45033 invoked by uid 99); 22 Jul 2015 14:51:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 14:51:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72203DF9F8; Wed, 22 Jul 2015 14:51:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 22 Jul 2015 14:51:40 -0000 Message-Id: <7b7b5a4395a84c43b5fe61655aebe87e@git.apache.org> In-Reply-To: <4a9cb443eddc4ac0812a463ab74a9dfe@git.apache.org> References: <4a9cb443eddc4ac0812a463ab74a9dfe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-ignite git commit: IGNITE-843 Cleanup after project structure changed. IGNITE-843 Cleanup after project structure changed. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/766a6c2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/766a6c2f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/766a6c2f Branch: refs/heads/ignite-843 Commit: 766a6c2f49c76008562e1292cc6216492cd38894 Parents: 58e0c64 Author: AKuznetsov Authored: Wed Jul 22 21:51:34 2015 +0700 Committer: AKuznetsov Committed: Wed Jul 22 21:51:34 2015 +0700 ---------------------------------------------------------------------- .../nodejs/views/sql/sql.jade | 57 -------------------- 1 file changed, 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/766a6c2f/modules/web-control-center/nodejs/views/sql/sql.jade ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/views/sql/sql.jade b/modules/web-control-center/nodejs/views/sql/sql.jade deleted file mode 100644 index 7c4ddaf..0000000 --- a/modules/web-control-center/nodejs/views/sql/sql.jade +++ /dev/null @@ -1,57 +0,0 @@ - -//- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -extends ../templates/layout - -append scripts - script(src='/cache-viewer-controller.js') - script(src='//cdnjs.cloudflare.com/ajax/libs/ace/1.1.9/ace.js') - -append css - link(rel='stylesheet', href='/stylesheets/sql-console.css') - -block container - .docs-header - h1 Connect to Ignite and execute SQL queries - hr - div(ng-controller='cacheViewerController') - h4 Sql console - - table#queryTable(cellpadding=0, cellspacing=0, ng-init='queryType = "sql"') - tr - td - label(for='queryTypeSelect') Query type: - select#queryTypeSelect(ng-model='queryType') - option(value='sql') Sql query - option(value='id') Get by ID - option(value='scane') Scan cache - - td.queryTd - div(ng-show='queryType == "sql"') - #querySql - - td - | Default cache: - div#defCacheSelect - div(ng-repeat='c in caches', ng-class='{def: defCache == c}', ng-click='defCache = c') {{c}} - - #resultPanel - strong Results - - #queryResult - div(ng-repeat='r in results') - .resultRow - | {{r.id}} -> {{r.s}} - span.props {{r.fields}} -