Skip to content

Commit 4a006cc

Browse files
authored
Merge branch 'potel-base' into antonpirker/potel/huggingface
2 parents 03492d6 + 65fbd50 commit 4a006cc

File tree

166 files changed

+4074
-3150
lines changed

Some content is hidden

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

166 files changed

+4074
-3150
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: 6 additions & 6 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 }}
@@ -68,7 +68,7 @@ jobs:
6868
coverage xml
6969
- name: Upload coverage to Codecov
7070
if: ${{ !cancelled() }}
71-
uses: codecov/codecov-action@v4.6.0
71+
uses: codecov/codecov-action@v5.0.7
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: coverage.xml
@@ -89,10 +89,10 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
python-version: ["3.7","3.9","3.11","3.12","3.13"]
92+
python-version: ["3.8","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 }}
@@ -130,7 +130,7 @@ jobs:
130130
coverage xml
131131
- name: Upload coverage to Codecov
132132
if: ${{ !cancelled() }}
133-
uses: codecov/codecov-action@v4.6.0
133+
uses: codecov/codecov-action@v5.0.7
134134
with:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
files: coverage.xml
@@ -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 renamed to .github/workflows/test-integrations-aws.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Do not edit this file. This file is generated automatically by executing
22
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
3-
name: Test AWS Lambda
3+
name: Test AWS
44
on:
55
push:
66
branches:
@@ -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
@@ -52,8 +52,8 @@ jobs:
5252
- name: Check permissions on repo branch
5353
if: github.event_name == 'push'
5454
run: true
55-
test-aws_lambda-pinned:
56-
name: AWS Lambda (pinned)
55+
test-aws-pinned:
56+
name: AWS (pinned)
5757
timeout-minutes: 30
5858
runs-on: ${{ matrix.os }}
5959
strategy:
@@ -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
@@ -87,7 +87,7 @@ jobs:
8787
coverage xml
8888
- name: Upload coverage to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/codecov-action@v4.6.0
90+
uses: codecov/codecov-action@v5.0.7
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
@@ -102,13 +102,13 @@ jobs:
102102
files: .junitxml
103103
verbose: true
104104
check_required_tests:
105-
name: All AWS Lambda tests passed
106-
needs: test-aws_lambda-pinned
105+
name: All pinned AWS tests passed
106+
needs: test-aws-pinned
107107
# Always run this, even if a dependent job failed
108108
if: always()
109109
runs-on: ubuntu-20.04
110110
steps:
111111
- name: Check for failures
112-
if: contains(needs.test-aws_lambda-pinned.result, 'failure') || contains(needs.test-aws_lambda-pinned.result, 'skipped')
112+
if: contains(needs.test-aws-pinned.result, 'failure') || contains(needs.test-aws-pinned.result, 'skipped')
113113
run: |
114114
echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Do not edit this file. This file is generated automatically by executing
22
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
3-
name: Test Cloud Computing
3+
name: Test Cloud
44
on:
55
push:
66
branches:
@@ -20,8 +20,8 @@ env:
2020
CACHED_BUILD_PATHS: |
2121
${{ github.workspace }}/dist-serverless
2222
jobs:
23-
test-cloud_computing-latest:
24-
name: Cloud Computing (latest)
23+
test-cloud-latest:
24+
name: Cloud (latest)
2525
timeout-minutes: 30
2626
runs-on: ${{ matrix.os }}
2727
strategy:
@@ -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 }}
@@ -64,7 +64,7 @@ jobs:
6464
coverage xml
6565
- name: Upload coverage to Codecov
6666
if: ${{ !cancelled() }}
67-
uses: codecov/codecov-action@v4.6.0
67+
uses: codecov/codecov-action@v5.0.7
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
@@ -78,8 +78,8 @@ jobs:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
files: .junitxml
8080
verbose: true
81-
test-cloud_computing-pinned:
82-
name: Cloud Computing (pinned)
81+
test-cloud-pinned:
82+
name: Cloud (pinned)
8383
timeout-minutes: 30
8484
runs-on: ${{ matrix.os }}
8585
strategy:
@@ -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 }}
@@ -122,7 +122,7 @@ jobs:
122122
coverage xml
123123
- name: Upload coverage to Codecov
124124
if: ${{ !cancelled() }}
125-
uses: codecov/codecov-action@v4.6.0
125+
uses: codecov/codecov-action@v5.0.7
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: coverage.xml
@@ -137,13 +137,13 @@ jobs:
137137
files: .junitxml
138138
verbose: true
139139
check_required_tests:
140-
name: All Cloud Computing tests passed
141-
needs: test-cloud_computing-pinned
140+
name: All pinned Cloud tests passed
141+
needs: test-cloud-pinned
142142
# Always run this, even if a dependent job failed
143143
if: always()
144144
runs-on: ubuntu-20.04
145145
steps:
146146
- name: Check for failures
147-
if: contains(needs.test-cloud_computing-pinned.result, 'failure') || contains(needs.test-cloud_computing-pinned.result, 'skipped')
147+
if: contains(needs.test-cloud-pinned.result, 'failure') || contains(needs.test-cloud-pinned.result, 'skipped')
148148
run: |
149149
echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1

.github/workflows/test-integrations-common.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.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 }}
@@ -52,7 +52,7 @@ jobs:
5252
coverage xml
5353
- name: Upload coverage to Codecov
5454
if: ${{ !cancelled() }}
55-
uses: codecov/codecov-action@v4.6.0
55+
uses: codecov/codecov-action@v5.0.7
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: coverage.xml
@@ -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-databases.yml renamed to .github/workflows/test-integrations-dbs.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Do not edit this file. This file is generated automatically by executing
22
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
3-
name: Test Databases
3+
name: Test DBs
44
on:
55
push:
66
branches:
@@ -20,8 +20,8 @@ env:
2020
CACHED_BUILD_PATHS: |
2121
${{ github.workspace }}/dist-serverless
2222
jobs:
23-
test-databases-latest:
24-
name: Databases (latest)
23+
test-dbs-latest:
24+
name: DBs (latest)
2525
timeout-minutes: 30
2626
runs-on: ${{ matrix.os }}
2727
strategy:
@@ -48,12 +48,12 @@ 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 }}
5555
allow-prereleases: true
56-
- uses: getsentry/action-clickhouse-in-ci@v1
56+
- uses: getsentry/action-clickhouse-in-ci@v1.1
5757
- name: Setup Test Env
5858
run: |
5959
pip install "coverage[toml]" tox
@@ -91,7 +91,7 @@ jobs:
9191
coverage xml
9292
- name: Upload coverage to Codecov
9393
if: ${{ !cancelled() }}
94-
uses: codecov/codecov-action@v4.6.0
94+
uses: codecov/codecov-action@v5.0.7
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
files: coverage.xml
@@ -105,8 +105,8 @@ jobs:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: .junitxml
107107
verbose: true
108-
test-databases-pinned:
109-
name: Databases (pinned)
108+
test-dbs-pinned:
109+
name: DBs (pinned)
110110
timeout-minutes: 30
111111
runs-on: ${{ matrix.os }}
112112
strategy:
@@ -133,12 +133,12 @@ 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 }}
140140
allow-prereleases: true
141-
- uses: getsentry/action-clickhouse-in-ci@v1
141+
- uses: getsentry/action-clickhouse-in-ci@v1.1
142142
- name: Setup Test Env
143143
run: |
144144
pip install "coverage[toml]" tox
@@ -176,7 +176,7 @@ jobs:
176176
coverage xml
177177
- name: Upload coverage to Codecov
178178
if: ${{ !cancelled() }}
179-
uses: codecov/codecov-action@v4.6.0
179+
uses: codecov/codecov-action@v5.0.7
180180
with:
181181
token: ${{ secrets.CODECOV_TOKEN }}
182182
files: coverage.xml
@@ -191,13 +191,13 @@ jobs:
191191
files: .junitxml
192192
verbose: true
193193
check_required_tests:
194-
name: All Databases tests passed
195-
needs: test-databases-pinned
194+
name: All pinned DBs tests passed
195+
needs: test-dbs-pinned
196196
# Always run this, even if a dependent job failed
197197
if: always()
198198
runs-on: ubuntu-20.04
199199
steps:
200200
- name: Check for failures
201-
if: contains(needs.test-databases-pinned.result, 'failure') || contains(needs.test-databases-pinned.result, 'skipped')
201+
if: contains(needs.test-dbs-pinned.result, 'failure') || contains(needs.test-dbs-pinned.result, 'skipped')
202202
run: |
203203
echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1

0 commit comments

Comments
 (0)