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

[Audit Logging] Logger and factory APIs in C-Core and C++. #32750

Merged
merged 53 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5f36c9b
audit logging APIs
rockspore Mar 29, 2023
1ef7536
const functions
rockspore Mar 29, 2023
d73779e
fix include guards
rockspore Mar 29, 2023
5fa99bc
move .cc to src/cpp/server
rockspore Mar 29, 2023
8a75d02
trailing newline
rockspore Mar 29, 2023
e77a037
changed the design
rockspore Mar 30, 2023
c6b1174
add register impl in C++
rockspore Mar 30, 2023
6ab33b3
remove extra include
rockspore Mar 30, 2023
c623c9e
newlines
rockspore Mar 30, 2023
3b85b67
include port_platform
rockspore Mar 30, 2023
ba8b7ae
move API headers inside for now
rockspore Apr 7, 2023
f9b7748
Merge branch 'master' of https://github.com/grpc/grpc into audit-log-api
rockspore Apr 7, 2023
eb82b4e
put current src into BUILD targets
rockspore Apr 7, 2023
c7776d3
generate projects
rockspore Apr 7, 2023
579fb6b
virtual dtors, etc
rockspore Apr 10, 2023
ccb3a0c
BUILD
rockspore Apr 10, 2023
70098a0
virtual dtors
rockspore Apr 10, 2023
b323fc8
generate projects
rockspore Apr 10, 2023
03a449a
iwyu
rockspore Apr 10, 2023
f98b12d
external deps in BUILD
rockspore Apr 10, 2023
dc3f3b8
iwyu again
rockspore Apr 10, 2023
0d2fcb5
ctor for audit context
rockspore Apr 10, 2023
07365a4
sanity check
rockspore Apr 10, 2023
c5a8598
add tests and move APIs to public headers
rockspore Apr 11, 2023
fc810a3
generate projects
rockspore Apr 11, 2023
8e8faec
fix iwyu
rockspore Apr 11, 2023
c83b7f0
remove grpc_audit_logging.h from GRPC_PUBLIC_HDRS
rockspore Apr 11, 2023
ced9d10
remove unused params
rockspore Apr 11, 2023
8f536de
remove wrapping in C++
rockspore Apr 19, 2023
f68d735
Merge branch 'master' of github.com:grpc/grpc into audit-log-api
rockspore Apr 19, 2023
81ef1ed
comments and iwyu
rockspore Apr 19, 2023
8af53a5
iwyu
rockspore Apr 19, 2023
ee874d4
add external deps to grpc_public_hdrs
rockspore Apr 20, 2023
2e575a2
comments
rockspore Apr 21, 2023
5dc1b6b
move definition into .cc
rockspore Apr 21, 2023
57c4044
make registry getter private
rockspore Apr 21, 2023
daa86a5
generate projects
rockspore Apr 21, 2023
8e5f24d
remove naked include
rockspore Apr 21, 2023
e32af2b
fix BUILD
rockspore Apr 21, 2023
930d88b
generate projects
rockspore Apr 21, 2023
8664063
fix cpp header
rockspore Apr 21, 2023
a8295ed
constexpr the register func
rockspore Apr 21, 2023
6f6acd1
no lint for unused using decls
rockspore Apr 21, 2023
127f12e
add factory existence API
rockspore Apr 21, 2023
df129cc
change registry's parsing API
rockspore Apr 21, 2023
974bb05
remove extraneous directory and file
rockspore Apr 24, 2023
d426f9d
address comments
rockspore Apr 24, 2023
06bb361
remove naked include
rockspore Apr 24, 2023
7e51701
Automated change: Fix sanity tests
rockspore Apr 24, 2023
6e4b0ec
Merge pull request #13 from rockspore/create-pull-request/patch-06bb361
rockspore Apr 24, 2023
2f3b29b
change to static members
rockspore Apr 25, 2023
dee212e
change to pointers
rockspore Apr 25, 2023
e019b5c
remove naked include
rockspore Apr 25, 2023
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
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,6 @@ grpc_cc_library(
"src/cpp/common/tls_certificate_provider.cc",
"src/cpp/common/tls_certificate_verifier.cc",
"src/cpp/common/tls_credentials_options.cc",
"src/cpp/server/audit_logging.cc",
"src/cpp/server/insecure_server_credentials.cc",
"src/cpp/server/secure_server_credentials.cc",
],
Expand Down
70 changes: 8 additions & 62 deletions CMakeLists.txt

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