Skip to content

Conversation

@StevanFreeborn
Copy link
Owner

closes #34
closes #26

  • feat: accept group filter as odata $filter query string
  • feat: use group filter to retrieve groups and only retrieve members of groups included by that filter
  • fix: remove group filter
  • tests: fix tests after group filter refactor
  • docs: update README.md to reflect group filter and user sync behavior
  • tests: write tests for syncing users via group membership
  • docs: update example config with group filter

@codecov
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 94.85714% with 9 lines in your changes missing coverage. Please review.

Project coverage is 98.75%. Comparing base (4d53326) to head (da5e0f9).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
src/Models/Processor.cs 86.15% 7 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   98.84%   98.75%   -0.10%     
==========================================
  Files          11       10       -1     
  Lines        1912     1926      +14     
  Branches      154      149       -5     
==========================================
+ Hits         1890     1902      +12     
- Misses         16       17       +1     
- Partials        6        7       +1     

☔ View full report in Codecov by Sentry.
📢 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.

@StevanFreeborn StevanFreeborn merged commit 5cd2d69 into main Mar 13, 2025
4 of 6 checks passed
@StevanFreeborn StevanFreeborn deleted the stevanfreeborn/feat/improve-group-filtering branch March 13, 2025 22:00
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.

[FEAT]: Improve group filtering [FEAT]: Add support for filtering users from Azure

2 participants