dkupp...@apache.org |
[1/2] tinkerpop git commit: CTR: Download Hadoop from Apache release archives, if the requested version is not available on the download mirrors. |
Mon, 02 Oct, 16:58 |
dkupp...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Mon, 02 Oct, 16:58 |
dkupp...@apache.org |
tinkerpop git commit: CTR: Download Hadoop from Apache release archives, if the requested version is not available on the download mirrors. |
Mon, 02 Oct, 16:58 |
dkupp...@apache.org |
[1/3] tinkerpop git commit: Fixed bad test naming CTR [Forced Update!] |
Mon, 02 Oct, 16:59 |
dkupp...@apache.org |
[2/3] tinkerpop git commit: CTR: Download Hadoop from Apache release archives, if the requested version is not available on the download mirrors. |
Mon, 02 Oct, 16:59 |
dkupp...@apache.org |
[3/3] 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. |
Mon, 02 Oct, 16:59 |
dkupp...@apache.org |
[1/2] 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. |
Tue, 03 Oct, 15:19 |
dkupp...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Tue, 03 Oct, 15:19 |
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. |
Tue, 03 Oct, 15:19 |
florianhockm...@apache.org |
[1/2] tinkerpop git commit: Small performance improvements for TINKERPOP-1752 |
Wed, 18 Oct, 15:30 |
florianhockm...@apache.org |
[2/2] tinkerpop git commit: Add ClassSerializer for withoutStrategies TINKERPOP-1752 |
Wed, 18 Oct, 15:30 |
ok...@apache.org |
tinkerpop git commit: fixed a bug in LambdaRestrictionStrategy where named @ steps were considered lambda. Came up with a different way to check lambdas in .toString(). Works for Groovy, Java, and Python. |
Mon, 02 Oct, 21:23 |
ok...@apache.org |
tinkerpop git commit: first non-tested implementation of math()-step. It uses the @twilmes model which parses a String representation of the expression. |
Tue, 03 Oct, 23:37 |
ok...@apache.org |
[1/2] tinkerpop git commit: fixed a bug in LambdaRestrictionStrategy where named @ steps were considered lambda. Came up with a different way to check lambdas in .toString(). Works for Groovy, Java, and Python. |
Wed, 04 Oct, 13:58 |
ok...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1795' into tp32 |
Wed, 04 Oct, 13:58 |
ok...@apache.org |
[1/3] tinkerpop git commit: fixed a bug in LambdaRestrictionStrategy where named @ steps were considered lambda. Came up with a different way to check lambdas in .toString(). Works for Groovy, Java, and Python. |
Wed, 04 Oct, 14:02 |
ok...@apache.org |
[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1795' into tp32 |
Wed, 04 Oct, 14:02 |
ok...@apache.org |
[3/3] tinkerpop git commit: Merge branch 'tp32' |
Wed, 04 Oct, 14:02 |
ok...@apache.org |
tinkerpop git commit: I wrote a small parser that is able to extract variables from an exp4j equation. So far, it is pretty durable. This is a much cleaner way of determining variables than via label, side-effect, and map analysis. However, this means th |
Wed, 04 Oct, 16:27 |
ok...@apache.org |
tinkerpop git commit: added MathTest to test math() using step labels, side-effects, and implicit current -- and with various uses of by()-modulation. This is a really cool step. |
Wed, 04 Oct, 16:42 |
ok...@apache.org |
tinkerpop git commit: added MathStepTest to test hashCode() and the custom variable finder. Found a couple of problems in my parser and I fixed them. Forgot to make MathStep a PathProcessor so that OLAP is smart about data access. Both OLTP and OLAP test |
Wed, 04 Oct, 17:01 |
ok...@apache.org |
tinkerpop git commit: added math()-step to the reference docs and updated CHANGELOG and upgrade docs. |
Wed, 04 Oct, 17:30 |
ok...@apache.org |
tinkerpop git commit: I changed a method in TraveraslHelper to LinkedHashSet. I no longer needed this method so I reverted it back to what master/ has it as. |
Wed, 04 Oct, 17:34 |
ok...@apache.org |
tinkerpop git commit: added a regular expression to identify variables in the equation (and in their proper order). This code was provided by @dkuppitz via chat. |
Wed, 04 Oct, 19:33 |
ok...@apache.org |
tinkerpop git commit: made a more complex variable grabbing test case. |
Wed, 04 Oct, 19:38 |
ok...@apache.org |
tinkerpop git commit: added a test case for 6.67e−11 notation. passed. |
Wed, 04 Oct, 19:41 |
ok...@apache.org |
tinkerpop git commit: fixed a bug in typing which caused a different applyNullable to be called. Added a nested sack() test to MathTest to verify proper sinusoidal behavior. |
Wed, 04 Oct, 22:58 |
ok...@apache.org |
tinkerpop git commit: Reusing the Expression on each map() as recommended by @twilmes. Also, added a new test project()-based test case that demonstrates that math() works for map key scopes. |
Thu, 05 Oct, 19:06 |
ok...@apache.org |
tinkerpop git commit: We have had so many problems with LambdaRestrictionStragegy because it is difficult to know what is a true lambda. I have now simply hardcoded the lambda determination as a String analysis of the lambda object for Java, Groovy, and |
Mon, 09 Oct, 17:20 |
ok...@apache.org |
[01/12] tinkerpop git commit: first non-tested implementation of math()-step. It uses the @twilmes model which parses a String representation of the expression. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[02/12] tinkerpop git commit: I wrote a small parser that is able to extract variables from an exp4j equation. So far, it is pretty durable. This is a much cleaner way of determining variables than via label, side-effect, and map analysis. However, this |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[03/12] tinkerpop git commit: added MathTest to test math() using step labels, side-effects, and implicit current -- and with various uses of by()-modulation. This is a really cool step. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[04/12] tinkerpop git commit: added MathStepTest to test hashCode() and the custom variable finder. Found a couple of problems in my parser and I fixed them. Forgot to make MathStep a PathProcessor so that OLAP is smart about data access. Both OLTP and O |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[05/12] tinkerpop git commit: added math()-step to the reference docs and updated CHANGELOG and upgrade docs. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[06/12] tinkerpop git commit: I changed a method in TraveraslHelper to LinkedHashSet. I no longer needed this method so I reverted it back to what master/ has it as. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[07/12] tinkerpop git commit: added a regular expression to identify variables in the equation (and in their proper order). This code was provided by @dkuppitz via chat. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[08/12] tinkerpop git commit: made a more complex variable grabbing test case. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[09/12] tinkerpop git commit: added a test case for 6.67e−11 notation. passed. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[10/12] tinkerpop git commit: fixed a bug in typing which caused a different applyNullable to be called. Added a nested sack() test to MathTest to verify proper sinusoidal behavior. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[11/12] tinkerpop git commit: Reusing the Expression on each map() as recommended by @twilmes. Also, added a new test project()-based test case that demonstrates that math() works for map key scopes. |
Fri, 13 Oct, 14:48 |
ok...@apache.org |
[12/12] tinkerpop git commit: Merge branch 'TINKERPOP-1632' |
Fri, 13 Oct, 14:49 |
ok...@apache.org |
[1/2] tinkerpop git commit: We have had so many problems with LambdaRestrictionStragegy because it is difficult to know what is a true lambda. I have now simply hardcoded the lambda determination as a String analysis of the lambda object for Java, Groovy |
Wed, 18 Oct, 19:15 |
ok...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1797' into tp32 |
Wed, 18 Oct, 19:15 |
ok...@apache.org |
[1/4] tinkerpop git commit: We have had so many problems with LambdaRestrictionStragegy because it is difficult to know what is a true lambda. I have now simply hardcoded the lambda determination as a String analysis of the lambda object for Java, Groovy |
Wed, 18 Oct, 21:52 |
ok...@apache.org |
[2/4] tinkerpop git commit: Corrected hard-coded test suite number - CTR |
Wed, 18 Oct, 21:52 |
ok...@apache.org |
[3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1797' into tp32 |
Wed, 18 Oct, 21:52 |
ok...@apache.org |
[4/4] tinkerpop git commit: Merge branch 'tp32' |
Wed, 18 Oct, 21:52 |
ok...@apache.org |
tinkerpop git commit: Fixed an attachement-bug in with a solution generalized to . |
Wed, 18 Oct, 22:45 |
ok...@apache.org |
tinkerpop git commit: fixed an old hack in GroovyTranslator and PythonTranslator that makes it possible to translate Elements to their detached form. Added an InjectTest that demonstrates proper functioning for the respective XXXTranslators. |
Thu, 19 Oct, 16:26 |
ok...@apache.org |
[1/2] tinkerpop git commit: Fixed an attachement-bug in with a solution generalized to . |
Thu, 19 Oct, 17:35 |
ok...@apache.org |
[2/2] tinkerpop git commit: fixed an old hack in GroovyTranslator and PythonTranslator that makes it possible to translate Elements to their detached form. Added an InjectTest that demonstrates proper functioning for the respective XXXTranslators. |
Thu, 19 Oct, 17:35 |
ok...@apache.org |
[1/3] tinkerpop git commit: Fixed an attachement-bug in with a solution generalized to . |
Thu, 19 Oct, 17:37 |
ok...@apache.org |
[2/3] tinkerpop git commit: fixed an old hack in GroovyTranslator and PythonTranslator that makes it possible to translate Elements to their detached form. Added an InjectTest that demonstrates proper functioning for the respective XXXTranslators. |
Thu, 19 Oct, 17:37 |
ok...@apache.org |
[3/3] tinkerpop git commit: Merge branch 'tp32' |
Thu, 19 Oct, 17:37 |
ok...@apache.org |
tinkerpop git commit: fixed a bug with the PropertiesStep test. We have a serialization issue (have always had it) where we don't couple the Vertex with the VertexProperty. Thus, StartStep has to be smart about not trying to attach VertexProperties. CTR. |
Thu, 19 Oct, 19:45 |
ok...@apache.org |
tinkerpop git commit: I had to tweak master/ on the last merge and the tweak I did was more clever than what I have in tp32/. Thus, back porting it. CTR. |
Thu, 19 Oct, 20:00 |
ok...@apache.org |
[1/2] tinkerpop git commit: I had to tweak master/ on the last merge and the tweak I did was more clever than what I have in tp32/. Thus, back porting it. CTR. |
Thu, 19 Oct, 20:01 |
ok...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Thu, 19 Oct, 20:01 |
ok...@apache.org |
tinkerpop git commit: fixed up a self-edge test and Neo4jVertex to support repeat edges on BOTH. |
Mon, 30 Oct, 21:28 |
ok...@apache.org |
[1/4] tinkerpop git commit: TINKERPOP-1801: fix profile() timing in OLAP by adding worker iteration timings to step metrics this is a simple fix that do not change any API |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[2/4] tinkerpop git commit: TINKERPOP-1801: fix test failures. TinkerPopComputer does not call ComputerPorgram.execute methods if spit has no vertices. For example: modern graph has 6 vertices but computer has 8 cores, there will be two empty splits. Tra |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[3/4] tinkerpop git commit: TINKERPOP-1801: update changelog |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[4/4] tinkerpop git commit: tweaked up CHANGELOG and this. TraversalVertexProgram variables. |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[1/5] tinkerpop git commit: TINKERPOP-1801: fix profile() timing in OLAP by adding worker iteration timings to step metrics this is a simple fix that do not change any API |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[2/5] tinkerpop git commit: TINKERPOP-1801: fix test failures. TinkerPopComputer does not call ComputerPorgram.execute methods if spit has no vertices. For example: modern graph has 6 vertices but computer has 8 cores, there will be two empty splits. Tra |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[3/5] tinkerpop git commit: TINKERPOP-1801: update changelog |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[4/5] tinkerpop git commit: tweaked up CHANGELOG and this. TraversalVertexProgram variables. |
Tue, 31 Oct, 15:05 |
ok...@apache.org |
[5/5] tinkerpop git commit: Merge branch 'tp32' |
Tue, 31 Oct, 15:05 |
rd...@apache.org |
[1/3] tinkerpop git commit: add three missing config |
Tue, 10 Oct, 17:02 |
rd...@apache.org |
[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1796' into tp32 This closes #727 |
Tue, 10 Oct, 17:02 |
rd...@apache.org |
[3/3] tinkerpop git commit: Merge branch 'tp32' |
Tue, 10 Oct, 17:02 |
rd...@apache.org |
[1/2] tinkerpop git commit: add three missing config |
Tue, 10 Oct, 17:03 |
rd...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1796' into tp32 This closes #727 |
Tue, 10 Oct, 17:03 |
rd...@apache.org |
tinkerpop git commit: minor grammar CTR |
Sun, 15 Oct, 12:29 |
rd...@apache.org |
tinkerpop git commit: removed deprecated plugin CTR |
Tue, 17 Oct, 15:11 |
rd...@apache.org |
tinkerpop git commit: Corrected hard-coded test suite number - CTR |
Tue, 17 Oct, 18:12 |
rd...@apache.org |
tinkerpop git commit: Corrected hard-coded test suite number - CTR |
Tue, 17 Oct, 18:13 |
spmalle...@apache.org |
tinkerpop git commit: TINKERPOP-1784 Added do nothings for unsupported tests |
Mon, 02 Oct, 10:29 |
spmalle...@apache.org |
tinkerpop git commit: TINKERPOP0-1784 Get all count() tests working |
Mon, 02 Oct, 19:00 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Remove an old test that is no longer relevant. CTR |
Tue, 03 Oct, 17:34 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Tue, 03 Oct, 17:34 |
spmalle...@apache.org |
[1/2] tinkerpop git commit: Remove an old test that is no longer relevant. CTR |
Tue, 03 Oct, 17:35 |
spmalle...@apache.org |
[2/2] tinkerpop git commit: Merge branch 'tp32' |
Tue, 03 Oct, 17:35 |
spmalle...@apache.org |
tinkerpop git commit: Remove an old test that is no longer relevant. CTR |
Tue, 03 Oct, 17:35 |
spmalle...@apache.org |
tinkerpop git commit: Added Ferma to the index listing |
Tue, 03 Oct, 17:49 |
spmalle...@apache.org |
tinkerpop git commit: Update CHANGELOG CTR |
Tue, 03 Oct, 18:13 |
spmalle...@apache.org |
svn commit: r1811019 - /tinkerpop/site/index.html |
Tue, 03 Oct, 18:15 |
spmalle...@apache.org |
[01/26] tinkerpop git commit: CTR: Download Hadoop from Apache release archives, if the requested version is not available on the download mirrors. [Forced Update!] |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[02/26] 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. |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[03/26] tinkerpop git commit: Remove an old test that is no longer relevant. CTR |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[04/26] tinkerpop git commit: TINKERPOP-1784 Expanded GLV test framework a bit further |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[05/26] tinkerpop git commit: TINKERPOP-1784 Added coin() gherkin tests and refactored python |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[06/26] tinkerpop git commit: TINKERPOP-1784 Categorize feature by step type |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[07/26] tinkerpop git commit: TINKERPOP-1784 Use python eval() to setup test traversals |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[08/26] tinkerpop git commit: TINKERPOP-1784 Initial implementation of a new language agnostic test suite |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[09/26] tinkerpop git commit: TINKERPOP-1784 Add support for the various toy graphs |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[10/26] tinkerpop git commit: TINKERPOP-1784 Added test for select in GLV tests |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[11/26] tinkerpop git commit: TINKERPOP-1784 Provided translation for python specific syntax |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[12/26] tinkerpop git commit: TINKERPOP-1784 Refactored the assertion logic for ordered/unordered |
Tue, 03 Oct, 18:20 |
spmalle...@apache.org |
[13/26] tinkerpop git commit: TINKERPOP-1784 Added some basic support to convert vertex string to a vertex object |
Tue, 03 Oct, 18:20 |