Skip to content

Commit 84ebfd7

Browse files
authored
Merge pull request #1517 from swirlai/main_prerelease_4_0_0
Prerelease 4.0.0 to Main
2 parents 4ccae30 + e43c694 commit 84ebfd7

19 files changed

+103
-103
lines changed

.github/workflows/db-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set Up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.12.6'
33+
python-version: '3.12.8'
3434
cache: 'pip'
3535
- name: Install Swirl (with a timeout)
3636
run: ./install.sh

.github/workflows/qa-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set Up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.12.6'
31+
python-version: '3.12.8'
3232
cache: 'pip'
3333
- name: Install Swirl
3434
run: ./install.sh
@@ -69,7 +69,7 @@ jobs:
6969
echo "========"
7070
cat .env.qa
7171
echo "========"
72-
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
72+
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
7373
- name: Upload Log Files
7474
if: always()
7575
uses: actions/upload-artifact@v4

.github/workflows/test-build-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set Up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.12.6'
28+
python-version: '3.12.8'
2929
cache: 'pip'
3030
- name: Install Swirl
3131
run: ./install.sh
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set Up Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: '3.12.6'
59+
python-version: '3.12.8'
6060
cache: 'pip'
6161
- name: Install Swirl (with a timeout)
6262
run: ./install.sh
@@ -125,7 +125,7 @@ jobs:
125125
- name: Set Up Python
126126
uses: actions/setup-python@v5
127127
with:
128-
python-version: '3.12.6'
128+
python-version: '3.12.8'
129129
cache: 'pip'
130130
- name: Install Swirl
131131
run: ./install.sh

.github/workflows/testing-wip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set Up Python
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: '3.12.6'
44+
python-version: '3.12.8'
4545
cache: 'pip'
4646
- name: Install Swirl
4747
run: ./install.sh

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set Up Python
3232
uses: actions/setup-python@v5
3333
with:
34-
python-version: '3.12.6'
34+
python-version: '3.12.8'
3535
cache: 'pip'
3636
- name: Install Swirl
3737
run: ./install.sh

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.6-slim-bookworm
1+
FROM python:3.12.8-slim-bookworm
22

33
# Update, upgrade and install packages in a single RUN to reduce layers
44
RUN apt-get update && apt-get install -y \

SearchProviders/company_data_bigquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Company Data - BigQuery",
2+
"name": "Company Data - Google BigQuery",
33
"active": false,
44
"default": false,
55
"connector": "BigQuery",

SearchProviders/google.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
},
7878
{
7979
"name": "LinkedIn - www.linkedin.com",
80-
"active": true,
81-
"default": true,
80+
"active": false,
81+
"default": false,
8282
"connector": "RequestsGet",
8383
"url": "https://www.googleapis.com/customsearch/v1",
8484
"query_template": "{url}?cx={cx}&key={key}&q={query_string}+-post",

SearchProviders/preloaded.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
},
8181
{
8282
"name": "LinkedIn - www.linkedin.com",
83-
"active": true,
84-
"default": true,
83+
"active": false,
84+
"default": false,
8585
"connector": "RequestsGet",
8686
"url": "https://www.googleapis.com/customsearch/v1",
8787
"query_template": "{url}?cx={cx}&key={key}&q={query_string}+-post",
@@ -327,7 +327,7 @@
327327
]
328328
},
329329
{
330-
"name": "Company Data - BigQuery",
330+
"name": "Company Data - Google BigQuery",
331331
"description": "Searches info on 7 million companies worldwide ncluding Linkedin URL, company size, location, and number of employees. Search only with company name, domain or location. Supports many languages. Does not support NOT operator.",
332332
"active": false,
333333
"default": false,

db.sqlite3.dist

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)