{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":200890780,"defaultBranch":"master","name":"DetoxSync","ownerLogin":"wix-incubator","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-08-06T16:51:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37068588?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1698752831.0","currentOid":""},"activityList":{"items":[{"before":"de451fe5d8a2688757879e8ae41034222af97be6","after":"f69efdbd9580f3c336ca5c3caed2926afb651793","ref":"refs/heads/master","pushedAt":"2024-03-14T16:09:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: add flag to disable main-runloop sync. (#73)\n\nUse experimental flag `DTXDisableMainRunLoopSync` for testing purposes.","shortMessageHtmlLink":"feat: add flag to disable main-runloop sync. (#73)"}},{"before":"25fc53ded80fdfb9a988845b778caa1bb0619cce","after":"baa17d072e1aff30447c39696f0edf5cbd0ac232","ref":"refs/heads/xcuitest-transition-v3","pushedAt":"2024-03-03T20:06:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"push xcuitest-branch v3 (#72)\n\n* fix: Xcode 14.3 compatibility. (#63)\r\n\r\nA function declaration without a prototype is deprecated in all versions of C.\r\n\r\n* NSObject+DTXSpy: ignore perform-selector sync for special case. (#69)\r\n\r\n* project: apply Xcode automatic changes.\r\n\r\n* NSObject+DTXSpy: ignore sync for special case.\r\n\r\n* Fix race condition with RN Reanimated. (#70)\r\n\r\nIn the original code, the restoration of the original `_mounting` block occurs after the `__detox_sync_waitAndMountWithTimeout:timeout` method call.\r\nThis leads to the original `_mounting` block being restored after it has potentially been altered by the `__detox_sync_waitAndMountWithTimeout:timeout` method, which is not the desired behavior.\r\n\r\nThe fix involves moving the restoration of the original `_mounting` block inside the swizzled block (`swizzledMountingBlock`).\r\nNow, whenever the swizzled block is executed, the original `_mounting` block is restored first, ensuring the original behavior is retained before any other operations within the swizzled block are performed.\r\n\r\n* disable mainthread sync\r\n\r\n* enable main thread sync\r\n\r\n* add more swizzling method. this must be extracted to somewhere else\r\n\r\n* Revert \"add more swizzling method. this must be extracted to somewhere else\"\r\n\r\nThis reverts commit 588509cf2600c180ddb01bdb0b22e34ab6607913.","shortMessageHtmlLink":"push xcuitest-branch v3 (#72)"}},{"before":"7c9107046b8255b1b42ac01e30486a8652d859a7","after":"de451fe5d8a2688757879e8ae41034222af97be6","ref":"refs/heads/master","pushedAt":"2024-02-29T12:47:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Fix possible segfault with Reanimated (#71)","shortMessageHtmlLink":"Fix possible segfault with Reanimated (#71)"}},{"before":"5b26331610dc358fc48894023b5d172c238e54b8","after":null,"ref":"refs/heads/fix-mounting-reanimated","pushedAt":"2023-10-31T11:47:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"}},{"before":"553308605d13367fe8564862ab2b55be6cbdd9a4","after":"7c9107046b8255b1b42ac01e30486a8652d859a7","ref":"refs/heads/master","pushedAt":"2023-10-31T11:45:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Fix race condition with RN Reanimated. (#70)\n\nIn the original code, the restoration of the original `_mounting` block occurs after the `__detox_sync_waitAndMountWithTimeout:timeout` method call.\r\nThis leads to the original `_mounting` block being restored after it has potentially been altered by the `__detox_sync_waitAndMountWithTimeout:timeout` method, which is not the desired behavior.\r\n\r\nThe fix involves moving the restoration of the original `_mounting` block inside the swizzled block (`swizzledMountingBlock`).\r\nNow, whenever the swizzled block is executed, the original `_mounting` block is restored first, ensuring the original behavior is retained before any other operations within the swizzled block are performed.","shortMessageHtmlLink":"Fix race condition with RN Reanimated. (#70)"}},{"before":"05a51c1a03ae5fe381dcc97c9c889c1d14f4850b","after":"5b26331610dc358fc48894023b5d172c238e54b8","ref":"refs/heads/fix-mounting-reanimated","pushedAt":"2023-10-31T11:43:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Fix race condition with RN Reanimated.\n\nIn the original code, the restoration of the original `_mounting` block occurs after the `__detox_sync_waitAndMountWithTimeout:timeout` method call.\nThis leads to the original `_mounting` block being restored after it has potentially been altered by the `__detox_sync_waitAndMountWithTimeout:timeout` method, which is not the desired behavior.\n\nThe fix involves moving the restoration of the original `_mounting` block inside the swizzled block (`swizzledMountingBlock`).\nNow, whenever the swizzled block is executed, the original `_mounting` block is restored first, ensuring the original behavior is retained before any other operations within the swizzled block are performed.","shortMessageHtmlLink":"Fix race condition with RN Reanimated."}},{"before":null,"after":"05a51c1a03ae5fe381dcc97c9c889c1d14f4850b","ref":"refs/heads/fix-mounting-reanimated","pushedAt":"2023-10-31T11:21:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Fix potential race condition with reanimated.","shortMessageHtmlLink":"Fix potential race condition with reanimated."}},{"before":"92d71f7d0d6caf32872161bacf12b1a175eafa05","after":null,"ref":"refs/heads/fix-cancel-perform-v2","pushedAt":"2023-10-30T10:12:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"}},{"before":"526f2507e2e41c744e8286a83fe9325e2b4bda8d","after":"553308605d13367fe8564862ab2b55be6cbdd9a4","ref":"refs/heads/master","pushedAt":"2023-10-30T10:12:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"NSObject+DTXSpy: ignore perform-selector sync for special case. (#69)\n\n* project: apply Xcode automatic changes.\r\n\r\n* NSObject+DTXSpy: ignore sync for special case.","shortMessageHtmlLink":"NSObject+DTXSpy: ignore perform-selector sync for special case. (#69)"}},{"before":null,"after":"92d71f7d0d6caf32872161bacf12b1a175eafa05","ref":"refs/heads/fix-cancel-perform-v2","pushedAt":"2023-10-30T10:10:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"NSObject+DTXSpy: ignore sync for special case.","shortMessageHtmlLink":"NSObject+DTXSpy: ignore sync for special case."}},{"before":null,"after":"6384e8dcb1edacf097e13f9d2ebe067fceeba47b","ref":"refs/heads/dependabot/npm_and_yarn/ExampleAppRN/word-wrap-1.2.4","pushedAt":"2023-07-19T03:08:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump word-wrap from 1.2.3 to 1.2.4 in /ExampleAppRN\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: word-wrap\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump word-wrap from 1.2.3 to 1.2.4 in /ExampleAppRN"}},{"before":null,"after":"83254191a6ab83da829753a01ad7913a0bb16850","ref":"refs/heads/dependabot/npm_and_yarn/ExampleAppRN/semver-5.7.2","pushedAt":"2023-07-11T03:09:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump semver from 5.7.1 to 5.7.2 in /ExampleAppRN\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\n- [Release notes](https://github.com/npm/node-semver/releases)\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\n\n---\nupdated-dependencies:\n- dependency-name: semver\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump semver from 5.7.1 to 5.7.2 in /ExampleAppRN"}},{"before":"bed20c005cc521e6194ca5a88aca9db09d0a6215","after":"25fc53ded80fdfb9a988845b778caa1bb0619cce","ref":"refs/heads/xcuitest-transition-v3","pushedAt":"2023-07-02T21:51:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: detox v21 changes (#65)\n\n* fix: Xcode 14.3 compatibility. (#63)\r\n\r\nA function declaration without a prototype is deprecated in all versions of C.\r\n\r\n* improve element identifier injection\r\n\r\n* UIView+DTXSpy: auto test-id improvements\r\n\r\nrequired for detox v21","shortMessageHtmlLink":"feat: detox v21 changes (#65)"}},{"before":"4b6669b9b6e2b501b3f0ca5bc344e46e8051576d","after":null,"ref":"refs/heads/fix/xcode-14-3","pushedAt":"2023-05-24T14:59:00.913Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"}},{"before":"5a812ba0eb2e05e14703fa02481f0c88c2b34b7c","after":"526f2507e2e41c744e8286a83fe9325e2b4bda8d","ref":"refs/heads/master","pushedAt":"2023-05-24T14:58:57.843Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"fix: Xcode 14.3 compatibility. (#63)\n\nA function declaration without a prototype is deprecated in all versions of C.","shortMessageHtmlLink":"fix: Xcode 14.3 compatibility. (#63)"}},{"before":null,"after":"4b6669b9b6e2b501b3f0ca5bc344e46e8051576d","ref":"refs/heads/fix/xcode-14-3","pushedAt":"2023-05-24T14:58:28.890Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"fix: Xcode 14.3 compatibility.\n\nA function declaration without a prototype is deprecated in all versions of C.","shortMessageHtmlLink":"fix: Xcode 14.3 compatibility."}},{"before":null,"after":"bed20c005cc521e6194ca5a88aca9db09d0a6215","ref":"refs/heads/xcuitest-transition-v3","pushedAt":"2023-05-11T16:01:38.198Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Revert \"Revert \"feat: add changes required for XCUITest transition. (#54)\" (#57)\"\n\nThis reverts commit bd0d92234e1953f6d6aba67da99bd36522641409.","shortMessageHtmlLink":"Revert \"Revert \"feat: add changes required for XCUITest transition. (#54"}},{"before":null,"after":"86b7995b5707eddc27b4f09962d2af02d16b5700","ref":"refs/heads/dependabot/npm_and_yarn/ExampleAppRN/hermes-engine-and-react-native--removed","pushedAt":"2023-05-06T11:36:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump hermes-engine and react-native in /ExampleAppRN\n\nRemoves [hermes-engine](https://github.com/facebook/hermes). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together.\n\n\nRemoves `hermes-engine`\n\nUpdates `react-native` from 0.64.1 to 0.71.7\n- [Release notes](https://github.com/facebook/react-native/releases)\n- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react-native/compare/v0.64.1...v0.71.7)\n\n---\nupdated-dependencies:\n- dependency-name: hermes-engine\n dependency-type: indirect\n- dependency-name: react-native\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump hermes-engine and react-native in /ExampleAppRN"}},{"before":null,"after":"bbdd236521ddf1c7c6d5053de214cf0b5c5fa53e","ref":"refs/heads/dependabot/npm_and_yarn/ExampleAppRN/shell-quote-and-react-native-1.8.1","pushedAt":"2023-05-06T11:36:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump shell-quote and react-native in /ExampleAppRN\n\nBumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.8.1 and updates ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together.\n\n\nUpdates `shell-quote` from 1.6.1 to 1.8.1\n- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/shell-quote/compare/1.6.1...v1.8.1)\n\nUpdates `react-native` from 0.64.1 to 0.71.7\n- [Release notes](https://github.com/facebook/react-native/releases)\n- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react-native/compare/v0.64.1...v0.71.7)\n\n---\nupdated-dependencies:\n- dependency-name: shell-quote\n dependency-type: indirect\n- dependency-name: react-native\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump shell-quote and react-native in /ExampleAppRN"}},{"before":null,"after":"3bb28a62dfac76b437edc8e0429ca7debddf6fbb","ref":"refs/heads/dependabot/npm_and_yarn/ExampleAppRN/minimatch-3.1.2","pushedAt":"2023-05-06T11:35:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump minimatch from 3.0.4 to 3.1.2 in /ExampleAppRN\n\nBumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.\n- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: minimatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump minimatch from 3.0.4 to 3.1.2 in /ExampleAppRN"}},{"before":"65720193975aaf11d4b3affe7e1a87fee62b06ce","after":null,"ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-03T13:41:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"}},{"before":"2d2cfc562dc66b41a39c26d54211ab8d10511f60","after":"5a812ba0eb2e05e14703fa02481f0c88c2b34b7c","ref":"refs/heads/master","pushedAt":"2023-05-03T13:41:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: synchronize with Reanimated animations. (#59)\n\n* feat: synchronize with Reanimated animations.\r\n\r\n* feat: synchronize with Reanimated (v2) animations.\r\n\r\n* Remove EL","shortMessageHtmlLink":"feat: synchronize with Reanimated animations. (#59)"}},{"before":"e7c37c9ac148a7e959cd3b1ed9cc5bb4d809ae41","after":"65720193975aaf11d4b3affe7e1a87fee62b06ce","ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-03T13:26:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Remove EL","shortMessageHtmlLink":"Remove EL"}},{"before":"8166d35b2f2d15f8e8a7381ef25148fe430d5d73","after":"e7c37c9ac148a7e959cd3b1ed9cc5bb4d809ae41","ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-03T12:29:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: synchronize with Reanimated (v2) animations.","shortMessageHtmlLink":"feat: synchronize with Reanimated (v2) animations."}},{"before":"1af80ca3ea926d87607717dd524112e5b0816b2b","after":"8166d35b2f2d15f8e8a7381ef25148fe430d5d73","ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-03T09:08:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: synchronize with Reanimated animations.","shortMessageHtmlLink":"feat: synchronize with Reanimated animations."}},{"before":"87a1abc959019a1d711d3abb687e09a077295418","after":"1af80ca3ea926d87607717dd524112e5b0816b2b","ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-02T16:26:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: synchronize with Reanimated animations.","shortMessageHtmlLink":"feat: synchronize with Reanimated animations."}},{"before":null,"after":"87a1abc959019a1d711d3abb687e09a077295418","ref":"refs/heads/feat/sync-with-reanimated","pushedAt":"2023-05-02T16:19:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"feat: synchronize with Reanimated animations.","shortMessageHtmlLink":"feat: synchronize with Reanimated animations."}},{"before":"d1069861877915b02aff16c7247431a2fb22f3fe","after":"157b4c48aa5ffb2f159cce6a03a8ae53074c6851","ref":"refs/heads/improve-ds-logs","pushedAt":"2023-05-02T14:14:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Revert \"WIP\"\n\nThis reverts commit d1069861877915b02aff16c7247431a2fb22f3fe.","shortMessageHtmlLink":"Revert \"WIP\""}},{"before":"f0d5892415629b84da719bc3bf077197fbfd301a","after":"d1069861877915b02aff16c7247431a2fb22f3fe","ref":"refs/heads/improve-ds-logs","pushedAt":"2023-05-02T13:27:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":null,"after":"f0d5892415629b84da719bc3bf077197fbfd301a","ref":"refs/heads/improve-ds-logs","pushedAt":"2023-05-02T12:43:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asafkorem","name":"Asaf Korem","path":"/asafkorem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55082339?s=80&v=4"},"commit":{"message":"Detox Sync improve logs","shortMessageHtmlLink":"Detox Sync improve logs"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFdpioAA","startCursor":null,"endCursor":null}},"title":"Activity ยท wix-incubator/DetoxSync"}