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

[repo] Move OpenTelemetry.SemanticConventions project from main repo #1672

Merged
merged 30 commits into from
Apr 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3ec6459
Reintroduce OpenTelemetry.SemanticConventions project
joegoldman2 Apr 21, 2024
cc1572b
Cleanup generate script
joegoldman2 Apr 21, 2024
0882491
Fix max line length warning
joegoldman2 Apr 21, 2024
b7db123
Fix link in README.md
joegoldman2 Apr 21, 2024
053aae4
Rollback to open-telemetry/opentelemetry-specification v1.13.0
joegoldman2 Apr 21, 2024
ffa9c47
Move to latest spec version
joegoldman2 Apr 23, 2024
d9bd2dd
Merge branch 'main' into fix/1657
joegoldman2 Apr 23, 2024
0ed1d85
Fix TFM
joegoldman2 Apr 23, 2024
dc23981
Addressing feedback from review
joegoldman2 Apr 23, 2024
40ad259
Fix link in README
joegoldman2 Apr 23, 2024
cb87a88
Move PublicAPI.*.txt to .publicApi
joegoldman2 Apr 23, 2024
6993bba
Add changelog file
joegoldman2 Apr 23, 2024
a7ce581
Add CI/infra
joegoldman2 Apr 24, 2024
82f1fd5
Remove prefixes
joegoldman2 Apr 24, 2024
232cc15
Add missing using directive
joegoldman2 Apr 24, 2024
2803ddd
Merge branch 'main' into fix/1657
joegoldman2 Apr 24, 2024
42eabd8
Add missing target
joegoldman2 Apr 24, 2024
f591be6
Add missing files in sln
joegoldman2 Apr 24, 2024
69d1326
Group attributes by the root namespace
joegoldman2 Apr 24, 2024
fffdf41
Move to file-scoped namespace
joegoldman2 Apr 24, 2024
776ebe6
Attempt to skip code coverage steps if no tests are run.
CodeBlanch Apr 24, 2024
11ca969
Move *Attributes.cs to Attributes folder
joegoldman2 Apr 24, 2024
5279d65
Swap file checks for code coverage upload.
CodeBlanch Apr 24, 2024
30e8b48
Merge branch 'fix/1657' of https://github.com/joegoldman2/opentelemet…
CodeBlanch Apr 24, 2024
1555617
Tweak file check.
CodeBlanch Apr 24, 2024
01568a1
Fix warning about recursive option to dotnet-coverage merge being obs…
CodeBlanch Apr 24, 2024
09cafa5
Fix yml in codecov definitions.
CodeBlanch Apr 24, 2024
f5210b7
Update codecov for new flag.
CodeBlanch Apr 24, 2024
906114d
Merge branch 'main' into fix/1657
CodeBlanch Apr 24, 2024
22f9809
Get rid of print_value macro
joegoldman2 Apr 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update codecov for new flag.
CodeBlanch committed Apr 24, 2024
commit f5210b71ecdc322a5af8f2d40a2d26830492ec4e
5 changes: 5 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -118,3 +118,8 @@ flags:
carryforward: true
paths:
- src/OpenTelemetry.ResourceDetectors.ProcessRuntime

unittests-SemanticConventions:
carryforward: true
paths:
- src/OpenTelemetry.SemanticConventions