-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
remove year from copyright #964
remove year from copyright #964
Conversation
I'm not really sure of the implications of removing the year from this disclaimer, but if its deemed okay, note that you've only updated a small number of source files in this PR (many files reference 2018, 2019, or include an extra comma after the year). If we're going to make this change, we should presumably update everything at once. |
Good catch, Thanks I'll update the others |
@james-bebbington should be fixed now. Thanks for reviewing. /cc @reyang @SergeyKanzhelev who are tagged in the screenshot I added to the PR. |
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.
Makefile
Outdated
@@ -81,7 +81,7 @@ test-with-cover: | |||
|
|||
.PHONY: addlicense | |||
addlicense: | |||
$(ADDLICENCESE) -y '' -c 'OpenTelemetry Authors' $(ALL_SRC) | |||
$(ADDLICENCESE) -c 'The OpenTelemetry Authors' $(ALL_SRC) |
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.
Do we need "The"?
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.
Just trying to be consistent with the other repos but I'd be happy to drop it.
@bruno-garcia please fix the merge conflict. |
@tigrannajaryan fixed. Thanks |
CI is failing on With: I'll try to trigger it again by reopening this PR |
I trigger it by doing a commit --amend to my previous change and force push. |
…ector into ref/copyright-year
Codecov Report
@@ Coverage Diff @@
## master #964 +/- ##
=======================================
Coverage 85.61% 85.61%
=======================================
Files 189 189
Lines 13167 13167
=======================================
Hits 11273 11273
Misses 1441 1441
Partials 453 453
Continue to review full report at Codecov.
|
CI is happy now. |
@bruno-garcia can you rebase or otherwise make a change to the commit to trigger a build again? For some reason codecov is stuck. |
…ector into ref/copyright-year
@tigrannajaryan I've pulled master into the branch and did another pass. Mainly hostmetricsreceiver that was added and included year. |
@tigrannajaryan CI seems to be happy all the way now, including codecov \o/ |
…g data to Splunk Enterprise (open-telemetry#964)
… quoted issue. (open-telemetry#1347) * test: Add CI scenarios for eBPF Chart. open-telemetry#964 Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * fix: EBPF_NET_CRASH_METRIC_PORT env in ebpf chart not being quoted issue. Signed-off-by: Yang, Robin <[email protected]> * fix: EBPF_NET_CRASH_METRIC_PORT env in ebpf chart not being quoted issue. Signed-off-by: Yang, Robin <[email protected]> --------- Signed-off-by: Yang, Robin <[email protected]>
…ry#1346) * test: Add CI scenarios for eBPF Chart. open-telemetry#964 Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * test: Add CI scenarios for eBPF Chart. [issue-964] Signed-off-by: Yang, Robin <[email protected]> * fix: EBPF_NET_CRASH_METRIC_PORT env in ebpf chart not being quoted issue. Signed-off-by: Yang, Robin <[email protected]> * feat: grant ebpf k8s collector job watching permission. Signed-off-by: Yang, Robin <[email protected]> * feat: grant ebpf k8s collector job watching permission. Signed-off-by: Yang, Robin <[email protected]> * feat: grant ebpf k8s collector job watching permission. Signed-off-by: Yang, Robin <[email protected]> --------- Signed-off-by: Yang, Robin <[email protected]>
This came up in code reviews now on an exporter for Sentry but also in other OTel repos:
/cc @pjanotti