Skip to content

fix derived facets #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 5, 2025
Merged

fix derived facets #48

merged 2 commits into from
Mar 5, 2025

Conversation

trieloff
Copy link
Contributor

@trieloff trieloff commented Mar 5, 2025

The addHistogramFacet and addClusterFacet functions would run into issues if facets were reset, but existing filters stayed persisted. As filters are dependent on facets, resetting the filters should also reset the facets.

  • fix: reset filters during facet reset
  • test(distiller): add test for histogram facet

trieloff added 2 commits March 5, 2025 12:32
as the filters depend on the facet definitions, a facet reset should also reset the applicable filters
Copy link

github-actions bot commented Mar 5, 2025

This PR will trigger a patch release when merged.

@trieloff trieloff requested a review from asthabh23 March 5, 2025 11:33
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.29%. Comparing base (3c3b2a0) to head (ceec8e6).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   97.07%   98.29%   +1.22%     
==========================================
  Files          17       17              
  Lines        4783     4820      +37     
==========================================
+ Hits         4643     4738      +95     
+ Misses        140       82      -58     

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

@trieloff trieloff merged commit 645c5a1 into main Mar 5, 2025
7 checks passed
@adobe-bot
Copy link

🎉 This PR is included in version 1.16.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants