{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":40667593,"defaultBranch":"main","name":"realm-js","ownerLogin":"realm","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-13T15:51:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7575099?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716995710.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"984d6c0dd29cdbdb31c81143de0e99dc5b1fae5d","ref":"refs/heads/kh/web/fix-async-iterator","pushedAt":"2024-05-29T15:15:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Adding a note to the changelog","shortMessageHtmlLink":"Adding a note to the changelog"}},{"before":"c6c4923a226c53ad6bda5877d81e864acf2ffda6","after":"1359a9d92153d4256df112d783eed7c9f9acc8c5","ref":"refs/heads/lj/counter-data-type","pushedAt":"2024-05-29T14:13:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elle-j","name":"LJ","path":"/elle-j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81748770?s=80&v=4"},"commit":{"message":"Implement 'Counter.set()'.","shortMessageHtmlLink":"Implement 'Counter.set()'."}},{"before":"bdb139194cb18a1285635144106003564dcad4e3","after":"c6c4923a226c53ad6bda5877d81e864acf2ffda6","ref":"refs/heads/lj/counter-data-type","pushedAt":"2024-05-29T12:31:02.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"elle-j","name":"LJ","path":"/elle-j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81748770?s=80&v=4"},"commit":{"message":"Extend 'Unmanaged' with Counter and allowing number.","shortMessageHtmlLink":"Extend 'Unmanaged' with Counter and allowing number."}},{"before":null,"after":"bdb139194cb18a1285635144106003564dcad4e3","ref":"refs/heads/lj/counter-data-type","pushedAt":"2024-05-28T16:38:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"elle-j","name":"LJ","path":"/elle-j","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81748770?s=80&v=4"},"commit":{"message":"Add 'presentations' to the stored sdk-specifc schema info.","shortMessageHtmlLink":"Add 'presentations' to the stored sdk-specifc schema info."}},{"before":"3aa770eb040e0493d3fffc3234013d2028933fe0","after":"21f1584d3364e7f600aa222ac45339b9b1d1ef0e","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-28T13:45:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Added an explicit return false","shortMessageHtmlLink":"Added an explicit return false"}},{"before":"6962398bbe14c6a69445007b784f9ba5fa628247","after":null,"ref":"refs/heads/fp/collections-mixed-sync-tests","pushedAt":"2024-05-28T09:54:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"papafe","name":"Ferdinando Papale","path":"/papafe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4850119?s=80&v=4"}},{"before":"5f66e14f56d1a4666f1de84fcf9faabf5295d4cd","after":"87fbe689fd9ac540df3a0cb84491b8bbc9ecd11a","ref":"refs/heads/main","pushedAt":"2024-05-28T09:54:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"papafe","name":"Ferdinando Papale","path":"/papafe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4850119?s=80&v=4"},"commit":{"message":"RJS-2397 (re-merge): Collections in mixed - synced tests (#6679)\n\n* Implement support for flat collections in `Mixed` (#6364)\r\n\r\n* Differentiate use of 'mixedToBinding()' for query arg validation.\r\n\r\n* Refactor 'mixedFromBinding()' to own function and account for List and Dictionary.\r\n\r\n* Implement setting a flat list and dictionary in Mixed.\r\n\r\n* Implement accessing a flat list and dictionary in Mixed.\r\n\r\n* Add tests for storing and accessing flat lists and dictionaries in Mixed.\r\n\r\n* Refactor helper in test to not rely on collection position.\r\n\r\n* Add tests for Set in Mixed throwing.\r\n\r\n* Add tests for updating lists and dictionaries.\r\n\r\n* Add tests for removing items in lists and dictionaries.\r\n\r\n* Add tests for filtering lists and dictionaries by path.\r\n\r\n* Throw if adding a set via property accessors.\r\n\r\n* Group tests into separate sub-suites.\r\n\r\n* Guard for embedded objects being set as Mixed value.\r\n\r\n* Add tests for embedded objects in Mixed throwing.\r\n\r\n* Add more filtering tests.\r\n\r\n* Add 'at_keys' query tests to uncomment after Core bug fix.\r\n\r\n* Add tests for inserting into lists and dictionaries.\r\n\r\n* Add tests for notifications on lists.\r\n\r\n* Add tests for notifications on dictionaries.\r\n\r\n* Add tests for notifications on object when changed prop is list in mixed.\r\n\r\n* Add tests for invalidating old list and dictionary.\r\n\r\n* Minor updates to names.\r\n\r\n* Add tests for notifications on object when changed prop is dictionary in mixed.\r\n\r\n* Add tests for creating dictionary via object without prototype.\r\n\r\n* Add tests filtering by query path using IN.\r\n\r\n* Access array of changes only 1 time in notifications tests.\r\n\r\n* Remove unnecessary type assertion.\r\n\r\n* Update schema object names in tests.\r\n\r\n* Add link to Core bug.\r\n\r\n* Add tests for default list and dictionary in schema.\r\n\r\n* Add tests for setting lists and dictionaries outside transaction.\r\n\r\n* Add tests for spreading Realm and non-Realm objects as Dictionary.\r\n\r\n* Add unit tests for 'isPOJO()'.\r\n\r\n* Point to updated Core commit and enable related tests.\r\n\r\n* Wrap chai's 'instanceOf()' in custom helper to assert type.\r\n\r\n* Update helper function name to be consistent with other helpers.\r\n\r\n* Add internal docs for 'isQueryArg'.\r\n\r\n* Rename unit test file.\r\n\r\n* Refactor notification tests into 'observable.ts'.\r\n\r\n* Refactor notification tests to use test context.\r\n\r\n* Use named import of 'ObjectSchema'.\r\n\r\n* Group CRUD tests into subsuites.\r\n\r\n* RJS-2680: Implement support for `Mixed` data type with nested collections (#6513)\r\n\r\n* Move geospatial helper functions to related file.\r\n\r\n* Implement setting nested lists in Mixed.\r\n\r\n* Implement setting nested dictionaries in Mixed.\r\n\r\n* Implement getting nested lists in Mixed.\r\n\r\n* Implement getting nested dictionaries in Mixed.\r\n\r\n* Test creating and accessing nested lists and dicts.\r\n\r\n* Make previous flat collections tests use the new 'expect' function.\r\n\r\n* Test that max nesting level throws.\r\n\r\n* Delegate throwing when using a Set to 'mixedToBinding()'.\r\n\r\n* Implement setting nested collections on a dictionary via setter.\r\n\r\n* Test nested collections on dictionary via setter.\r\n\r\n* Minor update to names of tests.\r\n\r\n* Combine nested and flat collections tests into same suite.\r\n\r\n* Implement setting nested collections on a list via setter.\r\n\r\n* Test nested collections on list via setter.\r\n\r\n* Refactor common test logic to helper functions.\r\n\r\n* Optimize property setter for hot-path and use friendlier err msg.\r\n\r\n* Refactor test helper function to build collections of any depth.\r\n\r\n* Implement inserting nested collections on a list via 'push()'.\r\n\r\n* Test nested collections on a list via 'push()'.\r\n\r\n* Test updating dictionary entry to nested collections via setter.\r\n\r\n* Test updating nested list/dictionary item via setter.\r\n\r\n* Test removing items from collections via 'remove()'.\r\n\r\n* Test object notifications when modifying nested collections.\r\n\r\n* Group previous notification tests into one test.\r\n\r\n* Group collection notifications tests into 'List' and 'Dictionary'.\r\n\r\n* Test collection notifications when modifying nested collections.\r\n\r\n* Remove collections from test context.\r\n\r\n* Test filtering by query path on nested collections.\r\n\r\n* Align object schema property names in tests.\r\n\r\n* Test filtering with int at_type.\r\n\r\n* Implement setting nested collections on a dictionary via 'set()' overloads.\r\n\r\n* Test JS Array method 'values()'.\r\n\r\n* Test JS Array method 'entries()'.\r\n\r\n* Implement getting nested collections on dictionary 'values()' and 'entries()'.\r\n\r\n* Test 'values()' and 'entries()' on dictionary with nested collections.\r\n\r\n* Remove unnecessary 'fromBinding()' calls.\r\n\r\n* Refactor collection helpers from 'PropertyHelpers' into the respective collection file.\r\n\r\n* Introduce list/dict sentinels to circumvent extra Core access.\r\n\r\n* Rename getter to default.\r\n\r\n* Remove redundant 'snapshotGet'.\r\n\r\n* Add abstract 'get' and 'set' to 'OrderedCollection'.\r\n\r\n* Rename the collection helpers to 'accessor'.\r\n\r\n* Move tests into subsuites.\r\n\r\n* Fix 'Results.update()'.\r\n\r\n* Support nested collections in 'pop()', 'shift()', 'unshift()', 'splice()'.\r\n\r\n* Test list 'pop()'.\r\n\r\n* Test list 'shift()'.\r\n\r\n* Test list 'unshift()'.\r\n\r\n* Test list 'splice()'.\r\n\r\n* Return 'not found' for collections searched for in 'indexOf()'.\r\n\r\n* Test ordered collection 'indexOf()'.\r\n\r\n* Support list/dict sentinels in JSI.\r\n\r\n* Test references per access.\r\n\r\n* Enable skipped tests after Core bug fix.\r\n\r\n* Point to updated Core.\r\n\r\n* Fix accessor for non-Mixed top-level collection with Mixed items.\r\n\r\n* Enable and fix previously skipped test.\r\n\r\n* Update 'mixed{}'.\r\n\r\n* Update 'mixed<>'.\r\n\r\n* Remove now-invalidated test.\r\n\r\n* Remove unused injectable from Node bindgen template.\r\n\r\n* Replace if-statements with switch.\r\n\r\n* Add explicit Results and Set accessors for Mixed.\r\n\r\n* Adapt to change in Core treating missing keys as null in queries.\r\n\r\n* Rename insertion function.\r\n\r\n* Include tests of Dictionary property type with Mixed.\r\n\r\n* Test reassigning to new collection and self-assignment.\r\n\r\n* Test mixed\r\n\r\n* Update 'mixed[]'.\r\n\r\n* Test results accessor.\r\n\r\n* Update error messages.\r\n\r\n* Make accessor helpers an object field rather than spread.\r\n\r\n* Suggestions for \"nested collections in mixed\" (#6566)\r\n\r\n* Fix type bundling issue\r\n\r\n* Inline functions into \"create*Accessor*\" functions\r\n\r\n* Refactored typeHelpers out of accessors\r\n\r\n* Remove leftover 'Symbol_for' in node-wrapper template.\r\n\r\n* Test not invalidating new collection.\r\n\r\n* Remove test for max nesting level.\r\n\r\nThe max nesting level in debug in Core has been updated to be the same as for release.\r\n\r\n* Remove reliance on issue-fix in certain tests.\r\n\r\n* Add key path test for object listener on mixed field.\r\n\r\n* Use '.values()' and '.entries()' in iteration.\r\n\r\n* Update comments.\r\n\r\n* Add CHANGELOG entry.\r\n\r\n---------\r\n\r\nCo-authored-by: Kræn Hansen \r\n\r\n* Temporarily comment out failing filtering tests from Core upgrade.\r\n\r\n* Add links to Core issue.\r\n\r\n* Update example in CHANGELOG.\r\n\r\n* Update PR link in CHANGELOG to the combined PR.\r\n\r\n* Add more links to Core issue.\r\n\r\n* Injecting Symbol_for (#6616)\r\n\r\n* Basic synced collections in mixed tests\r\n\r\n* Removed previous method\r\n\r\n* Various corrections\r\n\r\n* Removed only\r\n\r\n* Testing\r\n\r\n* Corrected types\r\n\r\n* Various fixes\r\n\r\n* Various fixes\r\n\r\n* Fixed equality [skip-ci]\r\n\r\n* Added list modification\r\n\r\n* Adding tests\r\n\r\n* Added dictionary tests\r\n\r\n* Reinstated tests\r\n\r\n* Various improvements\r\n\r\n* Moved function up\r\n\r\n* Removed additional tests and modifications\r\n\r\n* Small fixes\r\n\r\n* Removed todo\r\n\r\n* Removed unused\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: LJ <81748770+elle-j@users.noreply.github.com>\r\n\r\n* Small corrections\r\n\r\n* Remove unused\r\n\r\n* Removed realm use\r\n\r\n* trying to improve testing\r\n\r\n* Corrected testing\r\n\r\n* Removed only\r\n\r\n* Added comment\r\n\r\n* Small corrections\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: LJ <81748770+elle-j@users.noreply.github.com>\r\n\r\n* Added comment\r\n\r\n* Added comment\r\n\r\n* Improved understanding\r\n\r\n* Corrected types\r\n\r\n* Updated core\r\n\r\n---------\r\n\r\nCo-authored-by: LJ <81748770+elle-j@users.noreply.github.com>\r\nCo-authored-by: Kræn Hansen ","shortMessageHtmlLink":"RJS-2397 (re-merge): Collections in mixed - synced tests (#6679)"}},{"before":"182ec5a521aab524675a842a604381bbc87a4a4d","after":"3aa770eb040e0493d3fffc3234013d2028933fe0","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-28T08:09:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Adding an assert that the build CLI is invoked through NPM script","shortMessageHtmlLink":"Adding an assert that the build CLI is invoked through NPM script"}},{"before":"83b17dd4dd2daa6c9cf9fe8f82548c3c338f3341","after":"182ec5a521aab524675a842a604381bbc87a4a4d","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-28T08:04:35.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Merge branch 'main' into kh/build-optimizations-squashed","shortMessageHtmlLink":"Merge branch 'main' into kh/build-optimizations-squashed"}},{"before":"fc633f70b69596d84f7dce5a2d7f1fac9f8e25e1","after":"5f66e14f56d1a4666f1de84fcf9faabf5295d4cd","ref":"refs/heads/main","pushedAt":"2024-05-28T08:03:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Simplify RealmJS.podspec to avoid passing the version (#6686)","shortMessageHtmlLink":"Simplify RealmJS.podspec to avoid passing the version (#6686)"}},{"before":"9b4fb9ee83bd90f5018005a7879491431628e0a6","after":null,"ref":"refs/heads/kh/remove-version-in-podspec","pushedAt":"2024-05-28T08:03:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"}},{"before":"5438b666bfe215962e026bd1971f7e55c3517c4e","after":"83b17dd4dd2daa6c9cf9fe8f82548c3c338f3341","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-28T07:28:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Adding an assert that the build CLI is invoked through NPM script","shortMessageHtmlLink":"Adding an assert that the build CLI is invoked through NPM script"}},{"before":"793dc82eead3b439e08d71571b10f1d14b2bbda8","after":"5438b666bfe215962e026bd1971f7e55c3517c4e","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-27T22:36:44.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Moving deps to dev-deps","shortMessageHtmlLink":"Moving deps to dev-deps"}},{"before":"f336e2c65789bd897dcf6cbb5ba4879e2a277422","after":"793dc82eead3b439e08d71571b10f1d14b2bbda8","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-27T21:52:00.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Comitting update tot he Podfile.lock","shortMessageHtmlLink":"Comitting update tot he Podfile.lock"}},{"before":"d2329ad36a2d37c14d3d97723eff027216ac406c","after":"f336e2c65789bd897dcf6cbb5ba4879e2a277422","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-27T13:01:09.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Using allowlist for library names","shortMessageHtmlLink":"Using allowlist for library names"}},{"before":null,"after":"9b4fb9ee83bd90f5018005a7879491431628e0a6","ref":"refs/heads/kh/remove-version-in-podspec","pushedAt":"2024-05-27T11:46:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Simplify RealmJS.podspec to avoid passing the version","shortMessageHtmlLink":"Simplify RealmJS.podspec to avoid passing the version"}},{"before":"17c94b4e92cb0b34ea3069e855c539d22e5e1a4e","after":null,"ref":"refs/heads/depfu/update/npm/eslint-9.1.1","pushedAt":"2024-05-25T17:17:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"depfu[bot]","name":null,"path":"/apps/depfu","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/715?s=80&v=4"}},{"before":null,"after":"7aa124dc37a1a95e55da1993ca28ab06b6a12a9d","ref":"refs/heads/depfu/update/npm/eslint-9.3.0","pushedAt":"2024-05-25T17:14:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"depfu[bot]","name":null,"path":"/apps/depfu","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/715?s=80&v=4"},"commit":{"message":"Update eslint to version 9.3.0","shortMessageHtmlLink":"Update eslint to version 9.3.0"}},{"before":"6f5a209e7f5a838216fa622fc0766a2848232302","after":"d2329ad36a2d37c14d3d97723eff027216ac406c","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T18:04:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"No need for wireit in the integration tests as all prebuilds are already built","shortMessageHtmlLink":"No need for wireit in the integration tests as all prebuilds are alre…"}},{"before":"2d8dda4260a588bdcaf597225cfd5f18be603109","after":"6f5a209e7f5a838216fa622fc0766a2848232302","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T17:20:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Trying to disable wireit cache on iOS","shortMessageHtmlLink":"Trying to disable wireit cache on iOS"}},{"before":"17e1661563774447bdb23a69b5e73e894befc500","after":null,"ref":"refs/heads/andrew/bo/ios","pushedAt":"2024-05-24T17:10:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"}},{"before":"12430cc283925cad203d9650009d66b39336337d","after":"2d8dda4260a588bdcaf597225cfd5f18be603109","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T15:05:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Fixed collecting headers on Apple / iOS","shortMessageHtmlLink":"Fixed collecting headers on Apple / iOS"}},{"before":"552b32c4a3530e0e6a805ec33e06d8a4acb6c64c","after":null,"ref":"refs/heads/kneth/realm-core-14.8.0","pushedAt":"2024-05-24T12:54:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kneth","name":"Kenneth Geisshirt","path":"/kneth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225363?s=80&v=4"}},{"before":"6349253d6754e07524a6bfc9c1211aee7fdcc92a","after":"fc633f70b69596d84f7dce5a2d7f1fac9f8e25e1","ref":"refs/heads/main","pushedAt":"2024-05-24T12:54:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kneth","name":"Kenneth Geisshirt","path":"/kneth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225363?s=80&v=4"},"commit":{"message":"Upgrade to Realm Core v14.8.0 (#6681)\n\n* Upgrade to Realm Core v14.8.0\r\n* Update expected error messages","shortMessageHtmlLink":"Upgrade to Realm Core v14.8.0 (#6681)"}},{"before":"9a70894a607919df72180f0f73cce286d90b854c","after":"06114ac04d0c33e2ba9f64fe0fe5ab0659ca26da","ref":"refs/heads/kneth/flx-progress-notifications","pushedAt":"2024-05-24T12:53:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kneth","name":"Kenneth Geisshirt","path":"/kneth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225363?s=80&v=4"},"commit":{"message":"working with tests","shortMessageHtmlLink":"working with tests"}},{"before":"1f2a75aaf3afc3114aba9ef09d223a37ed61fe61","after":"12430cc283925cad203d9650009d66b39336337d","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T12:46:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Renamed prebuild scripts","shortMessageHtmlLink":"Renamed prebuild scripts"}},{"before":"7a6c1658ac0b803a3188c7c40a9d7ecbed42fb12","after":"1f2a75aaf3afc3114aba9ef09d223a37ed61fe61","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T12:19:26.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Adding xcworkspace as output from running pod-install","shortMessageHtmlLink":"Adding xcworkspace as output from running pod-install"}},{"before":"7eea4b0ef9138da9d11124b715dd0ff6b5562d6e","after":"552b32c4a3530e0e6a805ec33e06d8a4acb6c64c","ref":"refs/heads/kneth/realm-core-14.8.0","pushedAt":"2024-05-24T11:00:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kneth","name":"Kenneth Geisshirt","path":"/kneth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225363?s=80&v=4"},"commit":{"message":"Update expected error message","shortMessageHtmlLink":"Update expected error message"}},{"before":"d2422374dc82263db777280a983ba19e8db525e6","after":"7a6c1658ac0b803a3188c7c40a9d7ecbed42fb12","ref":"refs/heads/kh/build-optimizations-squashed","pushedAt":"2024-05-24T10:31:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kraenhansen","name":"Kræn Hansen","path":"/kraenhansen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1243959?s=80&v=4"},"commit":{"message":"Fixed downloading generated jsi source","shortMessageHtmlLink":"Fixed downloading generated jsi source"}},{"before":"5eddea947134e6abb38af6295a50bc479fffdd95","after":"7eea4b0ef9138da9d11124b715dd0ff6b5562d6e","ref":"refs/heads/kneth/realm-core-14.8.0","pushedAt":"2024-05-24T10:04:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kneth","name":"Kenneth Geisshirt","path":"/kneth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225363?s=80&v=4"},"commit":{"message":"Fix Android builds","shortMessageHtmlLink":"Fix Android builds"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVxn6FAA","startCursor":null,"endCursor":null}},"title":"Activity · realm/realm-js"}