You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by zjw4267127 <gi...@git.apache.org> on 2018/09/16 09:19:15 UTC

[GitHub] ignite pull request #4765: Ignite 2.3

GitHub user zjw4267127 opened a pull request:

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

    Ignite 2.3

    asdf

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

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

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

    https://github.com/apache/ignite/pull/4765.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 #4765
    
----
commit c5d6decfaf4c8be907975531f7d7bd41dda2da4e
Author: dpavlov <dp...@...>
Date:   2017-10-04T06:46:16Z

    IGNITE-6285 Enhance persistent store paths handling - Fixes #2775.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 2e013fbe85da059580e97d57c15e9cbc92c0aa54
Author: dpavlov <dp...@...>
Date:   2017-10-04T12:05:48Z

    IGNITE-6554 Atomic cache remove operations are not logged to WAL - Fixes #2800.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 959bf853b1a77fa674ac8115fcf57c31feb0e6c0
Author: oleg-ostanin <oo...@...>
Date:   2017-10-04T14:35:50Z

    Removed excluding ML from examples/src
    
    (cherry picked from commit 78f77b1)

commit d4e5d4fd3e989b69f7bfa49986ee8f8d04cac62f
Author: tledkov-gridgain <tl...@...>
Date:   2017-10-05T08:55:26Z

    IGNITE-6529 JDBC: support column metadata 'nullable' property. This closes #2793.

commit 81d20410205086ff29ac2e66b7cd17909173d642
Author: tledkov-gridgain <tl...@...>
Date:   2017-10-05T13:32:33Z

    IGNITE-6358: JDBC thick: support multiple statements. This closes #2777.

commit 2e046d61078874c12e4fd33bba0826f5453b055d
Author: tledkov-gridgain <tl...@...>
Date:   2017-10-05T13:45:31Z

    IGNITE-6556: JDBC thin: fixed setSchema() case sensitivity handling. This closes #2805.

commit 62b4b5311109af1f4ac0ae84ac47ad885eaa3533
Author: Alexey Goncharuk <al...@...>
Date:   2017-10-05T14:37:04Z

    IGNITE-5739 Fixed Ignite node crash on deactivation

commit b33be44164d4dc4948ab5c27857d53b75ac4a332
Author: Vasiliy Sisko <vs...@...>
Date:   2017-10-06T07:25:42Z

    IGNITE-6287 Web Console: Improved DDL support.
    (cherry picked from commit 2410f07)

commit 6c4c41d4ce6f2066a399756f60f798507e0553ad
Author: Alexey Kuznetsov <ak...@...>
Date:   2017-10-06T10:00:39Z

    IGNITE-6570 Web Console: Move parsing of JSON to pool of workers.
    (cherry picked from commit 74f0400)

commit 6efb0cee753eac1289efd21cc773ca372775aa68
Author: Pavel Tupitsyn <pt...@...>
Date:   2017-10-03T15:33:57Z

    .NET: Fix TestRecordLocal

commit fca198bf1ecd4eee8bb72233cd59d0ea2e427c7c
Author: Alexander Paschenko <al...@...>
Date:   2017-10-06T15:04:44Z

    IGNITE-6054: SQL: implemented "WRAP_KEY" and "WRAP_VALUE" modes for CREATE TABLE. This closes #2784.

commit 73f092df4792bee918083322ee93026dfa95e3b8
Author: devozerov <vo...@...>
Date:   2017-10-09T07:48:06Z

    Fixed JavaDoc.

commit 81b16ada108dc497d38f702b7f678de539345705
Author: devozerov <vo...@...>
Date:   2017-10-09T08:34:51Z

    Fixed JavaDoc again.

commit d9f0f4e1bec08ab9f52c6c1ba842524f25a4ba19
Author: devozerov <vo...@...>
Date:   2017-10-09T08:57:06Z

    IGNITE-6054: Fixed tests.

commit 9358a88538189e48de68ad2d157c2c1ebf9a219e
Author: tledkov-gridgain <tl...@...>
Date:   2017-10-09T12:14:23Z

    IGNITE-6529: JDBC thin: fixed driver protocol compatibility. This closes #2819.

commit c4acf54413a0e8cb9cedcb7201084f29ee554ee7
Author: Vasiliy Sisko <vs...@...>
Date:   2017-10-09T12:23:23Z

    IGNITE-6287 Web Console: Improved DDL support: added checkbox "Use selected cache as default schema name".
    (cherry picked from commit a45677c)

commit 831c4d9635c911fde3781987f79a28523d6cf15b
Author: Pavel Tupitsyn <pt...@...>
Date:   2017-10-09T14:33:46Z

    IGNITE-6397 .NET thin client: basic cache operations. This closes #2725.

commit 1a6bb2bbf513c8a50f81e9f8def1b3f479c08f4b
Author: Andrey Gura <ag...@...>
Date:   2017-09-27T10:50:26Z

    ignite-6305 Ignite update checker enabled

commit 72b409cc233919462b3df1547afdec082d8273e1
Author: Alexander Paschenko <al...@...>
Date:   2017-10-09T19:17:28Z

    IGNITE-6569: Fixed hang when trying to execute "DROP TABLE" on the cache this table belongs to. This closes #2823.

commit ab384d4b1692538eca6de81c04ec9b720a73308e
Author: Alexander Paschenko <al...@...>
Date:   2017-10-10T07:05:12Z

    IGNITE-6568: Fixed cache configuration persistence logic. This closes #2815.

commit f06927d13303b780bcb9865a3eea9c95b926a25e
Author: Sergey Chugunov <se...@...>
Date:   2017-10-09T15:35:11Z

    IGNITE-6583 Proper getters for rebalance metrics were added; ignite-style getters (without get) were deprecated
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 4a782fb8b8f10917addecd70af77049719f908bd
Author: Alexander Belyak <al...@...>
Date:   2017-10-10T12:09:30Z

    IGNITE-5733: Fixed failures in JerryRestProcessorAbstractSelfTest.

commit 1f6ab52d94de05b248b8677f07e162a87f6a1889
Author: devozerov <vo...@...>
Date:   2017-10-10T12:14:37Z

    Merge branch 'ignite-2.3' into ignite-2.3.1

commit f0c64e7288ef94c84984a5e7a70f7038a539c6cd
Author: devozerov <vo...@...>
Date:   2017-10-10T14:54:50Z

    IGNITE-6588: SQL: optimized index segment resolution. This closes #2825.

commit 0df4bf00e52ace07c4f3adf8b4e463e2e63167b2
Author: Alexey Kuznetsov <ak...@...>
Date:   2017-10-12T15:48:35Z

    IGNITE-6127 Fixed bytes encoding.
    (cherry picked from commit 0f3f7d2)

commit 76fd90b000bdcc05bc3299f5ceb99525b60b0099
Author: Sergey Kalashnikov <sk...@...>
Date:   2017-10-13T09:29:53Z

    IGNITE-6024: SQL: Implemented "skipReducerOnUpdate" flag. This closes #2488.

commit 6df7ebc430cf5a099474361b61b2593a5884992b
Author: Pavel Tupitsyn <pt...@...>
Date:   2017-10-13T13:00:18Z

    IGNITE-6621 .NET: Disable thin client
    
    This closes #2846

commit b00a05c621ba8200536484257400a6e4dcf30086
Author: Alexey Popov <ta...@...>
Date:   2017-10-13T11:19:14Z

    IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ
    
    This closes #2842

commit 68468d0c93397b9fb116da3c903fde85433060b2
Author: Alexey Popov <ta...@...>
Date:   2017-10-06T09:18:38Z

    IGNITE-5224 .NET: PadLeft and PadRight support in LINQ
    
    This closes #2808

commit 9b81994bb17dbcd8134e22fe57ecd31bd6bd246d
Author: Alexander Paschenko <al...@...>
Date:   2017-10-16T13:41:36Z

    IGNITE-6637: SQL: add statements cache clear on cache destroy. This closes #2860.

----


---