[jira] [Commented] (TINKERPOP-2137) Gremlin Javascript can't be used in Angular applications

2019-01-25 Thread Jean-Baptiste Musso (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752138#comment-16752138 ] Jean-Baptiste Musso commented on TINKERPOP-2137: This could req

Re: [DISCUSS] Name of 3.4.x

2018-04-19 Thread Jean-Baptiste Musso
> Boyz II Men - ha, I hadn't considered that angle. I assumed the 4 Seasons > was a Vivaldi reference. Haha, me neither! I actually didn't know this group. That was indeed a Vivaldi reference. Jean-Baptiste On Thu, Mar 1, 2018 at 2:33 PM, Jason Plurad wrote: > Boyz II Men - ha, I hadn't consid

Re: [DISCUSS] Name of 3.4.x

2018-02-27 Thread Jean-Baptiste Musso
The 4 Seasons of Gremlin. Also ok for TinkerPop 4. Works for 3.4.x series though! Jean-Baptiste On Tue, Feb 27, 2018 at 3:47 PM, Stephen Mallette wrote: > We need a release name and associated Gremlin logo for the 3.4.x series of > TinkerPop. Recall that names should be related to music and in

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2018-02-20 Thread Jean-Baptiste Musso
users don't end up with some image that isn't actively maintained. > >>>>> > >>>>> Another advantage of integrating the images in TinkerPop would > >> probably > >>>>> be that the deployment could be integrated into TinkerPop

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jean-Baptiste Musso
ponse for: > > npm access grant read-write tinkerpop:developers gremlin > > > > On Tue, Feb 13, 2018 at 3:42 PM, Jean-Baptiste Musso > wrote: > > > Hmm. It looks like you can only grant access to team of developers for > > @scoped package, but not for standard (unscop

Re: [DISCUSS] Gremlin JavaScript release

2018-02-13 Thread Jean-Baptiste Musso
er than 3.2. > > >> > > >> If all agree, the next step will be to add jbmusso to tinkerpop org on > > npm > > >> and add him to the "developers" team. I can't do it, as I'm not an > > "owner" > > >> of the organization. >

Re: [DISCUSS] Gremlin JavaScript release

2018-02-03 Thread Jean-Baptiste Musso
npm (and yarn) now freeze versions aggressively in package.json and package-lock.json or yarn.lock, respectively. Publishing a new version on the v3.y.z (v.3.3.2) shouldn't be a concern for most users since, luckily, I never published past the 2.y.z major version on npm. What I'm thinking is that

Re: Transferring "gremlin" package name on npmjs.org for upcoming GLV

2017-12-01 Thread Jean-Baptiste Musso
n number. > Ideally the first release of gremlin-javascript should go into play for > 3.3.2/3.2.8. > > On Fri, Dec 1, 2017 at 5:09 AM, Jean-Baptiste Musso > wrote: > > > Hi TinkerPop, > > > > With the recent work on gremlin-javascript by Jorge [1], I see no rea

Transferring "gremlin" package name on npmjs.org for upcoming GLV

2017-12-01 Thread Jean-Baptiste Musso
Hi TinkerPop, With the recent work on gremlin-javascript by Jorge [1], I see no reason for the "gremlin" package currently published on npmjs.org [2] to continue to exist as a distinct project. Newcomers would be so confused, and I don't think fragmentation is a good idea here. I think it should b

Docker images: gremlin-server and gremlin-console

2017-05-31 Thread Jean-Baptiste Musso
Dear TinkerPop, I published a couple automatically built Docker images for gremlin-server and gremlin-console (current image tags: latest, 3.2.4, 3.2 and 3): https://hub.docker.com/r/jbmusso/gremlin-server/ https://hub.docker.com/r/jbmusso/gremlin-console/ I built these because I needed to quick

[jira] [Commented] (TINKERPOP-1672) Use python-style syntax for YAML configuration files

2017-05-01 Thread Jean-Baptiste Musso (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15990763#comment-15990763 ] Jean-Baptiste Musso commented on TINKERPOP-1672: Heh, yup - I kin

[jira] [Created] (TINKERPOP-1672) Use python-style syntax for YAML configuration files

2017-04-30 Thread Jean-Baptiste Musso (JIRA)
Jean-Baptiste Musso created TINKERPOP-1672: -- Summary: Use python-style syntax for YAML configuration files Key: TINKERPOP-1672 URL: https://issues.apache.org/jira/browse/TINKERPOP-1672

Re: [TinkerPop] New PMC Member: Robert Dale

2017-04-26 Thread Jean-Baptiste Musso
Cheers Robert! Jean-Baptiste On Tue, Apr 18, 2017 at 5:16 PM, Stephen Mallette wrote: > We would like to announce that Robert Dale is now a member of the Apache > TinkerPop PMC. Robert has been a helpful to the TinkerPop community in a > variety of ways for some time now as a committer and has

Re: [DISCUSS] Add HGraphDB to graph system listing

2016-11-10 Thread Jean-Baptiste Musso
Interesting thing. +1 to adding HGraphDB to the list. Minor concern: I'm not sure if we want to manage a curated list of implementations and maybe restrict to more mature projects. I'm just thinking out loud here: I'm not targeting HGraphDB specifically (and I wish them good luck - *cheers*). My m

Re: [TinkerPop] New Committer: Robert Dale

2016-10-27 Thread Jean-Baptiste Musso
Welcome aboard Robert! On Thursday, 27 October 2016, Stephen Mallette wrote: > The Project Management Committee (PMC) for Apache TinkerPop has asked > Robert Dale to become a committer and we are pleased to announce that he > has accepted. > > Robert has submitted a number of quality pull reques

Re: Store and Aggregate

2016-09-21 Thread Jean-Baptiste Musso
Wed, Sep 21, 2016 at 11:46 AM, Jean-Baptiste Musso > > wrote: > > > I think barrier().store() for .aggregate() is very appropriate and fully > > tells what is going on. > > > > I like both, +1 for one or the other. > > > > People also tend to confuse .

Re: Store and Aggregate

2016-09-21 Thread Jean-Baptiste Musso
I think barrier().store() for .aggregate() is very appropriate and fully tells what is going on. I like both, +1 for one or the other. People also tend to confuse .as() and .store()/.aggregate(). On Tuesday, 20 September 2016, Marko Rodriguez wrote: > Hi, > > I was thinking that store() and ag

Re: [DISCUSS] Rename REST references to HTTP

2016-09-02 Thread Jean-Baptiste Musso
I also agree that we should remove any reference to REST. +1 Jean-Baptiste On Thursday, 1 September 2016, Stephen Mallette wrote: > Robert Dale brought this issue up: > > https://issues.apache.org/jira/browse/TINKERPOP-1369 > > Basically - "The "REST API" follows exactly none of the tenets of

Re: Documentation deprecation warning on Github Wikis

2016-07-12 Thread Jean-Baptiste Musso
ints/wiki/Batch-Implementation > > Thanks! > -- Jason > On Mon, Jul 11, 2016 at 6:36 PM Jean-Baptiste Musso > wrote: > >> Quick follow up - the changes to the TP2 Gremlin documentation are now >> live. Props to Dylan since I couldn't remember where this was first >

Re: Documentation deprecation warning on Github Wikis

2016-07-11 Thread Jean-Baptiste Musso
Titan mailing >> list - short and sweet, saving Tinker-time solving problems on the list >> that are not easily reproducible or particularly relevant/straightforward. >> It could also prevent some posts based on outdated information that beget >> more relevant questions posted

Documentation deprecation warning on Github Wikis

2016-06-07 Thread Jean-Baptiste Musso
Dear devs, I was thinking recently that we could add a deprecation warning message on top of all former Github Wiki pages and warn visitors that a new version of TinkerPop is available. I think this was also brought up recently on the mailing list so I'm opening a discussion here. I feel that som

Re: [DISCUSS] Thinking on Release

2016-05-25 Thread Jean-Baptiste Musso
I think this is a good idea. This could make these releases look more "stable": I've often felt that the -incubating suffix somehow made releases look "alpha-ish" / "beta-ish", even though they were not. Naming aside, bug fixes never hurt. Jean-Baptiste On Wed, May 25, 2016 at 12:49 AM, Stephen

Re: [TinkerPop] TinkerPop Graduates from Incubation

2016-05-23 Thread Jean-Baptiste Musso
On Mon, May 23, 2016 at 3:09 PM, Stephen Mallette wrote: > > Hello TinkerPop - after about 18 months of incubating, we've incubated all we > can incubate in the Apache Incubator and the incubation to end all > incubations has culminated with Apache TinkerPop becoming a top-level project > at Ap