[GitHub] ignite pull request #1592: Ignite 4584

2017-03-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/1592


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1592: Ignite 4584

2017-03-03 Thread tledkov-gridgain
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