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/06/29 12:31:23 UTC

[1/2] incubator-ignite git commit: # ignite-843 Fixed near configuration.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 e4de84243 -> fe3f5d237


# ignite-843 Fixed near configuration.


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

Branch: refs/heads/ignite-843
Commit: 8852754a3eb34b95b80c8b4568708ca86fb4ca7c
Parents: c7132a9
Author: Andrey <an...@gridgain.com>
Authored: Mon Jun 29 17:31:37 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jun 29 17:31:37 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/db.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8852754a/modules/webconfig/nodejs/db.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/db.js b/modules/webconfig/nodejs/db.js
index 5be5c89..d0c565a 100644
--- a/modules/webconfig/nodejs/db.js
+++ b/modules/webconfig/nodejs/db.js
@@ -283,8 +283,8 @@ var PersistenceSchema = new Schema({
     user: String,
     tables: [{
         use: Boolean,
-        schemaName: String,
-        tableName: String,
+        schema: String,
+        table: String,
         keyClass: String,
         valueClass: String,
         columns: [{


[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/fe3f5d23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/fe3f5d23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/fe3f5d23

Branch: refs/heads/ignite-843
Commit: fe3f5d2379fdaeda450213c222e863420a708913
Parents: 8852754 e4de842
Author: Andrey <an...@gridgain.com>
Authored: Mon Jun 29 17:31:54 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jun 29 17:31:54 2015 +0700

----------------------------------------------------------------------
 .../public/javascripts/controllers/summary.js   |  11 +-
 .../nodejs/public/stylesheets/shCore.css        | 226 -------------------
 .../public/stylesheets/shThemeMidnight.css      | 113 ----------
 modules/webconfig/nodejs/views/summary.jade     |   7 +-
 4 files changed, 10 insertions(+), 347 deletions(-)
----------------------------------------------------------------------