Add server-side scripting to gRPC API
Compare changes
Files
2@@ -21,9 +21,12 @@ syntax = "proto3";
@@ -31,7 +34,8 @@ message NamedArgument {
@@ -40,77 +44,76 @@ message ExecuteScriptRequest {
Related to #25
Point the reviewer to the core of the code change. Where should they start reading? What should they focus on (e.g. security, performance, maintainability, user-friendliness, compliance with the specs, finding more corner cases, concrete questions)?
How to set up a test environment for manual testing?
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.