-
Notifications
You must be signed in to change notification settings - Fork 375
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
Update CODEOWNERS file #3143
Update CODEOWNERS file #3143
Changes from all commits
d44caee
d003a2d
bb74227
96daed6
4ebb4ef
f893a1c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,42 @@ | ||
* @DataDog/apm-ruby | ||
* @DataDog/ruby-guild | ||
|
||
# Public Documentation | ||
/docs/Compatibility.md @DataDog/documentation | ||
/docs/GettingStarted.md @DataDog/documentation | ||
/docs/GettingStarted.md @DataDog/documentation | ||
|
||
# Library | ||
lib/datadog/appsec/* @DataDog/asm-ruby | ||
lib/datadog/appsec.rb @DataDog/asm-ruby | ||
lib/datadog/tracing/* @DataDog/tracing-ruby | ||
lib/datadog/tracing.rb @DataDog/tracing-ruby | ||
lib/datadog/opentelemetry/* @DataDog/tracing-ruby | ||
lib/datadog/opentelemetry.rb @DataDog/tracing-ruby | ||
lib/datadog/opentracer/* @DataDog/tracing-ruby | ||
lib/datadog/opentracer.rb @DataDog/tracing-ruby | ||
lib-injection/* @DataDog/tracing-ruby | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am questioning this a bit: while initially developed by tracing automatic injection sounds like a feature that applies to everyone, not just tracing. |
||
lib/datadog/profiling/* @DataDog/profiling-rb | ||
lib/datadog/profiling.rb @DataDog/profiling-rb | ||
ext/* @DataDog/profiling-rb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This question is probably outside the scope of this specific PR, but should we rename There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can't as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My rationale here is:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That said, currently profiling is the sole user of
e.g:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Note that is is mostly conventional, The directory being There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
That's a good point. I think that may change in the not too distant future. |
||
|
||
# RBS signatures | ||
sig/datadog/appsec/* @DataDog/asm-ruby | ||
sig/datadog/appsec.rbs @DataDog/asm-ruby | ||
sig/datadog/tracing/* @DataDog/tracing-ruby | ||
sig/datadog/tracing.rbs @DataDog/tracing-ruby | ||
sig/datadog/opentelemetry/* @DataDog/tracing-ruby | ||
sig/datadog/opentelemetry.rbs @DataDog/tracing-ruby | ||
sig/datadog/opentracer/* @DataDog/tracing-ruby | ||
sig/datadog/opentracer.rbs @DataDog/tracing-ruby | ||
sig/datadog/profiling/* @DataDog/profiling-rb | ||
sig/datadog/profiling.rbs @DataDog/profiling-rb | ||
|
||
# Specs | ||
spec/datadog/appsec/* @DataDog/asm-ruby | ||
spec/datadog/tracing/* @DataDog/tracing-ruby | ||
spec/datadog/tracing_spec.rb @DataDog/tracing-ruby | ||
spec/datadog/opentelemetry/* @DataDog/tracing-ruby | ||
spec/datadog/opentelemetry_spec.rb @DataDog/tracing-ruby | ||
spec/datadog/opentracer/* @DataDog/tracing-ruby | ||
spec/datadog/opentracer.rb @DataDog/tracing-ruby | ||
spec/datadog/profiling/* @DataDog/profiling-rb | ||
spec/datadog/profiling_spec.rb @DataDog/profiling-rb |
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.
Looks like this file is missing
sig
ownershipThere 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.
Added!