Releases: xchem/fragalysis-backend
Releases · xchem/fragalysis-backend
Add support for DEPLOYMENT_MODE
- Controlled by playbook variable
stack_deployment_mode
(in2024.4
of the playbooks)
Improved Discourse module
- Better error handling
- Better function entry/exit logging
Bugfix
Code changes for 1075, 1226, 1277, and 1284
Download logic refactoring
- DownloadLinks record now removed on expiry (unless static)
- zip_file and and zip_contents no longer used
- Downloads now simplified - cannot get a "someone else is downloading)
- Downloads exist or they do not. If they do the user is presented with the file.
- missign sdfs directroy rename
- supression of sshtunnel connection errors
- Dynamic download file timeout now 90 minutes
Restores download_readme_template.md and refactoring
- Improved log
- Refactoring driven by lint
- Restores missing MD file
Refined download logic
- Improved logging for downloads
- Improved DownloadLinks file_url cleanup
Attempt to fix download file size
2.0.38 fix: file archives created for downloading are now compressed
Removed conflicting nginx timeouts (in proxy_params)
Removes conflicting timeouts. Specifically: -
proxy_read_timeout 120s;
proxy_send_timeout 120s;
proxy_connect_timeout 120s;
Fix broken migration
2.0.36 fix: Fix broken migrations
lhs_pdb and target display name
- Corrects use of lhs_pdb and ref_pdb in computed set uploads (Part of 1247)
- Uploads now need one of lhs_pdb or ref_pdb (previously ref_pdb was a requirement)
- Support for PUBLIC_TAS env variables (defines out-of the box public project titles) (Part of 1075)
- Add patch method to targets (Part of 1251)