You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [tinkerpop] divijvaidya opened a new pull request #1105: TINKERPOP-2205 Change connection management to single request per channel - posted by GitBox <gi...@apache.org> on 2019/05/01 08:25:20 UTC, 0 replies.
- [tinkerpop] branch master updated (fbf1ce7 -> cfb6d7f) - posted by sp...@apache.org on 2019/05/01 14:50:48 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1099: TINKERPOP-2196 Fixed PartitionStrategy when setting vertex label - posted by GitBox <gi...@apache.org> on 2019/05/01 14:50:49 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (47ba61f -> 87123f2) - posted by sp...@apache.org on 2019/05/01 14:50:51 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2196 deleted (was 36b8c36) - posted by sp...@apache.org on 2019/05/01 14:51:00 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2200 Detach evented edge by way of the EventStrategy rather than DetachedFactory CTR - posted by sp...@apache.org on 2019/05/01 15:40:56 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (87123f2 -> cbac4f04) - posted by sp...@apache.org on 2019/05/01 15:40:59 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2199 created (now 7abc8b8) - posted by sp...@apache.org on 2019/05/01 19:35:56 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python - posted by sp...@apache.org on 2019/05/01 19:35:57 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1106: TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python - posted by GitBox <gi...@apache.org> on 2019/05/01 20:23:32 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2206 created (now 2671290) - posted by sp...@apache.org on 2019/05/02 12:23:42 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2206 Fixed g:List serialization - posted by sp...@apache.org on 2019/05/02 12:23:43 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/02 12:25:38 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2199 updated (7abc8b8 -> 9af53c5) - posted by sp...@apache.org on 2019/05/02 14:26:14 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2207 created (now 6efb784) - posted by dk...@apache.org on 2019/05/02 16:11:03 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2207 Implemented SimpleValueMapStrategy - posted by dk...@apache.org on 2019/05/02 16:11:04 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz opened a new pull request #1108: TINKERPOP-2207 Provide SimpleValueMapStrategy - posted by GitBox <gi...@apache.org> on 2019/05/02 16:13:35 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2199 updated (9af53c5 -> e974db3) - posted by sp...@apache.org on 2019/05/02 17:32:25 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1106: TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python - posted by GitBox <gi...@apache.org> on 2019/05/02 17:32:29 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1108: TINKERPOP-2207 Provide SimpleValueMapStrategy - posted by GitBox <gi...@apache.org> on 2019/05/02 17:48:06 UTC, 3 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1100: TINKERPOP-2201: Change the typing of from() and to() to accept wildcard instead of Vertex - posted by GitBox <gi...@apache.org> on 2019/05/02 17:49:11 UTC, 0 replies.
- [tinkerpop] branch master updated: changed the typing of from() and to() to accept wildcard instead of Vertex prevent query like ``` g.addV().as("first").repeat(__.addE("next").to(__.addV()).inV()).times(5).addE("next").to(__.select("first")) ``` from failing static type checking when gremlin server use security sandbox - posted by sp...@apache.org on 2019/05/02 17:49:14 UTC, 0 replies.
- [tinkerpop] branch master updated: Updated CHANGELOG CTR - posted by sp...@apache.org on 2019/05/02 17:54:46 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2203 updated (b59e3eb -> 8d5a739) - posted by sp...@apache.org on 2019/05/02 17:55:47 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz commented on issue #1108: TINKERPOP-2207 Provide SimpleValueMapStrategy - posted by GitBox <gi...@apache.org> on 2019/05/02 19:54:27 UTC, 2 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1101: TINKERPOP-2203 Added console remote timeout to each request - posted by GitBox <gi...@apache.org> on 2019/05/03 10:47:38 UTC, 0 replies.
- [tinkerpop] branch master updated (96311b9 -> 3413653) - posted by sp...@apache.org on 2019/05/03 10:47:43 UTC, 0 replies.
- [tinkerpop] 01/01: Merge pull request #1101 from apache/TINKERPOP-2203 - posted by sp...@apache.org on 2019/05/03 10:47:44 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2203 deleted (was 8d5a739) - posted by sp...@apache.org on 2019/05/03 10:47:46 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2208 Added inject() to steps geneerated by the DSL TraversalSource CTR - posted by sp...@apache.org on 2019/05/03 20:23:34 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (cbac4f04 -> 30b2535) - posted by sp...@apache.org on 2019/05/03 20:23:42 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz commented on issue #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/05 15:27:50 UTC, 0 replies.
- [GitHub] [tinkerpop] jorgebay commented on a change in pull request #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/06 11:07:59 UTC, 1 replies.
- [GitHub] [tinkerpop] jorgebay commented on issue #1106: TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python - posted by GitBox <gi...@apache.org> on 2019/05/06 11:09:02 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1102: TINKERPOP-2204 Do not consume the exception while generating metadata - posted by GitBox <gi...@apache.org> on 2019/05/06 11:40:51 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2204 Do not consume the exception while generating metadata - posted by sp...@apache.org on 2019/05/06 11:40:56 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2204 Prevent client-side hangs if server metadata generation fails CTR - posted by sp...@apache.org on 2019/05/06 12:11:14 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (30b2535 -> 6a25284) - posted by sp...@apache.org on 2019/05/06 12:11:19 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1070: TINKERPOP-2143 JavaScript GLV: Support browsers - posted by GitBox <gi...@apache.org> on 2019/05/06 12:14:43 UTC, 0 replies.
- [GitHub] [tinkerpop] fdominik commented on issue #1070: TINKERPOP-2143 JavaScript GLV: Support browsers - posted by GitBox <gi...@apache.org> on 2019/05/06 12:16:34 UTC, 0 replies.
- [tinkerpop] branch master updated (36abc7a8 -> f456339) - posted by sp...@apache.org on 2019/05/06 13:13:57 UTC, 0 replies.
- [tinkerpop] 01/03: Merge branch 'pr-1103' into uberjar - posted by sp...@apache.org on 2019/05/06 13:13:58 UTC, 0 replies.
- [tinkerpop] 02/03: Generated an uberjar artifact for Gremlin Console - posted by sp...@apache.org on 2019/05/06 13:13:59 UTC, 0 replies.
- [tinkerpop] 03/03: Merge branch 'tp33' - posted by sp...@apache.org on 2019/05/06 13:14:00 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1103: Create uber jar for gremlin-console - posted by GitBox <gi...@apache.org> on 2019/05/06 13:14:00 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (6a25284 -> 6caeb93) - posted by sp...@apache.org on 2019/05/06 13:14:02 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1103: Create uber jar for gremlin-console - posted by GitBox <gi...@apache.org> on 2019/05/06 13:14:44 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2076 updated (b2900f5 -> 5d37641) - posted by sp...@apache.org on 2019/05/06 13:42:06 UTC, 0 replies.
- [tinkerpop] 01/06: TINKERPOP-2076 Initial effort to get TinkerPop building on Java 11 - posted by sp...@apache.org on 2019/05/06 13:42:07 UTC, 0 replies.
- [tinkerpop] 02/06: TINKERPOP-2076 Backport 759d1a724eef3f76b48508ba8c49dcb992eff28f from Groovy 2.5.3 upgrade - posted by sp...@apache.org on 2019/05/06 13:42:08 UTC, 0 replies.
- [tinkerpop] 03/06: TINKERPOP-2076 Bumped Hadoop to 2.7.7 - posted by sp...@apache.org on 2019/05/06 13:42:09 UTC, 0 replies.
- [tinkerpop] 04/06: TINKERPOP-2076 Made expectations around mock more explicit - posted by sp...@apache.org on 2019/05/06 13:42:10 UTC, 0 replies.
- [tinkerpop] 05/06: TINKERPOP-2076 Fixed failing GraphComputer test after Java 11 upgrade - posted by sp...@apache.org on 2019/05/06 13:42:11 UTC, 0 replies.
- [tinkerpop] 06/06: TINKERPOP-2076 Fixed Gremlin Server integration tests after Java 11 - posted by sp...@apache.org on 2019/05/06 13:42:12 UTC, 0 replies.
- [tinkerpop] branch master updated: Bump gmavenplus plugin to 1.7.0 CTR - posted by sp...@apache.org on 2019/05/06 15:09:12 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (6caeb93 -> 6d8560b) - posted by sp...@apache.org on 2019/05/06 15:09:16 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2206 updated (2671290 -> fddb6cf) - posted by sp...@apache.org on 2019/05/06 15:39:36 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/06 15:40:09 UTC, 0 replies.
- [tinkerpop] branch master updated (5989f64 -> 2e16981) - posted by sp...@apache.org on 2019/05/06 17:15:14 UTC, 0 replies.
- [tinkerpop] 01/02: Add IO test data files for 3.3.7 CTR - posted by sp...@apache.org on 2019/05/06 17:15:15 UTC, 0 replies.
- [tinkerpop] 02/02: Merge branch 'tp33' - posted by sp...@apache.org on 2019/05/06 17:15:16 UTC, 5 replies.
- [tinkerpop] branch tp33 updated (6d8560b -> 8456052) - posted by sp...@apache.org on 2019/05/06 17:15:19 UTC, 0 replies.
- [tinkerpop] branch master updated: Added IO test data for 3.4.2 CTR - posted by sp...@apache.org on 2019/05/06 17:23:33 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2206 updated: TINKERPOP-2206 Minor fixes - posted by jo...@apache.org on 2019/05/07 08:27:44 UTC, 0 replies.
- [GitHub] [tinkerpop] jorgebay commented on issue #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/07 08:29:11 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel - posted by GitBox <gi...@apache.org> on 2019/05/07 11:07:02 UTC, 4 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1105: TINKERPOP-2205 Change connection management to single request per channel - posted by GitBox <gi...@apache.org> on 2019/05/07 13:25:23 UTC, 3 replies.
- [tinkerpop] branch master updated: Cleared the input buffer after exceptions in Gremlin Console CTR - posted by sp...@apache.org on 2019/05/07 14:33:00 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (8456052 -> df124b1) - posted by sp...@apache.org on 2019/05/07 14:33:05 UTC, 0 replies.
- [tinkerpop] branch master updated: Fixed mispelling in changelog CTR - posted by sp...@apache.org on 2019/05/07 14:34:30 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (df124b1 -> 8ad4f60) - posted by sp...@apache.org on 2019/05/07 14:34:35 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2189 Fixed test inconsistencies for connectedComponent() CTR - posted by sp...@apache.org on 2019/05/07 20:33:36 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya opened a new pull request #1109: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/07 21:09:45 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1109: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/07 22:55:06 UTC, 1 replies.
- [GitHub] [tinkerpop] divijvaidya commented on issue #1109: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/08 01:21:45 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya commented on a change in pull request #1105: TINKERPOP-2205 Change connection management to single request per channel - posted by GitBox <gi...@apache.org> on 2019/05/08 01:32:42 UTC, 4 replies.
- [GitHub] [tinkerpop] divijvaidya commented on issue #1105: TINKERPOP-2205 Change connection management to single request per channel - posted by GitBox <gi...@apache.org> on 2019/05/08 02:54:17 UTC, 3 replies.
- [tinkerpop] branch master updated: Include javadoc for GraphBinaryReader and GraphBinaryWriter CTR - posted by jo...@apache.org on 2019/05/08 09:53:49 UTC, 0 replies.
- [tinkerpop] branch master updated: Correct sample custom serializer for GraphBinary CTR - posted by jo...@apache.org on 2019/05/08 11:35:47 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2211 created (now bebd9e7) - posted by sp...@apache.org on 2019/05/08 18:54:33 UTC, 0 replies.
- [tinkerpop] 01/02: TINKERPOP-2211 Add API to which allows per-request option for bytecode submission - posted by sp...@apache.org on 2019/05/08 18:54:34 UTC, 0 replies.
- [tinkerpop] 02/02: TINKERPOP-2211 Added method to set RequestOptions using with() - posted by sp...@apache.org on 2019/05/08 18:54:35 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/08 18:58:25 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette closed pull request #1109: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/08 18:58:47 UTC, 0 replies.
- [tinkerpop] branch master updated: Fixed text formatting CTR - posted by sp...@apache.org on 2019/05/08 19:11:50 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (8ad4f60 -> beae963) - posted by sp...@apache.org on 2019/05/08 19:11:55 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2199 updated (e974db3 -> 52159f6) - posted by sp...@apache.org on 2019/05/08 19:13:39 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya commented on issue #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/09 04:21:46 UTC, 1 replies.
- [tinkerpop] branch TINKERPOP-2212 created (now 1a7152e) - posted by sp...@apache.org on 2019/05/09 13:26:36 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2212 Fixed detachement problem in Path - posted by sp...@apache.org on 2019/05/09 13:26:37 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1111: TINKERPOP-2212 Fixed detachement problem in Path - posted by GitBox <gi...@apache.org> on 2019/05/09 13:33:42 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2212 updated (1a7152e -> 010fc49) - posted by sp...@apache.org on 2019/05/09 13:35:17 UTC, 0 replies.
- [tinkerpop] branch master updated (48e44b2 -> a837170) - posted by sp...@apache.org on 2019/05/09 14:00:44 UTC, 0 replies.
- [tinkerpop] 01/02: Merge remote-tracking branch 'origin/TINKERPOP-2206' into tp33 - posted by sp...@apache.org on 2019/05/09 14:00:45 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1106: TINKERPOP-2199 Fixed P.within()/without() behavior in gremlin-python - posted by GitBox <gi...@apache.org> on 2019/05/09 14:00:47 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1107: TINKERPOP-2206 Fixed g:List serialization - posted by GitBox <gi...@apache.org> on 2019/05/09 14:00:47 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (beae963 -> dfe9a93) - posted by sp...@apache.org on 2019/05/09 14:00:48 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2199 deleted (was 52159f6) - posted by sp...@apache.org on 2019/05/09 14:03:22 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2206 deleted (was c75a1d9) - posted by sp...@apache.org on 2019/05/09 14:05:09 UTC, 0 replies.
- [GitHub] [tinkerpop] newkek commented on a change in pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/09 15:22:58 UTC, 6 replies.
- [GitHub] [tinkerpop] spmallette commented on a change in pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/09 16:07:42 UTC, 5 replies.
- [tinkerpop] branch TINKERPOP-2211 updated (bebd9e7 -> 9d7bceb) - posted by sp...@apache.org on 2019/05/10 13:48:42 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/10 13:49:33 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 created (now d09d7fb) - posted by sp...@apache.org on 2019/05/10 20:15:44 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by sp...@apache.org on 2019/05/10 20:15:45 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/10 20:19:57 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya commented on a change in pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/10 21:10:04 UTC, 0 replies.
- [GitHub] [tinkerpop] danielcweber commented on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/13 07:37:13 UTC, 4 replies.
- [GitHub] [tinkerpop] danielcweber edited a comment on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/13 07:37:44 UTC, 3 replies.
- [GitHub] [tinkerpop] FlorianHockmann commented on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/13 08:39:54 UTC, 2 replies.
- [GitHub] [tinkerpop] jorgebay commented on a change in pull request #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/13 09:14:05 UTC, 2 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/13 11:11:51 UTC, 1 replies.
- [GitHub] [tinkerpop] spmallette commented on a change in pull request #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/13 11:14:46 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/13 11:16:33 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 updated: TINKERPOP-2089 Minor fixes - posted by jo...@apache.org on 2019/05/13 12:34:11 UTC, 0 replies.
- [GitHub] [tinkerpop] jorgebay commented on issue #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/13 12:35:06 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2211 updated (9d7bceb -> 128662b) - posted by sp...@apache.org on 2019/05/13 12:40:25 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 updated (22e3560 -> bc004a5) - posted by sp...@apache.org on 2019/05/13 13:21:00 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 updated (bc004a5 -> d8353f4) - posted by sp...@apache.org on 2019/05/13 14:05:35 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 updated (d8353f4 -> 52bfdfe) - posted by sp...@apache.org on 2019/05/13 15:07:26 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2198 Update store() documentation wrt EarlyLimitStrategy CTR - posted by sp...@apache.org on 2019/05/13 15:14:55 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (dfe9a93 -> 783eb07) - posted by sp...@apache.org on 2019/05/13 15:15:00 UTC, 0 replies.
- [tinkerpop] branch master updated (7c73810 -> dfca86c) - posted by sp...@apache.org on 2019/05/13 15:59:26 UTC, 0 replies.
- [GitHub] [tinkerpop] newkek commented on issue #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/13 19:12:36 UTC, 0 replies.
- [GitHub] [tinkerpop] dalaro opened a new pull request #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 05:42:53 UTC, 0 replies.
- [GitHub] [tinkerpop] danielcweber opened a new pull request #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/14 07:18:22 UTC, 0 replies.
- [tinkerpop] branch master updated: Fixed code example bugs CTR - posted by sp...@apache.org on 2019/05/14 10:21:21 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on a change in pull request #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 10:57:02 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 11:05:05 UTC, 0 replies.
- [GitHub] [tinkerpop] FlorianHockmann commented on a change in pull request #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/14 13:03:48 UTC, 5 replies.
- [GitHub] [tinkerpop] danielcweber commented on a change in pull request #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/14 14:34:48 UTC, 9 replies.
- [GitHub] [tinkerpop] jseekamp commented on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/14 17:36:06 UTC, 0 replies.
- [GitHub] [tinkerpop] dalaro commented on a change in pull request #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 18:22:36 UTC, 1 replies.
- [GitHub] [tinkerpop] danielcweber opened a new pull request #1115: Alternative approach to TINKERPOP-2217. - posted by GitBox <gi...@apache.org> on 2019/05/14 21:05:11 UTC, 0 replies.
- [GitHub] [tinkerpop] dalaro commented on issue #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 21:31:17 UTC, 0 replies.
- [GitHub] [tinkerpop] dalaro edited a comment on issue #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/14 21:31:28 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode - posted by GitBox <gi...@apache.org> on 2019/05/15 11:10:39 UTC, 0 replies.
- [tinkerpop] branch master updated (b52bca1 -> 886bf6d) - posted by sp...@apache.org on 2019/05/15 11:10:44 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2211 deleted (was 128662b) - posted by sp...@apache.org on 2019/05/15 11:10:45 UTC, 0 replies.
- [tinkerpop] 01/01: Merge pull request #1110 from apache/TINKERPOP-2211 - posted by sp...@apache.org on 2019/05/15 11:10:45 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1042: TINKERPOP-2133 Implement index lookup for Text predicates - posted by GitBox <gi...@apache.org> on 2019/05/15 11:13:53 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya opened a new pull request #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/16 02:06:28 UTC, 0 replies.
- [GitHub] [tinkerpop] jorgebay commented on issue #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/16 08:01:25 UTC, 1 replies.
- [GitHub] [tinkerpop] danielcweber commented on issue #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/16 08:06:14 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/16 10:45:51 UTC, 1 replies.
- [tinkerpop] branch master updated (886bf6d -> cc285d4) - posted by sp...@apache.org on 2019/05/16 12:01:25 UTC, 0 replies.
- [tinkerpop] 01/02: Merge branch 'TINKERPOP-2212' into tp33 - posted by sp...@apache.org on 2019/05/16 12:01:26 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1111: TINKERPOP-2212 Fixed detachement problem in Path - posted by GitBox <gi...@apache.org> on 2019/05/16 12:01:27 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (783eb07 -> ad12862) - posted by sp...@apache.org on 2019/05/16 12:01:28 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2212 deleted (was 010fc49) - posted by sp...@apache.org on 2019/05/16 12:01:32 UTC, 0 replies.
- [GitHub] [tinkerpop] robertdale commented on issue #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/16 12:08:07 UTC, 1 replies.
- [GitHub] [tinkerpop] jseekamp edited a comment on issue #1096: TINKERPOP-2090: Fix Sign for Checking if Connection Pool Needs to be Repopulated - posted by GitBox <gi...@apache.org> on 2019/05/16 14:15:15 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya commented on issue #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/16 16:52:17 UTC, 1 replies.
- [GitHub] [tinkerpop] sel-fish opened a new pull request #1117: Prevent more queries from failing static type checking when gremlin server use security sandbox - posted by GitBox <gi...@apache.org> on 2019/05/17 03:49:19 UTC, 0 replies.
- [tinkerpop] branch master updated (cc285d4 -> 1b221be) - posted by sp...@apache.org on 2019/05/17 11:59:06 UTC, 0 replies.
- [tinkerpop] 01/02: Merge branch 'TINKERPOP-2089' into tp33 - posted by sp...@apache.org on 2019/05/17 11:59:07 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1112: TINKERPOP-2089 Added DSL support to gremlin-javascript - posted by GitBox <gi...@apache.org> on 2019/05/17 11:59:10 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (ad12862 -> 7095e39) - posted by sp...@apache.org on 2019/05/17 11:59:12 UTC, 0 replies.
- [tinkerpop] branch master updated (1b221be -> e0d2091) - posted by sp...@apache.org on 2019/05/17 12:03:33 UTC, 0 replies.
- [tinkerpop] 01/02: Fixed typo in header ancho CTR - posted by sp...@apache.org on 2019/05/17 12:03:34 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (7095e39 -> f71ce0d) - posted by sp...@apache.org on 2019/05/17 12:03:38 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2089 deleted (was 52bfdfe) - posted by sp...@apache.org on 2019/05/17 12:03:53 UTC, 0 replies.
- [GitHub] [tinkerpop] FlorianHockmann commented on issue #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/17 14:48:27 UTC, 1 replies.
- [GitHub] [tinkerpop] danielcweber commented on issue #1115: [WIP] Alternative approach to TINKERPOP-2217. - posted by GitBox <gi...@apache.org> on 2019/05/17 15:34:51 UTC, 1 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1117: Prevent more queries from failing static type checking when gremlin server use security sandbox - posted by GitBox <gi...@apache.org> on 2019/05/17 16:27:46 UTC, 1 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1115: [WIP] Alternative approach to TINKERPOP-2217. - posted by GitBox <gi...@apache.org> on 2019/05/17 16:41:09 UTC, 0 replies.
- [GitHub] [tinkerpop] sel-fish commented on issue #1117: Prevent more queries from failing static type checking when gremlin server use security sandbox - posted by GitBox <gi...@apache.org> on 2019/05/17 16:41:56 UTC, 0 replies.
- [GitHub] [tinkerpop] FlorianHockmann merged pull request #1114: TINKERPOP-2217 - posted by GitBox <gi...@apache.org> on 2019/05/20 06:27:44 UTC, 0 replies.
- [tinkerpop] branch master updated: Fix potentially harmful timing issue: _writeInProgress could be observed by BeginSendingMessages to indicate that the loop in SendMessagesFromQueueAsync is still "in flight" while in reality, it has already exited. - posted by fl...@apache.org on 2019/05/20 06:27:49 UTC, 0 replies.
- [tinkerpop] branch master updated: Reverted TINKERPOP-2201 given discussion on #1117 - posted by sp...@apache.org on 2019/05/20 12:22:58 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette closed pull request #1117: Prevent more queries from failing static type checking when gremlin server use security sandbox - posted by GitBox <gi...@apache.org> on 2019/05/20 12:24:48 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz commented on issue #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/20 13:05:59 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz commented on issue #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/20 13:07:05 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1116: TINKERPOP-2219 Upgrade Netty dependency to 4.1.32 - posted by GitBox <gi...@apache.org> on 2019/05/20 13:11:54 UTC, 0 replies.
- [tinkerpop] branch master updated (1d7ffd0 -> 09e6cca) - posted by sp...@apache.org on 2019/05/20 13:11:58 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette merged pull request #1113: TINKERPOP-2216 add status attribute for warnings - posted by GitBox <gi...@apache.org> on 2019/05/20 13:12:39 UTC, 0 replies.
- [tinkerpop] branch master updated: TINKERPOP-2216 add status attribute for warnings - posted by sp...@apache.org on 2019/05/20 13:12:42 UTC, 0 replies.
- [tinkerpop] branch master updated: Updated changelog CTR - posted by sp...@apache.org on 2019/05/20 13:15:09 UTC, 0 replies.
- [tinkerpop] branch master updated: Added upgrade notes for status attributes CTR - posted by sp...@apache.org on 2019/05/20 13:19:44 UTC, 0 replies.
- [tinkerpop] branch master updated: Final up some variables CTR - posted by sp...@apache.org on 2019/05/20 13:22:00 UTC, 0 replies.
- [tinkerpop] branch master updated: Needed to regenerate gremlin-javascript after DSL support was added - posted by sp...@apache.org on 2019/05/20 17:53:59 UTC, 0 replies.
- [tinkerpop] branch master updated (fa28560 -> 9a80184) - posted by rd...@apache.org on 2019/05/21 12:21:52 UTC, 0 replies.
- [tinkerpop] 01/02: Security review for non-https dependency urls - CTR - posted by rd...@apache.org on 2019/05/21 12:21:53 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (f71ce0d -> a794617) - posted by rd...@apache.org on 2019/05/21 12:21:58 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya opened a new pull request #1118: TINKERPOP-2224 Detect and fix iterator leaks - posted by GitBox <gi...@apache.org> on 2019/05/22 05:50:31 UTC, 0 replies.
- [GitHub] [tinkerpop] divijvaidya commented on issue #1118: TINKERPOP-2224 Detect and fix iterator leaks - posted by GitBox <gi...@apache.org> on 2019/05/22 19:05:08 UTC, 2 replies.
- svn commit: r1859886 [2/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [10/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [9/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [11/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [5/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [4/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [7/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [8/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [1/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [12/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [6/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- svn commit: r1859886 [3/12] - in /tinkerpop/site: docs/3.3.7-SNAPSHOT/dev/developer/ docs/3.3.7-SNAPSHOT/dev/io/ docs/3.3.7-SNAPSHOT/dev/provider/ docs/3.3.7-SNAPSHOT/recipes/ docs/3.3.7-SNAPSHOT/reference/ docs/3.3.7-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 14:46:26 UTC, 0 replies.
- [tinkerpop] branch master updated: Moved some text to the end of the file to keep the file from ending with a codeblock CTR - posted by sp...@apache.org on 2019/05/24 17:04:21 UTC, 0 replies.
- svn commit: r1859897 [13/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [9/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [18/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [8/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [4/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [10/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [16/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [19/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [15/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [2/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [20/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [14/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [21/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [17/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [12/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [1/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [3/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [11/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-starte... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [7/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [6/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- svn commit: r1859897 [5/21] - in /tinkerpop/site: docs/3.4.2-SNAPSHOT/dev/developer/ docs/3.4.2-SNAPSHOT/dev/io/ docs/3.4.2-SNAPSHOT/dev/provider/ docs/3.4.2-SNAPSHOT/recipes/ docs/3.4.2-SNAPSHOT/reference/ docs/3.4.2-SNAPSHOT/tutorials/getting-started... - posted by sp...@apache.org on 2019/05/24 18:37:08 UTC, 0 replies.
- [tinkerpop] branch master updated: More doc formatting CTR - posted by sp...@apache.org on 2019/05/24 18:48:18 UTC, 0 replies.
- [tinkerpop] branch master updated: fixed links CTR - posted by rd...@apache.org on 2019/05/26 08:28:19 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (a794617 -> d93bdad) - posted by rd...@apache.org on 2019/05/26 08:28:32 UTC, 0 replies.
- [GitHub] [tinkerpop] danielcweber commented on issue #1115: Alternative approach to TINKERPOP-2217. - posted by GitBox <gi...@apache.org> on 2019/05/26 15:01:51 UTC, 0 replies.
- [GitHub] [tinkerpop] nastra opened a new pull request #1119: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 10:00:03 UTC, 0 replies.
- [GitHub] [tinkerpop] nastra opened a new pull request #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 10:04:09 UTC, 0 replies.
- [GitHub] [tinkerpop] nastra closed pull request #1119: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 10:04:48 UTC, 0 replies.
- [GitHub] [tinkerpop] nastra commented on issue #1119: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 10:04:48 UTC, 0 replies.
- svn commit: r1860258 - in /tinkerpop/site: docs/3.3.7/ docs/3.3.7/dev/ docs/3.3.7/dev/developer/ docs/3.3.7/dev/future/ docs/3.3.7/dev/io/ docs/3.3.7/dev/provider/ docs/3.3.7/images/ docs/3.3.7/images/icons/ docs/3.3.7/recipes/ docs/3.3.7/reference/ do... - posted by sp...@apache.org on 2019/05/28 12:49:05 UTC, 0 replies.
- svn commit: r34286 - in /dev/tinkerpop: 3.3.6/ 3.3.7/ 3.4.1/ - posted by sp...@apache.org on 2019/05/28 13:28:53 UTC, 0 replies.
- [tinkerpop] branch tp33 updated (d93bdad -> bd35d3e) - posted by sp...@apache.org on 2019/05/28 13:38:55 UTC, 0 replies.
- [tinkerpop] 01/03: Added the tp34 branch to dev docs which will be created soon CTR - posted by sp...@apache.org on 2019/05/28 13:38:56 UTC, 0 replies.
- [tinkerpop] 02/03: Update docs for 3.3.7 release CTR - posted by sp...@apache.org on 2019/05/28 13:38:57 UTC, 0 replies.
- [tinkerpop] 03/03: TinkerPop 3.3.7 release - posted by sp...@apache.org on 2019/05/28 13:38:58 UTC, 0 replies.
- [GitHub] [tinkerpop] dkuppitz commented on issue #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 14:30:37 UTC, 0 replies.
- [tinkerpop] annotated tag 3.3.7 updated (bd35d3e -> 98e1862) - posted by sp...@apache.org on 2019/05/28 15:27:48 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 15:42:16 UTC, 0 replies.
- [tinkerpop] branch master updated (053fcf8 -> 29a2fac) - posted by sp...@apache.org on 2019/05/28 15:45:41 UTC, 0 replies.
- [tinkerpop] 01/01: Merge branch 'tp33' - posted by sp...@apache.org on 2019/05/28 15:45:42 UTC, 0 replies.
- [GitHub] [tinkerpop] nastra commented on issue #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 16:33:08 UTC, 1 replies.
- [GitHub] [tinkerpop] nastra edited a comment on issue #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/28 16:34:27 UTC, 0 replies.
- svn commit: r1860299 - in /tinkerpop/site: docs/3.4.2/ docs/3.4.2/dev/ docs/3.4.2/dev/developer/ docs/3.4.2/dev/future/ docs/3.4.2/dev/io/ docs/3.4.2/dev/provider/ docs/3.4.2/images/ docs/3.4.2/images/icons/ docs/3.4.2/recipes/ docs/3.4.2/reference/ do... - posted by sp...@apache.org on 2019/05/28 19:32:53 UTC, 0 replies.
- svn commit: r34296 - /dev/tinkerpop/3.4.2/ - posted by sp...@apache.org on 2019/05/28 19:58:49 UTC, 0 replies.
- [tinkerpop] annotated tag 3.4.2 updated (72792e2 -> 3a69f46) - posted by sp...@apache.org on 2019/05/28 20:32:39 UTC, 0 replies.
- [tinkerpop] branch tp34 created (now 72792e2) - posted by sp...@apache.org on 2019/05/28 20:32:49 UTC, 0 replies.
- [tinkerpop] branch master updated (29a2fac -> 72792e2) - posted by sp...@apache.org on 2019/05/28 20:33:03 UTC, 0 replies.
- svn commit: r1860308 - in /tinkerpop/site: docs/3.5.0-SNAPSHOT/ docs/3.5.0-SNAPSHOT/dev/ docs/3.5.0-SNAPSHOT/dev/developer/ docs/3.5.0-SNAPSHOT/dev/future/ docs/3.5.0-SNAPSHOT/dev/io/ docs/3.5.0-SNAPSHOT/dev/provider/ docs/3.5.0-SNAPSHOT/images/ docs/3... - posted by sp...@apache.org on 2019/05/28 23:46:29 UTC, 0 replies.
- [tinkerpop] branch master updated: Bump to 3.5.0-SNAPSHOT - posted by sp...@apache.org on 2019/05/28 23:57:33 UTC, 0 replies.
- [tinkerpop] branch master updated: Added 3.5.0 upgrade docs setup CTR - posted by sp...@apache.org on 2019/05/29 10:42:55 UTC, 0 replies.
- [tinkerpop] branch master updated: Add IO tests for 3.5.0 CTR - posted by sp...@apache.org on 2019/05/29 11:08:24 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1118: TINKERPOP-2224 Detect and fix iterator leaks - posted by GitBox <gi...@apache.org> on 2019/05/29 11:17:36 UTC, 2 replies.
- [tinkerpop] branch master updated: TINKERPOP-2080 Removed deprecated withRemote() method - posted by sp...@apache.org on 2019/05/29 17:09:21 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on a change in pull request #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/30 10:45:19 UTC, 0 replies.
- [GitHub] [tinkerpop] robertdale commented on a change in pull request #1120: gt/gte/lt/lte can throw CCE if object isn't a Comparable - posted by GitBox <gi...@apache.org> on 2019/05/30 10:59:22 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2231 created (now a930909) - posted by sp...@apache.org on 2019/05/30 13:30:38 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2231 Removed deprecated BulkLoader/DumperVertexProgram - posted by sp...@apache.org on 2019/05/30 13:30:39 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1121: TINKERPOP-2231 Removed deprecated BulkLoader/DumperVertexProgram - posted by GitBox <gi...@apache.org> on 2019/05/30 13:31:07 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1115: Alternative approach to TINKERPOP-2217. - posted by GitBox <gi...@apache.org> on 2019/05/30 13:35:10 UTC, 0 replies.
- [GitHub] [tinkerpop] github5775 opened a new pull request #1122: Expose Connection Status to Client - posted by GitBox <gi...@apache.org> on 2019/05/31 07:15:22 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette edited a comment on issue #1118: TINKERPOP-2224 Detect and fix iterator leaks - posted by GitBox <gi...@apache.org> on 2019/05/31 10:29:22 UTC, 0 replies.
- [tinkerpop] branch TINKERPOP-2099 created (now e9213d8) - posted by sp...@apache.org on 2019/05/31 14:48:44 UTC, 0 replies.
- [tinkerpop] 01/01: TINKERPOP-2099 Consistent behavior of property() in relation to null values - posted by sp...@apache.org on 2019/05/31 14:48:45 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette opened a new pull request #1123: TINKERPOP-2099 Consistent behavior of property() in relation to null values - posted by GitBox <gi...@apache.org> on 2019/05/31 15:48:40 UTC, 0 replies.
- [GitHub] [tinkerpop] github5775 commented on issue #1122: Expose Connection Status to Client - posted by GitBox <gi...@apache.org> on 2019/05/31 21:45:19 UTC, 0 replies.
- [GitHub] [tinkerpop] spmallette commented on issue #1122: Expose Connection Status to Client - posted by GitBox <gi...@apache.org> on 2019/05/31 23:33:22 UTC, 0 replies.