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

Add dataservice Elasticsearch #3109

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
15 changes: 15 additions & 0 deletions requirements/develop.pip
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ certifi==2024.7.4
# via
# -c requirements/install.pip
# -c requirements/test.pip
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
Expand Down Expand Up @@ -166,6 +167,17 @@ dnspython==2.6.1
# pymongo
docutils==0.20.1
# via readme-renderer
elasticsearch==7.15.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
email-validator==2.2.0
# via
# -c requirements/install.pip
Expand Down Expand Up @@ -527,6 +539,7 @@ python-dateutil==2.8.2
# -r requirements/install.in
# botocore
# celery
# elasticsearch-dsl
# faker
pytz==2024.1
# via
Expand Down Expand Up @@ -603,6 +616,7 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# elasticsearch-dsl
# faker
# isodate
# langdetect
Expand Down Expand Up @@ -670,6 +684,7 @@ urllib3==1.26.19
# -c requirements/install.pip
# -c requirements/test.pip
# botocore
# elasticsearch
# requests
# sentry-sdk
vine==5.1.0
Expand Down
15 changes: 15 additions & 0 deletions requirements/doc.pip
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ certifi==2024.7.4
# via
# -c requirements/install.pip
# -c requirements/test.pip
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
Expand Down Expand Up @@ -151,6 +152,17 @@ dnspython==2.6.1
# -c requirements/test.pip
# email-validator
# pymongo
elasticsearch==7.15.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
email-validator==2.2.0
# via
# -c requirements/install.pip
Expand Down Expand Up @@ -431,6 +443,7 @@ python-dateutil==2.8.2
# -r requirements/install.in
# botocore
# celery
# elasticsearch-dsl
# faker
# ghp-import
pytz==2024.1
Expand Down Expand Up @@ -496,6 +509,7 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# elasticsearch-dsl
# faker
# isodate
# langdetect
Expand Down Expand Up @@ -546,6 +560,7 @@ urllib3==1.26.19
# -c requirements/install.pip
# -c requirements/test.pip
# botocore
# elasticsearch
# requests
# sentry-sdk
vine==5.1.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/install.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ celery==5.3.1
celerybeat-mongo==0.2.0
click==8.1.2
cryptography==2.8
elasticsearch==7.15.0
elasticsearch_dsl==7.4.0
factory-boy==2.12.0
Faker==3.0.0
flask-babel==4.0.0
Expand Down
10 changes: 10 additions & 0 deletions requirements/install.pip
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ celerybeat-mongo==0.2.0
# via -r requirements/install.in
certifi==2024.7.4
# via
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
Expand Down Expand Up @@ -86,6 +87,12 @@ dnspython==2.6.1
# via
# email-validator
# pymongo
elasticsearch==7.15.0
# via
# -r requirements/install.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via -r requirements/install.in
email-validator==2.2.0
# via
# flask-security-too
Expand Down Expand Up @@ -232,6 +239,7 @@ python-dateutil==2.8.2
# -r requirements/install.in
# botocore
# celery
# elasticsearch-dsl
# faker
pytz==2024.1
# via
Expand Down Expand Up @@ -265,6 +273,7 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# elasticsearch-dsl
# faker
# isodate
# langdetect
Expand All @@ -289,6 +298,7 @@ urlextract==0.14.0
urllib3==1.26.19
# via
# botocore
# elasticsearch
# requests
# sentry-sdk
vine==5.1.0
Expand Down
15 changes: 15 additions & 0 deletions requirements/report.pip
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ certifi==2024.7.4
# via
# -c requirements/install.pip
# -c requirements/test.pip
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
Expand Down Expand Up @@ -154,6 +155,17 @@ dnspython==2.6.1
# -c requirements/test.pip
# email-validator
# pymongo
elasticsearch==7.15.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via
# -c requirements/install.pip
# -c requirements/test.pip
# -r requirements/install.in
email-validator==2.2.0
# via
# -c requirements/install.pip
Expand Down Expand Up @@ -473,6 +485,7 @@ python-dateutil==2.8.2
# -r requirements/install.in
# botocore
# celery
# elasticsearch-dsl
# faker
pytz==2024.1
# via
Expand Down Expand Up @@ -536,6 +549,7 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# elasticsearch-dsl
# faker
# isodate
# langdetect
Expand Down Expand Up @@ -591,6 +605,7 @@ urllib3==1.26.19
# -c requirements/install.pip
# -c requirements/test.pip
# botocore
# elasticsearch
# requests
# sentry-sdk
vine==5.1.0
Expand Down
13 changes: 13 additions & 0 deletions requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ celerybeat-mongo==0.2.0
certifi==2024.7.4
# via
# -c requirements/install.pip
# elasticsearch
# requests
# sentry-sdk
cffi==1.16.0
Expand Down Expand Up @@ -125,6 +126,15 @@ dnspython==2.6.1
# -c requirements/install.pip
# email-validator
# pymongo
elasticsearch==7.15.0
# via
# -c requirements/install.pip
# -r requirements/install.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via
# -c requirements/install.pip
# -r requirements/install.in
email-validator==2.2.0
# via
# -c requirements/install.pip
Expand Down Expand Up @@ -371,6 +381,7 @@ python-dateutil==2.8.2
# -r requirements/install.in
# botocore
# celery
# elasticsearch-dsl
# faker
pytz==2024.1
# via
Expand Down Expand Up @@ -422,6 +433,7 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# elasticsearch-dsl
# faker
# isodate
# langdetect
Expand Down Expand Up @@ -466,6 +478,7 @@ urllib3==1.26.19
# via
# -c requirements/install.pip
# botocore
# elasticsearch
# requests
# sentry-sdk
vine==5.1.0
Expand Down
Loading