Skip to content

Releases: xchem/fragalysis-backend

Add support for DEPLOYMENT_MODE

26 Jan 13:49
a17e238
Compare
Choose a tag to compare
  • Controlled by playbook variable stack_deployment_mode (in 2024.4 of the playbooks)

Improved Discourse module

22 Jan 17:59
f0417ed
Compare
Choose a tag to compare
  • Better error handling
  • Better function entry/exit logging

Bugfix

22 Jan 14:17
cebd030
Compare
Choose a tag to compare

Code changes for 1075, 1226, 1277, and 1284

Download logic refactoring

19 Jan 11:47
Compare
Choose a tag to compare
  • 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

17 Jan 16:02
Compare
Choose a tag to compare
  • Improved log
  • Refactoring driven by lint
  • Restores missing MD file

Refined download logic

17 Jan 10:32
Compare
Choose a tag to compare
  • Improved logging for downloads
  • Improved DownloadLinks file_url cleanup

Attempt to fix download file size

12 Jan 12:56
Compare
Choose a tag to compare
2.0.38

fix: file archives created for downloading are now compressed

Removed conflicting nginx timeouts (in proxy_params)

12 Jan 12:06
Compare
Choose a tag to compare

Removes conflicting timeouts. Specifically: -

proxy_read_timeout 120s;
proxy_send_timeout 120s;
proxy_connect_timeout   120s;

Fix broken migration

12 Jan 07:53
Compare
Choose a tag to compare
2.0.36

fix: Fix broken migrations

lhs_pdb and target display name

12 Jan 07:47
Compare
Choose a tag to compare
  • 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)