Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E02AD200C2C for ; Fri, 3 Mar 2017 16:14:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DECDF160B80; Fri, 3 Mar 2017 15:14:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 12710160B6D for ; Fri, 3 Mar 2017 16:14:43 +0100 (CET) Received: (qmail 81983 invoked by uid 500); 3 Mar 2017 15:14:43 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 81960 invoked by uid 99); 3 Mar 2017 15:14:42 -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; Fri, 03 Mar 2017 15:14:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6B61DFDE6; Fri, 3 Mar 2017 15:14:42 +0000 (UTC) From: tledkov-gridgain To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1592: Ignite 4584 Content-Type: text/plain Date: Fri, 3 Mar 2017 15:14:42 +0000 (UTC) archived-at: Fri, 03 Mar 2017 15:14:45 -0000 GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/1592 Ignite 4584 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4584 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1592.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1592 ---- commit b81621bf2e8a35b20989f95ff52c0f6d91dd75d6 Author: tledkov-gridgain Date: 2017-01-19T13:42:38Z IGNITE-4580 change async API at the IgniteCompute, change examples, add tests to FullAPI suite commit 310c846688eeb401c4832b2b633dddcd9dff63f4 Author: tledkov-gridgain Date: 2017-01-20T13:54:59Z IGNITE-4580 rename internal methods commit b1918f0bb776e7e0ae8c544df0c5f653e5193b96 Author: tledkov-gridgain Date: 2017-01-23T12:29:03Z IGNITE-4581: add new async public API commit 2a14d1d99e2250167b151dc9220951f289050f9b Author: tledkov-gridgain Date: 2017-01-23T12:59:14Z IGNITE-4581: fix text cache proxy commit 02ae641cc415da517bef341bba6d44f323eea5fc Author: tledkov-gridgain Date: 2017-01-23T14:17:47Z IGNITE-4581: modify examples and full API tests commit da26d5316540c2dfae7f396cd89b79bae280ae50 Author: tledkov-gridgain Date: 2017-01-23T14:50:11Z IGNITE-4581: javadoc commit 30b0bd538b8d73e6a879d0cc3812a55049a646f7 Author: devozerov Date: 2017-01-24T08:53:45Z Merge branch 'ignite-2.0' into ignite-4580 commit 3e7e00f3ff5798d47a240483d35a4ce7581637ff Author: devozerov Date: 2017-01-24T09:01:02Z Minors. commit 6c8fe6dbadeeb6a84240ce1743d50a01be8fde5e Author: tledkov-gridgain Date: 2017-01-24T09:22:08Z IGNITE-4581: revert IgniteAsyncSupported annotation commit 48112a2e5d3341e1ece5a6d74ce3c5246409743c Author: devozerov Date: 2017-01-24T10:08:10Z Merge branch 'ignite-2.0' into ignite-4581 commit 2160eafd4871fba9ad70c8a00aa1650aa7596c98 Author: tledkov-gridgain Date: 2017-01-24T10:29:04Z IGNITE-4581: modify PlatformCache to use new async API commit cb5595cc1d5c184ebebae0584bddeba7e7bf9030 Author: tledkov-gridgain Date: 2017-01-24T10:59:44Z IGNITE-4580: use IgniteFuture instead of ComputeTaskFuture for closures commit dffc5f9feec0644afcb7cb4e741cb624687b781d Author: tledkov-gridgain Date: 2017-01-24T12:36:04Z Merge branch 'ignite-4580' into ignite-4581 commit 9f165d46023b4277b1d5b8257760c76ccd42b701 Author: tledkov-gridgain Date: 2017-01-24T15:15:34Z IGNITE-4581: add tests for new async methods commit 42d653a209c0d6cc2d8f36bf1363b7fa3ca973c4 Author: tledkov-gridgain Date: 2017-01-24T15:17:38Z Merge branch 'ignite-2.0' into ignite-4581 commit 38e2f78e046f250f97f1c6144191873bc00c0099 Author: tledkov-gridgain Date: 2017-01-25T08:34:04Z IGNITE-4582: Async API: IgniteFileSystem refactoring commit 696d0032694027d8e21d99126eb8fd00080622a7 Author: tledkov-gridgain Date: 2017-01-25T08:39:07Z cosmetic commit 37a8bcde0abed924bab80c175d7222e90a7b25ce Author: tledkov-gridgain Date: 2017-01-25T12:27:10Z IGNITE-4581: remove currentFuture impl from PlatformCache commit 808bc369881f1122bdcf9006be0460a1626a5968 Author: tledkov-gridgain Date: 2017-01-25T11:52:32Z IGNITE-4583: new async API at the IgniteCluster, IgniteEvents, IgniteMessaging, IgniteServices, Transaction commit f3b7c27c18a1f8e68ebb97e0088e713d09b365d1 Author: tledkov-gridgain Date: 2017-01-25T14:57:00Z IGNITE-4583: add tests for new API commit 557ab876857de24b02a10aea2f0837de47a042d3 Author: tledkov-gridgain Date: 2017-01-25T15:12:31Z Merge branches 'ignite-4581', 'ignite-4582' and 'ignite-4583' into ignite-4584 commit 15785c8488d36f5f980278d453c160c9d8674266 Author: tledkov-gridgain Date: 2017-01-26T09:44:43Z Merge branch 'ignite-2.0' into ignite-4581 commit b6712271719a95f44abc6a90347ce73f7cfa2c2a Author: tledkov-gridgain Date: 2017-01-26T09:52:01Z IGNITE-4581: revert platform changes commit 321dc04545ba0014f5755496460ebbbf673b394c Author: tledkov-gridgain Date: 2017-01-26T11:56:10Z IGNITE-4581: fix platform cache commit a146e801d813f5e5343cbcb801a83e5e10ae0347 Author: tledkov-gridgain Date: 2017-01-26T11:57:19Z Merge remote-tracking branch 'community/ignite-4581' into ignite-4581 # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/processors/platform/cache/PlatformCache.java commit d2984e09f0b53d0b146e5949d7d0aa0166aabe57 Author: tledkov-gridgain Date: 2017-01-26T12:39:34Z IGNITE-4581: fix platform cache commit 24cd711d2b9a81b1e7c30f22af339155fc684d5a Author: tledkov-gridgain Date: 2017-01-26T13:37:00Z IGNITE-4581: use new async API instead old at the ignite commit 1039b55e9879d55bd6233b97f3a709f8b5368cc3 Author: tledkov-gridgain Date: 2017-01-26T13:39:06Z Merge branch 'ignite-4580' into ignite-4581 commit 2881c9935a4b37302a76d7a3522bc49254be4966 Author: tledkov-gridgain Date: 2017-01-27T13:06:56Z Merge branch 'ignite-2.0' into ignite-4581 commit eb246ec64634bf6bd01d68206edff83402325a33 Author: tledkov-gridgain Date: 2017-01-27T13:32:07Z Merge branch 'ignite-2.0' into ignite-4581 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---