[24/50] tinkerpop git commit: TINKERPOP-1878 Code reformatting - bad spacing/tabs or something

2018-06-15 Thread spmallette
TINKERPOP-1878 Code reformatting - bad spacing/tabs or something Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5ec45f1f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5ec45f1f Diff:

[39/50] tinkerpop git commit: TINKERPOP-1878 Minor transpiler doc fixes

2018-06-15 Thread spmallette
TINKERPOP-1878 Minor transpiler doc fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c1093c10 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c1093c10 Diff:

[29/50] tinkerpop git commit: TINKERPOP-1878 Added a basics for sparql execution in a traversal

2018-06-15 Thread spmallette
TINKERPOP-1878 Added a basics for sparql execution in a traversal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/523e88f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/523e88f3 Diff:

[08/12] tinkerpop git commit: TINKERPOP-1831 Added KeyedProperty/VertexProperty for EventStrategy

2018-06-15 Thread spmallette
TINKERPOP-1831 Added KeyedProperty/VertexProperty for EventStrategy This is a minor but necessary change from the previous approach that used EmptyProperty/VertexProperty for "new" property additions. Use of "empty" was not sufficient because it didn't allow the MutationListener to know the key

[11/12] tinkerpop git commit: Extended the connected-components recipe

2018-06-15 Thread spmallette
Extended the connected-components recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/93231a1d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/93231a1d Diff:

[12/12] tinkerpop git commit: TINKERPOP-1967 Added connectedComponent() step

2018-06-15 Thread spmallette
TINKERPOP-1967 Added connectedComponent() step Deprecated the recipe for "Connected Components" but left the old content present as I felt it had educational value. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/12] tinkerpop git commit: TINKERPOP-1518 GraphProvider allows for caching of graph features

2018-06-15 Thread spmallette
TINKERPOP-1518 GraphProvider allows for caching of graph features Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aec17098 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aec17098 Diff:

[04/12] tinkerpop git commit: Merge branch 'TINKERPOP-1518'

2018-06-15 Thread spmallette
Merge branch 'TINKERPOP-1518' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad19a117 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ad19a117 Diff:

[10/12] tinkerpop git commit: TINKERPOP-1967 Minor text cleanup for connectedComponent() docs

2018-06-15 Thread spmallette
TINKERPOP-1967 Minor text cleanup for connectedComponent() docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2469d56f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2469d56f Diff:

[06/12] tinkerpop git commit: Merge branch 'TINKERPOP-1831'

2018-06-15 Thread spmallette
Merge branch 'TINKERPOP-1831' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4a7cdb58 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4a7cdb58 Diff:

[07/12] tinkerpop git commit: Fixed spacing error in CHANGELOG CTR

2018-06-15 Thread spmallette
Fixed spacing error 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/61238bfe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/61238bfe Diff:

[05/12] tinkerpop git commit: Removed a non-link in docs CTR

2018-06-15 Thread spmallette
Removed a non-link in docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/89c23bd9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/89c23bd9 Diff:

[09/12] tinkerpop git commit: Merged vtslab recipe for connected components

2018-06-15 Thread spmallette
Merged vtslab recipe for connected components Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d913143e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d913143e Diff:

[01/12] tinkerpop git commit: TINKERPOP-1831 Refactored EventStrategy [Forced Update!]

2018-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1967 e2ab5d7d6 -> 2469d56f0 (forced update) TINKERPOP-1831 Refactored EventStrategy Removed deprecated method. Used VertexProperty.empty() and Property.empty() to represent the "old" value for new property events. Created a enum

[03/12] tinkerpop git commit: TINKERPOP-1518 Minor refactoring - extracted requirement check function

2018-06-15 Thread spmallette
TINKERPOP-1518 Minor refactoring - extracted requirement check function Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/221fda58 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/221fda58 Diff:

[3/3] tinkerpop git commit: TINKERPOP-1967 Minor text cleanup for connectedComponent() docs

2018-06-15 Thread spmallette
TINKERPOP-1967 Minor text cleanup for connectedComponent() docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e2ab5d7d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e2ab5d7d Diff:

[1/3] tinkerpop git commit: Merged vtslab recipe for connected components

2018-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1967 91a861a01 -> e2ab5d7d6 Merged vtslab recipe for connected components Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28d4b026 Tree:

[13/50] tinkerpop git commit: TINKERPOP-1518 Minor refactoring - extracted requirement check function

2018-06-15 Thread spmallette
TINKERPOP-1518 Minor refactoring - extracted requirement check function Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/221fda58 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/221fda58 Diff:

[32/50] tinkerpop git commit: TINKERPOP-1878 Test cleanup for sparql-gremlin

2018-06-15 Thread spmallette
TINKERPOP-1878 Test cleanup for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5a163f23 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5a163f23 Diff:

[25/50] tinkerpop git commit: TINKERPOP-1878 More tests for ordering

2018-06-15 Thread spmallette
TINKERPOP-1878 More tests for ordering Factored the order index creation into its own method to tidy up a bit. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/48b263f2 Tree:

[28/50] tinkerpop git commit: TINKERPOP-1878 Dropped the console app

2018-06-15 Thread spmallette
TINKERPOP-1878 Dropped the console app This allows TinkerGraph to remain a test dependency only and the console app was more of a test rig than something that a user of this library would use, so it seemed like something that could be dropped. Project:

[33/50] tinkerpop git commit: TINKERPOP-1878 Updates to changelog and code comments

2018-06-15 Thread spmallette
TINKERPOP-1878 Updates to changelog and code comments Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47a98675 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/47a98675 Diff:

[18/50] tinkerpop git commit: Merge branch 'TINKERPOP-1518'

2018-06-15 Thread spmallette
Merge branch 'TINKERPOP-1518' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ad19a117 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ad19a117 Diff:

[2/3] tinkerpop git commit: Extended the connected-components recipe

2018-06-15 Thread spmallette
Extended the connected-components recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0878227 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0878227 Diff:

[34/50] tinkerpop git commit: TINKERPOP-1878 Changed gryo version of SparqlStrategy

2018-06-15 Thread spmallette
TINKERPOP-1878 Changed gryo version of SparqlStrategy Was using some temporary nonsense before... Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/56089eab Tree:

[38/50] tinkerpop git commit: TINKERPOP-1878 Bump sparql-gremlin to 3.4.0-SNAPSHOT

2018-06-15 Thread spmallette
TINKERPOP-1878 Bump sparql-gremlin to 3.4.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/682deb22 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/682deb22 Diff:

[36/50] tinkerpop git commit: TINKERPOP-1878 Added a test for ordering and corrected some problems in logic

2018-06-15 Thread spmallette
TINKERPOP-1878 Added a test for ordering and corrected some problems in logic Ordering didn't work - at least not completely. The test, as it is written in this commit, that failed to sort properly. Changed the logic for ordering to track all of the keys specified to ORDER with their

[11/50] tinkerpop git commit: TINKERPOP-1831 Refactored EventStrategy

2018-06-15 Thread spmallette
TINKERPOP-1831 Refactored EventStrategy Removed deprecated method. Used VertexProperty.empty() and Property.empty() to represent the "old" value for new property events. Created a enum for configuring detachment on the EventStrategy builder. Project:

[44/50] tinkerpop git commit: TINKERPOP-1878 Added the plugin for sparql-gremlin

2018-06-15 Thread spmallette
TINKERPOP-1878 Added the plugin for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/69d60592 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69d60592 Diff:

[45/50] tinkerpop git commit: TINKERPOP-1878 Fixed up formatting of sparql-gremlin image

2018-06-15 Thread spmallette
TINKERPOP-1878 Fixed up formatting of sparql-gremlin image Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45c1c20e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/45c1c20e Diff:

[31/50] tinkerpop git commit: TINKERPOP-1878 sparql() step works over remoting

2018-06-15 Thread spmallette
TINKERPOP-1878 sparql() step works over remoting At this point it is only tested to work with Gryo 3.0. Fixed a bug with how dynamic gryo registrations work - they failed if you didn't have a specific serializer specified. Introduced a bit of a hack to make SparqlTraversalSource behave like a

[09/50] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-06-15 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55fcbdc4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55fcbdc4 Diff:

[41/50] tinkerpop git commit: TINKERPOP-1878 Fixed up formatting of traspiler section

2018-06-15 Thread spmallette
TINKERPOP-1878 Fixed up formatting of traspiler section There were some examples that didn't return results or generated errors. These will need some review. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/537a6b49

[37/50] tinkerpop git commit: TINKERPOP-1878 Major refactoring of sparql-gremlin classes

2018-06-15 Thread spmallette
TINKERPOP-1878 Major refactoring of sparql-gremlin classes Renamed the "compiler" to a "transpiler" since it's really transforming sparql to a language of a similar level of abstraction in Gremlin. Lots of code reformatting and dead code pruning. Project:

[40/50] tinkerpop git commit: updating the reference documentation

2018-06-15 Thread spmallette
updating the reference documentation added the following: - fix the logo - added prefixes - added limitations - added examples todo: - cover all limitations and special cases with examples Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[17/50] tinkerpop git commit: Fixed a bug in the CoreImports for pageRank() and peerPressure()

2018-06-15 Thread spmallette
Fixed a bug in the CoreImports for pageRank() and peerPressure() Docs weren't generating as a result of the imports. Tehcnically we needed a static class import which CoreImports didn't support so rather than try to re-work all that, I just pulled PageRank and PeerPressure into their own

[43/50] tinkerpop git commit: testing logo

2018-06-15 Thread spmallette
testing logo Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/11667168 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/11667168 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/11667168 Branch:

[07/50] tinkerpop git commit: Minor javadoc fix CTR

2018-06-15 Thread spmallette
Minor javadoc fix CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a3677e2e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a3677e2e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a3677e2e

[02/50] tinkerpop git commit: TINKERPOP-1975 Introduced with() step and Configuring interface

2018-06-15 Thread spmallette
TINKERPOP-1975 Introduced with() step and Configuring interface Moved Parameterizing to the package containing the other step interfaces. Changed interface hierarchy with Parameterizing and Mutating now that Configuring is present. Both of those changes make this body of work a breaking change

[27/50] tinkerpop git commit: TINKERPOP-1878 sparql-gremlin is now building

2018-06-15 Thread spmallette
TINKERPOP-1878 sparql-gremlin is now building Fixed some basic pom.xml issues and resolved dependency conflicts. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/72c6072b Tree:

[16/50] tinkerpop git commit: Merge branch 'tp33'

2018-06-15 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d3b6a340 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d3b6a340 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d3b6a340

[15/50] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-06-15 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4c76a69 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4c76a69 Diff:

[21/50] tinkerpop git commit: Fixed spacing error in CHANGELOG CTR

2018-06-15 Thread spmallette
Fixed spacing error 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/61238bfe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/61238bfe Diff:

[49/50] tinkerpop git commit: TINKERPOP-1878 Added a test for GROUP

2018-06-15 Thread spmallette
TINKERPOP-1878 Added a test for GROUP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/33286116 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/33286116 Diff:

[30/50] tinkerpop git commit: TINKERPOP-1878 Minor javadoc and code cleanup

2018-06-15 Thread spmallette
TINKERPOP-1878 Minor javadoc and code cleanup Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/651a8967 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/651a8967 Diff:

[50/50] tinkerpop git commit: Update transpilers.asciidoc

2018-06-15 Thread spmallette
Update transpilers.asciidoc Changes: - fixed non-working queries (queries which returned no results) - updated documentation with more examples in the limitations section - updated execution tags for queries which are for reference only - commented out the pattern filter examples for now To Do:

[05/50] tinkerpop git commit: Removed some previously deprecated structures

2018-06-15 Thread spmallette
Removed some previously deprecated structures These deprecations were typically pretty old, going back to 3.2.x and were generally for internal or provider usage. They were an odd mismatch of things so I didn't bother to createa JIRA for them, but documented them all fully in changelog and

[42/50] tinkerpop git commit: TINKERPOP-1878 Testing for DISTINCT

2018-06-15 Thread spmallette
TINKERPOP-1878 Testing for DISTINCT Refactoring around the distinct and ordering - much less code there now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/af7a8ca4 Tree:

[19/50] tinkerpop git commit: Removed a non-link in docs CTR

2018-06-15 Thread spmallette
Removed a non-link in docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/89c23bd9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/89c23bd9 Diff:

[03/50] tinkerpop git commit: Remove deprecation from eval() method

2018-06-15 Thread spmallette
Remove deprecation from eval() method This method was never meant to be deprecated. It seems to have been deprecated as a result of a bad merge. Looking back at tp32 it's clear that a previously removed method on this tp33 branch was the original one to be deprecated and this one was meant to

[20/50] tinkerpop git commit: Merge branch 'TINKERPOP-1831'

2018-06-15 Thread spmallette
Merge branch 'TINKERPOP-1831' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4a7cdb58 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4a7cdb58 Diff:

[26/50] tinkerpop git commit: TINKERPOP-1878 Added some Traversal infrastructure

2018-06-15 Thread spmallette
TINKERPOP-1878 Added some Traversal infrastructure This is the start of getting Sparql working as a DSL in TinkerPop Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c5e75436 Tree:

[04/50] tinkerpop git commit: Merge branch 'tp33'

2018-06-15 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5b54fe0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5b54fe0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d5b54fe0

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

2018-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1878 a6e59cf3b -> c1093c106 (forced update) Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0e173040 Tree:

[14/50] tinkerpop git commit: Install newest .NET Core SDK 2.1 version on Travis CTR

2018-06-15 Thread spmallette
Install newest .NET Core SDK 2.1 version on Travis CTR This hopefully fixes the CI problems we currently have where the key couldn't be downloaded with a previous installation method. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/50] tinkerpop git commit: Removed gmavenplus plugin from hadoop-gremlin

2018-06-15 Thread spmallette
Removed gmavenplus plugin from hadoop-gremlin Not building any groovy here or running any scripts so there doesn't seem to be a need for it. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e8e22af4 Tree:

[46/50] tinkerpop git commit: TINKERPOP-1878 Test for FILTER

2018-06-15 Thread spmallette
TINKERPOP-1878 Test for FILTER Also fixed how the SparqlStrategy was being added to the TraversalStrategies in SparqlTraversalSource...it was adding it globally and all spawned TraversalSource instances were getting that strategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[48/50] tinkerpop git commit: TINKERPOP-1878 Clean up docs a bit more.

2018-06-15 Thread spmallette
TINKERPOP-1878 Clean up docs a bit more. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f74bc694 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f74bc694 Diff:

[47/50] tinkerpop git commit: TINKERPOP-1878 Added basic docs for sparql-gremlin

2018-06-15 Thread spmallette
TINKERPOP-1878 Added basic docs for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6dffbc54 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6dffbc54 Diff:

[35/50] tinkerpop git commit: TINKERPOP-1878 General refactoring and javadoc on Prefixes class

2018-06-15 Thread spmallette
TINKERPOP-1878 General refactoring and javadoc on Prefixes class Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1dedf4fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1dedf4fe Diff:

[10/50] tinkerpop git commit: Merge branch 'tp33'

2018-06-15 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae2f304d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae2f304d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae2f304d

[22/50] tinkerpop git commit: TINKERPOP-1831 Added KeyedProperty/VertexProperty for EventStrategy

2018-06-15 Thread spmallette
TINKERPOP-1831 Added KeyedProperty/VertexProperty for EventStrategy This is a minor but necessary change from the previous approach that used EmptyProperty/VertexProperty for "new" property additions. Use of "empty" was not sufficient because it didn't allow the MutationListener to know the key

[12/50] tinkerpop git commit: TINKERPOP-1518 GraphProvider allows for caching of graph features

2018-06-15 Thread spmallette
TINKERPOP-1518 GraphProvider allows for caching of graph features Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aec17098 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aec17098 Diff:

[06/50] tinkerpop git commit: Merge branch 'TINKERPOP-1975'

2018-06-15 Thread spmallette
Merge branch 'TINKERPOP-1975' Conflicts: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/graph-traversal.js gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py

[2/2] tinkerpop git commit: TINKERPOP-1878 Minor transpiler doc fixes

2018-06-15 Thread spmallette
TINKERPOP-1878 Minor transpiler doc fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a6e59cf3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a6e59cf3 Diff:

[1/2] tinkerpop git commit: Update transpilers.asciidoc

2018-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1878 48d77c859 -> a6e59cf3b Update transpilers.asciidoc Changes: - fixed non-working queries (queries which returned no results) - updated documentation with more examples in the limitations section - updated execution tags for