-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use header's accept for REST API calls * also fix some spelling errors * reduce 3 lines to 1; invoke test in demo * get event payload for any supported event * don't delete comments from the response buffer * skip removing thread comments if none found * try requesting with the accepted format in the header * try using token in the header * Update `version` in README.md (#43) * [feat] Add the ability to specify the compilation database (#42) * add database option * fix existing typos * use header's accept for REST API calls * also fix some spelling errors * reduce 3 lines to 1; invoke test in demo * get event payload for any supported event * don't delete comments from the response buffer * skip removing thread comments if none found * try requesting with the accepted format in the header * try using token in the header * force thread comments disabled on private repos * private flag in the header is a bool, not str * Pleasing pylint * remove duplicated fix * update README about private repos needing a token Co-authored-by: 2bndy5 <[email protected]> Co-authored-by: Peter Shen <[email protected]> Co-authored-by: Xuefeng Ding <[email protected]>
- Loading branch information
1 parent
0005589
commit f4c83ba
Showing
7 changed files
with
49 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f4c83ba
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.
📜 Run
clang-format
on the following files💬 Output from
clang-tidy
demo/demo.cpp
demo/demo.cpp:3:10: warning: [modernize-deprecated-headers]
demo/demo.cpp:8:5: warning: [modernize-use-trailing-return-type]
demo/demo.cpp:10:13: warning: [readability-braces-around-statements]
demo/demo.cpp:13:5: warning: [cppcoreguidelines-pro-type-vararg]
demo/demo.hpp
demo/demo.hpp:6:11: warning: [modernize-use-default-member-init]
demo/demo.hpp:7:9: warning: [modernize-use-default-member-init]
demo/demo.hpp:11:11: warning: [modernize-use-trailing-return-type]