Skip to content
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

update Rust for recorded context to handle event store queries #6322

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

jeddai
Copy link
Member

@jeddai jeddai commented Jul 30, 2024

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

Branch builds: add [firefox-android: branch-name] to the PR title.

@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 64 lines in your changes missing coverage. Please review.

Project coverage is 21.96%. Comparing base (c8a1a57) to head (78105eb).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
components/nimbus/src/stateful/targeting.rs 0.00% 29 Missing ⚠️
components/nimbus/src/stateful/nimbus_client.rs 0.00% 15 Missing ⚠️
components/nimbus/src/error.rs 0.00% 8 Missing ⚠️
components/nimbus/src/stateful/behavior.rs 0.00% 5 Missing ⚠️
components/nimbus/src/targeting.rs 63.63% 4 Missing ⚠️
components/nimbus/src/stateful/evaluator.rs 0.00% 2 Missing ⚠️
components/nimbus/src/tests/helpers.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6322      +/-   ##
==========================================
- Coverage   21.98%   21.96%   -0.03%     
==========================================
  Files         342      342              
  Lines       30737    30809      +72     
==========================================
+ Hits         6759     6768       +9     
- Misses      23978    24041      +63     

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

@jeddai jeddai force-pushed the event-store-recorded-context branch 2 times, most recently from 7884da9 to 507b115 Compare August 5, 2024 16:15
@jeddai jeddai marked this pull request as ready for review August 5, 2024 16:29
@jeddai jeddai requested a review from brennie August 5, 2024 16:29
@jeddai jeddai self-assigned this Aug 5, 2024
@jeddai jeddai added the O(n) Well-scoped logic changes label Aug 5, 2024
@jeddai jeddai force-pushed the event-store-recorded-context branch from 507b115 to e000892 Compare August 5, 2024 20:52
components/nimbus/src/stateful/behavior.rs Outdated Show resolved Hide resolved
components/nimbus/src/stateful/targeting.rs Outdated Show resolved Hide resolved
components/nimbus/src/stateful/behavior.rs Outdated Show resolved Hide resolved
@jeddai jeddai force-pushed the event-store-recorded-context branch 3 times, most recently from 766b1f0 to 024e66f Compare September 26, 2024 20:04
components/nimbus/src/stateful/nimbus_client.rs Outdated Show resolved Hide resolved
components/nimbus/src/stateful/behavior.rs Show resolved Hide resolved
components/nimbus/src/stateful/nimbus_client.rs Outdated Show resolved Hide resolved
components/nimbus/src/stateful/targeting.rs Outdated Show resolved Hide resolved
components/nimbus/src/targeting.rs Outdated Show resolved Hide resolved
components/nimbus/src/targeting.rs Outdated Show resolved Hide resolved
components/nimbus/src/tests/helpers.rs Outdated Show resolved Hide resolved
components/nimbus/src/tests/stateful/test_nimbus.rs Outdated Show resolved Hide resolved
@jeddai jeddai force-pushed the event-store-recorded-context branch from 024e66f to bd828c8 Compare September 27, 2024 15:18
components/nimbus/src/stateful/nimbus_client.rs Outdated Show resolved Hide resolved
@jeddai jeddai force-pushed the event-store-recorded-context branch from bd828c8 to 39936d2 Compare October 8, 2024 20:25
@jeddai jeddai force-pushed the event-store-recorded-context branch 3 times, most recently from de31d49 to 612e5c4 Compare October 18, 2024 14:43
@jeddai jeddai force-pushed the event-store-recorded-context branch 3 times, most recently from f277170 to 8dc0df5 Compare October 23, 2024 15:07
@jeddai jeddai added this pull request to the merge queue Oct 25, 2024
@jeddai jeddai removed this pull request from the merge queue due to a manual request Oct 25, 2024
@jeddai jeddai force-pushed the event-store-recorded-context branch from 8dc0df5 to 78105eb Compare October 25, 2024 13:04
@jeddai jeddai enabled auto-merge October 25, 2024 13:18
@jeddai jeddai added this pull request to the merge queue Oct 25, 2024
Merged via the queue into mozilla:main with commit b8f83af Oct 25, 2024
17 checks passed
@jeddai jeddai deleted the event-store-recorded-context branch October 25, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O(n) Well-scoped logic changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants