[GitHub] [tinkerpop]

2019-01-07 Thread GitHub
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1029: Updates the API within the core project.

2019-01-08 Thread GitHub
sorry - i've been in the midst of releasing TinkerPop so i haven't had a chance to take a look at this yet. i can probably get to this by the end of the week. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinker

[GitHub] [tinkerpop] dkuppitz opened pull request #1030: TINKERPOP-2124 Fixed and/or folding in `InlineFilterStrategy`.

2019-01-08 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2124 Fixed the bug, added a test case. `docker/build.sh -t -i -n` passed. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1030 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] aboudreault opened pull request #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-08 Thread GitHub
We only deserialize those types as a dict. Also, this should probably target tp34 when created. [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz opened pull request #1032: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy (master)

2019-01-08 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2124 Fixed the bug, added a test case. docker/build.sh -t -i -n passed. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1032 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1029: Updates the API within the core project.

2019-01-08 Thread GitHub
`ThreadLocal.withInitial(ArrayDeque::new)` to follow the previous patterns. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1029: Updates the API within the core project.

2019-01-08 Thread GitHub
`ThreadLocal.withInitial(ArrayList::new)` [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] otaviojava commented on pull request #1029: Updates the API within the core project.

2019-01-09 Thread GitHub
Thank you, fixed. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] otaviojava commented on pull request #1029: Updates the API within the core project.

2019-01-09 Thread GitHub
Thank you, fixed. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] otaviojava commented on issue #1029: Updates the API within the core project.

2019-01-09 Thread GitHub
retest this please [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1029: Updates the API within the core project.

2019-01-09 Thread GitHub
> retest this please I just triggered a new build on Travis. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1029: Updates the API within the core project.

2019-01-09 Thread GitHub
If we have to make these sorts of changes, I think that this PR should target the `tp33` branch so that both of our release branches have the same consistent look to them. [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org

[GitHub] [tinkerpop] aboudreault commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-09 Thread GitHub
@spmallette to review [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] alexliu68 opened pull request #1033: Mask security secret or password

2019-01-09 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1033 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] alexliu68 opened pull request #1034: Mask security secret or password

2019-01-09 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1034 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz opened pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-09 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2126 This PR replaces the `LinkedHashMap` used by `TraverserSet` with a `SynchronizedMap`. I haven't added a test case, cause I really don't know how to consistently provoke a `ConcurrentModificationException`; however, a `ConcurrentModificationEx

[GitHub] [tinkerpop] aboudreault commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-09 Thread GitHub
This is ready for review. `explain()` doesn't exist in gremlinpython, so g:TraversalExplanation hasn't been added. I've created https://issues.apache.org/jira/browse/TINKERPOP-2128 for the purpose of the missing explain() and check back when it's done. [ Full content available at: https://githu

[GitHub] [tinkerpop] spmallette opened pull request #1036: Mask security secret or password

2019-01-09 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2129 NOT READY FOR REVIEW - still testing [ Full content available at: https://github.com/apache/tinkerpop/pull/1036 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1033: Mask security secret or password

2019-01-09 Thread GitHub
closed in favor of #1036 [ Full content available at: https://github.com/apache/tinkerpop/pull/1033 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1033: Mask security secret or password

2019-01-09 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1033 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1034: Mask security secret or password

2019-01-09 Thread GitHub
closed in favor of #1036 [ Full content available at: https://github.com/apache/tinkerpop/pull/1034 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1034: Mask security secret or password

2019-01-09 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1034 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] newkek opened pull request #1037: Fix table rendering in Sparql reference docs.

2019-01-09 Thread GitHub
The rendering was off due to the `|` characters in the table. [ Full content available at: https://github.com/apache/tinkerpop/pull/1037 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1036: Mask security secret or password

2019-01-09 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1036 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1036: Mask security secret or password

2019-01-10 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1036 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1030: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy

2019-01-10 Thread GitHub
Nice test, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1030 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1036: TINKERPOP-2129 Mask security secret or password

2019-01-10 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1036 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette closed pull request #1037: Fix table rendering in Sparql reference docs.

2019-01-10 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1037 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1037: Fix table rendering in Sparql reference docs.

2019-01-10 Thread GitHub
thanks - we have so many bad formatting errors in the docs on this 3.4.0 release - stinks [ Full content available at: https://github.com/apache/tinkerpop/pull/1037 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1032: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy (master)

2019-01-10 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1032 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
added entry on the wrong version? should be for 3.3.6 i imagine [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
Aside from my comment about the CHANAGELOG entry - VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] nivsherf opened pull request #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-10 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
Ha, this time you actually got it right. I was about to answer "no, you get this wrong after every release" :) [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] asfgit closed pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
[ pull request closed by asfgit ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1035: TINKERPOP-2126 Made TraverserSet internals thread-safe

2019-01-10 Thread GitHub
hahaha - i checked and checked and checked to make sure i wasn't false alarming again! :tada: [ Full content available at: https://github.com/apache/tinkerpop/pull/1035 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1030: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy

2019-01-10 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1030 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1032: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy (master)

2019-01-11 Thread GitHub
lgtm! VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1032 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz closed pull request #1032: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy (master)

2019-01-11 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1032 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz closed pull request #1030: TINKERPOP-2124 Fixed and/or folding in InlineFilterStrategy

2019-01-11 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1030 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-11 Thread GitHub
Any reason not to target the `tp33` branch with this? `g:TraversalMetrics` is on the 3.3.x line as well i think. [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] aboudreault commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-11 Thread GitHub
I think tp33 doesn't have graphson3 so I will need to do another PR [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-11 Thread GitHub
GraphSON 3 was initially released on the 3.3.x line: http://tinkerpop.apache.org/docs/3.3.5/dev/io/#_traversalmetrics_2 [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] aboudreault commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-11 Thread GitHub
ah. I will update. [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann opened pull request #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-13 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2131 Two new exception classes are added to better reveal the reason for a `NoConnectionAvailableException`: * The pool is empty because the server is unavailable -> `ServerUnavailableException` * All connections have reached the max in-flight r

[GitHub] [tinkerpop] spmallette commented on pull request #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-14 Thread GitHub
just peeking in on this PR - I'll let @jorgebay make the final word on this, but I guess the reason we needed to add this line was so that calls further down that use `options` and not `this.options` will work properly? shouldn't we just consistently use `this.options` rather than try to interch

[GitHub] [tinkerpop] spmallette commented on issue #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-14 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1039 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-14 Thread GitHub
VOTE +1 - though a CHANGELOG entry would be good [ Full content available at: https://github.com/apache/tinkerpop/pull/1039 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on pull request #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-14 Thread GitHub
I think the safest bet would be to use double assignment, that way is concise and less error prone, dwyt @nivsherf ? ```javascript this.options = options = options || {}; ``` [ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.o

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-14 Thread GitHub
> though a CHANGELOG entry would be good Right, I just added an entry. [ Full content available at: https://github.com/apache/tinkerpop/pull/1039 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] nivsherf commented on pull request #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-14 Thread GitHub
Makes sense @jorgebay. I updated the code accordingly. [ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-15 Thread GitHub
Thanks for the fix @nivsherf, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] aboudreault commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-15 Thread GitHub
Rebased for tp33 [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz opened pull request #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-15 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-1882 `docker/build.sh -t -i -n` passed. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-15 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1039 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-15 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz opened pull request #1041: TINKERPOP-2125 Extend release validation script

2019-01-16 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2125 Added source file check in release validation script. VOTE +/-0 At this point, the validation does not pass. We need to make a decision on what to do with the following files: ``` ./docs/static/images/gremlin-characters.pdf ./docs/static/ima

[GitHub] [tinkerpop] jorgebay closed pull request #1038: TINKERPOP-2130 Fix default parameter assignment in Connection ctor

2019-01-17 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] otaviojava commented on issue #1029: Updates the API within the core project.

2019-01-17 Thread GitHub
Nice, as soon it is merged we can work in a cherry-pick :) [ Full content available at: https://github.com/apache/tinkerpop/pull/1029 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1029: Updates the API within the core project.

2019-01-17 Thread GitHub
I hate to be a bother but our git workflow goes from `tp33 --> master`. we typically don't make it a habit of cherrypicking commits backwards in the flow as it makes the git history messy. i'd much prefer a rebase on tp33 with a squash of all these commits into one. we can then merge forward t

[GitHub] [tinkerpop] skorikov opened pull request #1042: Implemented index lookup for Text predicates

2019-01-18 Thread GitHub
Use index lookup for Text predicates (startingWith,endingWith,containing) in Neo4jGraphStep to improve evaluation performance. See: https://issues.apache.org/jira/browse/TINKERPOP-2133 [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed via gitbo

[GitHub] [tinkerpop] spmallette commented on pull request #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
perhaps your IDE did this automatically, but could you please avoid the use of the wildcard import (that's not our code style)? [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
thanks for orchestrating this pull request as i know you likely needed changes from neo4j-contrib. i think it's ok to bump to this new version of neo4j for TinkerPop 3.4.1 but since it's a major dependency change I will[ email the dev list](https://lists.apache.org/thread.html/7e96fee99fe6ce2539

[GitHub] [tinkerpop] skorikov commented on pull request #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
fixed [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1041: TINKERPOP-2125 Extend release validation script

2019-01-18 Thread GitHub
I'm not sure what those are.i assume they are just high-res versions of the png files of the same name? i guess i would just whitelist them since they've been there forever at this point. i assume we can allow *.pdf (we're really trying to mostly avoid compiled code like `.exe`, `.dl

[GitHub] [tinkerpop] skorikov commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
@spmallette Thanks! You were right, I did not run `mvn clean install` with `-DincludeNeo4j`; sorry for that. I will address the issues and update the pull request. [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed via gitbox.apache.org for dev@

[GitHub] [tinkerpop] dkuppitz commented on issue #1041: TINKERPOP-2125 Extend release validation script

2019-01-18 Thread GitHub
PDFs are now whitelisted and the validation passes. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1041 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] robertdale commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
@skorikov Please include any Neo4j upgrade notes, like we did on [TinkerPop 3.3.1](http://tinkerpop.apache.org/docs/3.4.0/upgrade/#_upgrade_neo4j), in `docs/src/upgrade/release-3.4.x.asciidoc` [ Full content available at: https://github.com/apache/tinkerpop/pull/1042 ] This message was relayed

[GitHub] [tinkerpop] robertdale commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
@skorikov Please include any Neo4j upgrade notes, like we did on [TinkerPop 3.3.1](http://tinkerpop.apache.org/docs/3.4.0/upgrade/#_upgrade_neo4j), in `docs/src/upgrade/release-3.4.x.asciidoc` Also, ensure that: - all configuration properties in TinkerPop reference are current or note those re

[GitHub] [tinkerpop] robertdale commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-18 Thread GitHub
@skorikov I took a quick look at the change and I'm concerned about the choice of using Neo4j version 3.4.0. Let alone that the latest point release for that series is 3.4.11 (12/2018), why not just go to the latest and greatest 3.5.1 (12/2018)? [ Full content available at: https://github.com

[GitHub] [tinkerpop] porunov opened pull request #1043: Remove redundant code from AbstractStep setId method

2019-01-19 Thread GitHub
This PR removes the redundant `Objects.nonNull(id);` call for `setId` method. [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1041: TINKERPOP-2125 Extend release validation script

2019-01-22 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1041 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1040: TINKERPOP-1882 Apply range and limit steps as early as possible

2019-01-22 Thread GitHub
please give me a little extra time to review this one - i had my head in other things last week. [ Full content available at: https://github.com/apache/tinkerpop/pull/1040 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-22 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann closed pull request #1039: TINKERPOP-2131 Gremlin.Net: Better explain connection pool exceptions

2019-01-22 Thread GitHub
[ pull request closed by FlorianHockmann ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1039 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann closed pull request #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-22 Thread GitHub
[ pull request closed by FlorianHockmann ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #1031: TINKERPOP-2127: Add Python TraversalMetrics/Metrics deserializers

2019-01-22 Thread GitHub
VOTE +1 :shipit: [ Full content available at: https://github.com/apache/tinkerpop/pull/1031 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1043: Remove redundant code from AbstractStep setId method

2019-01-23 Thread GitHub
Could you please explain this change a bit further? In what way is this null check redundant? where else is a non-null ensured to make this check unnecessary? [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinke

[GitHub] [tinkerpop] spmallette commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-23 Thread GitHub
i think @skorikov already had to place some effort into changes in neo4j-contrib to get this to even 3.4.11, so i'm inclined to be content with that version especially since it hasn't been upgraded in a while. I am merely curious though about 3.5.1 since @robertdale mentions it @skorikov

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
The Docker builds seem to be broken now. After deleting the existing docker images, I get the following error when `docker.build.sh` tries to rebuild the images: ``` ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.ddone. P

[GitHub] [tinkerpop] porunov commented on issue #1043: Remove redundant code from AbstractStep setId method

2019-01-23 Thread GitHub
@spmallette this check returns either `true` of `false`. The returned value isn't used (i.e. the call is redundant). `Objects.nonNull(id);` doesn't throw an exception if the `id` is null. [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gi

[GitHub] [tinkerpop] dkuppitz commented on issue #1043: Remove redundant code from AbstractStep setId method

2019-01-23 Thread GitHub
Perhaps it should be replaced with `Objects.requireNonNull(...)` then. [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
That's strange. It still works fine for me. I used this to delete any existing images and then start the build: ```bash docker system prune -af docker/build.sh ``` We could in general add another Travis job to run `docker/build.sh` to ensure that we don't accidentally break the Docker build. I

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
So weird. Failed for me 3 times in a row now. Also, I found this message a bit higher in the log: ``` Selecting previously unselected package dotnet-runtime-2.2. Preparing to unpack .../dotnet-runtime-2.2_2.2.1-1_amd64.deb ... Unpacking dotnet-runtime-2.2 (2.2.1-1) ... dpkg-deb: error: archive '

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
``` has premature member 'control.tar.xz' before 'control.tar.gz', giving up ``` Wait, I got exactly the same error in this PR with Travis and added this line to the `.travis.yml` which fixed it there: ``` - sudo apt-get install -y dpkg # workaround for travis-ci/travis-ci#9361 ``` and as the co

[GitHub] [tinkerpop] spmallette commented on issue #1043: Remove redundant code from AbstractStep setId method

2019-01-23 Thread GitHub
ah - i was thinking of the exception throwing version when i looked at it. then the @dkuppitz suggestion is probably what we want here. [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] porunov commented on issue #1043: Remove redundant code from AbstractStep setId method

2019-01-23 Thread GitHub
@dkuppitz @spmallette Thank you for the clarification. I've replaced it with `Objects.requireNonNull`. [ Full content available at: https://github.com/apache/tinkerpop/pull/1043 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
Yep, nice, that solved it! [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
Well, the images build fine now, but `gremlin-dotnet-source` doesn't. [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
Do you get an exception? [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
Do you get an exception? edit: I created [TINKERPOP-2140](https://issues.apache.org/jira/browse/TINKERPOP-2140) to add the Docker build to our Travis build. [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinker

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
See: https://gist.github.com/dkuppitz/1b912747180b07ab08d4eb98175c119b I'm really wondering how you're able to get a clean build using the same docker images, so confusing... [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.o

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
``` [echo] docfx already downloaded. [exec] [19-01-23 03:56:27.186]Info:Config file docfx.json found, start generating metadata... [...] [exec] [19-01-23 03:56:35.566]Error:System.AggregateException: One or more errors occurred. (/projects/apache/tinkerpop/gremlin-dotnet/src/obj/.cache/build/ysb

[GitHub] [tinkerpop] spmallette commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
wonder if that's related to nugetwe still have some odd build problems around clean repos that don't have nuget present i think. i have that on my list of things to review. [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
It finally worked! I'll add `git -fxd` in our Docker build script. [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2019-01-23 Thread GitHub
It finally worked! I'll add `git -fxd` in our Docker build script. EDIT: Dah, no, I won't do that. I tend to run `docker/build.sh -t -i` before I commit my changes (including new files and directories). Thus, this cleanup should be something we should just keep in mind; I don't think we'll need

[GitHub] [tinkerpop] dkuppitz opened pull request #1044: TINKERPOP-2126 Fixed concurrency issue in `ObjectWritable::toString()`.

2019-01-23 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2126 So, apparently, Spark 2.4.0 has some background logging going on, where it takes objects out of memory and dumps their `toString()` into the log. I don't think we can control when Spark is going to do that, so we have to work around it by mak

[GitHub] [tinkerpop] skorikov commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates

2019-01-23 Thread GitHub
i guess it is somewhat complicated. neo4j-contrib is not very active, currently, as fas as I know there is only one developer contributing to and maintaining it. the latest neo4j version used in [neo4j-tinkerpop-api-impl](https://github.com/neo4j-contrib/neo4j-tinkerpop-api-impl) was updated to

[GitHub] [tinkerpop] nastra opened pull request #1045: TINKERPOP-2141: Rewind buffer's position in ByteBufferSerializer

2019-01-24 Thread GitHub
[ Full content available at: https://github.com/apache/tinkerpop/pull/1045 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

  1   2   3   4   5   6   7   8   9   10   >