-
Notifications
You must be signed in to change notification settings - Fork 385
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
Upload analyzer statistics information #1721
Conversation
csordasmarton
commented
Aug 28, 2018
cea1df4
to
f673918
Compare
f673918
to
3abbaf8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
api/v6/report_server.thrift
Outdated
@@ -72,6 +72,10 @@ enum SortType { | |||
BUG_PATH_LENGTH, | |||
} | |||
|
|||
enum StoreFileSizeLimit { | |||
FAILURE_ZIP_SIZE, # Maximum size of the collected failed zips which can be store on the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rename this enum to be StoreLimitKind
or something like that, to explain that the enumconstants by themselves don't contain limits. Also, #
is used for comment instead of //
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
3abbaf8
to
d6ed438
Compare