TinkerPop4 Project Structure

2019-03-03 Thread Marko Rodriguez
Hello, The last two days I’ve been working to get TinkerPop4’s project structure spec’d (see README): https://github.com/apache/tinkerpop/tree/tp4 There are three main sub-modules: gremlin-data: operators (“steps”) to process different data structures.

Re: Unable to sign into Apache OAuth (GitBox username sync'ing)

2019-03-03 Thread Marko Rodriguez
It worked! It just took some patience. Apache emails started coming through saying that I have access to incubators…then to tinkerpop. Once I saw the tinkerpop email, I git push’d and wee! Thanks everyone. I’m horrible with infrastructure stuff and I find all the ssh, ssh-agent, pub, etc.

Re: Unable to sign into Apache OAuth (GitBox username sync'ing)

2019-03-03 Thread Marko Rodriguez
Hi, So I went through the following: * Added my GitHub ID to id.apache.org * Enabled two-way authentication on github. * Received Apache email and “confirmed” to be apart of Apache Foundation GitHub. * Set the global config for the repo to

[GitHub] [tinkerpop] FlorianHockmann commented on pull request #1075: Docker gremlin-server test script

2019-03-03 Thread GitHub
I think it would make sense to use a different env var here instead of `TINKERPOP_DOCKER_OPTS`. My `TINKERPOP_DOCKER_OPTS` looks like this: ```bash $ echo $TINKERPOP_DOCKER_OPTS --tmpfs /usr/src/tinkermem:exec,mode=0755,rw,noatime,size=2000m -p 8080:80 ``` The port mapping is necessary on

[GitHub] [tinkerpop] FlorianHockmann commented on pull request #1075: Docker gremlin-server test script

2019-03-03 Thread GitHub
I haven't really looked into this image, but couldn't we use the gremlin-server image that we also publish to Docker Hub instead as a base image? This would have the nice advantage that we would use the image for testing that we are also publishing and we could also change the version to use an

Re: Unable to sign into Apache OAuth (GitBox username sync'ing)

2019-03-03 Thread Marko Rodriguez
Ah ha! That was the problem. I used Safari and it worked. I then went into id.apache.org and updated my GitHub username when it said I needed to be invited to the GitHub organization and needed to do so. Hopefully that is sufficient. Thanks Florian, Marko. > On Mar 3,

[jira] [Commented] (TINKERPOP-2148) "no connection available!" is being thrown despite lots of free connections

2019-03-03 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782710#comment-16782710 ] Florian Hockmann commented on TINKERPOP-2148: - Looking closer at this, I think there is

[jira] [Assigned] (TINKERPOP-2135) Gremlin.Net ConnectionPool doesn't handle closed idle connections properly

2019-03-03 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann reassigned TINKERPOP-2135: --- Assignee: Florian Hockmann > Gremlin.Net ConnectionPool doesn't handle

Re: Unable to sign into Apache OAuth (GitBox username sync'ing)

2019-03-03 Thread Florian Hockmann
Clicking the button should open the usual Browser dialog where you can enter your credentials. Have you tried it with a different browser? Do you have any browser add-ons that block scripts? Am 03.03.2019 um 05:08 schrieb Marko Rodriguez: > I do see the button — the green “Sign in with Apache”