Skip to content

Commit

Permalink
Merge pull request #1866 from uktrade/uat
Browse files Browse the repository at this point in the history
PROD Release
  • Loading branch information
depsiatwal authored Mar 11, 2024
2 parents 8b474c7 + 609c9c1 commit 0bb99c5
Show file tree
Hide file tree
Showing 18 changed files with 928 additions and 229 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ version: 2.1

common_env_vars: &common_env_vars
ELASTICSEARCH_HOST: http://localhost:9200
MOCK_VIRUS_SCAN_ACTIVATE_ENDPOINTS: True
AV_SERVICE_URL: http://localhost:8100/mock_virus_scan/scan
AV_SERVICE_USERNAME: AV_SERVICE_USERNAME
AV_SERVICE_PASSWORD: AV_SERVICE_PASSWORD

image_python: &image_python
image: cimg/python:3.8.18
Expand Down Expand Up @@ -141,6 +145,7 @@ jobs:
- <<: *image_python
- <<: *image_postgres
- <<: *image_elasticsearch
- <<: *image_redis
working_directory: ~/lite-api
environment:
<<: *common_env_vars
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ moto = {extras = ["s3"], version = "*"}
[packages]
factory-boy = "~=2.12.0"
unittest-xml-reporting = "~=2.5.2"
faker = "~=4.18.0"
faker = "~=23.2.1"
boto3 = "~=1.26.17"
django-activity-stream = "~=0.10.0"
django-allow-cidr = "~=0.5.0"
Expand Down
205 changes: 99 additions & 106 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 0bb99c5

Please sign in to comment.