You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by avinogradovgg <gi...@git.apache.org> on 2016/06/08 06:55:43 UTC

[GitHub] ignite pull request #783: Ignite 3238

GitHub user avinogradovgg opened a pull request:

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

    Ignite 3238

    

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

    $ git pull https://github.com/irudyak/ignite ignite-3238

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

    https://github.com/apache/ignite/pull/783.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 #783
    
----
commit 3b5c293894446a3013804e8a475d4a687e8b56f3
Author: Igor <ir...@gmail.com>
Date:   2015-10-16T05:39:26Z

    ignite 1371: Implemented.

commit a89daea495a32a7bd3ea3211f4376bda5d7b6e8d
Author: root <ro...@evhubudsd23bb.budapest.epam.com>
Date:   2015-10-16T05:45:14Z

    Merge branch 'master' into ignite-1371

commit 97e0a509eee86a9e029790e857cf9f696236e863
Author: Igor <ir...@gmail.com>
Date:   2015-11-09T05:51:32Z

    draft implementation for CassandraCacheStore.loadCache

commit 73c0326c0acd30b61cd2561c5938ab68e43fa8a3
Author: Igor <ir...@gmail.com>
Date:   2015-11-11T05:12:46Z

    minor fix in CQL query syntax - adding semicolon at the and of CQL statement if it's absent

commit 999bb80fde077b906033b383d3efd07307941994
Author: Igor <ir...@gmail.com>
Date:   2015-11-11T05:28:01Z

    unit test for loadCache added

commit 44e1b3f985de2f90b34b109ac9e02623c65ac57f
Author: irudyak <ir...@gmail.com>
Date:   2015-11-11T05:32:20Z

    Merge pull request #3 from irudyak/ignite-1371-loadCache
    
    Ignite 1371 load cache

commit 7e297545b624a2443d4795b3ad27f6127bfc5039
Author: Igor <ir...@gmail.com>
Date:   2015-11-11T22:25:24Z

    minor refactoring in JavaDoc

commit daac9abfd3f8f515770e0abbc7af731f5cc85333
Author: Igor <ir...@gmail.com>
Date:   2015-11-12T08:11:05Z

    minor refactoring - comments added to config file

commit 91804b3ab957d050092c01ec875440fdbb054f99
Author: Igor <ir...@gmail.com>
Date:   2015-11-13T04:35:39Z

    minor refactoring - xml config file slightly modified

commit 2452b3abe7ccb95e72c2dabfd2302aa6bf78c5be
Author: Igor <ir...@gmail.com>
Date:   2015-11-13T06:53:44Z

    bugfix

commit c0f751116c2303867e84d987b326f5890efa9b7b
Author: AKuznetsov <ak...@gridgain.com>
Date:   2015-11-13T10:47:52Z

    IGNITE-1371 Review.

commit 45cd9516b2a7ad00b4030329a4aa0efca99f86f8
Author: irudyak <ir...@gmail.com>
Date:   2015-11-19T00:03:53Z

    Merge pull request #4 from irudyak/ignite-1371-review
    
    IGNITE-1371 Review.

commit 9fab4f6b05fd108f0a659910b43914dab676e197
Author: Igor <ir...@gmail.com>
Date:   2015-11-19T04:56:00Z

    directly specified all required "transitive" dependencies in project pom

commit 6f2950a082bf0559cbd0a008c898a2c7fbc921e3
Author: Igor <ir...@gmail.com>
Date:   2015-11-19T06:49:07Z

    method javadocs added

commit 38e49e36a3d91dc81488c5fa24275bd71b05be34
Author: Igor <ir...@gmail.com>
Date:   2015-11-19T06:49:07Z

    Review.

commit abc552597f06a0a7e1d47ef097caa09798a12d72
Author: Igor <ir...@gmail.com>
Date:   2015-12-05T18:42:04Z

    Merge branch 'ignite-1371-review2' into ignite-1371-merge-review2
    
    Conflicts:
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/CassandraCacheStore.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/common/CassandraHelper.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/datasource/PlainCredentials.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/persistence/KeyPersistenceSettings.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/persistence/PojoField.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/persistence/ValuePersistenceSettings.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/serializer/KryoSerializer.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/session/BatchExecutionAssistant.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/session/CassandraSessionImpl.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/session/GenericBatchExecutionAssistant.java
    	modules/cassandra/src/main/java/org/apache/ignite/cache/store/cassandra/utils/session/pool/SessionPool.java

commit 63a44003d522c88c1ffdc1b7b2e7b3867ac83f96
Author: Igor <ir...@gmail.com>
Date:   2015-12-06T01:10:39Z

    javadocs refactoring

commit 2a5ab201e9cc453be5eb0a112b6d07dbab25a1f7
Author: irudyak <ir...@gmail.com>
Date:   2015-12-06T01:13:22Z

    Merge pull request #6 from irudyak/ignite-1371-merge-review2
    
    Ignite 1371 merge review2

commit e3b07e22f4f4d0dcf5ecaae203587cd19f201bf4
Author: Igor <ir...@gmail.com>
Date:   2015-12-06T01:17:55Z

    minor fix in documentation

commit c5f4213df2e3d0d13abadbb84e21d683708d40c5
Author: Igor <ir...@gmail.com>
Date:   2015-12-06T01:18:03Z

    Merge branch 'ignite-1371' of https://github.com/irudyak/ignite into ignite-1371

commit b566963f1d065c5cf64d0d1a7f4304712aa546de
Author: Igor <ir...@gmail.com>
Date:   2015-12-06T01:20:29Z

    removed TODO item

commit 52d0a6dd46a3571e35041fa308bd252fcae435b4
Author: Igor <ir...@gmail.com>
Date:   2015-12-06T01:20:29Z

    review3

commit 43a4795b4d24f1f059088295dd81d92d9f6f9827
Author: irudyak <ir...@gmail.com>
Date:   2015-12-18T07:13:18Z

    Merge pull request #7 from irudyak/ignite-1371-review3
    
    review3

commit 4af26f8620a74b440869e9fa1ea9a3d61d8fa6be
Author: Igor <ir...@gmail.com>
Date:   2015-12-18T07:39:14Z

    added check for: log != null

commit 1e3c577d285ae58419cd608f89ed0e190a79282b
Author: Igor <ir...@gmail.com>
Date:   2015-12-21T04:50:50Z

    Version number changed to 1.5.0-SNAPSHOT

commit 99e050512430e19a56d3adeedbc3d9fcc96caa8f
Author: irudyak <ir...@gmail.com>
Date:   2015-12-21T07:21:09Z

    Merge pull request #8 from irudyak/ignite-1371-review3-merge
    
    Ignite 1371 review3 merge

commit b54550a8a863ae1fc123ece808a4fbdbfaecef80
Author: AKuznetsov <ak...@gridgain.com>
Date:   2015-12-24T05:40:22Z

    review4

commit 0f667bb4b891744f277cab245f66069c46663e43
Author: AKuznetsov <ak...@gridgain.com>
Date:   2015-12-25T07:19:37Z

    review4

commit 24605e2d833c5ab04632a541c013cd6090b24010
Author: Igor <ir...@gmail.com>
Date:   2015-12-31T01:05:28Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-1371
    
    Conflicts:
    	pom.xml

commit 15c2f66f8949419a5c65cb27f2b35662753794b7
Author: Igor <ir...@gmail.com>
Date:   2015-12-31T01:25:01Z

    Version number changed to 1.5.0.final-SNAPSHOT

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #783: Ignite 3238

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

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---