Skip to content

Commit 26d039c

Browse files
Proto update to support scanning confluence comments (#4484)
* change in protos to support scanning confluence comments * rename comment -> commentId * use snakecase for comment_id --------- Co-authored-by: Shahzad Haider <[email protected]>
1 parent 682eda6 commit 26d039c

File tree

6 files changed

+1204
-1177
lines changed

6 files changed

+1204
-1177
lines changed

pkg/pb/source_metadatapb/source_metadata.pb.go

Lines changed: 516 additions & 506 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/source_metadatapb/source_metadata.pb.validate.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/sourcespb/sources.pb.go

Lines changed: 682 additions & 671 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/sourcespb/sources.pb.validate.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/source_metadata.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ message Confluence {
6666
string location = 7;
6767
string file = 8;
6868
string user = 9;
69+
string comment_id = 10;
6970
}
7071

7172
message Docker {

proto/sources.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ message Confluence {
153153
repeated string ignore_spaces = 8;
154154
bool include_attachments = 9;
155155
bool skip_history = 10;
156+
bool include_comments = 11;
156157
}
157158

158159
message Docker {

0 commit comments

Comments
 (0)