[tinkerpop] branch tp4 updated: minor nothing. done for the day.

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 0ae83d2 minor nothing. done for the day. 0ae83d2

[tinkerpop] branch tp4 updated: added hashCode() and toString() to FlatMapInitial.

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 57dfb64 added hashCode() and toString() to

[tinkerpop] branch tp4 updated: added rdf/. Super easy. FlatMapInitial is used to wrap FlatMap functions that can serve as initials so we don't have to duplicate code.

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 4ac1cb8 added rdf/. Super easy. FlatMapInitial is

[tinkerpop] branch tp4 updated: dah. commited with System.out.printlns(). I'm pooped. Need to rest.

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 36770ac dah. commited with System.out.printlns().

[tinkerpop] branch tp4 updated: Created a JDBCQueryStrategy that looks for 'join' semantics in the bytecode and folds it into a custom jdbs:sql instruction that does a SELECT call.

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 7142dc1 Created a JDBCQueryStrategy that looks for

[tinkerpop] branch tp4 updated: There are no more InitialFunctions. If a FlatMapFunction implements Initializing then that means it can generate an output that isn't dependent on input. This way, we c

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 1494567 There are no more InitialFunctions. If a

[GitHub] [tinkerpop] nastra commented on issue #1101: TINKERPOP-2203 Added console remote timeout to each request

2019-04-29 Thread GitBox
nastra commented on issue #1101: TINKERPOP-2203 Added console remote timeout to each request URL: https://github.com/apache/tinkerpop/pull/1101#issuecomment-487630207 VOTE +1 (non-binding) This is an automated message from

[tinkerpop] branch tp4 updated: Generalized path() to work with no, one, or many labels. Have INNER JOIN working with jdbc/. Path now implements TTuple and is thus, subject to has(), value(), entries(

2019-04-29 Thread okram
This is an automated email from the ASF dual-hosted git repository. okram pushed a commit to branch tp4 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/tp4 by this push: new 706ad64 Generalized path() to work with no, one,

[tinkerpop] branch master updated: Limited logging for a host marked unavailable

2019-04-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new 98c40aa Limited logging for a host

[tinkerpop] branch tp33 updated (5e60558 -> 98c40aa)

2019-04-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 5e60558 TINKERPOP-2183 Interpreter mode not handling class definitions add 98c40aa Limited logging for a

[GitHub] [tinkerpop] dwitry commented on issue #1098: Allow to configure processor in Gremlin-JavaScript

2019-04-29 Thread GitBox
dwitry commented on issue #1098: Allow to configure processor in Gremlin-JavaScript URL: https://github.com/apache/tinkerpop/pull/1098#issuecomment-487527646 I've updated the CHANGELOG entry and based PR on tp33 branch. Build failure seems to be unrelated to my change, please correct me

[GitHub] [tinkerpop] nastra opened a new pull request #1103: Create uber jar for gremlin-console

2019-04-29 Thread GitBox
nastra opened a new pull request #1103: Create uber jar for gremlin-console URL: https://github.com/apache/tinkerpop/pull/1103 I believe having an uber jar for the console might make things easier for Graph providers, because one can pull in a single jar with all the dependencies