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/10/21 10:41:24 UTC

[1/2] ignite git commit: IGNITE-1673 increase timeout

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 b45a48a82 -> af7db2e8f


IGNITE-1673 increase timeout


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

Branch: refs/heads/ignite-843-rc1
Commit: c2eaa3f830129da75ed732a069fb7cc789404f79
Parents: 8c76a4d
Author: Andrey <an...@gridgain.com>
Authored: Wed Oct 21 15:41:34 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Wed Oct 21 15:41:34 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/common-module.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c2eaa3f8/modules/control-center-web/src/main/js/controllers/common-module.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/common-module.js b/modules/control-center-web/src/main/js/controllers/common-module.js
index 75a4a57..1c51662 100644
--- a/modules/control-center-web/src/main/js/controllers/common-module.js
+++ b/modules/control-center-web/src/main/js/controllers/common-module.js
@@ -2032,7 +2032,7 @@ consoleModule.controller('agent-download', [
          * Try to access agent and execute specified function.
          */
         function _tryWithAgent() {
-            $http.post(_agentDownloadModal.checkUrl, undefined, {timeout: 3000})
+            $http.post(_agentDownloadModal.checkUrl, undefined, {timeout: 5000})
                 .success(function (result) {
                     _agentDownloadModal.skipSingleError = true;
 


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

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


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

Branch: refs/heads/ignite-843-rc1
Commit: af7db2e8f24965192c44fef1ee5ba140f6f41dd5
Parents: c2eaa3f b45a48a
Author: Andrey <an...@gridgain.com>
Authored: Wed Oct 21 15:41:49 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Wed Oct 21 15:41:49 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/sql-controller.js   | 28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------