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

Running mypy on SDK resources (following up #3995) #4053

Merged
merged 35 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2522ace
This PR is based on #3995.
asasvari Jul 13, 2024
c81cb51
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 14, 2024
d1d97f4
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 14, 2024
12702cf
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 14, 2024
26ad2c9
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 14, 2024
4b1a16a
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 14, 2024
33e35c2
address review comments
asasvari Jul 14, 2024
102328b
address review comments
asasvari Jul 14, 2024
d283fa5
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
xrmx Jul 14, 2024
684d392
Merge branch 'main' into pr3995
asasvari Jul 19, 2024
f89d8a9
improve type hints based on review comments
asasvari Jul 19, 2024
b08ef70
black
asasvari Jul 19, 2024
9c0b119
flake8
asasvari Jul 19, 2024
3e36b69
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
xrmx Jul 19, 2024
55ce61d
Adjust typehinting
asasvari Jul 19, 2024
16beda2
revert py3.10 style typehinting
asasvari Jul 19, 2024
127464b
Address review comments
asasvari Jul 22, 2024
d88c11b
Merge branch 'main' into pr3995
asasvari Jul 22, 2024
2d0fcc9
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 23, 2024
071653a
fix mypy
asasvari Jul 23, 2024
70e2302
Merge branch 'main' into pr3995
emdneto Jul 23, 2024
c42e3e6
Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
asasvari Jul 23, 2024
fb47e31
fix mypy
asasvari Jul 23, 2024
bbbb7aa
fix linting issues
asasvari Jul 23, 2024
acf6ece
Merge branch 'main' into pr3995
xrmx Jul 24, 2024
d8575f1
Revert annotation as per review comment
asasvari Jul 24, 2024
779a707
use Tuple for tzpe hinting
asasvari Jul 25, 2024
9a3b3a4
Update CHANGELOG.md
asasvari Jul 25, 2024
090e4ba
revert type hinting in more files to fix mypy
asasvari Jul 25, 2024
0524a54
Merge branch 'main' into pr3995
asasvari Jul 25, 2024
3414c2c
Merge branch 'main' into pr3995
asasvari Jul 26, 2024
a917d31
Merge branch 'main' into pr3995
asasvari Jul 26, 2024
626ddd5
Merge branch 'main' into pr3995
asasvari Jul 30, 2024
d467cc8
Update CHANGELOG.md
xrmx Jul 30, 2024
aea5392
Merge branch 'main' into pr3995
lzchen Jul 30, 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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Running mypy on SDK resources
- Running mypy on SDK resources#
xrmx marked this conversation as resolved.
Show resolved Hide resolved
([#4053](https://github.com/open-telemetry/opentelemetry-python/pull/4053))

## Version 1.26.0/0.47b0 (2024-07-23)

- Standardizing timeout calculation in measurement consumer collect to nanoseconds
([#4074](https://github.com/open-telemetry/opentelemetry-python/pull/4074))
- optional scope attributes for logger creation
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.