You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🍇 Improvements:
2ab3653: Product types list page uses now new filters. New filters are under feature flag and are enabled by default by @poulch
3fdd2b2: Staff members list page use now new filters. New filters are under feature flag and are enabled by default by @poulch
a04abc7: You can now save, update, and delete filter presets on a product types list by @poulch
3b92997: Collection list filters have been ported to expression filtering. This means you can now use new filters in the Collection list by @Cloud11PL
5434419: You can now save, update and delete filter presets on the warehouse list page by @poulch
f3e75bc: List of customers now uses conditional filters by @poulch
3862c59: Gift cards list page use now new filters. New filters are under feature flag and are enabled by default by @poulch
24c613d: List of draft orders now use new filters by @poulch
ceb1919: List of vouchers now use new filters by @poulch
3232550: Apply improvements for new filters so they looks align by @poulch
053be92: List of pages now uses conditional filters by @poulch
659a7c2: Attributes list page use now new filters. New filters are under feature flag and are enabled by default by @poulch
⚙️ Maintenance:
6ece8a5: Test reports no longer mention users due to test tags matching GitHub usernames. Replace overlooked tag by @szczecha
eb76fa3: Publish only the table with the summary on PRs, now includes a quick link to the job summary. Added ISO formatted date to the report for future flakiness measurement by @szczecha
402c88d: Modify menu tests to ensure the first item in the list is visible before proceeding by @szczecha
9078b4b: Gather all single feature flags for filters into one by @poulch
5640a9d: Test reports no longer mention users due to test tags matching GitHub usernames by @szczecha
b7bc6a9: Now, non-code related files are not included in codecov report by @andrzejewsky
2d7fde8: Now tests results in ctrf scheme are attached to job and results are published in job summary and PR by @szczecha
50d6564: Now, the files for collecting coverage was explicitly set, this means we will include also files that are not covered by @andrzejewsky