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

Expose User.changes #1500

Merged
merged 6 commits into from
Feb 2, 2024
Merged

Expose User.changes #1500

merged 6 commits into from
Feb 2, 2024

Conversation

nirinchev
Copy link
Member

Adds User.changes which allows developers to subscribe for notifications whenever the user changes.

Depends on realm/realm-core#7302.

@nirinchev nirinchev marked this pull request as ready for review February 1, 2024 13:32
Copy link

coveralls-official bot commented Feb 1, 2024

Pull Request Test Coverage Report for Build 7756551836

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • -3 of 32 (90.63%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 87.41%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/src/user.dart 18 21 85.71%
Files with Coverage Reduction New Missed Lines %
lib/src/realm_object.dart 1 86.24%
Totals Coverage Status
Change from base Build 7741947640: 0.05%
Covered Lines: 3770
Relevant Lines: 4313

💛 - Coveralls

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@nielsenko nielsenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use: git describe --abbrev=5 to name the core version, ie.

❯ git describe --abbrev=5
v13.26.0-13-gd12c3 

so we/they know it is not a clean core-release we are using.

@nirinchev nirinchev merged commit 7dd2231 into main Feb 2, 2024
24 checks passed
@nirinchev nirinchev deleted the ni/user-changed branch February 2, 2024 13:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants