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

[1/2] incubator-ignite git commit: IGNITE-843 Fixed dialect selection.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 e2b681f67 -> db9281fff


IGNITE-843 Fixed dialect selection.


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

Branch: refs/heads/ignite-843
Commit: 9168cc5f11cbe157069c1ffec2c8c2bd96e760f1
Parents: 23835fa
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Jul 7 10:00:50 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Jul 7 10:00:50 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/public/form-models/caches.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9168cc5f/modules/web-control-center/nodejs/public/form-models/caches.json
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/public/form-models/caches.json b/modules/web-control-center/nodejs/public/form-models/caches.json
index 5392268..86cd950 100644
--- a/modules/web-control-center/nodejs/public/form-models/caches.json
+++ b/modules/web-control-center/nodejs/public/form-models/caches.json
@@ -605,8 +605,9 @@
                   "type": "dropdown",
                   "path": "cacheStoreFactory.CacheJdbcPojoStoreFactory",
                   "model": "dialect",
+                  "required": true,
                   "placeholder": "Choose JDBC dialect",
-                  "items": "cacheStoreFactory.CacheJdbcPojoStoreFactory.cacheStoreJdbcDialects",
+                  "items": "cacheStoreJdbcDialects",
                   "tip": [
                     "Dialect of SQL implemented by a particular RDBMS:",
                     "<ul>",


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

Posted by ak...@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/db9281ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/db9281ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/db9281ff

Branch: refs/heads/ignite-843
Commit: db9281fff9594c13b098f0f754a9cb66ff652a10
Parents: 9168cc5 e2b681f
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Jul 7 10:01:06 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Jul 7 10:01:06 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/public/stylesheets/style.css | 2 +-
 .../web-control-center/nodejs/public/stylesheets/style.less    | 6 +++---
 modules/web-control-center/nodejs/views/includes/controls.jade | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------