[05/24] incubator-ignite git commit: # ignite-450: fill DEVNOTES.txt

2015-03-11 Thread sboikov
# ignite-450: fill DEVNOTES.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/0761b1e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0761b1e1 Diff: http://git-wip-us.apache.org/repo

[12/24] incubator-ignite git commit: # ignite-47 Cleanup code. (cherry picked from commit 4d816eb)

2015-03-11 Thread sboikov
# ignite-47 Cleanup code. (cherry picked from commit 4d816eb) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/330a7057 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/330a7057 Diff: htt

[10/24] incubator-ignite git commit: # ignite-47 Optimization: avoid array resize. (cherry picked from commit 67a1711)

2015-03-11 Thread sboikov
# ignite-47 Optimization: avoid array resize. (cherry picked from commit 67a1711) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c55c24c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tre

[13/24] incubator-ignite git commit: # ignite-47 Disable unnecessary injection. (cherry picked from commit 2c29387)

2015-03-11 Thread sboikov
# ignite-47 Disable unnecessary injection. (cherry picked from commit 2c29387) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6717796e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6

[20/24] incubator-ignite git commit: # sprint-2 - added license clarification text to some ipc files.

2015-03-11 Thread sboikov
# sprint-2 - added license clarification text to some ipc files. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/545b343a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/545b343a Diff:

[02/24] incubator-ignite git commit: # ignite-450: RC2 -> RC3

2015-03-11 Thread sboikov
# ignite-450: RC2 -> RC3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/0d3ece78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0d3ece78 Diff: http://git-wip-us.apache.org/repos/asf/i

[14/24] incubator-ignite git commit: # ignite-47 Cleanup code. (cherry picked from commit d41ceef)

2015-03-11 Thread sboikov
# ignite-47 Cleanup code. (cherry picked from commit d41ceef) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c799054d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c799054d Diff: htt

[15/24] incubator-ignite git commit: # ignite-47 Use Integer.highestOneBit() to calculate table size, Integer.highestOneBit() works fast because JIT translate it to one processor instruction. (cherry

2015-03-11 Thread sboikov
# ignite-47 Use Integer.highestOneBit() to calculate table size, Integer.highestOneBit() works fast because JIT translate it to one processor instruction. (cherry picked from commit de1f71f) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.o

[22/24] incubator-ignite git commit: # sprint-2 - fixed Notice file.

2015-03-11 Thread sboikov
# sprint-2 - fixed Notice file. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3aa606c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3aa606c8 Diff: http://git-wip-us.apache.org/repo

[06/24] incubator-ignite git commit: # ignite-450: RC2 -> RC3

2015-03-11 Thread sboikov
# ignite-450: RC2 -> RC3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5d460e06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5d460e06 Diff: http://git-wip-us.apache.org/repos/asf/i

[04/24] incubator-ignite git commit: # ignite-450: add license header at start-nodes.ini

2015-03-11 Thread sboikov
# ignite-450: add license header at start-nodes.ini Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/749ef840 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/749ef840 Diff: http://git-wi

[18/24] incubator-ignite git commit: # ignite-450: update LICENSE.txt and NOTICE.txt

2015-03-11 Thread sboikov
# ignite-450: update LICENSE.txt and NOTICE.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1d36396b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1d36396b Diff: http://git-wip-us

[07/24] incubator-ignite git commit: # ignite-47 Add method GridTestUtil.benchmark() (cherry picked from commit ce2d266)

2015-03-11 Thread sboikov
# ignite-47 Add method GridTestUtil.benchmark() (cherry picked from commit ce2d266) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2d1b861f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/t

[03/24] incubator-ignite git commit: # ignite-450: change rat exclude-list comments

2015-03-11 Thread sboikov
# ignite-450: change rat exclude-list comments Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ab683d18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ab683d18 Diff: http://git-wip-us.

[19/24] incubator-ignite git commit: Merge branch 'sprint-2' into ignite-450

2015-03-11 Thread sboikov
Merge branch 'sprint-2' into ignite-450 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/fafb5f2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/fafb5f2f Diff: http://git-wip-us.apache.

[17/24] incubator-ignite git commit: # IGNITE-447 Remove unused methods.

2015-03-11 Thread sboikov
# IGNITE-447 Remove unused methods. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6c4282a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6c4282a1 Diff: http://git-wip-us.apache.org/

[11/24] incubator-ignite git commit: # ignite-47 Set correct default load factor to GridLeanMap. (cherry picked from commit 8d0d86f)

2015-03-11 Thread sboikov
# ignite-47 Set correct default load factor to GridLeanMap. (cherry picked from commit 8d0d86f) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e5569512 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[09/24] incubator-ignite git commit: # ignite-47 Optimize injection: use GridLeanIdentitySet. (cherry picked from commit 6d2f81a)

2015-03-11 Thread sboikov
# ignite-47 Optimize injection: use GridLeanIdentitySet. (cherry picked from commit 6d2f81a) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b73239ff Tree: http://git-wip-us.apache.org/repos/asf/incubator

[16/24] incubator-ignite git commit: # ignite-450

2015-03-11 Thread sboikov
# ignite-450 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f89c3da6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f89c3da6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ign

[24/24] incubator-ignite git commit: Merge branch 'sprint-2' into ignite-443

2015-03-11 Thread sboikov
Merge branch 'sprint-2' into ignite-443 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/51f77d78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/51f77d78 Diff: http://git-wip-us.apache.

[21/24] incubator-ignite git commit: # sprint-2 - fixed Notice file.

2015-03-11 Thread sboikov
# sprint-2 - fixed Notice file. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/71babc7f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/71babc7f Diff: http://git-wip-us.apache.org/repo

[08/24] incubator-ignite git commit: # ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b)

2015-03-11 Thread sboikov
# ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/573b658

[23/24] incubator-ignite git commit: IGNITE-443 Added test.

2015-03-11 Thread sboikov
IGNITE-443 Added test. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/38c794c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/38c794c0 Diff: http://git-wip-us.apache.org/repos/asf/inc

[01/24] incubator-ignite git commit: # ignite-450: remove *.md from RAT exclude list

2015-03-11 Thread sboikov
Repository: incubator-ignite Updated Branches: refs/heads/ignite-443 2cbf4406d -> 51f77d789 # ignite-450: remove *.md from RAT exclude list Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/446facb5 Tre

[42/51] [abbrv] incubator-ignite git commit: # ignite-47 Use Integer.highestOneBit() to calculate table size, Integer.highestOneBit() works fast because JIT translate it to one processor instruction.

2015-03-11 Thread agoncharuk
# ignite-47 Use Integer.highestOneBit() to calculate table size, Integer.highestOneBit() works fast because JIT translate it to one processor instruction. (cherry picked from commit de1f71f) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.o

[12/51] [abbrv] incubator-ignite git commit: # IGNITE-419: Applied fix from Ivan V..

2015-03-11 Thread agoncharuk
# IGNITE-419: Applied fix from Ivan V.. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/999fd03c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/999fd03c Diff: http://git-wip-us.apache.

[15/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'origin/sprint-2' into sprint-2

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'origin/sprint-2' into sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bdba9341 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bdba9341 Diff: http

[33/51] [abbrv] incubator-ignite git commit: # ignite-450: RC2 -> RC3

2015-03-11 Thread agoncharuk
# ignite-450: RC2 -> RC3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5d460e06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5d460e06 Diff: http://git-wip-us.apache.org/repos/asf/i

[11/51] [abbrv] incubator-ignite git commit: # sprint-2 - DEVNOTES.

2015-03-11 Thread agoncharuk
# sprint-2 - DEVNOTES. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9b23c75f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9b23c75f Diff: http://git-wip-us.apache.org/repos/asf/inc

[45/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/00f5d4ee/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearCacheEntry.java -- diff --cc modules/core/src/main/java/org/apac

[46/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/00f5d4ee/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtCacheEntry.java -- diff --cc modules/core/src/main/java/org/apache

[51/51] [abbrv] incubator-ignite git commit: # IGNITE-45 - Fixing tests

2015-03-11 Thread agoncharuk
# IGNITE-45 - Fixing tests Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/65d22d58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/65d22d58 Diff: http://git-wip-us.apache.org/repos/asf

[14/51] [abbrv] incubator-ignite git commit: # sprint-2 Removed check for "license" folder.

2015-03-11 Thread agoncharuk
# sprint-2 Removed check for "license" folder. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4df20f36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4df20f36 Diff: http://git-wip-us.

[49/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
Merge branch sprint-2 into ignite-45 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b85d95f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b85d95f5 Diff: http://git-wip-us.apache.org

[28/51] [abbrv] incubator-ignite git commit: # IGNITE-320 Remove unnecessary checking CacheMapEntry.obsoleteOrDeleted()

2015-03-11 Thread agoncharuk
# IGNITE-320 Remove unnecessary checking CacheMapEntry.obsoleteOrDeleted() Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8f461c5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8f461

[35/51] [abbrv] incubator-ignite git commit: # ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b)

2015-03-11 Thread agoncharuk
# ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/573b658

[31/51] [abbrv] incubator-ignite git commit: Applied patch for AsyncSupportAdapter from Pavel T.. Now it is possible to get future for the last async operation without clearing it.

2015-03-11 Thread agoncharuk
Applied patch for AsyncSupportAdapter from Pavel T.. Now it is possible to get future for the last async operation without clearing it. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/14dcb40e Tree: http

[16/51] [abbrv] incubator-ignite git commit: # Minor Hadoop constants adjustments.

2015-03-11 Thread agoncharuk
# Minor Hadoop constants adjustments. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b9485529 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b9485529 Diff: http://git-wip-us.apache.or

[40/51] [abbrv] incubator-ignite git commit: # ignite-47 Disable unnecessary injection. (cherry picked from commit 2c29387)

2015-03-11 Thread agoncharuk
# ignite-47 Disable unnecessary injection. (cherry picked from commit 2c29387) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6717796e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6

[22/51] [abbrv] incubator-ignite git commit: Minor Hadoop docs change.

2015-03-11 Thread agoncharuk
Minor Hadoop docs change. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9714c913 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9714c913 Diff: http://git-wip-us.apache.org/repos/asf/

[47/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/00f5d4ee/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheEvictionManager.java -- diff --cc modules/core/src/main/java/org/apache/ignite/i

[01/51] [abbrv] incubator-ignite git commit: # ignite-51 merge from sprint-2

2015-03-11 Thread agoncharuk
Repository: incubator-ignite Updated Branches: refs/heads/ignite-45 264d62b90 -> 65d22d586 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b37bd358/modules/core/src/main/java/org/apache/ignite/internal/processors/continuous/GridContinuousProcessor.java -

[09/51] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread agoncharuk
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3c15d6a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3c15d6a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[20/51] [abbrv] incubator-ignite git commit: # ignite-450: RC2 -> RC3

2015-03-11 Thread agoncharuk
# ignite-450: RC2 -> RC3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/07f0eed2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/07f0eed2 Diff: http://git-wip-us.apache.org/repos/asf/i

[41/51] [abbrv] incubator-ignite git commit: # ignite-47 Cleanup code. (cherry picked from commit d41ceef)

2015-03-11 Thread agoncharuk
# ignite-47 Cleanup code. (cherry picked from commit d41ceef) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c799054d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c799054d Diff: htt

[17/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'origin/sprint-2' into sprint-2

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'origin/sprint-2' into sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9d78a08b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9d78a08b Diff: http

[36/51] [abbrv] incubator-ignite git commit: # ignite-47 Optimize injection: use GridLeanIdentitySet. (cherry picked from commit 6d2f81a)

2015-03-11 Thread agoncharuk
# ignite-47 Optimize injection: use GridLeanIdentitySet. (cherry picked from commit 6d2f81a) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b73239ff Tree: http://git-wip-us.apache.org/repos/asf/incubator

[37/51] [abbrv] incubator-ignite git commit: # ignite-47 Optimization: avoid array resize. (cherry picked from commit 67a1711)

2015-03-11 Thread agoncharuk
# ignite-47 Optimization: avoid array resize. (cherry picked from commit 67a1711) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c55c24c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tre

[23/51] [abbrv] incubator-ignite git commit: # sprint-2 added test

2015-03-11 Thread agoncharuk
# sprint-2 added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1eb870e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1eb870e6 Diff: http://git-wip-us.apache.org/repos/asf/incu

[05/51] [abbrv] incubator-ignite git commit: ignite-51

2015-03-11 Thread agoncharuk
ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6031b87e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6031b87e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite

[04/51] [abbrv] incubator-ignite git commit: # sprint-2 Add comment.

2015-03-11 Thread agoncharuk
# sprint-2 Add comment. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/095b7829 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/095b7829 Diff: http://git-wip-us.apache.org/repos/asf/in

[27/51] [abbrv] incubator-ignite git commit: sp-2 minor

2015-03-11 Thread agoncharuk
sp-2 minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/efed98d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/efed98d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignit

[18/51] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread agoncharuk
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ca17be02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ca17be02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[25/51] [abbrv] incubator-ignite git commit: # sprint-2 fixed test

2015-03-11 Thread agoncharuk
# sprint-2 fixed test Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b3bff7ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b3bff7ef Diff: http://git-wip-us.apache.org/repos/asf/incu

[48/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
Merge branch sprint-2 into ignite-45 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/00f5d4ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/00f5d4ee Diff: http://git-wip-us.apache.org

[38/51] [abbrv] incubator-ignite git commit: # ignite-47 Set correct default load factor to GridLeanMap. (cherry picked from commit 8d0d86f)

2015-03-11 Thread agoncharuk
# ignite-47 Set correct default load factor to GridLeanMap. (cherry picked from commit 8d0d86f) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e5569512 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[21/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'origin/sprint-2' into sprint-2

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'origin/sprint-2' into sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b8200351 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b8200351 Diff: http

[39/51] [abbrv] incubator-ignite git commit: # ignite-47 Cleanup code. (cherry picked from commit 4d816eb)

2015-03-11 Thread agoncharuk
# ignite-47 Cleanup code. (cherry picked from commit 4d816eb) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/330a7057 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/330a7057 Diff: htt

[44/51] [abbrv] incubator-ignite git commit: Merge branch sprint-2 into ignite-45

2015-03-11 Thread agoncharuk
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/00f5d4ee/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java -- diff --cc modules/core/src/test/java/org/apache/ignite/testframework/GridTestUt

[43/51] [abbrv] incubator-ignite git commit: # IGNITE-447 Remove unused methods.

2015-03-11 Thread agoncharuk
# IGNITE-447 Remove unused methods. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6c4282a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6c4282a1 Diff: http://git-wip-us.apache.org/

[03/51] [abbrv] incubator-ignite git commit: # ignite-51 merge from sprint-2

2015-03-11 Thread agoncharuk
# ignite-51 merge from sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9b288fa5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9b288fa5 Diff: http://git-wip-us.apache.org/repo

[19/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-51' into sprint-2

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'remotes/origin/ignite-51' into sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a6a2fcaa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a6a2fcaa D

[50/51] [abbrv] incubator-ignite git commit: IGNITE-45 - Regenerated messages.

2015-03-11 Thread agoncharuk
IGNITE-45 - Regenerated messages. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/25e1fbda Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/25e1fbda Diff: http://git-wip-us.apache.org/re

[24/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'origin/sprint-2' into sprint-2

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'origin/sprint-2' into sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5308c181 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5308c181 Diff: http

[06/51] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread agoncharuk
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a5e9abcc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a5e9abcc Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[30/51] [abbrv] incubator-ignite git commit: ignite-320 Fix CacheExpiryTest.iteratorNextShouldCallGetExpiryForAccessedEntry

2015-03-11 Thread agoncharuk
ignite-320 Fix CacheExpiryTest.iteratorNextShouldCallGetExpiryForAccessedEntry Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2bd7421d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2

[10/51] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/sprint-2' into ignite-51

2015-03-11 Thread agoncharuk
Merge remote-tracking branch 'remotes/origin/sprint-2' into ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8061123b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8061123b D

[29/51] [abbrv] incubator-ignite git commit: # IGNITE-320 Fix formatting.

2015-03-11 Thread agoncharuk
# IGNITE-320 Fix formatting. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/94327f9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/94327f9e Diff: http://git-wip-us.apache.org/repos/a

[07/51] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread agoncharuk
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/caa0039f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/caa0039f Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[02/51] [abbrv] incubator-ignite git commit: # ignite-51 merge from sprint-2

2015-03-11 Thread agoncharuk
# ignite-51 merge from sprint-2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b37bd358 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b37bd358 Diff: http://git-wip-us.apache.org/repo

[13/51] [abbrv] incubator-ignite git commit: # IGNITE-420: Fixed logo once again.

2015-03-11 Thread agoncharuk
# IGNITE-420: Fixed logo once again. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6805b7ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6805b7ea Diff: http://git-wip-us.apache.org

[32/51] [abbrv] incubator-ignite git commit: Disable update notification for tests.

2015-03-11 Thread agoncharuk
Disable update notification for tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/077c9cce Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/077c9cce Diff: http://git-wip-us.apache.o

[26/51] [abbrv] incubator-ignite git commit: removed unnecessary iteration

2015-03-11 Thread agoncharuk
removed unnecessary iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b1b8aca1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b1b8aca1 Diff: http://git-wip-us.apache.org/repos/

[34/51] [abbrv] incubator-ignite git commit: # ignite-47 Add method GridTestUtil.benchmark() (cherry picked from commit ce2d266)

2015-03-11 Thread agoncharuk
# ignite-47 Add method GridTestUtil.benchmark() (cherry picked from commit ce2d266) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2d1b861f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/t

[08/51] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread agoncharuk
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4809eab5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4809eab5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[1/2] incubator-ignite git commit: IGNITE-471 - Fixed compilation

2015-03-11 Thread vkulichenko
Repository: incubator-ignite Updated Branches: refs/heads/ignite-471 5a7254639 -> f28b75066 IGNITE-471 - Fixed compilation Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c08ad75d Tree: http://git-wip

[2/2] incubator-ignite git commit: IGNITE-471 - Fixed compilation

2015-03-11 Thread vkulichenko
IGNITE-471 - Fixed compilation Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f28b7506 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f28b7506 Diff: http://git-wip-us.apache.org/repos

[08/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
GG-9900 - Portable marshaller refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f7f9e658 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f7f9e658 Diff: http://git-wip-us.apach

[10/10] incubator-ignite git commit: Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-471

2015-03-11 Thread vkulichenko
Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-471 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5a725463 Tree: http://git-wip-us.apache.org/repos/asf/i

[09/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
GG-9900 - Portable marshaller refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a9014e62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a9014e62 Diff: http://git-wip-us.apach

[01/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
Repository: incubator-ignite Updated Branches: refs/heads/ignite-471 [created] 5a7254639 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d838a9db/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java

[03/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d838a9db/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapManager.java -- diff --git a/modules/core/src/main/java/org/apache/ignite/in

[04/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
GG-9900 - Portable marshaller refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d838a9db Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d838a9db Diff: http://git-wip-us.apach

[05/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
GG-9900 - Portable marshaller refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/15b4ebb1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/15b4ebb1 Diff: http://git-wip-us.apach

[06/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
GG-9900 - Portable marshaller refactoring Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/db9ed055 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/db9ed055 Diff: http://git-wip-us.apach

[07/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f7f9e658/modules/core/src/main/java/org/apache/ignite/internal/processors/streamer/GridStreamerExecutionRequest.java -- diff --git a/modules/core/src/main/java/org/apach

[02/10] incubator-ignite git commit: GG-9900 - Portable marshaller refactoring

2015-03-11 Thread vkulichenko
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d838a9db/modules/core/src/main/java/org/apache/ignite/internal/processors/dataload/GridDataLoadResponse.java -- diff --git a/modules/core/src/main/java/org/apache/ignite

[3/3] incubator-ignite git commit: ignite-sql-tests - direct marshallable

2015-03-11 Thread sergi
ignite-sql-tests - direct marshallable Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/cef21304 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/cef21304 Diff: http://git-wip-us.apache.o

[1/3] incubator-ignite git commit: ignite-sql-tests - last page flag removed

2015-03-11 Thread sergi
Repository: incubator-ignite Updated Branches: refs/heads/ignite-sql-tests 334b66808 -> cef213040 ignite-sql-tests - last page flag removed Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d7cde2b8 Tre

[2/3] incubator-ignite git commit: ignite-sql-tests - moved messages to core

2015-03-11 Thread sergi
ignite-sql-tests - moved messages to core Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c459f306 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c459f306 Diff: http://git-wip-us.apach

incubator-ignite git commit: # sprint-2 - fixed Notice file.

2015-03-11 Thread dsetrakyan
Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 71babc7f1 -> 3aa606c8e # sprint-2 - fixed Notice file. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3aa606c8 Tree: http://git-wip-

incubator-ignite git commit: #gg-9828: fix cache replace.

2015-03-11 Thread sboikov
Repository: incubator-ignite Updated Branches: refs/heads/ignite-gg-9828 fb60ee21b -> bc0f87d60 #gg-9828: fix cache replace. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bc0f87d6 Tree: http://git-w

Git Push Summary

2015-03-11 Thread sboikov
Repository: incubator-ignite Updated Tags: refs/tags/release-1.0.0-RC3 [deleted] fafb5f2ff

incubator-ignite git commit: # sprint-2 - fixed Notice file.

2015-03-11 Thread dsetrakyan
Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 545b343aa -> 71babc7f1 # sprint-2 - fixed Notice file. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/71babc7f Tree: http://git-wip-

incubator-ignite git commit: # sprint-2 - added license clarification text to some ipc files.

2015-03-11 Thread dsetrakyan
Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 fafb5f2ff -> 545b343aa # sprint-2 - added license clarification text to some ipc files. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/comm

Git Push Summary

2015-03-11 Thread sboikov
Repository: incubator-ignite Updated Tags: refs/tags/release-1.0.0-RC3 [created] fafb5f2ff

[23/50] [abbrv] incubator-ignite git commit: # sprint-2 added test

2015-03-11 Thread sboikov
# sprint-2 added test Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1eb870e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1eb870e6 Diff: http://git-wip-us.apache.org/repos/asf/incu

[38/50] [abbrv] incubator-ignite git commit: # ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b)

2015-03-11 Thread sboikov
# ignite-47 Store GridResourceField and GridResourceMethod to arrays instead of List (performance optimization) (cherry picked from commit 1107e4b) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/573b658

[12/50] [abbrv] incubator-ignite git commit: # ignite-51

2015-03-11 Thread sboikov
# ignite-51 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/caa0039f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/caa0039f Diff: http://git-wip-us.apache.org/repos/asf/incubator-igni

[26/50] [abbrv] incubator-ignite git commit: removed unnecessary iteration

2015-03-11 Thread sboikov
removed unnecessary iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b1b8aca1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b1b8aca1 Diff: http://git-wip-us.apache.org/repos/

  1   2   3   4   5   6   7   >