-
Notifications
You must be signed in to change notification settings - Fork 427
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
Add support for targetPercentile
RMF rule parameter
#2824
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
# By Dominik Kapusta # Via GitHub * main: Enable field validation for Sync payloads (#2807) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
github-actions
bot
added
the
bot: not in app board
Added by automation for pull requests with tasks not added to iOS App Board Asana project
label
May 6, 2024
samsymons
removed
the
bot: not in app board
Added by automation for pull requests with tasks not added to iOS App Board Asana project
label
May 6, 2024
# By amddg44 (3) and others # Via GitHub (1) and amddg44 (1) * main: Enable gzip compression for Sync PATCH payloads (#2805) sync error notify (#2822) Wire up VPN error UI (#2826) Mergeback from release/7.119.0 Release 7.119.0-1 (#2840) Add temporary survey to Passwords screen (#2834) Upload logs on cancel (#2836) Add bookmarks to top hits suggestions on iOS (#2835) Fix Maestro reporting for e2e tests (#2713) support marketplace kit (#2833) Enable attribution flag (#2825) Release 7.119.0-0 (#2831) Fix subscriptions glitch in Settings (#2828) Delegate SecureVault KeyStore Events in All Scenarios (#2827) Clears subscription cache on restore (#2823) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
amddg44
approved these changes
May 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The json in the manifest contains survery query params which aren't supported yet so I used my own jsonblob for testing and all worked perfectly 🚀
samsymons
added a commit
to duckduckgo/BrowserServicesKit
that referenced
this pull request
May 14, 2024
Required: Task/Issue URL: https://app.asana.com/0/0/1207234800675204/f iOS PR: duckduckgo/iOS#2824 macOS PR: duckduckgo/macos-browser#2772 What kind of version bump will this require?: Major Description: This PR adds support for the new targetPercentile option in RMF rules. This allows us to specify a percentage of users for whom the rule matches.
# By Jacek Łyp # Via Jacek Łyp (4) and GitHub (1) * main: (31 commits) Release 7.120.0-1 (#2853) Uncomment test code Use different function to check if in portrait Address Ship Review requests Fix more swiftlint issues Fix swiftlint issues Fix brainfart Don't show the toast when there are still some DaxDialogs left Make sure we fire reload, on just going back from background Hide bar if user does any navigation Fix UI glitches WIP Update BSK refs Utilize the custom PixelExperiment class Add more pixels Add top sliding view Address GH comments Addres PR comments Add translations Fix background color ... # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
samsymons
added a commit
that referenced
this pull request
May 15, 2024
* main: (42 commits) Remove run loop use, use DI for Bookmarks Caching Search (#2854) Bump BSK Version (#2843) Release 7.120.0-3 (#2861) Update BSK that reverts broken site pixel encoding change (#2860) Tweak sync Maestro tests (#2858) Release 7.120.0-2 (#2856) Fix for how we encode broken site reports (#2855) New Autofill pixels for KPIs (#2849) Add support for `targetPercentile` RMF rule parameter (#2824) Release 7.120.0-1 (#2853) Uncomment test code Use different function to check if in portrait use old provisioning profile template for the alpha build (#2848) Address Ship Review requests Update tests to handle new Settings UI (#2844) Fix more swiftlint issues Fix swiftlint issues Fix brainfart Don't show the toast when there are still some DaxDialogs left Make sure we fire reload, on just going back from background ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/0/1207234800675204/f
Tech Design URL:
CC:
Description:
Client PR for duckduckgo/BrowserServicesKit#809.
This adds support for the
targetPercentile
feature of RMF.Steps to test this PR:
Device Testing:
OS Testing:
Theme Testing:
Internal references:
Software Engineering Expectations
Technical Design Template