You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/07/20 12:55:14 UTC

[1/2] incubator-ignite git commit: # ignite-843 Remove debug

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 36cfaad67 -> 85062e304


# ignite-843 Remove debug


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/94b581f8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/94b581f8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/94b581f8

Branch: refs/heads/ignite-843
Commit: 94b581f862bcb7ecb0747de2bc7dc33b5287f482
Parents: 827e559
Author: Andrey <an...@gridgain.com>
Authored: Mon Jul 20 17:55:52 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jul 20 17:55:52 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/app.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/94b581f8/modules/web-control-center/nodejs/app.js
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/app.js b/modules/web-control-center/nodejs/app.js
index 713426b..8c347db 100644
--- a/modules/web-control-center/nodejs/app.js
+++ b/modules/web-control-center/nodejs/app.js
@@ -53,7 +53,6 @@ app.use(bodyParser.json());
 app.use(bodyParser.urlencoded({extended: false}));
 
 app.use(require('less-middleware')(path.join(__dirname, 'public'), {
-    debug: true,
     render: {
         compress: false
     }


[2/2] incubator-ignite git commit: Merge remote-tracking branch 'origin/ignite-843' into ignite-843

Posted by an...@apache.org.
Merge remote-tracking branch 'origin/ignite-843' into ignite-843


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/85062e30
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/85062e30
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/85062e30

Branch: refs/heads/ignite-843
Commit: 85062e304840bf8865a253c8fed3c91f40de961b
Parents: 94b581f 36cfaad
Author: Andrey <an...@gridgain.com>
Authored: Mon Jul 20 17:56:12 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jul 20 17:56:12 2015 +0700

----------------------------------------------------------------------
 .../nodejs/controllers/common-module.js         | 11 ++-
 .../nodejs/controllers/metadata-controller.js   | 88 ++++++++++++++++++++
 .../nodejs/controllers/models/metadata.json     | 41 +++++----
 .../nodejs/controllers/summary-controller.js    |  2 +-
 modules/web-control-center/nodejs/db.js         |  4 +-
 .../nodejs/public/stylesheets/style.less        | 20 +++++
 .../nodejs/views/includes/controls.jade         | 45 +++++++++-
 7 files changed, 185 insertions(+), 26 deletions(-)
----------------------------------------------------------------------