ok...@apache.org |
[05/10] tinkerpop git commit: GryoLite now assumes DEFAULT_LABEL instead of empty string. |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
[06/10] tinkerpop git commit: updated upgrade doc. |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
[07/10] tinkerpop git commit: GremlinResultSetIntegrateTest assiming EMPTY_STRING. |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
[08/10] tinkerpop git commit: fixed doc bug. |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
[09/10] tinkerpop git commit: Merge branch 'TINKERPOP-1789' into tp32 |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
[10/10] tinkerpop git commit: Merge branch 'tp32' |
Thu, 28 Sep, 20:09 |
ok...@apache.org |
tinkerpop git commit: merge mess up from tp32. CTR. |
Thu, 28 Sep, 20:49 |
spmalle...@apache.org |
[1/3] tinkerpop git commit: TINKERPOP-1792 Fixed GremlinScriptEngine bug in lambda processing |
Fri, 29 Sep, 11:20 |
spmalle...@apache.org |
[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1792' into tp32 |
Fri, 29 Sep, 11:20 |
spmalle...@apache.org |
[3/3] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 11:20 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: TINKERPOP-1792 Fixed GremlinScriptEngine bug in lambda processing |
Fri, 29 Sep, 11:21 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1792' into tp32 |
Fri, 29 Sep, 11:21 |
spmalle...@apache.org |
[01/28] tinkerpop git commit: Fixed a bug where ReferenceVertex was not returning label() (only EMPTY_STRING). ReferenceEdge and ReferenceVertexProperty were behaving correctly, but I needed to make a change at ReferenceElement for general handling. Thus [Forced Update!] |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[02/28] tinkerpop git commit: In GraphComputer, labels of adjacent vertices can not be accessed. Thus, ReferenceElement needs to ensure that label() doesn't throw an UnsupportedOperationException. I borrowed the same technique used in DeatchedElement. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[03/28] tinkerpop git commit: got rid of unneeded EMPTY_STRING static final field. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[04/28] tinkerpop git commit: tweak to ReferenceXXXTest |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[05/28] tinkerpop git commit: GryoLite now assumes DEFAULT_LABEL instead of empty string. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[06/28] tinkerpop git commit: updated upgrade doc. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[07/28] tinkerpop git commit: GremlinResultSetIntegrateTest assiming EMPTY_STRING. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[08/28] tinkerpop git commit: fixed doc bug. |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[09/28] tinkerpop git commit: TINKERPOP-1792 Fixed GremlinScriptEngine bug in lambda processing |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[10/28] tinkerpop git commit: Merge branch 'TINKERPOP-1789' into tp32 |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[11/28] tinkerpop git commit: Merge branch 'TINKERPOP-1792' into tp32 |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[12/28] tinkerpop git commit: TINKERPOP-1784 Categorize feature by step type |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[13/28] tinkerpop git commit: TINKERPOP-1784 Added coin() gherkin tests and refactored python |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[14/28] tinkerpop git commit: TINKERPOP-1784 Added test to enforce implementation of process tests as features |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[15/28] tinkerpop git commit: TINKERPOP-1784 Added test for select in GLV tests |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[16/28] tinkerpop git commit: TINKERPOP-1784 Initial implementation of a new language agnostic test suite |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[17/28] tinkerpop git commit: TINKERPOP-1784 Expanded GLV test framework a bit further |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[18/28] tinkerpop git commit: TINKERPOP-1784 Added some basic support to convert vertex string to a vertex object |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[19/28] tinkerpop git commit: TINKERPOP-1784 Added edge assertion support |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[20/28] tinkerpop git commit: TINKERPOP-1784 Minor refactoring of python gherkin steps |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[21/28] tinkerpop git commit: TINKERPOP-1784 Added support for numeric keys in glv tests |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[22/28] tinkerpop git commit: TINKERPOP-1784 Provided translation for python specific syntax |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[23/28] tinkerpop git commit: TINKERPOP-1784 Added some more vertex tests |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[24/28] tinkerpop git commit: TINKERPOP-1784 Use python eval() to setup test traversals |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[25/28] tinkerpop git commit: TINKERPOP-1784 Changed assertion logic and table formats in feature files |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[26/28] tinkerpop git commit: TINKERPOP-1784 Refactored the assertion logic for ordered/unordered |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[27/28] tinkerpop git commit: TINKERPOP-1784 Deleted some dead code |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
[28/28] tinkerpop git commit: TINKERPOP-1784 Add support for the various toy graphs |
Fri, 29 Sep, 14:30 |
spmalle...@apache.org |
tinkerpop git commit: TINKERPOP-1784 Included grateful graph and cached remotes/data |
Fri, 29 Sep, 15:56 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Simplified "connected components" recipe |
Fri, 29 Sep, 16:11 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 16:11 |
spmalle...@apache.org |
tinkerpop git commit: Simplified "connected components" recipe |
Fri, 29 Sep, 16:11 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Simplified duplicate edge detection recipe |
Fri, 29 Sep, 16:24 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 16:24 |
spmalle...@apache.org |
tinkerpop git commit: Simplified duplicate edge detection recipe |
Fri, 29 Sep, 16:24 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Provided a max depth traversal that doesn't require path calculations CTR |
Fri, 29 Sep, 16:42 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 16:42 |
spmalle...@apache.org |
tinkerpop git commit: Provided a max depth traversal that doesn't require path calculations CTR |
Fri, 29 Sep, 16:42 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Simplified command to "quick" generate recipes CTR |
Fri, 29 Sep, 16:45 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 16:45 |
spmalle...@apache.org |
tinkerpop git commit: Simplified command to "quick" generate recipes CTR |
Fri, 29 Sep, 16:45 |
dkupp...@apache.org |
tinkerpop git commit: Update links to all docs pages in Docker build and emulate the published directory structure. This way the docs are easier navigate in local builds. |
Fri, 29 Sep, 17:14 |
dkupp...@apache.org |
tinkerpop git commit: Update links to all docs pages in Docker build and emulate the published directory structure. This way the docs are easier to navigate in local builds. [Forced Update!] |
Fri, 29 Sep, 17:22 |
spmalle...@apache.org |
tinkerpop git commit: TINKERPOP-1784 Added some more vertex features |
Fri, 29 Sep, 17:28 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Fixed bad test naming CTR |
Fri, 29 Sep, 17:59 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Fri, 29 Sep, 17:59 |
spmalle...@apache.org |
tinkerpop git commit: Fixed bad test naming CTR |
Fri, 29 Sep, 17:59 |
spmalle...@apache.org |
[01/24] tinkerpop git commit: Simplified "connected components" recipe [Forced Update!] |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[02/24] tinkerpop git commit: Simplified duplicate edge detection recipe |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[03/24] tinkerpop git commit: Provided a max depth traversal that doesn't require path calculations CTR |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[04/24] tinkerpop git commit: Simplified command to "quick" generate recipes CTR |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[05/24] tinkerpop git commit: Fixed bad test naming CTR |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[06/24] tinkerpop git commit: TINKERPOP-1784 Categorize feature by step type |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[07/24] tinkerpop git commit: TINKERPOP-1784 Use python eval() to setup test traversals |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[08/24] tinkerpop git commit: TINKERPOP-1784 Initial implementation of a new language agnostic test suite |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[09/24] tinkerpop git commit: TINKERPOP-1784 Added some more vertex tests |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[10/24] tinkerpop git commit: TINKERPOP-1784 Expanded GLV test framework a bit further |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[11/24] tinkerpop git commit: TINKERPOP-1784 Added support for numeric keys in glv tests |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[12/24] tinkerpop git commit: TINKERPOP-1784 Added edge assertion support |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[13/24] tinkerpop git commit: TINKERPOP-1784 Added some basic support to convert vertex string to a vertex object |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[14/24] tinkerpop git commit: TINKERPOP-1784 Added coin() gherkin tests and refactored python |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[15/24] tinkerpop git commit: TINKERPOP-1784 Minor refactoring of python gherkin steps |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[16/24] tinkerpop git commit: TINKERPOP-1784 Changed assertion logic and table formats in feature files |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[17/24] tinkerpop git commit: TINKERPOP-1784 Included grateful graph and cached remotes/data |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[18/24] tinkerpop git commit: TINKERPOP-1784 Provided translation for python specific syntax |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[19/24] tinkerpop git commit: TINKERPOP-1784 Added test to enforce implementation of process tests as features |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[20/24] tinkerpop git commit: TINKERPOP-1784 Add support for the various toy graphs |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[21/24] tinkerpop git commit: TINKERPOP-1784 Deleted some dead code |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[22/24] tinkerpop git commit: TINKERPOP-1784 Refactored the assertion logic for ordered/unordered |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[23/24] tinkerpop git commit: TINKERPOP-1784 Added test for select in GLV tests |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
[24/24] tinkerpop git commit: TINKERPOP-1784 Added some more vertex features |
Fri, 29 Sep, 18:00 |
spmalle...@apache.org |
tinkerpop git commit: TINKERPOP-1784 Completed the VertexTest cases |
Fri, 29 Sep, 19:50 |