Skip to content

3.6.2 - #1030

Merged
k1o0 merged 9 commits into
masterfrom
dev
Jul 24, 2026
Merged

3.6.2#1030
k1o0 merged 9 commits into
masterfrom
dev

Conversation

@k1o0

@k1o0 k1o0 commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Fixed

  • Scoped delete_zygosity_rule post delete hook, improving performance on delete

Changed

  • Removed unused dj_database_url dependency
  • Omit WSGI from CI code coverage
  • Changed default docker project name
  • Use commit message for release description on squash commits to master
  • Pin ruff and remove flake8

Added

  • DOI badge in README
  • Release steps to README

k1o0 and others added 9 commits July 24, 2026 12:50
ruff is pulled in transitively via ONE-api, unpinned -- a new ruff
0.16.0 release added default rules that surfaced 821 new findings
overnight with zero code changes on this branch.
By default this post delete hook was registered to all db models, including Datasets. This made bulk deletes slow and memory intensive as all objects were instantiated by Django before delete. Now this hook is only registered to ZygosityRule, as intended.
When using passwords that contain special chars (e.g. AWS managed secrets) the password chars must be escaped. This makes using the URL format no longer useful
@k1o0
k1o0 merged commit b1c1d19 into master Jul 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants