Re: [DISCUSS] Neo4j upgrade for 3.4.1

2019-01-18 Thread Robert Dale
erPop 3.3.1 release. 1. http://tinkerpop.apache.org/docs/3.4.0/upgrade/#_upgrade_neo4j Robert Dale On Fri, Jan 18, 2019 at 7:54 AM Stephen Mallette wrote: > We just received this PR: > > https://github.com/apache/tinkerpop/pull/1042 > > which upgrades to the latest version of Neo4j.

Re: ATTN Committers/PMC Members: Bio Update

2019-02-02 Thread Robert Dale
No change. Thanks. Robert Dale On Fri, Feb 1, 2019 at 4:14 PM Daniel Kuppitz wrote: > I think my bio is still pretty accurate, no changes needed. > > Cheers, > Daniel > > > On Fri, Feb 1, 2019, 1:29 PM Stephen Mallette > wrote: > > > I was hoping that an

Re: fix nuget link

2019-02-11 Thread Robert Dale
ers](https://groups.google.com/forum/#!forum/gremlin-users) <https://groups.google.com/forum/#!forum/gremlin-users> Both of these render correctly using VS Code preview. Robert Dale On Mon, Feb 11, 2019 at 3:54 PM Stephen Mallette wrote: > Anyone know for sure what the format is to allow

Re: including extra files in nuget package

2019-02-11 Thread Robert Dale
I just happened to have this tab loaded while searching for an answer to the previous email. I don't know if this helps with the way we publish. https://github.com/NuGet/Home/wiki/Packaging-License-within-the-nupkg Robert Dale On Mon, Feb 11, 2019 at 4:08 PM Stephen Mallette wrote: >

Re: fix nuget link

2019-02-11 Thread Robert Dale
correct it. Robert Dale On Mon, Feb 11, 2019 at 4:19 PM Stephen Mallette wrote: > i feel like we've tried to figure out how to edit on the web site before > and couldn't. barring someone knowing definitively what to do i guess we'll > just go with some general markdown a

Re: docker and GLV development

2019-02-27 Thread Robert Dale
Do you want to create a docker container on-the-fly using the current working copy kind of like we do for docker/build.sh? Robert Dale On Wed, Feb 27, 2019 at 7:16 AM Stephen Mallette wrote: > testcontainers seems neat as it gives some good integration and automation, > however relia

Re: docker and GLV development

2019-02-27 Thread Robert Dale
I'm surprised Daniel doesn't have this done already ;-) What is the test configuration/data for GLVs? Could you list the paths/files? Robert Dale On Wed, Feb 27, 2019 at 7:49 AM Stephen Mallette wrote: > Yes, an on-the-fly container would work assuming it used the test > co

Re: docker and GLV development

2019-02-27 Thread Robert Dale
container. Does this sound right to you? Robert Dale On Wed, Feb 27, 2019 at 8:48 AM Florian Hockmann wrote: > > I do like the idea of being able to test against older versions though. > > That shouldn't be a problem in general as we could use multiple different > images. See

Re: docker and GLV development

2019-03-01 Thread Robert Dale
I made a first attempt. Let me know what you think. https://github.com/apache/tinkerpop/pull/1075 Robert Dale On Wed, Feb 27, 2019 at 11:32 AM Stephen Mallette wrote: > > If we agree on Testcontainers in general, then I can give this a try and > use Testcontainers in one of

Re: docker and GLV development

2019-03-01 Thread Robert Dale
I force pushed a fix. Wasn't listening on all nets. Also added a banner for IP address that will appear like so: ... Successfully built b00dc1f2db35 ### IP is 172.17.0.2 ### [INFO] GremlinServer - 3.4.1-SNAPSHOT ... Robert Dale On Fri, Mar 1, 2019

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

2019-03-02 Thread Robert Dale
to push. Stephen > pointed me to https://gitbox.apache.org/setup/ < > https://gitbox.apache.org/setup/>. When I try and do the first step with > OAuth, the site just hangs indefinitely. Is this a known problem or is > there something I’m missing? > > Thank you, > Marko. > > http://markorodriguez.com > > > > -- Robert Dale

Re: docker and GLV development

2019-03-06 Thread Robert Dale
lhost gremlin-python/src/main/jython/ | xargs sed -i 's/localhost/172.17.0.2/g' Then I could `mvn clean install -pl :gremlin-python` Robert Dale On Wed, Mar 6, 2019 at 9:22 AM Robert Dale wrote: > Florian makes a great point about using the image from gremlin-server. > It'

Re: docker and GLV development

2019-03-06 Thread Robert Dale
Forgot to mention that the gremlin-python version is hardcoded. Robert Dale On Wed, Mar 6, 2019 at 2:36 PM Robert Dale wrote: > I just pushed a change that allows python tests to pass against the docker > image. > > This will install the gremlin-python script support on the server

Re: [DISCUSS] proposed release of 3.3.6/3.4.1

2019-03-08 Thread Robert Dale
I'd like to get this in before the freeze (if it counts towards the freeze): https://issues.apache.org/jira/browse/TINKERPOP-2174 Robert Dale On Wed, Mar 6, 2019 at 2:06 PM Stephen Mallette wrote: > Thanks for sharing TINKERPOP-2169 as something to keep an eye on. Depending > on th

Re: [VOTE] TinkerPop 3.3.6 Release

2019-03-19 Thread Robert Dale
] Microsoft.NETCore.App 2.1.8 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App] To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download Robert Dale On Tue, Mar 19, 2019 at 3:31 AM Florian Hockmann wrote: > Which version of the .NET Core SDK do you have? It needs to be >= 2

Re: [VOTE] TinkerPop 3.3.6 Release

2019-03-19 Thread Robert Dale
`bin/validate-distribution.sh 3.3.6` passed reviewed docs fixed a couple of broken links VOTE +1 Robert Dale On Tue, Mar 19, 2019 at 5:50 AM Robert Dale wrote: > .NET passed on mine. > > $ dotnet --info > .NET Core SDK (reflecting any global.json): > Version: 2.

Re: [DISCUSS] hipchat

2019-03-19 Thread Robert Dale
migration path to Slack for all our customers." - https://www.atlassian.com/partnerships/slack Robert Dale On Tue, Mar 19, 2019 at 3:49 PM Stephen Mallette wrote: > Robert Dale quietly pointed out to me that the TinkerPop hipchat channel is > dead. Given the error I'm seeing I&

Asciidoc anchor Ids.

2019-03-19 Thread Robert Dale
-Java Good: [[gremlin-java]] == Gremlin-Java Robert Dale

Re: Asciidoc anchor Ids.

2019-03-19 Thread Robert Dale
> // comment > > [[gremlin-java]] > == Gremlin-Java > > ??? > > > On Tue, Mar 19, 2019 at 5:23 PM Robert Dale wrote: > > > In Asciidoc, you cannot stack multiple anchor Ids. Only the last one will > > be used. You will end up with broken links if any of the pre

Re: Asciidoc anchor Ids.

2019-03-20 Thread Robert Dale
d the anchors in this way - https://github.com/apache/tinkerpop/commit/9ab4ff578273a8e6d7a0672c229f8ab8687cd33c Robert Dale On Tue, Mar 19, 2019 at 6:26 PM Stephen Mallette wrote: > i've external linked to those anchors many times from other sites like > StackOverflow, blog posts, the

Re: [VOTE] TinkerPop 3.4.1 Release

2019-03-20 Thread Robert Dale
Daniel, how did you notice it missing? I didn't see the typical grey block. Robert Dale On Wed, Mar 20, 2019 at 11:01 AM Florian Hockmann wrote: > Skimmed over the docs and didn't find any problems (apart from the already > mentioned missing SPARQL secti

Re: [VOTE] TinkerPop 3.4.1 Release

2019-03-20 Thread Robert Dale
Stephen, do you plan on regenerating the docs with the link fixes for the website when it's time to publish? Robert Dale On Wed, Mar 20, 2019 at 1:18 PM Robert Dale wrote: > Daniel, how did you notice it missing? I didn't see the typical grey > block. > > Robert Dal

Re: [DISCUSS] documentation check prior to release [Was: [VOTE] TinkerPop 3.4.1 Release]

2019-03-20 Thread Robert Dale
me of us could get a head start. In any case, I've started to look at a link checker to put in the build process. Robert Dale On Wed, Mar 20, 2019 at 3:39 PM Stephen Mallette wrote: > > I think this comes down to having a version of the docs available for > review before we start

Re: [VOTE] TinkerPop 3.4.1 Release

2019-03-21 Thread Robert Dale
VOTE +1 Robert Dale On Wed, Mar 20, 2019 at 3:02 PM Florian Hockmann wrote: > > we need to figure out how we catch this stuff during code freeze and not > > during VOTE. if anyone has ideas how we do a better job during code > freeze > > week to > > I think this com

Some Asciidoc Tips and Fixes

2019-03-27 Thread Robert Dale
thub.com/asciidoctor/asciidoctor/issues/1514 Solution: Use double backtick if there is non-whitespace immediately following the trailing backtick. Original: [...] globally available for `ScriptInputFormat`'s `parse()` method. Fixed: [...] globally available for ``ScriptInputFormat``'s `parse()` method. Robert Dale

Re: Some Asciidoc Tips and Fixes

2019-04-02 Thread Robert Dale
Should it be there <http://tinkerpop.apache.org/docs/current/dev/developer/#documentation> or here http://tinkerpop.apache.org/docs/3.4.1/dev/developer/#_writing_documentation ? Robert Dale On Sat, Mar 30, 2019 at 9:35 AM Stephen Mallette wrote: > interesting - thanks for digging

Re: [VOTE] TinkerPop 3.3.7 Release

2019-05-29 Thread Robert Dale
linkchecker good. VOTE +1 Robert Dale On Wed, May 29, 2019 at 6:10 PM Daniel Kuppitz wrote: > *Validating binary distributions* > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-console-3.3.7-bin.zip)... OK > * validating signatures and checksums ... >

Re: [VOTE] TinkerPop 3.4.2 Release

2019-05-29 Thread Robert Dale
linkchecker good VOTE +1 Robert Dale On Wed, May 29, 2019 at 9:41 AM Florian Hockmann wrote: > I looked over the docs and everything was as expected. I also downloaded > the Gremlin Server and Gremlin Console distributions and performed some > manual testing with both. &g

Re: Some Asciidoc Tips and Fixes

2019-05-30 Thread Robert Dale
+from gremlin_python.process.graph_traversal import __ as AnonymousTraversal+` Robert Dale On Tue, Apr 2, 2019 at 1:59 PM Stephen Mallette wrote: > eh...looks like those two sections could be better handled. the intent for > "Writing Documentation" was to give new co

Re: Some Asciidoc Tips and Fixes

2019-06-18 Thread Robert Dale
Sums it up nicely. Bonus, if you go to the '...' dropdown and select 'View file', it looks like everything is rendered correctly. Robert Dale On Fri, Jun 14, 2019 at 7:39 AM Stephen Mallette wrote: > I went ahead an added your tips to the dev docs: > > > htt

Re: [DISCUSS] code freeze 3.3.8/3.4.3

2019-07-26 Thread Robert Dale
No change. Thanks. Robert Dale On Fri, Jul 26, 2019 at 2:47 PM Daniel Kuppitz wrote: > No changes to my bio required. > > Cheers, > Daniel > > > On Fri, Jul 26, 2019 at 7:29 AM Stephen Mallette > wrote: > > > Code freeze for the tp34 and tp33 branches goes int

Re: [VOTE] TinkerPop 3.3.8 Release

2019-08-07 Thread Robert Dale
Best durn lookin' docs ever! VOTE +1 Robert Dale On Wed, Aug 7, 2019 at 9:50 AM Daniel Kuppitz wrote: > Distribution validation looks good. > > Validating binary distributions > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-console-3.3.8-bin.zi

Re: [VOTE] TinkerPop 3.4.3 Release

2019-08-07 Thread Robert Dale
Best durn lookin' docs ever! VOTE +1 Robert Dale On Wed, Aug 7, 2019 at 7:39 AM Daniel Kuppitz wrote: > Distribution validation is looking good. > > Validating binary distributions > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-conso

Re: [VOTE] TinkerPop 3.3.9 Release

2019-10-16 Thread Robert Dale
Good catches, Daniel. I can take the first three fixing the formatting issues as an action item. VOTE +1 Robert Dale On Mon, Oct 14, 2019 at 2:48 PM Daniel Kuppitz wrote: > *Validating binary distributions* > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-c

Re: [VOTE] TinkerPop 3.4.4 Release

2019-10-16 Thread Robert Dale
Other than the same minor formatting issues as 3.3.9, everything looks to be in order. VOTE +1 Robert Dale On Tue, Oct 15, 2019 at 1:10 PM Daniel Kuppitz wrote: > *Validating binary distributions* > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-console-3

Re: [DISCUSS] code freeze 3.3.9/3.4.4

2019-10-18 Thread Robert Dale
gt; > wrote: > > > >> I think I"m going to be reverting most of this change: > >> > >> > >> > https://github.com/apache/tinkerpop/commit/aa955d56485483cb5b1901fd82783d5cdf969c7c#diff-402e09222db9327564f28924e1b39d0c > >> > >> > >> We'll kee

Re: [DISCUSS] code freeze 3.3.9/3.4.4

2019-10-19 Thread Robert Dale
Looks like these are immutable so an updated release would be required. Going forward, we can use markdown and render for review, even just through github, before publishing. https://packaging.python.org/guides/making-a-pypi-friendly-readme/ Robert Dale On Fri, Oct 18, 2019 at 8:43 PM Stephen

Re: [DISCUSS] code freeze 3.3.9/3.4.4

2019-10-22 Thread Robert Dale
before deploy. ;-) Robert Dale On Sat, Oct 19, 2019 at 6:53 AM Robert Dale wrote: > Looks like these are immutable so an updated release would be required. > Going forward, we can use markdown and render for review, even just through > github, before publishing. > > https://packa

[DISCUSS] connection transport support

2019-11-05 Thread Robert Dale
work as well. 1. https://issues.apache.org/jira/browse/TINKERPOP-2289 2. https://groups.google.com/d/msg/gremlin-users/A9rr9jLh5AY/DLguF9QmAQAJ 3. https://github.com/apache/tinkerpop/pull/1213 Robert Dale

Re: [DISCUSS] connection transport support

2019-11-06 Thread Robert Dale
there is no workaround other than downgrading (or not upgrading to begin with). Robert Dale On Wed, Nov 6, 2019 at 7:45 AM Stephen Mallette wrote: > I'm +1 to revert TINKERPOP-2289 as it clearly removed functionality that we > once had and that was not intentional. If we need DNS

Re: [DISCUSS] dependabot

2019-11-07 Thread Robert Dale
Ideally, if they can just configured it to not create PRs and instead create only the alert, that would be great. And of course give us access to the Alert tab under the Security tab. Robert Dale On Thu, Nov 7, 2019 at 7:53 AM Stephen Mallette wrote: > I guess Apache Infra has decided

Re: [DISCUSS] dependabot

2019-11-07 Thread Robert Dale
abilities/about-security-alerts-for-vulnerable-dependencies#alerts-and-automated-security-fixes-for-vulnerable-dependencies 2. https://help.github.com/en/github/managing-security-vulnerabilities/configuring-automated-security-fixes Robert Dale On Thu, Nov 7, 2019 at 8:26 AM Florian Hockmann wr

Re: [VOTE] TinkerPop 3.4.5 Release

2020-02-07 Thread Robert Dale
VOTE +1 Robert Dale On Fri, Feb 7, 2020 at 3:33 AM Florian Hockmann wrote: > VOTE +1 > > -Ursprüngliche Nachricht- > Von: Jorge Bay Gondra > Gesendet: Dienstag, 4. Februar 2020 15:46 > An: dev@tinkerpop.apache.org > Betreff: Re: [VOTE] TinkerPop 3.4.5 Release &

Re: [VOTE] TinkerPop 3.3.10 Release

2020-02-07 Thread Robert Dale
VOTE +1 Robert Dale On Fri, Feb 7, 2020 at 3:26 AM Florian Hockmann wrote: > Thanks, I agree that this shouldn't impact the vote. > I continued my review and everything looks good. > > VOTE +1 > > -Ursprüngliche Nachricht- > Von: Stephen Mallette > Ges

Re: [VOTE] TinkerPop 3.4.6 Release

2020-02-23 Thread Robert Dale
VOTE +1 Robert Dale On Fri, Feb 21, 2020 at 10:36 AM Florian Hockmann wrote: > VOTE +1 > > -Ursprüngliche Nachricht- > Von: Jorge Bay Gondra > Gesendet: Freitag, 21. Februar 2020 10:38 > An: dev@tinkerpop.apache.org > Betreff: Re: [VOTE] TinkerPop 3.4.6 Release &

Re: [DISCUSS] bothE() on self-reference

2017-10-25 Thread Robert Dale
). In either case, it's left to the user to determine what edges are returned. Also, I think it makes sense that g.E() == g.V().outE(). It should not be g.V().inE() due to potential for unidirected edges. Robert Dale On Wed, Oct 25, 2017 at 9:32 AM, Daniel Kuppitz wrote: > IMO it should re

Re: [DISCUSS] bothE() on self-reference

2017-10-26 Thread Robert Dale
tE edges (unique) not the union of inE,outE? I could see that. I'm not against it. Just need to make sure that's clearly documented. Robert Dale On Thu, Oct 26, 2017 at 9:32 AM, Daniel Kuppitz wrote: > Well, if you want to get it duplicated, you can just do union(outE(), > inE()

Re: Delaying the setting of requestId till the RequestMessage instantiation time

2017-12-05 Thread Robert Dale
I think this makes sense. Create an issue with your description then create the PR on tp32 and reference that issue. Robert Dale On Tue, Dec 5, 2017 at 8:19 PM, Eugene Chung wrote: > Hello, TinkerPop developers! > > > I’m the user of JanusGraph, as you may know, which is the gr

Re: [VOTE] TinkerPop 3.3.1 Release

2017-12-18 Thread Robert Dale
I have some minor link fixes to merge after the release. VOTE +1 Robert Dale On Mon, Dec 18, 2017 at 3:37 AM, Jorge Bay Gondra wrote: > VOTE +1 > > On Sun, Dec 17, 2017 at 10:37 PM, Michael Pollmeier < > mich...@michaelpollmeier.com> wrote: > > > Thanks Stephen!

Re: [VOTE] TinkerPop 3.2.7 Release

2017-12-18 Thread Robert Dale
I have some minor link fixes to merge after the release. VOTE +1 Robert Dale On Mon, Dec 18, 2017 at 3:37 AM, Jorge Bay Gondra wrote: > VOTE: +1 > > On Sun, Dec 17, 2017 at 11:04 PM, David Brown wrote: > > > docker/build.sh -t -i -n > > > >

Re: [DISCUSS] Add Bitsy to provider index

2017-12-20 Thread Robert Dale
Bitsy has been added to index. Robert Dale On Thu, Dec 14, 2017 at 10:14 AM, Tamás Cservenák wrote: > Bitsy is really great addition to TP ecosystem (same for Pixy). > > +1 (nb) > > > > On Thu, Dec 14, 2017 at 1:10 PM Stephen Mallette > wrote: > > > If you

Re: [DISCUSS] TinkerGraph Memory Usage Enhancements

2018-01-12 Thread Robert Dale
Michael, are there any limitations other considerations? That is, are there any graph features that are lost or schema doesn't apply to, e.g. meta-properties? Robert Dale On Thu, Jan 11, 2018 at 4:03 PM, Michael Pollmeier < mich...@michaelpollmeier.com> wrote: > Thanks Stephen.

Re: [DISCUSS] Contributor vs Developer

2018-01-24 Thread Robert Dale
https://maven.apache.org/pom.html#Developers Robert Dale On Wed, Jan 24, 2018 at 3:23 PM, Stephen Mallette wrote: > Does anyone have any opinion on how the pom.xml tags and > are used? > > https://github.com/apache/tinkerpop/blob/3.3.1/pom.xml#L58-L111 > > I don't th

Re: [DISCUSS] Contributor vs Developer

2018-01-24 Thread Robert Dale
I think just leave alone. If anyone feels like they need to be recognized, they can include a in their PR. Robert Dale On Wed, Jan 24, 2018 at 5:01 PM, Stephen Mallette wrote: > I've read that before. Considering the rule of thumb > > > A good rule of thumb is, if the per

Re: [DISCUSS] TinkerGraph Memory Usage Enhancements

2018-02-11 Thread Robert Dale
I think this 'schema mode' is a good addition. Robert Dale On Sun, Jan 14, 2018 at 3:41 AM, Michael Pollmeier < mich...@michaelpollmeier.com> wrote: > First of all: if you're not manually enabling the memory-efficient mode, > you get the exact same behaviour

Re: [EXTERNAL] Re: gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-21 Thread Robert Dale
You can return all properties with valueMap(true) Robert Dale On Wed, Feb 21, 2018 at 10:17 AM, Moore, Branden James wrote: > If I'm building an API to interact with a Property Graph, and that API > looks like: > nodes = get_nodes_that_match_some_property() > > as an API

Re: [EXTERNAL] Re: gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-21 Thread Robert Dale
n> map = g.V().has('name','marko').valueMap(true).next() ==>label=person ==>name=[marko] ==>id=1 ==>age=[29] gremlin> g.V(map.get(T.id)) ==>v[1] Robert Dale On Wed, Feb 21, 2018 at 11:32 AM, Moore, Branden James wrote: > Indeed, however, that returns

Re: [DISCUSS] Branch for 3.4.0

2018-02-22 Thread Robert Dale
Will we be maintaining 3 branches or are you planning on EOLing 3.2? Robert Dale On Wed, Feb 21, 2018 at 10:01 AM, Daniel Kuppitz wrote: > I was going to start this discussion today. Yesterday I pushed a fix for > https://issues.apache.org/jira/browse/TINKERPOP-1777, which includes

Re: [DISCUSS] Name of 3.4.x

2018-02-27 Thread Robert Dale
Yeah, I'd like to see what Gremlyn Manson would look like! Robert Dale On Tue, Feb 27, 2018 at 10:40 AM, Daniel Kuppitz wrote: > Four Rusted Gremlins (reference > <https://www.youtube.com/watch?v=Du1415Lhwz4>) :) > > On Tue, Feb 27, 2018 at 7:47 AM, Stephen Mallette &

Re: Documentation generation with Docker

2018-02-28 Thread Robert Dale
I got it too. tp32: good. tp33: good. master: bad. Robert Dale On Wed, Feb 28, 2018 at 10:20 AM, Stephen Mallette wrote: > I'm having no success generating docs with Docker. On master i'm currently > getting: > > Starting namenodes on [localhost] > localhost: W

Re: Documentation generation with Docker

2018-02-28 Thread Robert Dale
Could it be that 'bin/gremlin.sh' is linked to a specific version? Does this have to be updated every release? $ ll gremlin-console/bin/gremlin.sh gremlin-console/bin/gremlin.sh -> ../target/apache-tinkerpop-gremlin-console-3.3.2-SNAPSHOT-standalone/bin/gremlin.sh Robert Dale O

Re: Documentation generation with Docker

2018-02-28 Thread Robert Dale
Yup, it's a step in the release docs. Once updated, master builds docs for me. Robert Dale On Wed, Feb 28, 2018 at 10:42 AM, Stephen Mallette wrote: > ah - i forgot to do that step.i'm running tp32 now to see if that > works, but i'll fix that issue on master. > &

Re: Documentation generation with Docker

2018-02-28 Thread Robert Dale
That works for me. Robert Dale On Wed, Feb 28, 2018 at 11:23 AM, Florian Hockmann wrote: > I also ran into the exact same problem in my feature branch for the > docker images which is why haven't added my own vote for the PR yet. But > it's good to see that it's really

Re: Documentation generation with Docker

2018-03-02 Thread Robert Dale
is it possible to share your images and see if it's an image issue or a docker environment issue? Robert Dale On Wed, Feb 28, 2018 at 3:34 PM, Stephen Mallette wrote: > I pushed the fix for master, so I don't have the console problem anymore. > So now, it's just the issu

Re: [GitHub] tinkerpop pull request #808: TINKERPOP-1884 Bump to TinkerPop 4.0.56.Final

2018-03-03 Thread Robert Dale
e following in the commit message: > > This closes #808 > > > commit 13eab55da267afd0b6fe9c031e5ad0df63c93a3a > Author: Stephen Mallette > Date: 2018-03-03T14:41:34Z > > TINKERPOP-1884 Bump to TinkerPop 4.0.56.Final > > > > > --- > -- Robert Dale

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
.kryo') graph = GraphFactory.open(conf) g = graph.traversal().withComputer(SparkGraphComputer) g.V().group().by(values('name')).by(both().count()) Robert Dale On Mon, Mar 5, 2018 at 5:11 PM, Florian Hockmann wrote: > You can save images as a tar file with docker save: >

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
Sorry, shouldn't need to rebuild both images. Just apply the patch and docker/build.sh -d Robert Dale On Thu, Mar 8, 2018 at 9:51 AM, Robert Dale wrote: > Try applying this patch. Remove and rebuild both tinkerpop:base and > tinkerpop:hadoop-* docker images. Let me know how it goe

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
Committed. Robert Dale On Thu, Mar 8, 2018 at 3:13 PM, Florian Hockmann wrote: > Wow, that actually worked. Now I'm finally able to generate the > documentation! Thanks a lot, Robert! > > It's still a bit strange to me that it worked for you guys even without > this pa

Re: Documentation generation with Docker

2018-03-09 Thread Robert Dale
I can build docker images from 3.2.6 and it works without the fix. Building the images from 3.2.7, which is where this spark doc was introduced, fails ironically. But the change is not obvious enough to me to know the root cause. Robert Dale On Thu, Mar 8, 2018 at 9:35 PM, Stephen Mallette

Re: [DISCUSS] JIRA Issues in Commits

2018-03-14 Thread Robert Dale
I thought we already did that except for merges and CTRs. Did you want to include it in all commit messages? Or is it to formalize it in the Developer Docs? Robert Dale On Wed, Mar 14, 2018 at 11:54 AM, Stephen Mallette wrote: > I tend to tie my commits to JIRA by prefixing the first line

Re: [DISCUSS] Use error-prone java compiler

2018-03-19 Thread Robert Dale
abled in later PRs and that could be discussed separately. > -- Robert Dale

Re: [DISCUSS] Use error-prone java compiler

2018-03-21 Thread Robert Dale
Another option might be to use Coverity - https://scan.coverity.com/faq - and run it in Travis CI Robert Dale On Wed, Mar 21, 2018 at 9:43 AM, Stephen Mallette wrote: > > I think any proposed changes would be separate PRs and reviewed on a > case-by-case > basis. > > yeah -

Re: [DISCUSS] Use error-prone java compiler

2018-03-21 Thread Robert Dale
It has multi-language support - https://community.synopsys.com/s/question/0D5343WcsSiCAJ/what-languages-are-supported-by-synopsys-static-analysis-coverity Robert Dale On Wed, Mar 21, 2018 at 10:01 AM, Robert Dale wrote: > Another option might be to use Coverity - https://scan.coverity.

Re: revapi issues

2018-03-23 Thread Robert Dale
Are there any specific maven commands or sub-projects? I don't know how to run revapi and trying to narrow it down. Robert Dale On Fri, Mar 23, 2018 at 8:37 AM, Stephen Mallette wrote: > I'm having build problems on master with the revapi plugin. I tried a bunch > of thi

Re: revapi issues

2018-03-23 Thread Robert Dale
ttps://github.com/apache/tinkerpop/commit/23ca117b9f49c2171b65bc3e3a41ea > bb3b44dc3f > > > > On Fri, Mar 23, 2018 at 8:49 AM, Robert Dale wrote: > > > Are there any specific maven commands or sub-projects? I don't know how > to > > run revapi and trying to nar

Re: Code Freeze 3.2.8/3.3.2

2018-03-26 Thread Robert Dale
What happens if someone wants to install Spark in Gremlin Server? Robert Dale On Mon, Mar 26, 2018 at 4:07 PM, Stephen Mallette wrote: > Kuppitz pointed out that we were having trouble building docs on tp33 and > of course, it was spark related. I managed to sort out the problem and we

Re: Code Freeze 3.2.8/3.3.2

2018-03-27 Thread Robert Dale
Reverting back to netty 4.0 until there is a critical bug may be the best course. Spark 2.3 upgrades to netty 4.1 so perhaps that can be done in tp34/master. Robert Dale On Tue, Mar 27, 2018 at 6:55 AM, Stephen Mallette wrote: > hmm - i don't like how shifty this is all getting. I

Re: [DISCUSS] Use error-prone java compiler

2018-04-03 Thread Robert Dale
l on a local copy of the source code, report findings, fix, etc based on that tool. In that case, the more the merrier! The error-prone PR could be saved if it removed the error-prone compiler, made some statements on why certain changes were made, and built cleanly. Robert Dale On Tue, Apr

Re: [DISCUSS] gpg check in validate-distribution.sh [Was: [VOTE] TinkerPop 3.3.2 Release]

2018-04-05 Thread Robert Dale
+1 Robert Dale On Thu, Apr 5, 2018 at 1:04 PM, Stephen Mallette wrote: > I think that approach makes sense. From my perspective i don't think this > needs a PR. maybe just wait until end of day friday to CTR it in? this > discussion basically serves as review imo. > > On Th

Re: Code Freeze 3.2.8/3.3.2

2018-04-06 Thread Robert Dale
Looks good. Doesn't even show up as a forced update. Robert Dale On Fri, Apr 6, 2018 at 9:36 PM, Stephen Mallette wrote: > i think i fixed it. i accidentally pushed a really bad version of tp33 that > made it even with master!!! > > i ended up fixing by doing: > > g

Re: [DISCUSS] Deprecate Order.incr/decr

2018-04-12 Thread Robert Dale
+1 for asc/desc! Robert Dale On Thu, Apr 12, 2018 at 4:29 PM, Stephen Mallette wrote: > I don't know why it bugs me, but I'm not sure why we didn't use the more > query language oriented terminology of: > > Order.asc > Order.desc > > At this point, everyon

Re: [DISCUSS] Depth First Repeat step

2018-04-17 Thread Robert Dale
'withoutStrategies()' and then it works just like everything else. I'd prefer consistency with the way everything else works. Robert Dale On Tue, Apr 17, 2018 at 8:11 AM, Stephen Mallette wrote: > Thanks for the summary. Just a quick note - I'd not worry about the GLV > tests fo

Congratulations Stephen!

2018-04-18 Thread Robert Dale
1 million lines of code contributed! spmallette <https://github.com/spmallette>5,441 commits <https://github.com/apache/tinkerpop/commits?author=spmallette> 1,009,909 ++ 704,212 -- https://github.com/apache/tinkerpop/graphs/contributors Robert Dale

Re: [DISCUSS] Name of 3.4.x

2018-04-19 Thread Robert Dale
+1 to second that motion Robert Dale On Thu, Apr 19, 2018 at 8:03 AM, Stephen Mallette wrote: > Hey Josh, > > I really like the other one with all that abstraction going on in the > background. In that case the antenna doesn't look too long. I think that if > you cou

Re: Illegal type in constant pool

2018-04-23 Thread Robert Dale
https://issues.apache.org/jira/browse/GROOVY-8494 Robert Dale On Mon, Apr 23, 2018 at 8:21 AM, Stephen Mallette wrote: > I feel like I ran into this error last week: > > gremlin> org.apache.tinkerpop.gremlin.util.function.Lambda.function("{ > it.get() }") > (class:

Re: Illegal type in constant pool

2018-04-23 Thread Robert Dale
Do we not have any lambda tests that would catch this? Robert Dale On Mon, Apr 23, 2018 at 8:29 AM, Robert Dale wrote: > https://issues.apache.org/jira/browse/GROOVY-8494 > > Robert Dale > > On Mon, Apr 23, 2018 at 8:21 AM, Stephen Mallette > wrote: > >> I feel like

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-23 Thread Robert Dale
+1 Robert Dale On Mon, Apr 23, 2018 at 8:44 AM, Stephen Mallette wrote: > Based on: > > https://lists.apache.org/thread.html/de4ec9054fd7a88cbd42163a0b1050 > 19aae52a7e930b09a9bd4c971d@%3Cdev.tinkerpop.apache.org%3E > > We have a pretty serious bug that I can't seem t

How to fix .Net build error?

2018-04-25 Thread Robert Dale
from file '../../build/tinkerpop.snk' -- Assembly signing not supported. [/home/rdale/git/forks/tinkerpop/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:02.51 What am I missing? Thanks, Robert Dale

Re: How to fix .Net build error?

2018-04-25 Thread Robert Dale
src/Gremlin.Net) [dotnet, build, -c, Release] returned non-zero exit code: 1 at org.eobjects.build.PluginHelper.executeCommand(PluginHelper.java:148) at org.eobjects.build.DotnetBuildMojo.execute(DotnetBuildMojo.java:29) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo( DefaultBuildPluginManager.java:134) at o

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-26 Thread Robert Dale
I'll take 3.2.9 Robert Dale On Thu, Apr 26, 2018 at 7:35 AM, Stephen Mallette wrote: > Seems like we're all on board with getting a quick turnaround release out > the door. At this point the groovy fix is now in place and Jorge has both > TINKERPOP-1943/1944 prepared. Unl

Re: [DISCUSS] gpg check in validate-distribution.sh [Was: [VOTE] TinkerPop 3.3.2 Release]

2018-05-02 Thread Robert Dale
Daniel, please CTR this so I don't have to add myself to the list for this coming release. Robert Dale On Thu, Apr 5, 2018 at 1:48 PM, Robert Dale wrote: > +1 > > Robert Dale > > On Thu, Apr 5, 2018 at 1:04 PM, Stephen Mallette > wrote: > >> I think th

Re: How to fix .Net build error?

2018-05-02 Thread Robert Dale
I have tried a great number of things on Fedora 27 but to no avail. Docker works after rebuilding the image and that should be sufficient. Robert Dale On Thu, Apr 26, 2018 at 1:29 PM, Florian Hockmann wrote: > That's really strange. I don't know why you see a difference betw

Re: How to fix .Net build error?

2018-05-06 Thread Robert Dale
: Linux RID: fedora.27-x64 Base Path: /usr/lib64/dotnet/sdk/2.1.105/ Microsoft .NET Core Shared Framework Host Version : 2.0.7 Build: N/A Microsoft (R) Build Engine version 15.6.84.34536 for .NET Core Robert Dale On Wed, May 2, 2018 at 10:56 AM, Robert Dale wrote: > I h

[VOTE] TinkerPop 3.2.9 Release

2018-05-08 Thread Robert Dale
--- closing Friday (May 11 2018) at 17:00 EDT. My vote is +1. Thank you very much, Robert Dale

Re: [VOTE] TinkerPop 3.3.3 Release

2018-05-09 Thread Robert Dale
e TinkerPop 3.3.3 ... OK * building project ... OK Robert Dale On Tue, May 8, 2018 at 4:44 PM, Stephen Mallette wrote: > Hello, > > We are happy to announce that TinkerPop 3.3.3 is ready for release. > > The release artifacts can be found at this location: >

Re: [VOTE] TinkerPop 3.2.9 Release

2018-05-11 Thread Robert Dale
This vote is now closed with a total of 6 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (6 -- Dylan Millikin, Daniel Kuppitz, Stephen Mallette, Ted Wilmes, Robert Dale, Jason Plurad) 0 (0) -1 (0) NON-BINDING VOTES: +1 (0) 0 (0) -1 (0) We will hold to complete the release

TinkerPop 3.2.9 Released: Nine Inch Gremlins

2018-05-14 Thread Robert Dale
https://www.nuget.org/packages/Gremlin.Net/3.2.9 Javascript artifacts are available in NPM: https://www.npmjs.com/package/gremlin Robert Dale

Re: [DISCUSS] Handling of problematic GraphSON types

2018-05-25 Thread Robert Dale
iff to Date anyway?). There should be one floating point type which is 64-bit. There should be one integer type which is 64-bit. There should be a boolean (which seems to be completely missing??). Robert Dale On Fri, May 25, 2018 at 3:37 AM, Jorge Bay Gondra wrote: > Thanks Florian for starti

Re: [DISCUSS] Handling of problematic GraphSON types

2018-05-29 Thread Robert Dale
h will deal with someone sending a "Number". What happens in that case? Neo4j actually supports only two number types, integer and float, just as proposed here. https://neo4j.com/docs/developer-manual/current/drivers/cypher-values/ Robert Dale On Tue, May 29, 2018 at 12:45 PM, Stephen

Re: [DISCUSS] Bump to Netty 4.1.x

2018-06-18 Thread Robert Dale
4.1 will enable us to use compression on WebSocket with WebSocketServerCompressionHandler Robert Dale On Tue, Feb 6, 2018 at 10:42 AM Stephen Mallette wrote: > We've been on Netty 4.0.x for as long as TinkerPop 3.x has been around. > That line of code is now EOL and it's rec

  1   2   3   4   5   6   >