Skip to content

Commit

Permalink
Merge branch '3.5-dev' into 3.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed May 12, 2023
2 parents 3765fc8 + a9f0704 commit 2419826
Show file tree
Hide file tree
Showing 228 changed files with 4,727 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public enum GraphBinaryCompatibility implements Compatibility {
V1_3_5_4("3.5.4", "1.0", "v1"),
V1_3_5_5("3.5.5", "1.0", "v1"),
V1_3_5_6("3.5.6", "1.0", "v1"),
V1_3_5_7("3.5.7", "1.0", "v1"),

V1_3_6_0("3.6.0", "1.0", "v1"),
V1_3_6_1("3.6.1", "1.0", "v1"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ public enum GraphSONCompatibility implements Compatibility {
V2D0_PARTIAL_3_5_6("3.5.6", "2.0", "v2d0-partial"),
V2D0_NO_TYPE_3_5_6("3.5.6", "2.0", "v2d0-no-types"),
V3D0_PARTIAL_3_5_6("3.5.6", "3.0", "v3d0"),
V1D0_3_5_7("3.5.7", "1.0", "v1d0"),
V2D0_PARTIAL_3_5_7("3.5.7", "2.0", "v2d0-partial"),
V2D0_NO_TYPE_3_5_7("3.5.7", "2.0", "v2d0-no-types"),
V3D0_PARTIAL_3_5_7("3.5.7", "3.0", "v3d0"),

V1D0_3_6_0("3.6.0", "1.0", "v1d0"),
V2D0_PARTIAL_3_6_0("3.6.0", "2.0", "v2d0-partial"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static Iterable<Object[]> data() {
{GraphBinaryCompatibility.V1_3_5_4, readerV1, writerV1 },
{GraphBinaryCompatibility.V1_3_5_5, readerV1, writerV1 },
{GraphBinaryCompatibility.V1_3_5_6, readerV1, writerV1 },
{GraphBinaryCompatibility.V1_3_5_7, readerV1, writerV1 },

{GraphBinaryCompatibility.V1_3_6_0, readerV1, writerV1 },
{GraphBinaryCompatibility.V1_3_6_1, readerV1, writerV1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public static Iterable<Object[]> data() {
{GraphSONCompatibility.V3D0_PARTIAL_3_5_5, mapperV3 },
{GraphSONCompatibility.V2D0_PARTIAL_3_5_6, mapperV2 },
{GraphSONCompatibility.V3D0_PARTIAL_3_5_6, mapperV3 },
{GraphSONCompatibility.V2D0_PARTIAL_3_5_7, mapperV2 },
{GraphSONCompatibility.V3D0_PARTIAL_3_5_7, mapperV3 },

{GraphSONCompatibility.V2D0_PARTIAL_3_6_0, mapperV2 },
{GraphSONCompatibility.V3D0_PARTIAL_3_6_0, mapperV3 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public static Iterable<Object[]> data() {
{GraphSONCompatibility.V2D0_NO_TYPE_3_5_5, mapperV2 },
{GraphSONCompatibility.V1D0_3_5_6, mapperV1 },
{GraphSONCompatibility.V2D0_NO_TYPE_3_5_6, mapperV2 },
{GraphSONCompatibility.V1D0_3_5_7, mapperV1 },
{GraphSONCompatibility.V2D0_NO_TYPE_3_5_7, mapperV2 },

{GraphSONCompatibility.V1D0_3_6_0, mapperV1 },
{GraphSONCompatibility.V2D0_NO_TYPE_3_6_0, mapperV2 },
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
"status" : {
"message" : "",
"code" : 407,
"attributes" : { }
},
"result" : {
"data" : null,
"meta" : { }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
"status" : {
"message" : "",
"code" : 407,
"attributes" : { }
},
"result" : {
"data" : null,
"meta" : { }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
"status" : {
"message" : "",
"code" : 407,
"attributes" : { }
},
"result" : {
"data" : null,
"meta" : { }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
"status" : {
"message" : "",
"code" : 407,
"attributes" : {
"@type" : "g:Map",
"@value" : [ ]
}
},
"result" : {
"data" : null,
"meta" : {
"@type" : "g:Map",
"@value" : [ ]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
"op" : "authentication",
"processor" : "",
"args" : {
"saslMechanism" : "PLAIN",
"sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA=="
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
"op" : "authentication",
"processor" : "",
"args" : {
"saslMechanism" : "PLAIN",
"sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA=="
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
"op" : "authentication",
"processor" : "",
"args" : {
"saslMechanism" : "PLAIN",
"sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA=="
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
"op" : "authentication",
"processor" : "",
"args" : {
"@type" : "g:Map",
"@value" : [ "saslMechanism", "PLAIN", "sasl", "AHN0ZXBocGhlbgBwYXNzd29yZA==" ]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Barrier",
"@value" : "normSack"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Barrier",
"@value" : "normSack"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:BigDecimal",
"@value" : 123456789987654321123456789987654321
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:BigDecimal",
"@value" : 123456789987654321123456789987654321
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:BigInteger",
"@value" : 123456789987654321123456789987654321
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:BigInteger",
"@value" : 123456789987654321123456789987654321
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"@type" : "g:Binding",
"@value" : {
"key" : "x",
"value" : {
"@type" : "g:Int32",
"@value" : 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"@type" : "g:Binding",
"@value" : {
"key" : "x",
"value" : {
"@type" : "g:Int32",
"@value" : 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ "marko", "josh", "josh" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"@type" : "g:BulkSet",
"@value" : [ "marko", {
"@type" : "g:Int64",
"@value" : 1
}, "josh", {
"@type" : "g:Int64",
"@value" : 2
} ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Byte",
"@value" : 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Byte",
"@value" : 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:ByteBuffer",
"@value" : "c29tZSBieXRlcyBmb3IgeW91"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:ByteBuffer",
"@value" : "c29tZSBieXRlcyBmb3IgeW91"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"@type" : "g:Bytecode",
"@value" : {
"step" : [ [ "V" ], [ "hasLabel", "person" ], [ "out" ], [ "in" ], [ "tree" ] ]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"@type" : "g:Bytecode",
"@value" : {
"step" : [ [ "V" ], [ "hasLabel", "person" ], [ "out" ], [ "in" ], [ "tree" ] ]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Cardinality",
"@value" : "list"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Cardinality",
"@value" : "list"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Char",
"@value" : "x"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Char",
"@value" : "x"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Class",
"@value" : "java.io.File"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Class",
"@value" : "java.io.File"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Column",
"@value" : "keys"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Column",
"@value" : "keys"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1481750076295
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Date",
"@value" : 1481750076295
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Date",
"@value" : 1481750076295
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Direction",
"@value" : "OUT"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Direction",
"@value" : "OUT"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Double",
"@value" : 100.0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "g:Double",
"@value" : 100.0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Duration",
"@value" : "PT120H"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@type" : "gx:Duration",
"@value" : "PT120H"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id" : 13,
"label" : "develops",
"type" : "edge",
"inVLabel" : "software",
"outVLabel" : "person",
"inV" : 10,
"outV" : 1,
"properties" : {
"since" : 2009
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id" : 13,
"label" : "develops",
"inVLabel" : "software",
"outVLabel" : "person",
"inV" : 10,
"outV" : 1,
"properties" : {
"since" : {
"key" : "since",
"value" : 2009
}
}
}
Loading

0 comments on commit 2419826

Please sign in to comment.