spmalle...@apache.org |
svn commit: r1746423 - in /incubator/tinkerpop/site: docs/3.1.3-SNAPSHOT/ javadocs/3.1.3-SNAPSHOT/ |
Wed, 01 Jun, 10:57 |
spmalle...@apache.org |
svn commit: r1746425 - in /incubator/tinkerpop/site: docs/ docs/3.1.3-SNAPSHOT/ docs/3.1.3-SNAPSHOT/dev/ docs/3.1.3-SNAPSHOT/dev/developer/ docs/3.1.3-SNAPSHOT/dev/provider/ docs/3.1.3-SNAPSHOT/images/ docs/3.1.3-SNAPSHOT/images/icons/ docs/3.1.3-SNAPS... |
Wed, 01 Jun, 11:10 |
spmalle...@apache.org |
svn commit: r1746438 - in /incubator/tinkerpop/site: gremlin.html index.html policy.html providers.html |
Wed, 01 Jun, 11:32 |
ok...@apache.org |
incubator-tinkerpop git commit: Have VariantGraphTraversal which is able to convert a Gremlin-Java traversal into a Gremlin-XXX traversal via the provided VariantConverter. Thus, test case -> java traversal -> xxx traversal -> groovy traversal -> test ca |
Wed, 01 Jun, 14:25 |
ok...@apache.org |
incubator-tinkerpop git commit: okay. so the 95 percent of the test suite is passing with Gremlin-Python. The other tests, I know why they fail and some are tricky -- we may just OPT_OUT of those as its not really a Gremlin-Python issue, but a test doin |
Wed, 01 Jun, 16:34 |
ok...@apache.org |
incubator-tinkerpop git commit: added support for Gremlin-Python [x:y] range/limit syntax. Added withSideEffects(), withBulk(), etc. stuff to VariantSource. The only tests that are failing now are ones where Double vs. Float is an issue (Python has no co |
Wed, 01 Jun, 16:57 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers |
Wed, 01 Jun, 16:58 |
ok...@apache.org |
incubator-tinkerpop git commit: got normSack parsed as well as turned all floats to doubles. |
Wed, 01 Jun, 17:07 |
ok...@apache.org |
incubator-tinkerpop git commit: random cleanup.. basically only 2 tests are failing which don't have an easy solution. And they are odd tests at that. |
Wed, 01 Jun, 17:12 |
spmalle...@apache.org |
[1/2] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR |
Wed, 01 Jun, 17:38 |
spmalle...@apache.org |
[2/2] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR |
Wed, 01 Jun, 17:38 |
spmalle...@apache.org |
[1/3] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR |
Wed, 01 Jun, 17:38 |
spmalle...@apache.org |
[2/3] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR |
Wed, 01 Jun, 17:38 |
spmalle...@apache.org |
[3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' |
Wed, 01 Jun, 17:38 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR |
Wed, 01 Jun, 17:41 |
spmalle...@apache.org |
[1/2] incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR |
Wed, 01 Jun, 17:42 |
spmalle...@apache.org |
[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' |
Wed, 01 Jun, 17:42 |
spmalle...@apache.org |
[1/2] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR |
Wed, 01 Jun, 17:47 |
spmalle...@apache.org |
[2/2] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR |
Wed, 01 Jun, 17:47 |
ok...@apache.org |
incubator-tinkerpop git commit: OPTing out of tests that don't pass. We now have a fully working and tested Gremlin language variant in TinkerPop -- Gremlin-Python. |
Wed, 01 Jun, 18:33 |
ok...@apache.org |
incubator-tinkerpop git commit: tests passing. got T, Pop, Order, Column, Direction, and Scope as Python objects now too. |
Wed, 01 Jun, 19:14 |
ok...@apache.org |
incubator-tinkerpop git commit: All the enum tokens are now objects in Python. It 'just works'. So dope. A few random little hacks here and there, but for the most part, this is it. |
Wed, 01 Jun, 19:49 |
ok...@apache.org |
[1/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. |
Wed, 01 Jun, 20:29 |
ok...@apache.org |
[2/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. |
Wed, 01 Jun, 20:29 |
ok...@apache.org |
[3/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. |
Wed, 01 Jun, 20:29 |
ok...@apache.org |
incubator-tinkerpop git commit: tweaks to GremlinPythonGenerator. |
Wed, 01 Jun, 22:41 |
ok...@apache.org |
incubator-tinkerpop git commit: getting slick with the reflection. got withStrategies(), withComputer(), etc. working. This is really really cool. |
Wed, 01 Jun, 23:38 |
ok...@apache.org |
incubator-tinkerpop git commit: got complex P nesting working. going to add a ProcessStandardSuite test case that does nasty P-nesting so we know it works for all variants. |
Thu, 02 Jun, 00:56 |
spmalle...@apache.org |
incubator-tinkerpop git commit: This closes #71 |
Thu, 02 Jun, 11:36 |
ok...@apache.org |
incubator-tinkerpop git commit: Wrote a complex P.and().or(not(lt())) test for HasTest. Realized the GremlinPython crapped out on it. Fixed GremlinPython. Also, added PythonProcessComputerTest to verify that the computer tests work with Gremlin-Python. F |
Thu, 02 Jun, 15:24 |
dkupp...@apache.org |
[1/3] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. |
Thu, 02 Jun, 15:28 |
dkupp...@apache.org |
[2/3] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. |
Thu, 02 Jun, 15:28 |
dkupp...@apache.org |
[3/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 |
Thu, 02 Jun, 15:28 |
dkupp...@apache.org |
[1/4] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. |
Thu, 02 Jun, 15:29 |
dkupp...@apache.org |
[2/4] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. |
Thu, 02 Jun, 15:29 |
dkupp...@apache.org |
[3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 |
Thu, 02 Jun, 15:29 |
dkupp...@apache.org |
[4/4] incubator-tinkerpop git commit: Merge branch 'tp31' |
Thu, 02 Jun, 15:29 |
ok...@apache.org |
incubator-tinkerpop git commit: have static imports working so you can do repeat(out())-type and has(label, 'name')-type stuff in Gremlin-Python. Reworked the test infrastructure to be able to test both static and non-static loading of data. That was way |
Thu, 02 Jun, 17:34 |
ok...@apache.org |
incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can change given an |
Thu, 02 Jun, 19:57 |
ok...@apache.org |
[01/15] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[02/15] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[03/15] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[04/15] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[05/15] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[06/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[07/15] incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[08/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[09/15] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[10/15] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[11/15] incubator-tinkerpop git commit: This closes #71 |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[12/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[13/15] incubator-tinkerpop git commit: Merge branch 'tp31' |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[14/15] incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can change |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
[15/15] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 |
Thu, 02 Jun, 20:05 |
ok...@apache.org |
incubator-tinkerpop git commit: PythonGraphTraversal now implements Python __iter__ and thus, once a result set comes back from Gremlin server as an iterator, it will behave just like Gremlin-Java. That is, the traversal is an iterator. Made the nested P |
Thu, 02 Jun, 20:37 |
spmalle...@apache.org |
incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler |
Thu, 02 Jun, 20:42 |
ok...@apache.org |
incubator-tinkerpop git commit: added sort orders to method construction so that the gremlin-python.py file doesnt change with each build and thus, look all dynamic in GitHub. |
Thu, 02 Jun, 20:52 |
ok...@apache.org |
incubator-tinkerpop git commit: gremlin_python_driver.py is a module for creating a Gremlin-Python driver. gremlin_python.py is TinkerPop's embedding of Gremlin into Python for use with the CPyhon virtual machine. All we need now is a gremlin_python_driv |
Thu, 02 Jun, 23:41 |
ok...@apache.org |
[1/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think |
Fri, 03 Jun, 01:46 |
ok...@apache.org |
[2/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think |
Fri, 03 Jun, 01:46 |
spmalle...@apache.org |
[1/2] incubator-tinkerpop git commit: Fixed bad header formatting - wrong levels CTR |
Fri, 03 Jun, 12:28 |
spmalle...@apache.org |
[2/2] incubator-tinkerpop git commit: Added another example to "between vertices" recipes CTR |
Fri, 03 Jun, 12:28 |
ok...@apache.org |
incubator-tinkerpop git commit: implemented gremlin_rest_driver and now have it working with Gremlin-Python. All done. |
Fri, 03 Jun, 15:16 |
ok...@apache.org |
incubator-tinkerpop git commit: if the RESTServer response is not 200, then a BaseException is raised. |
Fri, 03 Jun, 15:27 |
ok...@apache.org |
[1/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python variant is available. |
Fri, 03 Jun, 17:57 |
ok...@apache.org |
[2/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python variant is available. |
Fri, 03 Jun, 17:57 |
ok...@apache.org |
incubator-tinkerpop git commit: got bindings to work. what a nightmare. had to use call stack introspection to get the local variable field of the calling class. insane -- though I know more about the Python VM and how to do introspection. |
Fri, 03 Jun, 22:09 |
dkupp...@apache.org |
[1/2] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch |
Fri, 03 Jun, 23:07 |
dkupp...@apache.org |
[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 |
Fri, 03 Jun, 23:07 |
dkupp...@apache.org |
[1/3] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch |
Fri, 03 Jun, 23:07 |
dkupp...@apache.org |
[2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 |
Fri, 03 Jun, 23:07 |
dkupp...@apache.org |
[3/3] incubator-tinkerpop git commit: Merge branch 'tp31' |
Fri, 03 Jun, 23:07 |