[GitHub] ignite pull request #1261: IGNITE-4033 Streamline platform callback interfac...

2016-12-12 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1261: IGNITE-4033 Streamline platform callback interfac...

2016-11-22 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

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

IGNITE-4033 Streamline platform callback interface



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-4033

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/1261.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 #1261


commit 8fd47a7cd55d1e2dc20d82317c6edecfae17a422
Author: Pavel Tupitsyn 
Date:   2016-10-27T11:46:32Z

IGNITE-4033 Streamline platform callback interface

commit 5514c524c4d7fdcbdd3a829b7a6ec6ea543bb978
Author: Pavel Tupitsyn 
Date:   2016-10-27T12:50:02Z

wip

commit bd2db702e3a9790a41f6139ad3779bc3b98fcb6d
Author: Pavel Tupitsyn 
Date:   2016-10-27T13:59:54Z

wip

commit 4cd4268319b14f55f889b016fa5756bbc042e0b7
Author: Pavel Tupitsyn 
Date:   2016-11-21T12:12:36Z

Merge branch 'master' into ignite-4033

commit 5f45226d3c855e44d804455b495529c8699e78cb
Author: Pavel Tupitsyn 
Date:   2016-11-21T12:54:09Z

wip

commit dc0e632746d18882954aedfb3ce6ab4e66360e13
Author: Pavel Tupitsyn 
Date:   2016-11-21T13:10:25Z

wip

commit e95037af839eb7801ece2f7af51a36f99a5b8256
Author: Pavel Tupitsyn 
Date:   2016-11-21T13:12:46Z

wip

commit e3ffdf1777b2752eba890b730b7881fb32a3de0f
Author: Pavel Tupitsyn 
Date:   2016-11-21T13:15:08Z

wip

commit 7f198bdfdd11c447d4b2c760809bce17f070a7d1
Author: Pavel Tupitsyn 
Date:   2016-11-21T13:40:18Z

wip

commit afc9b040dcdebf65ea4b96e128b4ca9bed9e02e0
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:00:32Z

wip

commit bf9bfcca4355891d107962b0ac7ce8b89763794e
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:01:08Z

wip

commit 2631bb81c8bbc5de0e026871e68956f86635a08f
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:05:22Z

Callbacks propagated

commit 351309904cdf5d4a881810280bcddc12dd65acb4
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:35:24Z

Fix jobject arg passing

commit 637fdca20d59536b80e973f604d76f7f1af70fff
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:49:49Z

wip

commit b855921ec23852e8b54ff2f26bcf7be26d6059dd
Author: Pavel Tupitsyn 
Date:   2016-11-21T14:57:16Z

wip op codes

commit 98df61ffa9d1110caf50cbeef1e0deda94294d61
Author: Pavel Tupitsyn 
Date:   2016-11-21T15:05:47Z

Java op codes

commit e98a711cd64e0bcf46c1304c5e016f951b1eeb2d
Author: Pavel Tupitsyn 
Date:   2016-11-21T15:11:04Z

wip refactor callbacks

commit 44b88c2267e3d8a79ae4c8ad11abd04e97c85e2a
Author: Pavel Tupitsyn 
Date:   2016-11-21T15:13:03Z

wip

commit 6f33517683f52546249886846f39e5f87f0545f1
Author: Pavel Tupitsyn 
Date:   2016-11-21T15:17:56Z

CacheStoreInvoke

commit d9f67fa08f8ec4fbd219231968e08d0b48f09a3c
Author: Pavel Tupitsyn 
Date:   2016-11-21T19:25:46Z

Fix longs

commit 945b831a1047404dc24d2b97f8049befbfffa8ed
Author: Pavel Tupitsyn 
Date:   2016-11-21T19:36:05Z

fix longs

commit 64eb2784376be06d5f97a20bb457375c99ef47b8
Author: Pavel Tupitsyn 
Date:   2016-11-21T20:12:13Z

wip

commit 9e36fb199e852e1786010595b16fbd0aeeb2f7d6
Author: Pavel Tupitsyn 
Date:   2016-11-22T07:16:16Z

Fix BinaryReader initialization

commit c799949cd179eb114232a14fe5d4d5b63812e44a
Author: Pavel Tupitsyn 
Date:   2016-11-22T08:22:28Z

Merge branch 'master' into ignite-4033

commit b5945c3b6001b2e14f63e378af1b80caa8f61fec
Author: Pavel Tupitsyn 
Date:   2016-11-22T11:13:39Z

Cache store refactored

commit 18f7fed4fbfc0424420c6c0ce6a201453be4154d
Author: Pavel Tupitsyn 
Date:   2016-11-22T11:23:28Z

wip

commit 9099c5b6cc881ac2cb8221ce250b827e40e3b9f3
Author: Pavel Tupitsyn 
Date:   2016-11-22T12:06:15Z

Cache entry filter refactored

commit bbfadbf21c636d02e05a1018acf05b3b57eb574c
Author: Pavel Tupitsyn 
Date:   2016-11-22T12:59:04Z

Merge branch 'master' into ignite-4033

commit bb20efc8572a90b761a9d71a5c1afc33fe4d92a0
Author: Pavel Tupitsyn 
Date:   2016-11-22T13:15:46Z

Refactor CacheInvoke




---
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