-
Notifications
You must be signed in to change notification settings - Fork 179
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: realm/realm-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.13.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: realm/realm-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 13 files changed
- 5 contributors
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43a1aac - Browse repository at this point
Copy the full SHA 43a1aacView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ca7e03 - Browse repository at this point
Copy the full SHA 6ca7e03View commit details -
Fix issue when changing type of primary key
If you change the type of the primary key and call Realm::update_schema() without a migration function, the new column will not be set as primary key column.
Configuration menu - View commit details
-
Copy full SHA for f7c8e97 - Browse repository at this point
Copy the full SHA f7c8e97View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5d7d15 - Browse repository at this point
Copy the full SHA c5d7d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7f64d - Browse repository at this point
Copy the full SHA 3b7f64dView commit details
Commits on Jan 3, 2025
-
Do not set primary key column before migration function is called
This is fixing a regression introduced by f7c8e97. The change done in this commit is reverted. Instead the primary key column is set in the post migration changes.
Configuration menu - View commit details
-
Copy full SHA for c3fba11 - Browse repository at this point
Copy the full SHA c3fba11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930c21c - Browse repository at this point
Copy the full SHA 930c21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3303e5 - Browse repository at this point
Copy the full SHA f3303e5View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a86f1ef - Browse repository at this point
Copy the full SHA a86f1efView commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dabc7f8 - Browse repository at this point
Copy the full SHA dabc7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350249e - Browse repository at this point
Copy the full SHA 350249eView commit details
Commits on Jan 28, 2025
-
Reuse transaction when refreshing subscriptions after commit (#8068)
* Reuse transaction when refreshing subscriptions after commit * changelog * pass shared_ptr directly * Fix pr number in changelog --------- Co-authored-by: Daniel Tabacaru <daniel.tabacaru9@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 783a94d - Browse repository at this point
Copy the full SHA 783a94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5f45a - Browse repository at this point
Copy the full SHA cb5f45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2d62c - Browse repository at this point
Copy the full SHA 7e2d62cView commit details
Commits on Mar 3, 2025
-
Enable automatic client reset handling for audit Realms (#8072)
Audit Realms typically don't get client resets due to being very short lived, but restarting sync while one is partially uploaded can result in a bad client file ident error which also blocks uploading any other unuploaded files. Standard automatic client reset is pretty inefficient for these files, but it works fine and the optimal thing would be fairly complicated.
Configuration menu - View commit details
-
Copy full SHA for 4aa15f6 - Browse repository at this point
Copy the full SHA 4aa15f6View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cccb3ca - Browse repository at this point
Copy the full SHA cccb3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aeef51 - Browse repository at this point
Copy the full SHA 5aeef51View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v14.13.1...master