Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact definition can specify default resources. #1013

Merged
merged 2 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion actions/proto/vql.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions actions/proto/vql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ package proto;
option go_package = "www.velocidex.com/golang/velociraptor/actions/proto";

message VQLRequest {
// DEPRECATED: Will be populated for compatibility with older clients.
string Name = 2 [(sem_type) = {
description: "The name of this query. This should be descriptive to indicate what type of informaiton the query retrieves.",
}];
// DEPRECATED: Not used any more.
string Description = 3 [(sem_type) = {
description: "What this query is supposed to do.",
}];
Expand Down
36 changes: 18 additions & 18 deletions api/proto/api.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.