Re: [DISCUSS] Add Graph Engine Service to listing

2018-08-01 Thread Robert Dale
Added. Please review. Robert Dale On Wed, Jul 18, 2018 at 7:19 AM Stephen Mallette wrote: > I think Huawei's Graph Engine Service meets the requirements for the index > listing: > > https://groups.google.com/d/msg/gremlin-users/TEJuwsCuQcE/yjbOlmz8CwAJ > > I think the listing would just be

[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-08-01 Thread daem0ndev
Github user daem0ndev commented on the issue: https://github.com/apache/tinkerpop/pull/898 yes unfortunately its manually maintained right now, although I did my best to organize the file in such a way that its easy to map it to the default exports. The only way to get this for free

[jira] [Commented] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566186#comment-16566186 ] ASF GitHub Bot commented on TINKERPOP-2016: --- GitHub user robertdale opened a pull request:

[GitHub] tinkerpop pull request #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-01 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/904 TINKERPOP-2016 Bumped to Jackson 2.9.6 https://issues.apache.org/jira/browse/TINKERPOP-2016 Bumped to Jackson 2.9.6 for CVE. You can merge this pull request into a Git repository by

[jira] [Updated] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2016: --- Labels: security (was: ) > Upgrade Jackson FasterXML to 2.9.5 or later to fix security

[jira] [Updated] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2016: --- Affects Version/s: 3.2.9 > Upgrade Jackson FasterXML to 2.9.5 or later to fix security

[jira] [Assigned] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale reassigned TINKERPOP-2016: -- Assignee: Robert Dale > Upgrade Jackson FasterXML to 2.9.5 or later to fix

[jira] [Updated] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread Luke Daugherty (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Daugherty updated TINKERPOP-2016: -- Description: The jackson libraries included in groovy-shaded-3.3.3 have a CVE

[jira] [Created] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-01 Thread Luke Daugherty (JIRA)
Luke Daugherty created TINKERPOP-2016: - Summary: Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability Key: TINKERPOP-2016 URL: https://issues.apache.org/jira/browse/TINKERPOP-2016

Re: gremlinpython on python 3.4

2018-08-01 Thread Daniel Kuppitz
FYI: I pushed (CTR'd) the fix. You'll need to delete your tinkerpop:* docker images, so they get rebuild when you run docker/build.sh next time. Cheers, Daniel On Wed, Aug 1, 2018 at 11:25 AM, Stephen Mallette wrote: > I believe something changed outside of our control. Kuppitz has a fix for

[jira] [Commented] (TINKERPOP-1990) Add a shortestPath() step

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565866#comment-16565866 ] ASF GitHub Bot commented on TINKERPOP-1990: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #882: TINKERPOP-1990 Add a shortestPath() step

2018-08-01 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/882 Done. ---

[GitHub] tinkerpop issue #882: TINKERPOP-1990 Add a shortestPath() step

2018-08-01 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/882 @dkuppitz could you rebase this one more time please? ---

[jira] [Comment Edited] (TINKERPOP-2014) Allow an ability to specify seeding for random methods such as coin, sample and Order.shuffle

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553425#comment-16553425 ] stephen mallette edited comment on TINKERPOP-2014 at 8/1/18 7:17 PM:

[jira] [Closed] (TINKERPOP-1728) Support String type in MaxGlobalStep and MinGlobalStep.

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1728. --- Resolution: Duplicate This was completed a while back for 3.4.0: {code}

Re: gremlinpython on python 3.4

2018-08-01 Thread Stephen Mallette
I believe something changed outside of our control. Kuppitz has a fix for docker which he will push soon. On Wed, Aug 1, 2018 at 2:12 PM Florian Hockmann wrote: > I'm now also having this problem in docker. I was able to build and run > tests on a feature branch (TINKERPOP-1774) a few days ago

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-08-01 Thread danielcweber
Github user danielcweber commented on the issue: https://github.com/apache/tinkerpop/pull/842 @spmallette Should be symmetrical now! ---

[jira] [Commented] (TINKERPOP-1945) Add support for extended GraphSon types to Gremlin.net

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565754#comment-16565754 ] ASF GitHub Bot commented on TINKERPOP-1945: --- Github user danielcweber commented on the

Re: gremlinpython on python 3.4

2018-08-01 Thread Florian Hockmann
 I'm now also having this problem in docker. I was able to build and run tests on a feature branch (TINKERPOP-1774) a few days ago but got the problems when I yesterday rebased on master. I just tried to find out which commits could have introduced the problem by going back to an older commit that

[jira] [Closed] (TINKERPOP-963) SubgraphTraversalAnalyzer to determine what is really required from a traversal.

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-963. -- Resolution: Won't Do I'm not clear what this was for and given how long it's been

[jira] [Closed] (TINKERPOP-882) Develop a less error prone way for rewriting strategies

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-882. -- Resolution: Incomplete We all know this is a problem at this pointnothing has

[jira] [Closed] (TINKERPOP-571) [Proposal] Provide a way to process arbitrary objects with GraphComputer

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-571. -- Resolution: Won't Do I don't think we'll see this as part of TinkerPop 3.x and as

[jira] [Commented] (TINKERPOP-1945) Add support for extended GraphSon types to Gremlin.net

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565570#comment-16565570 ] ASF GitHub Bot commented on TINKERPOP-1945: --- Github user danielcweber commented on the

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-08-01 Thread danielcweber
Github user danielcweber commented on the issue: https://github.com/apache/tinkerpop/pull/842 Sorry, I lost track of this issue since I worked around the TimeSpan issue with simple longs (which can be summed up nicely which is impossible for durations). I can delete the unneeded

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-01 Thread FlorianHockmann
GitHub user FlorianHockmann opened a pull request: https://github.com/apache/tinkerpop/pull/903 Gremlin.Net: Add ConnectionPool min and max sizes TINKERPOP-1774 https://issues.apache.org/jira/browse/TINKERPOP-1774 The Gremlin.Net `ConnectionPool` now has min and max sizes.

[jira] [Commented] (TINKERPOP-1774) Gremlin .NET: Support min and max sizes in Connection pool

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565506#comment-16565506 ] ASF GitHub Bot commented on TINKERPOP-1774: --- GitHub user FlorianHockmann opened a pull

[jira] [Commented] (TINKERPOP-1878) Sparql to Gremlin Compiler

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565460#comment-16565460 ] stephen mallette commented on TINKERPOP-1878: - GLVs aren't fully supported as part of

[jira] [Updated] (TINKERPOP-1991) Generalized DSL in GLVs

2018-08-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1991: Description: Create an Algorithm DSL so that we don't pollute gremlin-core

[jira] [Commented] (TINKERPOP-1945) Add support for extended GraphSon types to Gremlin.net

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565448#comment-16565448 ] ASF GitHub Bot commented on TINKERPOP-1945: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-08-01 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/842 @danielcweber should we expect any change here or is this ok to close at this point? ---

[jira] [Commented] (TINKERPOP-1878) Sparql to Gremlin Compiler

2018-08-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565417#comment-16565417 ] ASF GitHub Bot commented on TINKERPOP-1878: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #902: TINKERPOP-1878 sparql-gremlin

2018-08-01 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/902 TINKERPOP-1878 sparql-gremlin https://issues.apache.org/jira/browse/TINKERPOP-1878 I think this is ready for review. As an engine it stands on its own pretty well as our first

[GitHub] tinkerpop pull request #900: Update SparqlToGremlinCompiler.java

2018-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/900 ---

[GitHub] tinkerpop pull request #901: Update compilers.asciidoc

2018-08-01 Thread harsh9t
GitHub user harsh9t opened a pull request: https://github.com/apache/tinkerpop/pull/901 Update compilers.asciidoc Updating gremlin-compilers (sparql-gremlin) documentation: - fixed optional clause - updated optional clause limitation while in nesting with union & order-by