Skip to content

650 anonymisation reads from queue - #663

Open
ruaridhg wants to merge 16 commits into
mainfrom
650-anonymisation-reads-from-queue
Open

650 anonymisation reads from queue#663
ruaridhg wants to merge 16 commits into
mainfrom
650-anonymisation-reads-from-queue

Conversation

@ruaridhg

@ruaridhg ruaridhg commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #650: Adds new queue "anonymisation" in pixl_core/anon_queue without async functionality, within orthanc adds anon_queue (to replace POST call which hasn't been removed yet), adds "anonymisation" to queue_to_count within the cli and adds corresponding tests within cli and pixl_core.

Type of change

Please delete options accordingly to the description.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Suggested Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have passed on my local host device. (see further details at the CONTRIBUTING document)
  • Make sure your branch is up-to-date with main branch. See CONTRIBUTING for a general example to syncronise your branch with the main branch.
  • I have requested review to this PR.
  • I have addressed and marked as resolved all the review comments in my PR.
  • Finally, I have selected squash and merge

@ruaridhg ruaridhg linked an issue Aug 21, 2026 that may be closed by this pull request
3 tasks
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.55422% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.70%. Comparing base (256d0ff) to head (1eb4a9d).

Files with missing lines Patch % Lines
pixl_core/src/core/anon_queue/subscriber.py 73.58% 14 Missing ⚠️
pixl_core/src/core/anon_queue/_base.py 92.10% 3 Missing ⚠️
pixl_core/src/core/anon_queue/producer.py 91.30% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #663      +/-   ##
==========================================
- Coverage   88.23%   85.70%   -2.53%     
==========================================
  Files          81       82       +1     
  Lines        3927     3813     -114     
==========================================
- Hits         3465     3268     -197     
- Misses        462      545      +83     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ruaridhg
ruaridhg marked this pull request as ready for review August 21, 2026 14:53
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.

Anonymisation reads from queue

1 participant