GitHub user devozerov opened a pull request:

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

    Ignite 2.3.4

    

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

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

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

    https://github.com/apache/ignite/pull/3647.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 #3647
    
----
commit 7a0300ae35894c389b126e95615f720a99a3d360
Author: devozerov <vozerov@...>
Date:   2017-10-18T11:18:08Z

    Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit 5df25fc8adf01a8e4999563f3f31b79c195801d4
Author: devozerov <vozerov@...>
Date:   2017-10-18T12:03:28Z

    IGNITE-6662: SQL: fixed affinity key field name resolution during both 
parsig and table creation. This closes #2875.

commit ad01f9b099d0bf92537378859ad6d5a52de57748
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-19T02:43:20Z

    IGNITE-6647 Web Console: Implemented support of schema migration scripts.
    (cherry picked from commit c65399c)

commit 0c66344bc752dac98b256dd140fcab95d1662862
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-19T09:36:39Z

    IGNITE-6627 .NET: Fix repeated known metadata updates
    
    This closes #2876

commit 9c4411af5f6b6bf7686e52d91daa6b82e089d57a
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-19T15:42:12Z

    IGNITE-6675 .NET: Fix ignored IgniteConfiguration.IgniteHome
    
    This closes #2886

commit 5dfeb916036984d3d8e12ad6d2d43e17a19f25ba
Author: tledkov-gridgain <tledkov@...>
Date:   2017-10-19T19:20:18Z

    IGNITE-6529: JDBC: fixed not-null column metadata. This closes #2884.

commit 008d87057734953b4e30059841a14eb2fbc3ddb7
Author: devozerov <ppozerov@...>
Date:   2017-10-19T19:30:31Z

    IGNITE-6684: Renamed "ignitesql.sh|bat" to "sqlline.sh|bat".

commit 1b8abd214ed2afcd3fd1f6a4c71a19d6fe1a4b01
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T04:23:23Z

    IGNITE-6647 Added missing Mongo injector.
    (cherry picked from commit 173ecef)

commit 745677631d260cb51cb601ae38af8528aa5d5c66
Author: Ivan Rakov <ivan.glukos@...>
Date:   2017-10-20T07:29:57Z

    IGNITE-6030 Allow enabling persistence per data region

commit 6c58b4ac7c4527d583de49c4d8b250436273294c
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-10-20T10:43:44Z

    IGNITE-6030 Fixed misspelled metric

commit 8ee033fdc50b11c6913e1b6ddc100c28f6bf4341
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-20T11:38:11Z

    IGNITE-6515 .NET: Enable persistence on per-cache basis
    
    This closes #2891

commit 347696d2426ef5be8294253141e299097a6564cc
Author: Anton Vinogradov <av@...>
Date:   2017-10-20T14:15:39Z

    Removed redundant libs from libs/optional

commit a221066b3d029afc392be704a810c0e830fc0c49
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T14:15:02Z

    IGNITE-6647 Web Console: Added folder for modules migrations.
    (cherry picked from commit 3700717)

commit e6cb5300d51c5184e876b988c4683bc605685874
Author: devozerov <vozerov@...>
Date:   2017-10-20T15:11:52Z

    AI release notes.

commit d196045bf8b719f65b4025409112140196aa206c
Author: devozerov <ppozerov@...>
Date:   2017-10-21T15:47:04Z

    IGNITE-6689: SQL: Added DATA_REGION option for CREATE TABLE.

commit da8a9d5a968ba071697a28adb01bc59f80d1893c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-23T08:55:33Z

    Merge branch 'ignite-2.3.1' into ignite-2.3.2
    
    # Conflicts:
    #   
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj

commit 69fdac3acf768ecb9df80d4412c4de5ffd5bc4f5
Author: Dmitriy Shabalin <dshabalin@...>
Date:   2017-10-23T09:09:47Z

    IGNITE-5909 Added list editable component.
    (cherry picked from commit 01daee6)

commit ec1a8e7f698e584e94284220aa13ff15449f366e
Author: oleg-ostanin <oostanin@...>
Date:   2017-10-24T06:48:04Z

    IGNITE-6706: Removed ignite-sqlline module from "optional" build directory. 
This closes #2901.

commit 3e52aca47b0a6a0a47f7d063bd0d2bb51489e523
Author: oleg-ostanin <oostanin@...>
Date:   2017-10-24T06:49:55Z

    IGNITE-6708: Removed ignite-compatibility module from "optional" build 
directory. This closes #2902.

commit 103d5b00aa697acca1d41fe39ec27404ac6ac555
Author: oleg-ostanin <oostanin@...>
Date:   2017-10-24T07:32:32Z

    IGNITE-6718: Skipped upload of sqlline and compatibility modules into maven 
central during build. This closes #2911.

commit 4a2c38333c112d4956d6394667672c1470503435
Author: apopov <tank2.alex@...>
Date:   2017-10-24T08:56:33Z

    IGNITE-6362 NPE in Log4J2Logger

commit b92a9c6cbd7a48d6399da6b8cdaad014ee5770c4
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-10-24T11:02:18Z

    IGNITE-6721 - Fixed page evictions in mixed mode

commit 5150e8b25340794dba11f73d53e890176c528fb1
Author: Oleg Ostanin <oostanin@...>
Date:   2017-10-24T11:53:16Z

    IGNITE-6660 Python Redis example fails for python 3 run. This closes #2879.
    
    Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit 94df5e9bf82885b5c344f231f13a0aa408268c70
Author: vsisko <vsisko@...>
Date:   2017-10-24T12:18:02Z

    IGNITE-6560 Minor changes of Data region configuration.
    (cherry picked from commit eb81e6c)

commit 10afc0394a842898f2969108bf2abc35ebfe2d73
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-10-24T13:08:45Z

    IGNITE-6724 Fixed PersistentStoreExample

commit 89fdca84e82e112cc90c20b8d88cfc0f663977a1
Author: tledkov-gridgain <tledkov@...>
Date:   2017-10-24T14:42:00Z

    IGNITE-6723: Fix to ScalarCreditRiskExample: changed type from scala 
sequence to scala Array for member of serialized closure. This closes #2919.

commit b8c756b2c8eff3d07bc69e053fa579f6f9d1db64
Author: oleg-ostanin <oostanin@...>
Date:   2017-10-24T16:06:04Z

    IGNITE-6726 Licenses for Sqlline are missing

commit 089ebecb3e5962c7a38afd01bd18c77feb23d155
Author: vsisko <vsisko@...>
Date:   2017-10-25T04:23:11Z

    IGNITE-6671 Web Agent: Fixed data type conversion for Oracle NUMBER(N) data 
types.
    (cherry picked from commit 93be8ea)

commit 1e56de86525a79c895eba2d839b7887b61979b07
Author: Denis Mekhanikov <dmekhanikov@...>
Date:   2017-10-25T11:44:51Z

    IGNITE-6572: SQL: allowed many cache to share the same schema. This closes 
#2850.
    (cherry-picked from commit ee6daae)

commit 288c198e36113e7940a8bdca5149ece47d271f4e
Author: Oleg Ostanin <oostanin@...>
Date:   2017-10-25T15:48:48Z

    IGNITE-6751: Skipped upload of "ignite-dev-utils" module to Maven 
repository. This closes #2926.

----


---

Reply via email to