Skip to content

Commit 4650c7e

Browse files
committed
Merge branch 'master' into potel-base
2 parents e850655 + 24e5359 commit 4650c7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+742
-66
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/[email protected].1
27+
- uses: actions/[email protected].2
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.12
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 10
4040

4141
steps:
42-
- uses: actions/[email protected].1
42+
- uses: actions/[email protected].2
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: 3.12
@@ -54,7 +54,7 @@ jobs:
5454
timeout-minutes: 10
5555

5656
steps:
57-
- uses: actions/[email protected].1
57+
- uses: actions/[email protected].2
5858
- uses: actions/setup-python@v5
5959
with:
6060
python-version: 3.12
@@ -85,7 +85,7 @@ jobs:
8585
timeout-minutes: 10
8686

8787
steps:
88-
- uses: actions/[email protected].1
88+
- uses: actions/[email protected].2
8989
- uses: actions/setup-python@v5
9090
with:
9191
python-version: 3.12

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: "Release a new version"
2020
steps:
21-
- uses: actions/[email protected].1
21+
- uses: actions/[email protected].2
2222
with:
2323
token: ${{ secrets.GH_RELEASE_PAT }}
2424
fetch-depth: 0

.github/workflows/test-integrations-ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.9","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -92,7 +92,7 @@ jobs:
9292
python-version: ["3.7","3.9","3.11","3.12","3.13"]
9393
os: [ubuntu-latest]
9494
steps:
95-
- uses: actions/[email protected].1
95+
- uses: actions/[email protected].2
9696
- uses: actions/setup-python@v5
9797
with:
9898
python-version: ${{ matrix.python-version }}
@@ -145,7 +145,7 @@ jobs:
145145
files: .junitxml
146146
verbose: true
147147
check_required_tests:
148-
name: All AI tests passed
148+
name: All pinned AI tests passed
149149
needs: test-ai-pinned
150150
# Always run this, even if a dependent job failed
151151
if: always()

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: permissions check
3333
runs-on: ubuntu-20.04
3434
steps:
35-
- uses: actions/[email protected].1
35+
- uses: actions/[email protected].2
3636
with:
3737
persist-credentials: false
3838
- name: Check permissions on PR
@@ -63,7 +63,7 @@ jobs:
6363
os: [ubuntu-latest]
6464
needs: check-permissions
6565
steps:
66-
- uses: actions/[email protected].1
66+
- uses: actions/[email protected].2
6767
with:
6868
ref: ${{ github.event.pull_request.head.sha || github.ref }}
6969
- uses: actions/setup-python@v5
@@ -102,7 +102,7 @@ jobs:
102102
files: .junitxml
103103
verbose: true
104104
check_required_tests:
105-
name: All AWS Lambda tests passed
105+
name: All pinned AWS Lambda tests passed
106106
needs: test-aws_lambda-pinned
107107
# Always run this, even if a dependent job failed
108108
if: always()

.github/workflows/test-integrations-cloud-computing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.8","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -88,7 +88,7 @@ jobs:
8888
python-version: ["3.7","3.9","3.11","3.12","3.13"]
8989
os: [ubuntu-latest]
9090
steps:
91-
- uses: actions/[email protected].1
91+
- uses: actions/[email protected].2
9292
- uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
files: .junitxml
138138
verbose: true
139139
check_required_tests:
140-
name: All Cloud Computing tests passed
140+
name: All pinned Cloud Computing tests passed
141141
needs: test-cloud_computing-pinned
142142
# Always run this, even if a dependent job failed
143143
if: always()

.github/workflows/test-integrations-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -67,7 +67,7 @@ jobs:
6767
files: .junitxml
6868
verbose: true
6969
check_required_tests:
70-
name: All Common tests passed
70+
name: All pinned Common tests passed
7171
needs: test-common-pinned
7272
# Always run this, even if a dependent job failed
7373
if: always()

.github/workflows/test-integrations-data-processing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.8","3.10","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -106,7 +106,7 @@ jobs:
106106
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]
107107
os: [ubuntu-latest]
108108
steps:
109-
- uses: actions/[email protected].1
109+
- uses: actions/[email protected].2
110110
- uses: actions/setup-python@v5
111111
with:
112112
python-version: ${{ matrix.python-version }}
@@ -173,7 +173,7 @@ jobs:
173173
files: .junitxml
174174
verbose: true
175175
check_required_tests:
176-
name: All Data Processing tests passed
176+
name: All pinned Data Processing tests passed
177177
needs: test-data_processing-pinned
178178
# Always run this, even if a dependent job failed
179179
if: always()

.github/workflows/test-integrations-databases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
4949
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
5050
steps:
51-
- uses: actions/[email protected].1
51+
- uses: actions/[email protected].2
5252
- uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
@@ -133,7 +133,7 @@ jobs:
133133
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
134134
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
135135
steps:
136-
- uses: actions/[email protected].1
136+
- uses: actions/[email protected].2
137137
- uses: actions/setup-python@v5
138138
with:
139139
python-version: ${{ matrix.python-version }}
@@ -191,7 +191,7 @@ jobs:
191191
files: .junitxml
192192
verbose: true
193193
check_required_tests:
194-
name: All Databases tests passed
194+
name: All pinned Databases tests passed
195195
needs: test-databases-pinned
196196
# Always run this, even if a dependent job failed
197197
if: always()

.github/workflows/test-integrations-graphql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.8","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -88,7 +88,7 @@ jobs:
8888
python-version: ["3.7","3.8","3.11","3.12"]
8989
os: [ubuntu-latest]
9090
steps:
91-
- uses: actions/[email protected].1
91+
- uses: actions/[email protected].2
9292
- uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
files: .junitxml
138138
verbose: true
139139
check_required_tests:
140-
name: All GraphQL tests passed
140+
name: All pinned GraphQL tests passed
141141
needs: test-graphql-pinned
142142
# Always run this, even if a dependent job failed
143143
if: always()

.github/workflows/test-integrations-miscellaneous.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.8","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -41,10 +41,18 @@ jobs:
4141
- name: Erase coverage
4242
run: |
4343
coverage erase
44+
- name: Test launchdarkly latest
45+
run: |
46+
set -x # print commands that are executed
47+
./scripts/runtox.sh "py${{ matrix.python-version }}-launchdarkly-latest"
4448
- name: Test loguru latest
4549
run: |
4650
set -x # print commands that are executed
4751
./scripts/runtox.sh "py${{ matrix.python-version }}-loguru-latest"
52+
- name: Test openfeature latest
53+
run: |
54+
set -x # print commands that are executed
55+
./scripts/runtox.sh "py${{ matrix.python-version }}-openfeature-latest"
4856
- name: Test opentelemetry latest
4957
run: |
5058
set -x # print commands that are executed
@@ -92,7 +100,7 @@ jobs:
92100
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
93101
os: [ubuntu-latest]
94102
steps:
95-
- uses: actions/[email protected].1
103+
- uses: actions/[email protected].2
96104
- uses: actions/setup-python@v5
97105
with:
98106
python-version: ${{ matrix.python-version }}
@@ -103,10 +111,18 @@ jobs:
103111
- name: Erase coverage
104112
run: |
105113
coverage erase
114+
- name: Test launchdarkly pinned
115+
run: |
116+
set -x # print commands that are executed
117+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
106118
- name: Test loguru pinned
107119
run: |
108120
set -x # print commands that are executed
109121
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-loguru"
122+
- name: Test openfeature pinned
123+
run: |
124+
set -x # print commands that are executed
125+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
110126
- name: Test opentelemetry pinned
111127
run: |
112128
set -x # print commands that are executed
@@ -145,7 +161,7 @@ jobs:
145161
files: .junitxml
146162
verbose: true
147163
check_required_tests:
148-
name: All Miscellaneous tests passed
164+
name: All pinned Miscellaneous tests passed
149165
needs: test-miscellaneous-pinned
150166
# Always run this, even if a dependent job failed
151167
if: always()

.github/workflows/test-integrations-networking.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.8","3.9","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -88,7 +88,7 @@ jobs:
8888
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
8989
os: [ubuntu-latest]
9090
steps:
91-
- uses: actions/[email protected].1
91+
- uses: actions/[email protected].2
9292
- uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
files: .junitxml
138138
verbose: true
139139
check_required_tests:
140-
name: All Networking tests passed
140+
name: All pinned Networking tests passed
141141
needs: test-networking-pinned
142142
# Always run this, even if a dependent job failed
143143
if: always()

.github/workflows/test-integrations-web-frameworks-1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
4949
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
5050
steps:
51-
- uses: actions/[email protected].1
51+
- uses: actions/[email protected].2
5252
- uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
@@ -124,7 +124,7 @@ jobs:
124124
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
125125
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
126126
steps:
127-
- uses: actions/[email protected].1
127+
- uses: actions/[email protected].2
128128
- uses: actions/setup-python@v5
129129
with:
130130
python-version: ${{ matrix.python-version }}
@@ -173,7 +173,7 @@ jobs:
173173
files: .junitxml
174174
verbose: true
175175
check_required_tests:
176-
name: All Web Frameworks 1 tests passed
176+
name: All pinned Web Frameworks 1 tests passed
177177
needs: test-web_frameworks_1-pinned
178178
# Always run this, even if a dependent job failed
179179
if: always()

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ["3.7","3.8","3.11","3.12","3.13"]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
@@ -112,7 +112,7 @@ jobs:
112112
python-version: ["3.7","3.8","3.9","3.11","3.12","3.13"]
113113
os: [ubuntu-latest]
114114
steps:
115-
- uses: actions/[email protected].1
115+
- uses: actions/[email protected].2
116116
- uses: actions/setup-python@v5
117117
with:
118118
python-version: ${{ matrix.python-version }}
@@ -185,7 +185,7 @@ jobs:
185185
files: .junitxml
186186
verbose: true
187187
check_required_tests:
188-
name: All Web Frameworks 2 tests passed
188+
name: All pinned Web Frameworks 2 tests passed
189189
needs: test-web_frameworks_2-pinned
190190
# Always run this, even if a dependent job failed
191191
if: always()

0 commit comments

Comments
 (0)