You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ptupitsyn <gi...@git.apache.org> on 2017/12/01 16:17:23 UTC

[GitHub] ignite pull request #3125: IGNITE-6338 .NET: Thin client: LINQ

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-6338 .NET: Thin client: LINQ

    

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

    $ git pull https://github.com/ptupitsyn/ignite ignite-6338

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

    https://github.com/apache/ignite/pull/3125.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 #3125
    
----
commit 5b842cbdf8727af44cc155f6e4de962b04b4d92e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T11:59:54Z

    IGNITE-6338 .NET: Thin client: LINQ

commit fb52a56e019cd2df8b5a81e0d7917b5402d280ef
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T12:06:44Z

    wip extension methods

commit 4e12092ae59f9e1a673b4ae047a711dd5b309c6e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T12:47:17Z

    Deprecate ICacheQueryable

commit 0823f584ee5e9768ea47fa8e23586e34103d3d4c
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T12:54:15Z

    Refactor ICacheInternal usage

commit 823164f79422c0c0a1535fa86c925b3f27358d79
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:00:33Z

    Fix warnings

commit 682d945d0e1c480b5cbd02a940c2f95fd0117324
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:04:07Z

    wip tests

commit 9ee02bea17c8c44eaa9d8a3872d1ebadae92c03a
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:07:08Z

    adding thin client linq tests

commit 36ae8655f164d5616caded5f9043a7ec7376b605
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:08:50Z

    SqlQueryTestBase

commit cf01a86e0e2eb9dab0389afaff9c8958ade823cd
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:17:19Z

    Adding tests

commit 210be35fe23470c0ac36412495dbce7de4e01b75
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T13:19:03Z

    Add tests to core project

commit 707e8145d7b5ffacf18718f048816bc93902f221
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:05:25Z

    Generic fields qury implemented

commit e0d6e85612637b696137bdd0957d958d1cd14dd4
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:11:38Z

    Simple test passed

commit b85be17a17ffa8d011c508265d3cdf88667019d2
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:22:58Z

    wip

commit f088ccebc03f0ebed2025bd0b08e71bf098fd71e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:31:26Z

    Add join test

commit 0664285392a1fad5e520248c499709859a532454
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:32:45Z

    Cleanup

commit 9b561432221f45d495236411c7d246832a6aaa54
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:37:54Z

    wip tests

commit 9674ec1fd1ea807b893863685eb03c0acde913af
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-12-01T14:41:50Z

    fix linux tests build

----


---

[GitHub] ignite pull request #3125: IGNITE-6338 .NET: Thin client: LINQ

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---