[3/3] tinkerpop git commit: removed deprecated sack() function.

2017-07-12 Thread okram
removed deprecated sack() function. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18eacfdc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18eacfdc Diff:

[1/3] tinkerpop git commit: TinkerGraphPlay test had a use of the sack() method.

2017-07-12 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 849563fe3 -> 625196624 TinkerGraphPlay test had a use of the sack() method. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62519662 Tree:

[2/3] tinkerpop git commit: I swear I did this already... weird. pushing removed tests for deprecated sack() method.

2017-07-12 Thread okram
I swear I did this already... weird. pushing removed tests for deprecated sack() method. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/736d1921 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/736d1921

tinkerpop git commit: TINKERPOP-1686 Minor refactoring - changed looping structure

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1686 85dc8a984 -> 6465fd97c TINKERPOP-1686 Minor refactoring - changed looping structure Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6465fd97 Tree:

tinkerpop git commit: added references to thosee steps that support by(), to(), from(), and option(). as() was excluded as everything supports as.

2017-07-12 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1709 [created] 94f93055f added references to thosee steps that support by(), to(), from(), and option(). as() was excluded as everything supports as. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Removed graphite/ganglia configs now that they are optional

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master ce60df3de -> 849563fe3 Removed graphite/ganglia configs now that they are optional Also added some extra links in the docs about this CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/2] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ce60df3d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ce60df3d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ce60df3d

tinkerpop git commit: Added gremlin+beer image CTR

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 fbed57b62 -> 937981a16 Added gremlin+beer image CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/937981a1 Tree:

[1/2] tinkerpop git commit: Added gremlin+beer image CTR

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 65d7a82ff -> ce60df3de Added gremlin+beer image CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/937981a1 Tree:

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1714' into tp32

2017-07-12 Thread spmallette
Merge branch 'TINKERPOP-1714' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fbed57b6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fbed57b6 Diff:

[1/2] tinkerpop git commit: TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 c30b378b3 -> fbed57b62 TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted Prior to this change timeouts were considered from the time the script started evaluation which probably isn't in line with user

[3/3] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/65d7a82f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/65d7a82f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/65d7a82f

[1/3] tinkerpop git commit: TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 1526c2c55 -> 65d7a82ff TINKERPOP-1714 GremlinExecutor checks for timeout from time script submitted Prior to this change timeouts were considered from the time the script started evaluation which probably isn't in line with user

tinkerpop git commit: Removed DetachedEdge constructor that was previously deprecated

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master abd79a20f -> 1526c2c55 Removed DetachedEdge constructor that was previously deprecated Should have been removed earlier on an older, long ago merged ticket CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[3/6] tinkerpop git commit: TINKERPOP-915 Fix issues from merging master

2017-07-12 Thread spmallette
TINKERPOP-915 Fix issues from merging master Removed generics on ServerExecutor in merge Update HttpChannelizer integration tests to use new json format Fix issues created from merging tp32 in 960fde1 regarding creation of the authenticationHandler Project:

[1/2] tinkerpop git commit: [TINKERPOP-915]Add combined handler for Http and Websockets

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 bd4b98957 -> c30b378b3 [TINKERPOP-915]Add combined handler for Http and Websockets [TINKERPOP-915](https://issues.apache.org/jira/browse/TINKERPOP-915) Most of this is tests. I added an integration test that goes over the functionality

[2/6] tinkerpop git commit: Merge Combined WS and Http Channelizer to master

2017-07-12 Thread spmallette
Merge Combined WS and Http Channelizer to master Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cee56f52 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cee56f52 Diff:

[2/2] tinkerpop git commit: Merge branch 'pr-618' into tp32

2017-07-12 Thread spmallette
Merge branch 'pr-618' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c30b378b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c30b378b Diff:

[4/6] tinkerpop git commit: Merge branch 'pr-671'

2017-07-12 Thread spmallette
Merge branch 'pr-671' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2c03768a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2c03768a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2c03768a

[6/6] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/abd79a20 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/abd79a20 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/abd79a20

[5/6] tinkerpop git commit: Merge branch 'pr-618' into tp32

2017-07-12 Thread spmallette
Merge branch 'pr-618' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c30b378b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c30b378b Diff:

[1/6] tinkerpop git commit: [TINKERPOP-915]Add combined handler for Http and Websockets

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 01d8936e8 -> abd79a20f [TINKERPOP-915]Add combined handler for Http and Websockets [TINKERPOP-915](https://issues.apache.org/jira/browse/TINKERPOP-915) Most of this is tests. I added an integration test that goes over the

[50/50] [abbrv] tinkerpop git commit: Registered ByModulatorOptimizationStrategy with Gremlin-Python.

2017-07-12 Thread dkuppitz
Registered ByModulatorOptimizationStrategy with Gremlin-Python. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a0a78170 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a0a78170 Diff:

[32/50] [abbrv] tinkerpop git commit: Fixed bad link CTR

2017-07-12 Thread dkuppitz
Fixed bad link CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bd4b9895 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bd4b9895 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bd4b9895

[24/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Refactored gryo serialization tests

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Refactored gryo serialization tests Did a better job parameterizing tests for re-use. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9e5490b Tree:

[49/50] [abbrv] tinkerpop git commit: Registered ByModulatorOptimizationStrategy in GraphSON and Gryo serializers and added it to the core imports. Thanks @okram for pointing that out.

2017-07-12 Thread dkuppitz
Registered ByModulatorOptimizationStrategy in GraphSON and Gryo serializers and added it to the core imports. Thanks @okram for pointing that out. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d0aaf002 Tree:

[17/50] [abbrv] tinkerpop git commit: removed valueIncr, valueDecr, keyIncr, and keyDecr from Gremlin-Python enums.

2017-07-12 Thread dkuppitz
removed valueIncr, valueDecr, keyIncr, and keyDecr from Gremlin-Python enums. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8cf3173b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8cf3173b Diff:

[39/50] [abbrv] tinkerpop git commit: added link: to release notes and fixed conflicts in CHANGELOG.

2017-07-12 Thread dkuppitz
added link: to release notes and fixed conflicts in CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4203bd86 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4203bd86 Diff:

[12/50] [abbrv] tinkerpop git commit: Removed ancient deprecated mutation steps of addV(), addE(), and addOutE(), addInE(). These are no longer needed given the introduction of to() and from() constru

2017-07-12 Thread dkuppitz
Removed ancient deprecated mutation steps of addV(), addE(), and addOutE(), addInE(). These are no longer needed given the introduction of to() and from() constructs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[18/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Gryo 3.0 WIP

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Gryo 3.0 WIP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/87ca1e35 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/87ca1e35 Diff:

[42/50] [abbrv] tinkerpop git commit: fixed some minor typos in CHANGELOG. CTR.

2017-07-12 Thread dkuppitz
fixed some minor typos in CHANGELOG. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/188fe4b6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/188fe4b6 Diff:

[45/50] [abbrv] tinkerpop git commit: Reordered TraversalStategies

2017-07-12 Thread dkuppitz
Reordered TraversalStategies Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a0f9e4c6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a0f9e4c6 Diff:

[38/50] [abbrv] tinkerpop git commit: Added a pause for tests asserting logs.

2017-07-12 Thread dkuppitz
Added a pause for tests asserting logs. Logs needed time to flush in the server thread. I don't know of a way to detect that reliably. Hate to rely on pause, but perhaps it will prevent most of the random test failures we tend to see with this body of tests. CTR Project:

[28/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Changed format of property writes

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Changed format of property writes Write properties with streams instead of pulling them into a List in memory Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/155e50d8 Tree:

[16/50] [abbrv] tinkerpop git commit: removed deprecated Order enums keyDecr, valueDecr, keyIncr, and valueIncr. These were replaced long ago by Column.keys and Column.values using respective Order.in

2017-07-12 Thread dkuppitz
removed deprecated Order enums keyDecr, valueDecr, keyIncr, and valueIncr. These were replaced long ago by Column.keys and Column.values using respective Order.incr and Order.decr ordering enums. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[43/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1721'

2017-07-12 Thread dkuppitz
Merge branch 'TINKERPOP-1721' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/01d8936e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/01d8936e Diff:

[21/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Folded Gryo lite tests into main gryo tests

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Folded Gryo lite tests into main gryo tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9c046638 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9c046638 Diff:

[30/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Cleaned up docs with old serializer output in them

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Cleaned up docs with old serializer output in them Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/98b7ffa3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98b7ffa3 Diff:

[44/50] [abbrv] tinkerpop git commit: Implemented `ByModulatorOptimizationStrategy` which replaces certain standard traversals w/ optimized traversals (e.g. `TokenTraversal`).

2017-07-12 Thread dkuppitz
Implemented `ByModulatorOptimizationStrategy` which replaces certain standard traversals w/ optimized traversals (e.g. `TokenTraversal`). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/774d7d1f Tree:

[25/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Include traversal index in deserialization

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Include traversal index in deserialization Seems like it is needed for giraph for some reason. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0a7f7f6e Tree:

[23/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Fixed up a bunch of tests with Gryo V3

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Fixed up a bunch of tests with Gryo V3 Basically had to default everything to work on V3. Might need to change up some tests to validate V1 specifically still. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[41/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-832'

2017-07-12 Thread dkuppitz
Merge branch 'TINKERPOP-832' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9642ec0b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9642ec0b Diff:

[46/50] [abbrv] tinkerpop git commit: Made sure that the barrier step and the reducing operator are reevaluated when the value traversal is being replaced.

2017-07-12 Thread dkuppitz
Made sure that the barrier step and the reducing operator are reevaluated when the value traversal is being replaced. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8cf98c72 Tree:

[35/50] [abbrv] tinkerpop git commit: Exposed SubgraphStrategyTest and ReadOnlyStrategytest to ProcessXXXSuite for RemoteGraph. Integrestingly, these break in tp32/. CTR.

2017-07-12 Thread dkuppitz
Exposed SubgraphStrategyTest and ReadOnlyStrategytest to ProcessXXXSuite for RemoteGraph. Integrestingly, these break in tp32/. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79d138a5 Tree:

[31/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Cleaned up comments

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Cleaned up comments Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/207cc342 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/207cc342 Diff:

[03/50] [abbrv] tinkerpop git commit: Added some missing deprecation entries to upgrade docs in 3.3.0 CTR

2017-07-12 Thread dkuppitz
Added some missing deprecation entries to upgrade docs in 3.3.0 CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0d532aa9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0d532aa9 Diff:

[34/50] [abbrv] tinkerpop git commit: fixed the string addV()-deprecated calls in GremlinDriverIntegrateTest. Also, added the link: to the ISSUE in release-3.3.x.asciidoc.

2017-07-12 Thread dkuppitz
fixed the string addV()-deprecated calls in GremlinDriverIntegrateTest. Also, added the link: to the ISSUE in release-3.3.x.asciidoc. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7aff2b89 Tree:

[33/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread dkuppitz
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4062898a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4062898a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4062898a

[48/50] [abbrv] tinkerpop git commit: replaced TraversalRing's setTraversal() with replaceTraversal()

2017-07-12 Thread dkuppitz
replaced TraversalRing's setTraversal() with replaceTraversal() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b5e0524a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b5e0524a Diff:

[40/50] [abbrv] tinkerpop git commit: fixed up CHANGELOG and added link: to upgrade docs.

2017-07-12 Thread dkuppitz
fixed up CHANGELOG and added link: to upgrade docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1557284c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1557284c Diff:

[27/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Update the upgrade docs for gryo 3.0

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Update the upgrade docs for gryo 3.0 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5554fea7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5554fea7 Diff:

[47/50] [abbrv] tinkerpop git commit: Added new tests as suggested by @okram.

2017-07-12 Thread dkuppitz
Added new tests as suggested by @okram. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7362e954 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7362e954 Diff:

[15/50] [abbrv] tinkerpop git commit: updated graph_traversal.py accordingly.

2017-07-12 Thread dkuppitz
updated graph_traversal.py accordingly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/214e4e2d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/214e4e2d Diff:

[07/50] [abbrv] tinkerpop git commit: Didn't account for a null value in the config

2017-07-12 Thread dkuppitz
Didn't account for a null value in the config When the warn message got added it didn't account for null configs. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/402678b1 Tree:

[20/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Initialize computedMetrics

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Initialize computedMetrics Without that initialization there are scenarios in sparkgraphcomputer where serialization will fail. The Gryo 3.0 TraversalMetricSerializer gets a collection of computed metrics and null pointers basically. Project:

[06/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread dkuppitz
Merge branch 'tp32' Conflicts: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3477dc7c Tree:

[04/50] [abbrv] tinkerpop git commit: Fixed Gephi plugin now that TraversalSource.Builder is gone

2017-07-12 Thread dkuppitz
Fixed Gephi plugin now that TraversalSource.Builder is gone I guess no one ran tests when #650 was voted/merged and this change was missed. shame shame CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b4b78de5

[37/50] [abbrv] tinkerpop git commit: Remove byte array from sasl return.

2017-07-12 Thread dkuppitz
Remove byte array from sasl return. This should have been done back TINKERPOP-1603 but it was missed CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/138aacd7 Tree:

[29/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Added Gryo v3 to all configs

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Added Gryo v3 to all configs Removed v1 where necessary - don't really want to promote that version anymore. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fdc15dff Tree:

[36/50] [abbrv] tinkerpop git commit: Removed deprecated withBindings() and Bindings() constructor.

2017-07-12 Thread dkuppitz
Removed deprecated withBindings() and Bindings() constructor. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/76e73d39 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/76e73d39 Diff:

[11/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread dkuppitz
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c3cfaea5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c3cfaea5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c3cfaea5

[19/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Metrics serializer for gryo 3.0 and abstract ClassResolver

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Metrics serializer for gryo 3.0 and abstract ClassResolver Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dc9a87b3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dc9a87b3 Diff:

[10/50] [abbrv] tinkerpop git commit: added a new test case to test_driver_remote_connection.py that is related to TINKERPOP-1716. CTR.

2017-07-12 Thread dkuppitz
added a new test case to test_driver_remote_connection.py that is related to TINKERPOP-1716. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31daf326 Tree:

[26/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Hooked up Gryo 3.0 for OLAP stuff.

2017-07-12 Thread dkuppitz
TINKERPOP-1698 Hooked up Gryo 3.0 for OLAP stuff. Improved configurability for the version. Parameterized tests for 1.0 and 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/21b35c46 Tree:

[22/50] [abbrv] tinkerpop git commit: TINKERPOP-1698 Fixed up a bunch of tests with Gryo V3

2017-07-12 Thread dkuppitz
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cfcdd26e/gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/driver/remote/gremlin-server-integration.yaml -- diff --git

[14/50] [abbrv] tinkerpop git commit: removed deprecated GraphTraversal.mapKeys() and GraphTraversal.mapValues(). These steps were deprecated long ago and replaced with select(keys) and select(values)

2017-07-12 Thread dkuppitz
removed deprecated GraphTraversal.mapKeys() and GraphTraversal.mapValues(). These steps were deprecated long ago and replaced with select(keys) and select(values), respectively. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[05/50] [abbrv] tinkerpop git commit: Didn't account for a null value in the config

2017-07-12 Thread dkuppitz
Didn't account for a null value in the config When the warn message got added it didn't account for null configs. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8880118d Tree:

[02/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1603'

2017-07-12 Thread dkuppitz
Merge branch 'TINKERPOP-1603' Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bcd186cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bcd186cd Diff:

[09/50] [abbrv] tinkerpop git commit: Bump to mockito newer version of mockito 1.10.19 CTR

2017-07-12 Thread dkuppitz
Bump to mockito newer version of mockito 1.10.19 CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4eafc3e0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4eafc3e0 Diff:

[13/50] [abbrv] tinkerpop git commit: graph_traversal.py update.

2017-07-12 Thread dkuppitz
graph_traversal.py update. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bbfd7a66 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bbfd7a66 Diff:

[08/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

2017-07-12 Thread dkuppitz
Merge branch 'tp32' Conflicts: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/22e2d9d9 Tree:

[01/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' [Forced Update!]

2017-07-12 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1682 f68b36c44 -> a0a781700 (forced update) Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c0d375cb Tree:

[22/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Added g:Map for GraphSON 3.0

2017-07-12 Thread spmallette
TINKERPOP-1427 Added g:Map for GraphSON 3.0 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/548baab3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/548baab3 Diff:

[17/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Make GraphSON 3.0 serializers equivalent to 2.0

2017-07-12 Thread spmallette
TINKERPOP-1427 Make GraphSON 3.0 serializers equivalent to 2.0 There were some internal changes to GraphSON 2.0 deserializers that improved performance. Migrated all that to 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[46/50] [abbrv] tinkerpop git commit: GraphSONRecordReader/Writer can now be configured to use either GraphSON V2 or V3. Added a test case to verfify proper behavior of parser from GraphSON V3 on HDFS

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/228e578f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/grateful-dead-v3d0-typed.json -- diff --git

[43/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Coerced Map.Entry to a Map with single entry

2017-07-12 Thread spmallette
TINKERPOP-1427 Coerced Map.Entry to a Map with single entry Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3dc0b03f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3dc0b03f Diff:

[48/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Fixed py server config

2017-07-12 Thread spmallette
TINKERPOP-1427 Fixed py server config Should have used maching TinkerGraph IORegistry for the version. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c06d9fee Tree:

[20/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Added g:Set and g:List for GraphSON 3.0

2017-07-12 Thread spmallette
TINKERPOP-1427 Added g:Set and g:List for GraphSON 3.0 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9949c38d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9949c38d Diff:

[19/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Migrate GraphSON v2 performance enhancement to v3

2017-07-12 Thread spmallette
TINKERPOP-1427 Migrate GraphSON v2 performance enhancement to v3 This was for TinkerGraph whole graph serialization. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/65598953 Tree:

[03/50] [abbrv] tinkerpop git commit: removed deprecated Order enums keyDecr, valueDecr, keyIncr, and valueIncr. These were replaced long ago by Column.keys and Column.values using respective Order.in

2017-07-12 Thread spmallette
removed deprecated Order enums keyDecr, valueDecr, keyIncr, and valueIncr. These were replaced long ago by Column.keys and Column.values using respective Order.incr and Order.decr ordering enums. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[23/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/tinkerpop-modern-typed-v2d0.json -- diff --git

[45/50] [abbrv] tinkerpop git commit: GraphSONRecordReader/Writer can now be configured to use either GraphSON V2 or V3. Added a test case to verfify proper behavior of parser from GraphSON V3 on HDFS

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/228e578f/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/Constants.java -- diff --git

[35/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/data/grateful-dead-v2d0.json -- diff --git a/data/grateful-dead-v2d0.json b/data/grateful-dead-v2d0.json deleted file mode 100644 index 92c4d84..000 ---

[18/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Should use GraphSON 3.0 in the serializer provider

2017-07-12 Thread spmallette
TINKERPOP-1427 Should use GraphSON 3.0 in the serializer provider Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c7a81531 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c7a81531 Diff:

[44/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Fixed problems with v2 vs v3 in gremlin-python

2017-07-12 Thread spmallette
TINKERPOP-1427 Fixed problems with v2 vs v3 in gremlin-python There were several problems. In protocol.py there was an expectation as the to the format of the ResponseMessage that changed between v2 and v3. I added a bit of a sketchy hack to deal with that detects v2/v3 and then parses

[02/50] [abbrv] tinkerpop git commit: updated graph_traversal.py accordingly.

2017-07-12 Thread spmallette
updated graph_traversal.py accordingly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/214e4e2d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/214e4e2d Diff:

[36/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/data/grateful-dead-v2d0-typed.json -- diff --git a/data/grateful-dead-v2d0-typed.json b/data/grateful-dead-v2d0-typed.json deleted file mode 100644 index

[01/50] [abbrv] tinkerpop git commit: removed deprecated GraphTraversal.mapKeys() and GraphTraversal.mapValues(). These steps were deprecated long ago and replaced with select(keys) and select(values)

2017-07-12 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1427 e925eb867 -> 8d973c396 (forced update) removed deprecated GraphTraversal.mapKeys() and GraphTraversal.mapValues(). These steps were deprecated long ago and replaced with select(keys) and select(values), respectively.

[31/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/grateful-dead-typed-v2d0.json -- diff --git

[38/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
TINKERPOP-1427 Regenerated/renamed all data files Added versions to file names. Dropped packaged data files that were not 3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5b5f850f Tree:

[41/50] [abbrv] tinkerpop git commit: 99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last require

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/caec0019/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py -- diff --git a/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py

[15/50] [abbrv] tinkerpop git commit: fixed some minor typos in CHANGELOG. CTR.

2017-07-12 Thread spmallette
fixed some minor typos in CHANGELOG. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/188fe4b6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/188fe4b6 Diff:

[27/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/grateful-dead-v3d0-typed.json -- diff --git

[13/50] [abbrv] tinkerpop git commit: fixed up CHANGELOG and added link: to upgrade docs.

2017-07-12 Thread spmallette
fixed up CHANGELOG and added link: to upgrade docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1557284c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1557284c Diff:

[26/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/grateful-dead-v3d0.json -- diff --git

[28/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/grateful-dead-v2d0-typed.json -- diff --git

[42/50] [abbrv] tinkerpop git commit: 99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last require

2017-07-12 Thread spmallette
99 percent complete GraphSON 3.0 working with Gremlin-Python. Extended test suite to support both GraphSON 2.0 and GraphSON 3.0 testing. There is one last requirement to do on the code -- a version flag on GraphSONMessageSerializer. However, for some reason application/gremlin-v3.0 mime type

[21/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Added g:Map for GraphSON 3.0

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/548baab3/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapperEmbeddedTypeTest.java -- diff --git

[16/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1721'

2017-07-12 Thread spmallette
Merge branch 'TINKERPOP-1721' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/01d8936e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/01d8936e Diff:

[24/50] [abbrv] tinkerpop git commit: TINKERPOP-1427 Regenerated/renamed all data files

2017-07-12 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b5f850f/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/tinkerpop-classic-normalized-v1d0.json -- diff --git

  1   2   >