[05/26] tinkerpop git commit: The GraphTraversal in .NET got out of sync somehow. CTR

2018-07-12 Thread spmallette
The GraphTraversal in .NET got out of sync somehow. CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f240fe2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f240fe2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1f240fe2

Branch: refs/heads/TINKERPOP-1996
Commit: 1f240fe2593524211553c222deadc4f95628f33a
Parents: 734b01f
Author: Stephen Mallette 
Authored: Fri Jun 29 16:04:26 2018 -0400
Committer: Stephen Mallette 
Committed: Fri Jun 29 16:04:26 2018 -0400

--
 .../src/Gremlin.Net/Process/Traversal/GraphTraversal.cs | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1f240fe2/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs 
b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
index 9952455..537cdbe 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
@@ -1676,5 +1676,14 @@ namespace Gremlin.Net.Process.Traversal
 return Wrap(this);
 }
 
+/// 
+/// Adds the with step to this .
+/// 
+public GraphTraversal With (string key, object value)
+{
+Bytecode.AddStep("with", key, value);
+return Wrap(this);
+}
+
 }
 }
\ No newline at end of file



[19/20] tinkerpop git commit: The GraphTraversal in .NET got out of sync somehow. CTR

2018-06-29 Thread spmallette
The GraphTraversal in .NET got out of sync somehow. CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f240fe2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f240fe2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1f240fe2

Branch: refs/heads/TINKERPOP-1987
Commit: 1f240fe2593524211553c222deadc4f95628f33a
Parents: 734b01f
Author: Stephen Mallette 
Authored: Fri Jun 29 16:04:26 2018 -0400
Committer: Stephen Mallette 
Committed: Fri Jun 29 16:04:26 2018 -0400

--
 .../src/Gremlin.Net/Process/Traversal/GraphTraversal.cs | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1f240fe2/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs 
b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
index 9952455..537cdbe 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
@@ -1676,5 +1676,14 @@ namespace Gremlin.Net.Process.Traversal
 return Wrap(this);
 }
 
+/// 
+/// Adds the with step to this .
+/// 
+public GraphTraversal With (string key, object value)
+{
+Bytecode.AddStep("with", key, value);
+return Wrap(this);
+}
+
 }
 }
\ No newline at end of file



tinkerpop git commit: The GraphTraversal in .NET got out of sync somehow. CTR

2018-06-29 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/master 734b01f35 -> 1f240fe25


The GraphTraversal in .NET got out of sync somehow. CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f240fe2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f240fe2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1f240fe2

Branch: refs/heads/master
Commit: 1f240fe2593524211553c222deadc4f95628f33a
Parents: 734b01f
Author: Stephen Mallette 
Authored: Fri Jun 29 16:04:26 2018 -0400
Committer: Stephen Mallette 
Committed: Fri Jun 29 16:04:26 2018 -0400

--
 .../src/Gremlin.Net/Process/Traversal/GraphTraversal.cs | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1f240fe2/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs 
b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
index 9952455..537cdbe 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
@@ -1676,5 +1676,14 @@ namespace Gremlin.Net.Process.Traversal
 return Wrap(this);
 }
 
+/// 
+/// Adds the with step to this .
+/// 
+public GraphTraversal With (string key, object value)
+{
+Bytecode.AddStep("with", key, value);
+return Wrap(this);
+}
+
 }
 }
\ No newline at end of file