[GitHub] ignite pull request #1430: IGNITE-1680: Implemented basic API for user entry...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #1430: IGNITE-1680: Implemented basic API for user entry...

andrey-kuznetsov
GitHub user isapego opened a pull request:

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

    IGNITE-1680: Implemented basic API for user entry point lookup and Cache::Invoke.

   

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

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

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

    https://github.com/apache/ignite/pull/1430.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 #1430
   
----
commit 2ccbad0ca93cdb0987bd4fabe9f0ea3f78bc5aff
Author: isapego <[hidden email]>
Date:   2015-10-26T14:16:26Z

    First approach for the IGNITE-1680

commit e65abb09199c39cb337ec16c06985e4b3171ec99
Author: isapego <[hidden email]>
Date:   2016-06-15T12:33:54Z

    Merge branch 'master' into ignite-1680

commit d2b2db67ba2e7a25e3e7b787b6b10ff77ffba72e
Author: isapego <[hidden email]>
Date:   2016-06-15T15:56:07Z

    IGNITE-1680: Merge-related fixes.

commit c7bddfe9b407a153a0b82607a53ddd47414e1532
Author: isapego <[hidden email]>
Date:   2016-06-16T18:17:54Z

    IGNITE-1680: Fix for reading of the NULL values.

commit a3b6b5c4d384526d8375a30b7910d3fe34e57a76
Author: isapego <[hidden email]>
Date:   2016-06-17T17:36:50Z

    IGNITE-1680: Invoke implemented.

commit 52d02e4fa67b55f5f0fd3b0a3831d6914110f761
Author: isapego <[hidden email]>
Date:   2016-06-20T15:00:04Z

    IGNITE-1680: Documentation fixed.

commit 1e4fb50839d759d68d3e7b4c3991f9e5127cb51f
Author: isapego <[hidden email]>
Date:   2016-06-20T15:19:58Z

    IGNITE-1680: Refactoring.

commit 4d9717e699c4a8c888224e1802f909628204d75a
Author: isapego <[hidden email]>
Date:   2016-06-20T15:55:42Z

    IGNITE-1680: Documentation improvements.

commit 2f1c8b9ed60d5bbab0184aefb313500c4805fb4e
Author: isapego <[hidden email]>
Date:   2016-06-20T17:57:38Z

    IGNTIE-1680: Added rethrowing exceptions to Java at the top level of
    callbacks.

commit 730dc68afeb7133dd6426dad46362c26ca854b45
Author: isapego <[hidden email]>
Date:   2016-06-20T18:44:07Z

    IGNITE-1680: Added some more tests.

commit d66b134cb77e82183410a22a13c490afee149c44
Author: isapego <[hidden email]>
Date:   2016-06-20T18:47:57Z

    IGNITE-1680: Minor fix.

commit 1dfcd44e1397c1f4435d829dda2b8c2debd95eb7
Author: Igor Sapego <[hidden email]>
Date:   2016-06-20T19:37:20Z

    IGNITE-1680: Fixes for the GCC.

commit ee6ea86f830c49ae5084be8f3382e2ce0713b864
Author: isapego <[hidden email]>
Date:   2016-06-20T19:43:17Z

    IGNITE-1680: Solution fixes.

commit 70737457bbad3eca4c30a10139bdb7f6387813b6
Author: isapego <[hidden email]>
Date:   2016-06-21T10:35:10Z

    IGNITE-1680: Fix for null callback.

commit aa579cc584da4da2e126d2299d5ff09a4c00c416
Author: Igor Sapego <[hidden email]>
Date:   2016-06-21T15:09:46Z

    IGNTIE-1680: Fixed dangling reference on the stack.

commit 228e6a883edba76b867e1bf5a78206a469b87beb
Author: isapego <[hidden email]>
Date:   2016-06-21T15:32:17Z

    Merge branch 'master' into ignite-1680

commit e5c9cfd4767966d884aba502545629ee03c1f478
Author: isapego <[hidden email]>
Date:   2016-06-21T15:38:45Z

    Merge branch 'ignite-1680' of https://github.com/isapego/ignite into ignite-1680

commit a6147b069d5a9c761dc0cd4b1b4f1a34808415df
Author: isapego <[hidden email]>
Date:   2016-06-21T15:46:07Z

    IGNITE-1680: Platform calls names fix.

commit 778d78ee81e79dd4ee4375433b234b06b04631f5
Author: isapego <[hidden email]>
Date:   2016-06-21T15:49:25Z

    IGNITE-1680: Fix.

commit 90f1632d80d3bfe396dc3923ec253d696c1ec1be
Author: isapego <[hidden email]>
Date:   2016-06-21T16:24:07Z

    IGNITE-1680: Fix for InvokeAll.

commit c0648cea226eb72970cb4e60379e65c7665484ff
Author: isapego <[hidden email]>
Date:   2016-06-21T17:00:08Z

    IGNITE-1680: Module unloading implemented.

commit 5ef233fc467c5fa1a9f42420e713539dde9317a8
Author: isapego <[hidden email]>
Date:   2016-06-22T13:12:56Z

    IGNITE-1680: Lowered memory usage for tests.

commit dd9a00535b0354c1bfd79f12784e0f88e0fab269
Author: isapego <[hidden email]>
Date:   2016-06-22T15:41:02Z

    IGNITE-1680: Fix for the processor leak.

commit 02a3e8234595bcbd5966d997d055c797c08c7da4
Author: isapego <[hidden email]>
Date:   2016-06-22T15:47:43Z

    IGNITE-1680: Fasten tests.

commit b4cb3d5425279fce344fa4ee9eecf8a4dd7d8306
Author: isapego <[hidden email]>
Date:   2016-06-22T16:05:13Z

    IGNITE-1680: Minor tweak for test configuration.

commit 1630ab77de9c8217bf4c0ce5c644717baa4a713a
Author: isapego <[hidden email]>
Date:   2016-06-27T17:41:06Z

    IGNITE-3374: Added ClusterGroupImpl class stub.

commit e61e0bee3e31343e201c073d7cb9dd61855d2116
Author: isapego <[hidden email]>
Date:   2016-06-28T09:54:41Z

    IGNITE-3374: Further progress on ClusterGroup.

commit e215cc80bb7f2080042157f74e3469daa9e3ad29
Author: isapego <[hidden email]>
Date:   2016-06-28T16:16:27Z

    IGNITE-3374: Added tests.

commit 0f2c186b8d44b4038548af0d9db0cf18c80f3dbe
Author: isapego <[hidden email]>
Date:   2016-06-28T17:41:38Z

    Merge remote-tracking branch 'upstream/master' into ignite-1680

commit 9393e2a2e714568a0e3fa8b244ded539f2e68eb9
Author: isapego <[hidden email]>
Date:   2016-06-28T18:03:42Z

    Merge branch 'ignite-3374' into ignite-1680

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #1430: IGNITE-1680: Implemented basic API for user entry...

andrey-kuznetsov
Github user isapego closed the pull request at:

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


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---