[06/47] tinkerpop git commit: Update Javascript GLV

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b4e8e3b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/graph-traversal.js -- diff --git

[05/47] tinkerpop git commit: Update Javascript GLV

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b4e8e3b/gremlin-javascript/src/main/javascript/gremlin-javascript/process/graph-traversal.js -- diff --git

[36/47] tinkerpop git commit: Use ES6 syntax

2018-01-25 Thread jorgebg
Use ES6 syntax - Use class definitions - Use const and let - Computed property names in object literals Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d458f76d Tree:

[03/47] tinkerpop git commit: Javascript GLV

2018-01-25 Thread jorgebg
Javascript GLV Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d850565 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d850565 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2d850565

[18/45] tinkerpop git commit: Bump to 3.2.6 in gremlin-javascript

2018-01-25 Thread jorgebg
Bump to 3.2.6 in gremlin-javascript Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f5c90496 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f5c90496 Diff:

[25/45] tinkerpop git commit: Vertex and Edge serialization

2018-01-25 Thread jorgebg
Vertex and Edge serialization Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e95b8eab Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e95b8eab Diff:

[16/45] tinkerpop git commit: Use cucumber-js

2018-01-25 Thread jorgebg
Use cucumber-js Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/56ddcb02 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/56ddcb02 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/56ddcb02

[46/47] tinkerpop git commit: Merge branch 'tp32'

2018-01-25 Thread jorgebg
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/6923a6a4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6923a6a4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6923a6a4

[14/47] tinkerpop git commit: Parse Edge and VertexProperty properties

2018-01-25 Thread jorgebg
Parse Edge and VertexProperty properties To follow the decision around TINKERPOP-1474 for the GLV to parse properties. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/598b9911 Tree:

[30/47] tinkerpop git commit: Vertex and Edge serialization

2018-01-25 Thread jorgebg
Vertex and Edge serialization Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e95b8eab Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e95b8eab Diff:

[01/47] tinkerpop git commit: Javascript GLV

2018-01-25 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/master 74479dd80 -> 1fae5d014 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d850565/gremlin-javascript/src/test/javascript/gremlin-javascript/test-graphson.js -- diff

[44/45] tinkerpop git commit: Travis: Use mvn install before running GLV tests

2018-01-25 Thread jorgebg
Travis: Use mvn install before running GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/328c936d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/328c936d Diff:

[34/47] tinkerpop git commit: Use ES6 syntax

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d458f76d/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/traversal.js -- diff --git

[28/47] tinkerpop git commit: Fix Bytecode cloning

2018-01-25 Thread jorgebg
Fix Bytecode cloning Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9ca2ca9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b9ca2ca9 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b9ca2ca9

[24/47] tinkerpop git commit: Support bulk

2018-01-25 Thread jorgebg
Support bulk Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/53a7f279 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/53a7f279 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/53a7f279 Branch:

[10/45] tinkerpop git commit: Parse Edge and VertexProperty properties

2018-01-25 Thread jorgebg
Parse Edge and VertexProperty properties To follow the decision around TINKERPOP-1474 for the GLV to parse properties. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/598b9911 Tree:

[38/47] tinkerpop git commit: Make Travis use a newer version of Maven.

2018-01-25 Thread jorgebg
Make Travis use a newer version of Maven. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/397393d2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/397393d2 Diff:

[33/47] tinkerpop git commit: Adjust pom.xml to be forward compatible

2018-01-25 Thread jorgebg
Adjust pom.xml to be forward compatible Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/843a727d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/843a727d Diff:

[33/45] tinkerpop git commit: Use ES6 syntax

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d458f76d/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/traversal.js -- diff --git

[37/45] tinkerpop git commit: Adjust pom.xml to be forward compatible

2018-01-25 Thread jorgebg
Adjust pom.xml to be forward compatible Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/843a727d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/843a727d Diff:

[04/45] tinkerpop git commit: TINKERPOP-1489 Regenerated traversal.js

2018-01-25 Thread jorgebg
TINKERPOP-1489 Regenerated traversal.js which added Pick. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e94d4154 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e94d4154 Diff:

[27/45] tinkerpop git commit: Parse traversal parameters and use empty graph

2018-01-25 Thread jorgebg
Parse traversal parameters and use empty graph Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/15c86798 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/15c86798 Diff:

[42/47] tinkerpop git commit: Remove utils.toPromise()

2018-01-25 Thread jorgebg
Remove utils.toPromise() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/af718f7c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/af718f7c Diff:

[26/45] tinkerpop git commit: Support bulk

2018-01-25 Thread jorgebg
Support bulk Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/53a7f279 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/53a7f279 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/53a7f279 Branch:

[13/45] tinkerpop git commit: Use null as empty result

2018-01-25 Thread jorgebg
Use null as empty result Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/84a11a1b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/84a11a1b Diff:

[08/45] tinkerpop git commit: Update Javascript GLV

2018-01-25 Thread jorgebg
Update Javascript GLV Address feedback and provide maven integration: - Reorganize gremlin-javascript into node.js project - Simplify javascript code generators - Generate package.json to match project version - Introduce Promise factory for third-party promise library integration (ie: bluebird)

[20/47] tinkerpop git commit: Use cucumber-js

2018-01-25 Thread jorgebg
Use cucumber-js Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/56ddcb02 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/56ddcb02 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/56ddcb02

[29/45] tinkerpop git commit: Traversal iterate() method

2018-01-25 Thread jorgebg
Traversal iterate() method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/219ead0e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/219ead0e Diff:

[25/47] tinkerpop git commit: Parse traversal parameters and use empty graph

2018-01-25 Thread jorgebg
Parse traversal parameters and use empty graph Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/15c86798 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/15c86798 Diff:

[41/47] tinkerpop git commit: install Maven 3.3.9 as part of the Docker build process

2018-01-25 Thread jorgebg
install Maven 3.3.9 as part of the Docker build process Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3553ea99 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3553ea99 Diff:

[34/45] tinkerpop git commit: Use ES6 syntax

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d458f76d/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/graph-traversal.js -- diff --git

[26/47] tinkerpop git commit: Parse maps and mark scenarios with lambdas as skipped

2018-01-25 Thread jorgebg
Parse maps and mark scenarios with lambdas as skipped Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9339a837 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9339a837 Diff:

[16/47] tinkerpop git commit: TINKERPOP-1489 Added Nashorn ScriptEngine to gremlin-javascript

2018-01-25 Thread jorgebg
TINKERPOP-1489 Added Nashorn ScriptEngine to gremlin-javascript Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eccbd15a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eccbd15a Diff:

[28/45] tinkerpop git commit: Parse maps and mark scenarios with lambdas as skipped

2018-01-25 Thread jorgebg
Parse maps and mark scenarios with lambdas as skipped Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9339a837 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9339a837 Diff:

[36/45] tinkerpop git commit: Add toLong() method

2018-01-25 Thread jorgebg
Add toLong() method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/93cf86d0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/93cf86d0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/93cf86d0

[39/45] tinkerpop git commit: Move generation script to groovy file

2018-01-25 Thread jorgebg
Move generation script to groovy file Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2afd9716 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2afd9716 Diff:

[13/47] tinkerpop git commit: Filter out __() static method

2018-01-25 Thread jorgebg
Filter out __() static method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/44e65352 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/44e65352 Diff:

[11/47] tinkerpop git commit: Graph, traversalStrategies and graph as Traversal properties

2018-01-25 Thread jorgebg
Graph, traversalStrategies and graph as Traversal properties Expose those properties as in the Python GLV and the Java implementation. Previously, those properties where exposed using the private notation (ie: _graph). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[18/47] tinkerpop git commit: Bump to 3.2.6 in gremlin-javascript

2018-01-25 Thread jorgebg
Bump to 3.2.6 in gremlin-javascript Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f5c90496 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f5c90496 Diff:

[41/45] tinkerpop git commit: install Maven 3.3.9 as part of the Docker build process

2018-01-25 Thread jorgebg
install Maven 3.3.9 as part of the Docker build process Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3553ea99 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3553ea99 Diff:

[29/47] tinkerpop git commit: Path assertions and feature step fixes

2018-01-25 Thread jorgebg
Path assertions and feature step fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b8eb6c0b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b8eb6c0b Diff:

[31/47] tinkerpop git commit: Add toLong() method

2018-01-25 Thread jorgebg
Add toLong() method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/93cf86d0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/93cf86d0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/93cf86d0

[02/47] tinkerpop git commit: Javascript GLV

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d850565/gremlin-javascript/src/main/javascript/gremlin-javascript/process/graph-traversal.js -- diff --git

[44/47] tinkerpop git commit: Travis: Use mvn install before running GLV tests

2018-01-25 Thread jorgebg
Travis: Use mvn install before running GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/328c936d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/328c936d Diff:

[47/47] tinkerpop git commit: gremlin-javascript pom, generation update and parse T in test scenarios

2018-01-25 Thread jorgebg
gremlin-javascript pom, generation update and parse T in test scenarios Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fae5d01 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1fae5d01 Diff:

[40/47] tinkerpop git commit: Include T deserializer

2018-01-25 Thread jorgebg
Include T deserializer Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f2f9729c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f2f9729c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f2f9729c

[17/47] tinkerpop git commit: Js GLV: Use Groovy templates for generation

2018-01-25 Thread jorgebg
Js GLV: Use Groovy templates for generation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/98dc52c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98dc52c3 Diff:

[02/45] tinkerpop git commit: Javascript GLV

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d850565/gremlin-javascript/src/main/javascript/gremlin-javascript/process/graph-traversal.js -- diff --git

[38/45] tinkerpop git commit: Include information of Js development env and release

2018-01-25 Thread jorgebg
Include information of Js development env and release Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8d722a94 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8d722a94 Diff:

[23/45] tinkerpop git commit: Path assertions and feature step fixes

2018-01-25 Thread jorgebg
Path assertions and feature step fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b8eb6c0b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b8eb6c0b Diff:

[19/45] tinkerpop git commit: Add travis support

2018-01-25 Thread jorgebg
Add travis support Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d35aef7c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d35aef7c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d35aef7c

[09/45] tinkerpop git commit: TINKERPOP-1489 Cleaned up pom

2018-01-25 Thread jorgebg
TINKERPOP-1489 Cleaned up pom Removed some weird characters in license and bumped version to 3.2.5-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f5d0306 Tree:

[14/45] tinkerpop git commit: Filter out __() static method

2018-01-25 Thread jorgebg
Filter out __() static method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/44e65352 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/44e65352 Diff:

[35/47] tinkerpop git commit: Use ES6 syntax

2018-01-25 Thread jorgebg
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d458f76d/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/graph-traversal.js -- diff --git

[21/47] tinkerpop git commit: Add travis support

2018-01-25 Thread jorgebg
Add travis support Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d35aef7c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d35aef7c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d35aef7c

[19/47] tinkerpop git commit: TINKERPOP-1489 Bump to 3.2.7-SNAPSHOT for gremlin-javascript

2018-01-25 Thread jorgebg
TINKERPOP-1489 Bump to 3.2.7-SNAPSHOT for gremlin-javascript Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/80e1c7ea Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/80e1c7ea Diff:

[22/47] tinkerpop git commit: Setup world and basic steps

2018-01-25 Thread jorgebg
Setup world and basic steps Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e73038cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e73038cd Diff:

[15/47] tinkerpop git commit: Use new server start groovy scripts

2018-01-25 Thread jorgebg
Use new server start groovy scripts - Use new server start/stop groovy scripts - Support different traversal sources at connection level - Avoid destructuring syntax (not support on Node.js v4) Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[17/45] tinkerpop git commit: Js GLV: Use Groovy templates for generation

2018-01-25 Thread jorgebg
Js GLV: Use Groovy templates for generation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/98dc52c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98dc52c3 Diff:

[12/45] tinkerpop git commit: Export enums and fix TraversalStrategies#applyStrategies()

2018-01-25 Thread jorgebg
Export enums and fix TraversalStrategies#applyStrategies() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/10c71551 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/10c71551 Diff:

[01/45] tinkerpop git commit: Javascript GLV

2018-01-25 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/tp32 389394c6d -> 0bcab7ff3 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d850565/gremlin-javascript/src/test/javascript/gremlin-javascript/test-graphson.js -- diff

[32/45] tinkerpop git commit: Make Travis use a newer version of Maven.

2018-01-25 Thread jorgebg
Make Travis use a newer version of Maven. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/397393d2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/397393d2 Diff:

[15/45] tinkerpop git commit: Setup world and basic steps

2018-01-25 Thread jorgebg
Setup world and basic steps Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e73038cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e73038cd Diff:

tinkerpop git commit: JavaScript GLV: handle responses without identifier and clear handler

2018-02-14 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 9addf862d -> e2b09dfee JavaScript GLV: handle responses without identifier and clear handler Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: JavaScript GLV: include Barrier and Pop in test traversal context

2018-02-14 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 e2b09dfee -> 4ae1c2e9b JavaScript GLV: include Barrier and Pop in test traversal context Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ae1c2e9

[tinkerpop] Git Push Summary

2018-01-04 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/restore-glv-local-master [deleted] b82260b72

[01/14] tinkerpop git commit: Implementation of Sasl authentication.

2018-08-23 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1977 [created] e61fcf1c6 Implementation of Sasl authentication. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2a8b4b4f Tree:

[07/14] tinkerpop git commit: Fix for incorrect code in _adaptArgs function.

2018-08-23 Thread jorgebg
Fix for incorrect code in _adaptArgs function. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/80987330 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/80987330 Diff:

[05/14] tinkerpop git commit: Submit can accept an existing requestId. Args supplied to _getRequest are run through the GraphSONWriter. Improved promise error handling on authenticator challenge. Tidy

2018-08-23 Thread jorgebg
Submit can accept an existing requestId. Args supplied to _getRequest are run through the GraphSONWriter. Improved promise error handling on authenticator challenge. Tidying up of code formatting and documentation. Integration test updated to use secure gremlin server port. Project:

[12/14] tinkerpop git commit: Tidying-up of authenticator and integeration tests.

2018-08-23 Thread jorgebg
Tidying-up of authenticator and integeration tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18598baf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18598baf Diff:

[10/14] tinkerpop git commit: Added PlainTextSaslAuthenticator helper and updated the tests to use it.

2018-08-23 Thread jorgebg
Added PlainTextSaslAuthenticator helper and updated the tests to use it. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cc57c2b8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cc57c2b8 Diff:

[14/14] tinkerpop git commit: TINKERPOP-1977 Fix license, typo and default serialization format

2018-08-23 Thread jorgebg
TINKERPOP-1977 Fix license, typo and default serialization format Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e61fcf1c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e61fcf1c Diff:

[03/14] tinkerpop git commit: Abstracted transport out of the authenticator class. Added authenticator and sasl implmentation to global export. Added more testing of the sasl authenticator implementat

2018-08-23 Thread jorgebg
Abstracted transport out of the authenticator class. Added authenticator and sasl implmentation to global export. Added more testing of the sasl authenticator implementation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[09/14] tinkerpop git commit: Added support for mechanism plugins for Sasl handler

2018-08-23 Thread jorgebg
Added support for mechanism plugins for Sasl handler Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a5cb9c8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7a5cb9c8 Diff:

[02/14] tinkerpop git commit: Unsaved changes uploaded

2018-08-23 Thread jorgebg
Unsaved changes uploaded Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c8ae3c8c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c8ae3c8c Diff:

[11/14] tinkerpop git commit: Fix for integration test Gremlin Server connection.

2018-08-23 Thread jorgebg
Fix for integration test Gremlin Server connection. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8453b61c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8453b61c Diff:

[06/14] tinkerpop git commit: Updated Sasl test to remove gmodern traversal

2018-08-23 Thread jorgebg
Updated Sasl test to remove gmodern traversal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5e5a09b3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5e5a09b3 Diff:

[08/14] tinkerpop git commit: Switched from TLS sockets to normal socket on connection to gremlin secure server.

2018-08-23 Thread jorgebg
Switched from TLS sockets to normal socket on connection to gremlin secure server. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdecf85f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdecf85f Diff:

[04/14] tinkerpop git commit: Removed async keyword from Authenticator class for JS compatability.

2018-08-23 Thread jorgebg
Removed async keyword from Authenticator class for JS compatability. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0e05499d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0e05499d Diff:

[13/14] tinkerpop git commit: Updated documentation reflecting TINKERPOP-1977 changes. Added helper for auth to the gremlin-javascript exports.

2018-08-23 Thread jorgebg
Updated documentation reflecting TINKERPOP-1977 changes. Added helper for auth to the gremlin-javascript exports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a561ee01 Tree:

[03/15] tinkerpop git commit: Abstracted transport out of the authenticator class. Added authenticator and sasl implmentation to global export. Added more testing of the sasl authenticator implementat

2018-08-23 Thread jorgebg
Abstracted transport out of the authenticator class. Added authenticator and sasl implmentation to global export. Added more testing of the sasl authenticator implementation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/15] tinkerpop git commit: Switched from TLS sockets to normal socket on connection to gremlin secure server.

2018-08-23 Thread jorgebg
Switched from TLS sockets to normal socket on connection to gremlin secure server. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdecf85f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdecf85f Diff:

[06/15] tinkerpop git commit: Updated Sasl test to remove gmodern traversal

2018-08-23 Thread jorgebg
Updated Sasl test to remove gmodern traversal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5e5a09b3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5e5a09b3 Diff:

[12/15] tinkerpop git commit: Tidying-up of authenticator and integeration tests.

2018-08-23 Thread jorgebg
Tidying-up of authenticator and integeration tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18598baf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18598baf Diff:

[05/15] tinkerpop git commit: Submit can accept an existing requestId. Args supplied to _getRequest are run through the GraphSONWriter. Improved promise error handling on authenticator challenge. Tidy

2018-08-23 Thread jorgebg
Submit can accept an existing requestId. Args supplied to _getRequest are run through the GraphSONWriter. Improved promise error handling on authenticator challenge. Tidying up of code formatting and documentation. Integration test updated to use secure gremlin server port. Project:

[01/15] tinkerpop git commit: Implementation of Sasl authentication.

2018-08-23 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/tp32 675c07717 -> b08d0d856 Implementation of Sasl authentication. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2a8b4b4f Tree:

[14/15] tinkerpop git commit: TINKERPOP-1977 Fix license, typo and default serialization format

2018-08-23 Thread jorgebg
TINKERPOP-1977 Fix license, typo and default serialization format Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e61fcf1c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e61fcf1c Diff:

[02/15] tinkerpop git commit: Unsaved changes uploaded

2018-08-23 Thread jorgebg
Unsaved changes uploaded Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c8ae3c8c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c8ae3c8c Diff:

[09/15] tinkerpop git commit: Added support for mechanism plugins for Sasl handler

2018-08-23 Thread jorgebg
Added support for mechanism plugins for Sasl handler Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a5cb9c8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7a5cb9c8 Diff:

[14/16] tinkerpop git commit: TINKERPOP-1977 Fix license, typo and default serialization format

2018-08-23 Thread jorgebg
TINKERPOP-1977 Fix license, typo and default serialization format Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e61fcf1c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e61fcf1c Diff:

[10/16] tinkerpop git commit: Fix for integration test Gremlin Server connection.

2018-08-23 Thread jorgebg
Fix for integration test Gremlin Server connection. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8453b61c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8453b61c Diff:

[02/17] tinkerpop git commit: Unsaved changes uploaded

2018-08-23 Thread jorgebg
Unsaved changes uploaded Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c8ae3c8c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c8ae3c8c Diff:

[10/15] tinkerpop git commit: Fix for integration test Gremlin Server connection.

2018-08-23 Thread jorgebg
Fix for integration test Gremlin Server connection. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8453b61c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8453b61c Diff:

[07/15] tinkerpop git commit: Fix for incorrect code in _adaptArgs function.

2018-08-23 Thread jorgebg
Fix for incorrect code in _adaptArgs function. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/80987330 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/80987330 Diff:

[04/15] tinkerpop git commit: Removed async keyword from Authenticator class for JS compatability.

2018-08-23 Thread jorgebg
Removed async keyword from Authenticator class for JS compatability. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0e05499d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0e05499d Diff:

[08/16] tinkerpop git commit: Switched from TLS sockets to normal socket on connection to gremlin secure server.

2018-08-23 Thread jorgebg
Switched from TLS sockets to normal socket on connection to gremlin secure server. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdecf85f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdecf85f Diff:

[10/17] tinkerpop git commit: Tidying-up of authenticator and integeration tests.

2018-08-23 Thread jorgebg
Tidying-up of authenticator and integeration tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18598baf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18598baf Diff:

[08/17] tinkerpop git commit: Switched from TLS sockets to normal socket on connection to gremlin secure server.

2018-08-23 Thread jorgebg
Switched from TLS sockets to normal socket on connection to gremlin secure server. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdecf85f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdecf85f Diff:

[04/17] tinkerpop git commit: Removed async keyword from Authenticator class for JS compatability.

2018-08-23 Thread jorgebg
Removed async keyword from Authenticator class for JS compatability. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0e05499d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0e05499d Diff:

[06/16] tinkerpop git commit: Updated Sasl test to remove gmodern traversal

2018-08-23 Thread jorgebg
Updated Sasl test to remove gmodern traversal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5e5a09b3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5e5a09b3 Diff:

<    2   3   4   5   6   7   8   9   10   >