Skip to content

Commit 5a6ed5d

Browse files
Merge branch 'main' into test/qdrant-use-mixin-tests
2 parents c707818 + bb28cc4 commit 5a6ed5d

315 files changed

Lines changed: 5175 additions & 2724 deletions

File tree

Some content is hidden

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

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name: Bug report
33
about: Report a bug for an integration
44
title: ''
5-
labels: bug
5+
labels: ''
66
assignees: ''
7+
type: Bug
78

89
---
910

.github/ISSUE_TEMPLATE/feature-request-for-existing-integrations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name: Feature request for existing integrations
33
about: Suggest an idea for an integration
44
title: ''
5-
labels: feature request
5+
labels: ''
66
assignees: ''
7+
type: Feature
78

89
---
910

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ integration:jina:
108108
- any-glob-to-any-file: "integrations/jina/**/*"
109109
- any-glob-to-any-file: ".github/workflows/jina.yml"
110110

111+
integration:kreuzberg:
112+
- changed-files:
113+
- any-glob-to-any-file: "integrations/kreuzberg/**/*"
114+
- any-glob-to-any-file: ".github/workflows/kreuzberg.yml"
115+
111116
integration:langfuse:
112117
- changed-files:
113118
- any-glob-to-any-file: "integrations/langfuse/**/*"

.github/workflows/CI_check_api_ref.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
test-api-reference-build:
1111
runs-on: ubuntu-slim
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919
with:
2020
python-version: "3.13"
2121

@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Set up Node.js
103103
if: steps.changed.outputs.integrations != '[]'
104-
uses: actions/setup-node@v6
104+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
105105
with:
106106
node-version: "22"
107107

.github/workflows/CI_check_integration_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-slim
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111

1212
- name: Ensure no hyphens
1313
run: |

.github/workflows/CI_docstring_labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout base commit
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
with:
1616
ref: ${{ github.base_ref }}
1717

@@ -22,7 +22,7 @@ jobs:
2222
run: cp .github/utils/docstrings_checksum.py "${{ runner.temp }}/docstrings_checksum.py"
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626
with:
2727
python-version: "3.11"
2828

@@ -33,7 +33,7 @@ jobs:
3333
echo "checksum=$CHECKSUM" >> "$GITHUB_OUTPUT"
3434
3535
- name: Checkout HEAD commit
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
with:
3838
ref: ${{ github.event.pull_request.head.ref }}
3939
# This must be set to correctly checkout a fork

.github/workflows/CI_docusaurus_sync.yml

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

2525
steps:
2626
- name: Checkout this repo
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131
with:
3232
python-version: "3.10"
3333

@@ -51,7 +51,7 @@ jobs:
5151
run: hatch run docs
5252

5353
- name: Upload API reference artifact
54-
uses: actions/upload-artifact@v7
54+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5555
with:
5656
name: ${{ steps.pathfinder.outputs.integration_name }}
5757
path: ${{ steps.pathfinder.outputs.project_path }}/${{ steps.pathfinder.outputs.integration_name }}.md
@@ -66,19 +66,19 @@ jobs:
6666

6767
steps:
6868
- name: Checkout Haystack repo
69-
uses: actions/checkout@v6
69+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070
with:
7171
repository: deepset-ai/haystack
7272
ref: main
7373
token: ${{ secrets.HAYSTACK_BOT_TOKEN }}
7474

7575
- name: Set up Python
76-
uses: actions/setup-python@v6
76+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7777
with:
7878
python-version: "3.10"
7979

8080
- name: Download API reference artifact
81-
uses: actions/download-artifact@v8
81+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282
with:
8383
name: ${{ needs.generate-api-reference.outputs.integration_name }}
8484

@@ -105,7 +105,7 @@ jobs:
105105
os.remove(artifact_filename)
106106
107107
- name: Create Pull Request
108-
uses: peter-evans/create-pull-request@v8
108+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
109109
env:
110110
INTEGRATION_NAME: ${{ needs.generate-api-reference.outputs.integration_name }}
111111
with:
@@ -118,4 +118,3 @@ jobs:
118118
docs-website
119119
body: |
120120
This PR syncs the Core Integrations API reference (${{ env.INTEGRATION_NAME }}) on Docusaurus. Just approve and merge it.
121-
reviewers: "${{ github.actor }}"

.github/workflows/CI_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
triage:
1111
runs-on: ubuntu-slim
1212
steps:
13-
- uses: actions/labeler@v6
13+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/CI_license_compliance.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout the code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4040
with:
4141
python-version: "${{ env.PYTHON_VERSION }}"
4242

4343
- name: Get changed files (for pull requests only)
4444
if: ${{ github.event_name == 'pull_request'}}
4545
id: changed-files
46-
uses: tj-actions/changed-files@v47
46+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
4747
with:
4848
files_yaml: |
4949
pyproject:
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Check Licenses
7373
id: license_check_report
74-
uses: pilosus/action-pip-license-checker@v3
74+
uses: pilosus/action-pip-license-checker@e909b0226ff49d3235c99c4585bc617f49fff16a # v3.1.0
7575
with:
7676
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
7777
requirements: ${{ env.REQUIREMENTS_FILE }}
@@ -80,7 +80,7 @@ jobs:
8080

8181
# We keep the license inventory on FOSSA
8282
- name: Send license report to Fossa
83-
uses: fossas/fossa-action@v1.8.0
83+
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0
8484
continue-on-error: true # not critical
8585
with:
8686
api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
@@ -91,6 +91,6 @@ jobs:
9191

9292
- name: Notify Slack on nightly failure
9393
if: failure() && github.event_name == 'schedule'
94-
uses: deepset-ai/notify-slack-action@v1
94+
uses: deepset-ai/notify-slack-action@3cda73b77a148f16f703274198e7771340cf862b # v1
9595
with:
96-
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
96+
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}

.github/workflows/CI_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add new issues to project for triage
1111
runs-on: ubuntu-slim
1212
steps:
13-
- uses: actions/add-to-project@v1.0.2
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/deepset-ai/projects/5
1616
github-token: ${{ secrets.GH_PROJECT_PAT }}

0 commit comments

Comments
 (0)