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

Schematic v24.2.1 #1376

Merged
merged 235 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
235 commits
Select commit Hold shift + click to select a range
afa4f37
WIP: add functionality to use display name as label, and tests
mialy-defelice Oct 20, 2023
b699ed5
WIP: changes to enable new display_name_as_label parameters
mialy-defelice Oct 23, 2023
deacd66
resolve merge conflicts
mialy-defelice Oct 26, 2023
f0bc6eb
WIP: updating tests
mialy-defelice Oct 26, 2023
0577838
add display_name_as_label to help.py
mialy-defelice Nov 6, 2023
da05a95
update model commands to take in display_name_as_label
mialy-defelice Nov 6, 2023
27c21c9
add update schema/commands to take display_name_as_label in parser
mialy-defelice Nov 6, 2023
f7317ae
update metadata.py to take in display_name_as_label parameter
mialy-defelice Nov 6, 2023
e5bf965
remove unused import
mialy-defelice Nov 6, 2023
b4cb923
add docstrings and default value for display_name_as_label
mialy-defelice Nov 6, 2023
86adb29
add space for aesthetics
mialy-defelice Nov 6, 2023
9768a75
add default value for display_name_as_label
mialy-defelice Nov 6, 2023
9bdac3b
add display_name_as_label option to api.yml
mialy-defelice Nov 6, 2023
487aed6
update api routes to take display_name_as_label
mialy-defelice Nov 6, 2023
6b57310
add display_name_as_label to conftest
mialy-defelice Nov 6, 2023
662d18a
update test_metadata to take in display_name as label, and use as a p…
mialy-defelice Nov 6, 2023
0627348
add display_name_as_label to tests, and as a parameter to some tests
mialy-defelice Nov 6, 2023
b637476
update synapse.py so it can take in id, Id or ID column names without…
mialy-defelice Nov 6, 2023
ea7bf7f
WIP: add display_name_as_label to parser, needs to be cleaned and doc…
mialy-defelice Nov 6, 2023
13b7e21
clean up and document parser
mialy-defelice Nov 6, 2023
dcd5670
change display_name_as_label API entry to bool
mialy-defelice Nov 6, 2023
d824007
add display_name_as_label flag to visualization cli and api endpoints
mialy-defelice Nov 6, 2023
51a7300
add updated example.single_rule.model.jsonld so can use for testing
mialy-defelice Nov 6, 2023
057a583
point api to temp locations for testing assets, till the refactor bra…
mialy-defelice Nov 6, 2023
2a3837e
fix issues with schema tests
mialy-defelice Nov 7, 2023
f71a3e6
update handling of labels to match synapse.py
mialy-defelice Nov 7, 2023
1ddc7fc
add display_name_as_label param to fixtures
mialy-defelice Nov 7, 2023
d1db61f
fix get_label_from_display_name
mialy-defelice Nov 7, 2023
923706e
update additional tests to work properly with display_name_as_label
mialy-defelice Nov 7, 2023
c827363
handle unique - situation with tests
mialy-defelice Nov 7, 2023
4da7549
add function to retain formatting of Display name while removing blac…
mialy-defelice Nov 20, 2023
26c44e5
add retain_dl_formatting as a parameterer in the API
mialy-defelice Nov 22, 2023
a2016cf
WIP: adding new diplayname/label handling
mialy-defelice Nov 29, 2023
1ce8ae0
WIP add ref to annotationkeys and table_columnnames
mialy-defelice Nov 30, 2023
298b0f5
add new options to api and route, run black
mialy-defelice Dec 5, 2023
100ccdd
run black formatter
mialy-defelice Dec 5, 2023
b59997c
add value error if invalid table_column_names value passed
mialy-defelice Dec 7, 2023
c0b7641
update test_api.py to take table_column_names and annotation_keys par…
mialy-defelice Dec 7, 2023
62548e7
add table_column_name and annotation_keys parameters to test_store.py
mialy-defelice Dec 7, 2023
0e69162
merge in develop
mialy-defelice Dec 7, 2023
4c1de49
run black on help
mialy-defelice Dec 7, 2023
4e51ca5
remove use_schema_label
mialy-defelice Dec 13, 2023
1b746cc
resolve merge conflicts
mialy-defelice Dec 14, 2023
a40240f
update example model jsonld
mialy-defelice Dec 14, 2023
b163e0a
update synapse client depndency
GiaJordan Jan 11, 2024
d6ace3f
add empty row to test manifest
GiaJordan Jan 12, 2024
c43e4fe
add test for `load_df`
GiaJordan Jan 12, 2024
f7416fc
resolve empty line bug
GiaJordan Jan 12, 2024
8954155
update test assertions
GiaJordan Jan 12, 2024
f15115d
add type annotations
GiaJordan Jan 16, 2024
1fabaec
add return type hint and clean
GiaJordan Jan 16, 2024
bee19e9
update `pandas` and `schematic_db` deps
GiaJordan Jan 11, 2024
8ad6085
regen `.lock` file
GiaJordan Jan 11, 2024
babcf71
regen `.lock` file
GiaJordan Jan 16, 2024
eaa2386
Update df_utils.py
GiaJordan Jan 16, 2024
40a0b04
Update GE_Helpers.py
GiaJordan Jan 16, 2024
8233818
Update validate_manifest.py
GiaJordan Jan 16, 2024
ba143e2
Update synapse.py
GiaJordan Jan 16, 2024
457264d
fix schemas test
GiaJordan Jan 16, 2024
f09c29b
fix utils test
GiaJordan Jan 16, 2024
d4ad9b8
fix schemas test
GiaJordan Jan 16, 2024
9774efb
fix utils test
GiaJordan Jan 16, 2024
6a7a2f7
Revert "fix utils test"
GiaJordan Jan 16, 2024
f572bce
Revert "fix schemas test"
GiaJordan Jan 16, 2024
c8ab0e3
change object inference
GiaJordan Jan 16, 2024
dcd5f09
leave column types as object
GiaJordan Jan 17, 2024
32b8b2a
move logic to schematic library side
linglp Jan 17, 2024
134c26c
add the part related to "send from directory back to api side
linglp Jan 17, 2024
adc485d
edit type hinting
linglp Jan 17, 2024
aaafeed
clean up `load_df`
GiaJordan Jan 17, 2024
280a14a
update test; clean up logic in generator
linglp Jan 17, 2024
7b734bc
update lambda fxn
GiaJordan Jan 17, 2024
048a55d
remove unused import
linglp Jan 17, 2024
0d53192
use variable for col name
GiaJordan Jan 17, 2024
4ae2595
spacing
GiaJordan Jan 17, 2024
0f8f030
update synapse client depndency
GiaJordan Jan 11, 2024
ccc3946
regen `.lock`
GiaJordan Jan 18, 2024
a686757
ran black on all modules
andrewelamb Jan 22, 2024
f111661
fixed black github action
andrewelamb Jan 22, 2024
48d7f96
Merge pull request #1355 from Sage-Bionetworks/feature-black
andrewelamb Jan 23, 2024
9c185e0
merge develop into pr
linglp Jan 23, 2024
2573f74
fix tests
linglp Jan 23, 2024
1c4872b
run black
linglp Jan 23, 2024
a9c5aa3
resolve merge confilicts with Develop, and run black on updated files
mialy-defelice Jan 25, 2024
d595be9
run black
mialy-defelice Jan 25, 2024
929e21c
update test_store.py
mialy-defelice Jan 25, 2024
724ac27
merge with develop, run black, update reference from use_display_name…
mialy-defelice Jan 25, 2024
e836887
formatting changes
mialy-defelice Jan 25, 2024
b9147b6
update additional references to display_name_as_label to data_model_l…
mialy-defelice Jan 25, 2024
225140d
update all references throughout, update tests, black
mialy-defelice Jan 26, 2024
16ec34f
remove unnecessary ref to data_model_labels for DataModelParser
mialy-defelice Jan 26, 2024
5e778ba
Merge pull request #1345 from Sage-Bionetworks/develop-synapseclient-…
GiaJordan Jan 26, 2024
f46ea2b
Merge branch 'develop' into develop-load-df-test-FDS-1574
GiaJordan Jan 26, 2024
b60c781
regen `.lock`
GiaJordan Jan 26, 2024
8d1d900
run black
SageGJ Jan 26, 2024
1225759
update `pandas` and `schematic_db` deps
GiaJordan Jan 11, 2024
b09fac8
regen `.lock` file
GiaJordan Jan 11, 2024
16145bd
regen `.lock` file
GiaJordan Jan 16, 2024
a28570a
Update df_utils.py
GiaJordan Jan 16, 2024
ff6551f
Update GE_Helpers.py
GiaJordan Jan 16, 2024
0c4a04e
Update validate_manifest.py
GiaJordan Jan 16, 2024
8654ec5
Update synapse.py
GiaJordan Jan 16, 2024
56a6dc9
change object inference
GiaJordan Jan 16, 2024
c3b541b
leave column types as object
GiaJordan Jan 17, 2024
fcc8deb
clean up `load_df`
GiaJordan Jan 17, 2024
1ffb190
update lambda fxn
GiaJordan Jan 17, 2024
f356bdc
spacing
GiaJordan Jan 17, 2024
ee0fa25
Merge branch 'develop-pandas-dependency-FDS-1313-FDS-1314' of https:/…
GiaJordan Jan 26, 2024
583918d
regen .lock
SageGJ Jan 26, 2024
80cff9d
run black
SageGJ Jan 26, 2024
a782807
update GX val rule call
GiaJordan Jan 26, 2024
157359d
add strict param
linglp Jan 29, 2024
fe3925b
fix typing
linglp Jan 29, 2024
d87126a
added credentials setter
andrewelamb Jan 29, 2024
5ebe782
fix configuration when config file has no asset store section
andrewelamb Jan 29, 2024
01208bd
Merge pull request #1330 from Sage-Bionetworks/develop-retain-dl-form…
mialy-defelice Jan 29, 2024
2c8f22f
merge with develop and resolve conflicts
mialy-defelice Jan 29, 2024
08ef48f
fix missed merged conflict
mialy-defelice Jan 30, 2024
cb7bfab
add test endpoint; try solution
linglp Jan 31, 2024
fbab0a1
remove unnecessary fstring
linglp Jan 31, 2024
f3d8e27
regenerate docstring
linglp Jan 31, 2024
3dfa6cd
correct doc string typo
linglp Jan 31, 2024
1079093
resolve merge conflict
linglp Feb 1, 2024
bbabe96
run blakc
linglp Feb 1, 2024
f2370ee
fix command to treat data_model_labels as a choice, rather than bool
mialy-defelice Feb 1, 2024
2e6b536
add data_model_labels option to create_manifests
mialy-defelice Feb 1, 2024
4e11de2
resolve merge error in schematic/models/commands, separate the table_…
mialy-defelice Feb 1, 2024
ed9cc8b
add data_model_labels to get_manifest_route and remove unused lines
mialy-defelice Feb 1, 2024
c110a52
add data_model_labels to test_get_schema and test_if_node_required
mialy-defelice Feb 1, 2024
70507b2
add data_model_labels to TestSchemaCli
mialy-defelice Feb 1, 2024
3476d0d
add data_model_labels parameter throughout
mialy-defelice Feb 1, 2024
c5ab495
add data_model_labels to get_schema_pickle
mialy-defelice Feb 1, 2024
625e30a
add if statement for making sure len of result greater than 0
linglp Feb 1, 2024
ced1c1d
ran black on manifest/generator.py
mialy-defelice Feb 1, 2024
07cc5e4
Merge pull request #1351 from Sage-Bionetworks/develop-fds-1544
linglp Feb 1, 2024
0ff295c
fix bug in recording a list, now will record properly
mialy-defelice Feb 2, 2024
5a7ea8e
add test endpoints
linglp Feb 2, 2024
d4c40e3
linted visualization module
andrewelamb Feb 2, 2024
8aa9e9f
Merge pull request #1357 from Sage-Bionetworks/feature-configuration-…
andrewelamb Feb 3, 2024
ba043c6
lint all utils files except schema utils
andrewelamb Feb 4, 2024
33227da
pylint utils check in github workflow
andrewelamb Feb 4, 2024
88b7bcf
fix misnamed argument
andrewelamb Feb 4, 2024
a8cc2ca
ran black
andrewelamb Feb 4, 2024
48f98a2
fix sonar lint issue
andrewelamb Feb 4, 2024
44b7b13
fix sonar lint issue
andrewelamb Feb 4, 2024
44f03fc
fix pylint/black issue
andrewelamb Feb 4, 2024
1426a6f
sonar cloud fixes
andrewelamb Feb 4, 2024
35b7c6c
fixed some typing
andrewelamb Feb 4, 2024
5ab2d9f
ran black
andrewelamb Feb 4, 2024
318c538
added some typing fixes
andrewelamb Feb 4, 2024
8169f6a
remove get_synIDs function
andrewelamb Feb 4, 2024
7bf62b3
added more typing
andrewelamb Feb 5, 2024
11e547f
added more typing
andrewelamb Feb 5, 2024
8b2b338
moved some pylint disbale lines around
andrewelamb Feb 5, 2024
ca57ec6
fix some linting
andrewelamb Feb 5, 2024
c215129
removed unsused functions, moved around linting disables
andrewelamb Feb 5, 2024
84e83e6
fix function call whos name was changed
andrewelamb Feb 5, 2024
483c991
fix mock manifest
andrewelamb Feb 5, 2024
cd999a5
added project scope parameter
linglp Feb 5, 2024
756e35e
remove test time out operation
linglp Feb 5, 2024
e54dd72
remove import
linglp Feb 5, 2024
68f25c2
add extra assertion for row removal
GiaJordan Feb 5, 2024
67639a2
reorg variables
GiaJordan Feb 5, 2024
b00f28b
resolve merge conflicts and add DisplayLabelTypes to schema_utils.py
mialy-defelice Feb 6, 2024
5d3cdc6
update dataset_ids to dataset_id
mialy-defelice Feb 6, 2024
61404f2
make api packages optional
andrewelamb Feb 6, 2024
da6f4ed
add -all extras to "Install library" step of workflow
andrewelamb Feb 6, 2024
6124104
add -all extras to "Install library" step of workflow
andrewelamb Feb 6, 2024
5e4c6f7
refactor the function get_label_from_display_name to more helper func…
mialy-defelice Feb 6, 2024
a833353
import DataLabelType from schema_utils and apply across the codebase
mialy-defelice Feb 6, 2024
c07e915
Merge pull request #1346 from Sage-Bionetworks/develop-load-df-test-F…
GiaJordan Feb 7, 2024
8354ca5
run black
mialy-defelice Feb 7, 2024
1ceecaa
remove logic for selectively running combo tests
GiaJordan Feb 7, 2024
e9b0917
in schema_utils update label name in str to stripped_label
mialy-defelice Feb 7, 2024
9199576
add additional tests to test_utils to ccover new functions in schema_…
mialy-defelice Feb 7, 2024
1b864a9
black on test_utils.py
mialy-defelice Feb 7, 2024
86e7d6f
add service acct creds
GiaJordan Feb 7, 2024
f6a5dcf
Merge branch 'develop' into develop-pandas-dependency-FDS-1313-FDS-1314
GiaJordan Feb 7, 2024
b4f661f
handle merge conflict
andrewelamb Feb 7, 2024
3a9e745
update poetry version to 1.3.0
linglp Feb 7, 2024
d736f06
mialys suggestions and fixes
andrewelamb Feb 8, 2024
60ac14d
fix accidental name collision of dict keys
andrewelamb Feb 8, 2024
760a943
Merge pull request #1364 from Sage-Bionetworks/develop-readthedocs
linglp Feb 8, 2024
d0a3faf
Merge pull request #1347 from Sage-Bionetworks/develop-pandas-depende…
GiaJordan Feb 8, 2024
fd14fc6
Merge pull request #1363 from Sage-Bionetworks/develop-rule-combo-tes…
GiaJordan Feb 8, 2024
92df2c1
remove project scope parameter and update example project id in the yaml
linglp Feb 8, 2024
eb32285
Merge pull request #1359 from Sage-Bionetworks/feature-fds-367-pytlin…
andrewelamb Feb 8, 2024
658c665
merge with develop
mialy-defelice Feb 8, 2024
ac9b601
update help for data_model_labels in viz commands
mialy-defelice Feb 8, 2024
43b274b
handle merge conflict
andrewelamb Feb 8, 2024
b33ee50
delete old readthedocs yaml file to avoid confusion
linglp Feb 8, 2024
370de42
fix linting issues form merge
andrewelamb Feb 8, 2024
d0b5189
run black on viz commands
mialy-defelice Feb 8, 2024
6e6a2d1
update to add data_model_labels option for attributes
mialy-defelice Feb 8, 2024
3563cef
make some parameters as required since the are required, and not pass…
mialy-defelice Feb 8, 2024
3d75f1b
Merge pull request #1356 from Sage-Bionetworks/develop-data-model-lab…
mialy-defelice Feb 8, 2024
f054408
Merge branch 'develop' into develop-fix-timeout
linglp Feb 8, 2024
544ab9b
Merge branch 'develop' into develop-fix-timeout
linglp Feb 8, 2024
159c5d2
made jinja and uswgi extras
andrewelamb Feb 9, 2024
6b223b9
updated readmes
andrewelamb Feb 9, 2024
dbe7cfb
handle merge conflict
andrewelamb Feb 9, 2024
2b60630
separated uwsgi into its own group
andrewelamb Feb 9, 2024
7b57a04
add dataframe check
andrewelamb Feb 9, 2024
d76bffa
Merge pull request #1362 from Sage-Bionetworks/feature-fds-1323-api-p…
andrewelamb Feb 9, 2024
c4665df
add component based rule feature
mialy-defelice Feb 9, 2024
b834032
run black
mialy-defelice Feb 9, 2024
2986880
clean up and refactor some functions
mialy-defelice Feb 9, 2024
659e4a4
continue cleanup, and refactor functions to break down more
mialy-defelice Feb 9, 2024
1f78ce1
Merge pull request #1361 from Sage-Bionetworks/feature-fds-366-pylint…
andrewelamb Feb 13, 2024
4ac1f98
add new ManifestValidation Test
mialy-defelice Feb 13, 2024
0f652aa
add new tests to test_utils and run black formatter
mialy-defelice Feb 13, 2024
ac94b2d
update test_run_rel_functions to work better with new rule handling
mialy-defelice Feb 13, 2024
aab7682
update syntax, clean and except errors
mialy-defelice Feb 13, 2024
2e63e90
Merge pull request #1358 from Sage-Bionetworks/develop-fix-timeout
linglp Feb 14, 2024
ef22e8e
run black on test_validation
mialy-defelice Feb 14, 2024
a9c42bd
run black on schema_utils
mialy-defelice Feb 14, 2024
170a975
run black on test_schemas
mialy-defelice Feb 14, 2024
2cb4475
add updated data model with PatientID validation rule
mialy-defelice Feb 14, 2024
8c65b57
update path to new model and dmge
mialy-defelice Feb 14, 2024
c91f5a1
add additional mock manifests for component rule testing
mialy-defelice Feb 14, 2024
0b9127d
merge with develop, resolve merge conflicts
mialy-defelice Feb 14, 2024
8a2809b
run black on schema_utils
mialy-defelice Feb 14, 2024
1ea120e
clean up validate_rules_utils imports
mialy-defelice Feb 14, 2024
9c25d9c
tests/test_schemas.py
mialy-defelice Feb 14, 2024
b2e436c
revert some test relationships
mialy-defelice Feb 14, 2024
ffc9140
fix indent issue in test_validation
mialy-defelice Feb 14, 2024
41640e5
update typing in docstring
mialy-defelice Feb 15, 2024
c7580c2
add additional function to check for duplicate components and additio…
mialy-defelice Feb 15, 2024
47028fa
run black
mialy-defelice Feb 15, 2024
a0b3b73
add docstrings and clean up, address andrews comments
mialy-defelice Feb 15, 2024
38cda95
Merge pull request #1365 from Sage-Bionetworks/develop-delete-old-yaml
linglp Feb 15, 2024
ed31d91
switch from try:except to logger
mialy-defelice Feb 15, 2024
8e8cf18
Merge pull request #1368 from Sage-Bionetworks/develop-vr-set-per-com…
mialy-defelice Feb 15, 2024
649b28f
update parallel_map to parallel_applymap
mialy-defelice Feb 16, 2024
60ab804
Merge pull request #1372 from Sage-Bionetworks/develop-fix-paralleliz…
mialy-defelice Feb 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# install your root project, if required
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras

#----------------------------------------------
# perform linting
Expand All @@ -96,7 +96,7 @@ jobs:
run: |
# ran only on certain files for now
# add here when checked
poetry run black schematic/configuration/*.py schematic/exceptions.py schematic/help.py schematic/loader.py schematic/version.py --check
poetry run black schematic --check

#----------------------------------------------
# type checking/enforcement
Expand All @@ -116,29 +116,23 @@ jobs:
run: |
# ran only on certain files for now
# add here when checked
poetry run pylint schematic/configuration/*.py schematic/exceptions.py schematic/help.py schematic/loader.py schematic/version.py
poetry run pylint schematic/visualization/* schematic/configuration/*.py schematic/exceptions.py schematic/help.py schematic/loader.py schematic/version.py
# do all utils but schema_utils.py
poetry run pylint schematic/utils/cli_utils.py schematic/utils/curie_utils.py schematic/utils/df_utils.py
poetry run pylint schematic/utils/general.py schematic/utils/google_api_utils.py schematic/utils/io_utils.py
poetry run pylint schematic/utils/validate_rules_utils.py schematic/utils/validate_utils.py schematic/utils/viz_utils.py

#----------------------------------------------
# run test suite
#----------------------------------------------
- name: Run regular tests and rule combination tests
env:
SYNAPSE_ACCESS_TOKEN: ${{ secrets.SYNAPSE_ACCESS_TOKEN }}
if: ${{ contains(github.event.head_commit.message, 'runcombos') }}
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n auto

- name: Run tests
env:
SYNAPSE_ACCESS_TOKEN: ${{ secrets.SYNAPSE_ACCESS_TOKEN }}
SERVICE_ACCOUNT_CREDS: ${{ secrets.SERVICE_ACCOUNT_CREDS }}
if: ${{ false == contains(github.event.head_commit.message, 'runcombos') }}
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)" --reruns 2 -n auto
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n auto

- name: Upload pytest test results
uses: actions/upload-artifact@v2
Expand Down
19 changes: 0 additions & 19 deletions .readthedocs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
python: "3.9"
jobs:
post_install:
- pip install poetry==1.2.0
- pip install poetry==1.3.0
- poetry config virtualenvs.create false
- poetry install --with doc
#Poetry will install my dependencies into the virtualenv created by readthedocs if I set virtualenvs.create=false
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ poetry install
```
This command will install the dependencies based on what we specify in poetry.lock. If this step is taking a long time, try to go back to step 2 and check your version of poetry. Alternatively, you could also try deleting the lock file and regenerate it by doing `poetry install` (Please note this method should be used as a last resort because this would force other developers to change their development environment)

If you want to install the API you will need to install those dependencies as well:

```
poetry install --extras "api"
```

If you want to install the uwsgi:

```
poetry install --extras "api"
```

5. Fill in credential files:
*Note*: If you won't interact with Synapse, please ignore this section.

Expand Down
2 changes: 2 additions & 0 deletions certificate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server {
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
send_timeout 300;
uwsgi_read_timeout 300;
location / {
try_files $uri @app;
}
Expand Down
Loading
Loading