Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build(deps): bump django from 3.2.24 to 3.2.25 Bumps [django](https://github.com/django/django) from 3.2.24 to 3.2.25. - [Commits](django/django@3.2.24...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * stashing * Target loader now accepts experiments marked as 'manual' * build(deps): bump pillow from 10.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Attempt to reduce pop-up "flicker" (1403) (#569) * fix: Attempt to debug timeout errors * fix: More logging on service_query * fix: Varioustimeout adjustments * fix: Removed exception during timeout * fix: Explit log on SSH connection error * fix: Retry attempts for MySQL connections * fix: Service timeout now 28 (was 17) * fix: Add pymysql read and write timeouts * fix: Quiter (expected) connection failure handling * fix: TIMEOUT now DEGRADED * fix: Fix while loop exit conditions * fix: Better loop logic * style: services logging reduced and back to debug * fix: SSHTunnel logging now ERROR (was DEBUG) * fix: Quieter securty * fix: More failures permitted (and debug tweaks) * fix: Leaner logging * fix: Leaner logging (only report when we're having topruble) * fix: Better constant name * fix: Reduced service logging * docs: Doc tweak * fix: Minor log tweak * fix: Fixed duplicate log content --------- Co-authored-by: Alan Christie <[email protected]> * feat: endpoint to download first reference pdb from assemblies.yaml * stashing * stashing Changes so far: - removed endpoint FirstAssemblyview - moved the functionality to template_protein field in TargetSerializer - removed TargetMoleculesserializer - removed sequences field from TargetSerializer This is a result of Boris' comment in github (m2ms/fragalysis-frontend#1373 (comment)) where he said the field isn't used and template_protein field is not used. Looking at the code where this may be used, revealed that Targetmoleculesserializer can be removed as well NB! they're not removed-removed right now, only commented in. This commit can be used to restore the code. * fix: removed code mentioned in previous commit * basic functionality TODO: add and test PATCH method on PoseSerializer * stashing * build(deps): bump idna from 3.6 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * stashing * Added 'hidden' property to viewer.Tag model Also, added exclude directives to .pre-commit-config.yaml to not touch django migration files * Better user/proposal cache (#576) * refactor: Quieter ISPyB cache * refactor: Security cache log now quieter * fix: Better cache logic - and reduced log --------- Co-authored-by: Alan Christie <[email protected]> * stashing Nested serializer for pose, but I don't think I can use them * feat: added compound_code to pose serializer * fix: deeper nesting level to site observaton in meta_aligner.yaml Data loads successfully but actual v2 upload has not been tested * fix: renamed panddas_event_files to ligand_binding_events in meta_al * fix: static resources are now loaded again Fixes bare html API pages * fix: fixed nginx config * Revert "Fix static ressources not being loaded" * stashing Added sorting keys for versioned key. V1 data loading, waiting for fixes in conf site presentation to continue with v2 * fix: more robust update method Allows sending incomplete requests (no idea why seralizer isn't populating fields). Also fixed a bug where field updates on poses with multiple observations where blocked. * feat: added pose tags * stashing Working on allowing incomplete requests payloads. Turns out to be quite tricky, may have to go back on this. * feat: fully functional versioned data Reads and processes upload_2+ data where version numbers are given in suffix * fix: removed some dead code * stashing * build(deps): bump tqdm from 4.66.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat: only non-superseded sites available from the api * build(deps-dev): bump black from 23.12.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.12.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * chore: merged conflicting migrations from issue 1311 branch * fix: pose instance attributes updating successfully * fix: better check for already uploaded data * fix: merge conflicting migrations Not sure why the previous merge didn't work * Adds basic metrics (#588) * feat: Experiment with django prometheus * feat: Fix build * fix: Fix build (locking drf) * feat: Fix lock file * feat: Update to non-slim Python 3.11.9 * feat: Back to slim image * fix: Some basic internal metrics * fix: Removed rogue line * fix: Fix lint issues * fix: Removed custom metrics --------- Co-authored-by: Alan Christie <[email protected]> * Attempt to add prometheus to DB (#589) Co-authored-by: Alan Christie <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kalev Takkis <[email protected]> Co-authored-by: Alan Christie <[email protected]> Co-authored-by: Kalev Takkis <[email protected]> Co-authored-by: Warren Thompson <[email protected]>
- Loading branch information