{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":215654064,"defaultBranch":"main","name":"temporal","ownerLogin":"temporalio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-10-16T22:15:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56493103?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716222217.0","currentOid":""},"activityList":{"items":[{"before":"d81c9537e0a03fc21eeb4a37b9809e0a0ccd47b9","after":"0bf37a030eec6513ca79801c979096924cfef0d6","ref":"refs/heads/main","pushedAt":"2024-05-20T19:01:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dnr","name":"David Reiss","path":"/dnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/466723?s=80&v=4"},"commit":{"message":"Fix schedule_action_delay metric for buffered actions (#5884)\n\n## What changed?\r\n- Calculate \"delay\" for buffered actions from previous action close.\r\n- Update a few logs.\r\n\r\n## Why?\r\nIf an action is held up by waiting for a previous action to finish (e.g.\r\nBufferOne, BufferAll, CancelOther overlap policies), it's not fair to\r\ncount the waiting time as the \"delay\" for that action.\r\n\r\n## How did you test it?\r\nTested locally by building up a backlog and checking that the metric\r\ndidn't increase (and did before this change). Also tested upgrade and\r\ndowngrade.\r\n\r\n## Potential risks\r\nThis is touching workflow code, but is compatible because:\r\n- If it sees nil for the close time or desired time, that's fine, it\r\njust falls back to actual time.\r\n- All the behavior changes are in logs and metrics only.","shortMessageHtmlLink":"Fix schedule_action_delay metric for buffered actions (#5884)"}},{"before":null,"after":"d81c9537e0a03fc21eeb4a37b9809e0a0ccd47b9","ref":"refs/heads/cloud/v1.25.0-113","pushedAt":"2024-05-20T16:18:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pdoerner","name":null,"path":"/pdoerner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122412190?s=80&v=4"},"commit":{"message":"Fix some flaky versioning tests (#5954)\n\n## What changed?\r\n\r\nFixing some flaky tests.\r\n\r\n## Why?\r\n\r\n\r\n## How did you test it?\r\n\r\n\r\n## Potential risks\r\n\r\n\r\n## Documentation\r\n\r\n\r\n## Is hotfix candidate?\r\n","shortMessageHtmlLink":"Fix some flaky versioning tests (#5954)"}},{"before":"6a280f3ed9608288dc23b8aacc13bc3ad6c51ebd","after":null,"ref":"refs/heads/shivam_SQL_Count_Support","pushedAt":"2024-05-20T15:03:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Shivs11","name":"Shivam","path":"/Shivs11","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57200924?s=80&v=4"}},{"before":"9c924c62860aa4ce4e2608bb5b6513f70f5f7d5b","after":"4c03b85c69e432c350db9dd4c8472483378d1e06","ref":"refs/heads/shivam/backlog-count-updated","pushedAt":"2024-05-20T15:03:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Shivs11","name":"Shivam","path":"/Shivs11","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57200924?s=80&v=4"},"commit":{"message":"SQL Support for Backlog Counter (#5915)\n\n## What changed?\r\nSupport for the backlog counter, which was added in #5593, results in\r\nCassandra persisting the backlog counts when tasks are created. However,\r\nthe same is not being done by SQL databases as we don't persist task\r\nqueue related information while creating tasks. Thus, if we fetch\r\ninformation immediately after we have created tasks, the backlog counter\r\nfor SQL databases would read `0` even when we do have tasks in our\r\nbacklog.\r\n\r\nTo fix this, a Count(*) query has been implemented whenever we fetch\r\ntask queues.\r\n\r\n\r\n## Why?\r\nThis is required for the backlog counter accurate for both Postgres and\r\nSQL databases.\r\n\r\n## How did you test it?\r\n- Integration tests testing the functionality have been added. These\r\nverify if things on the postgres end also work as expected.\r\n- Existing suite of test cases.\r\n\r\n## Potential risks\r\nNone, since the backlog counter work has not been released yet.\r\n\r\n## Is hotfix candidate?\r\nNo","shortMessageHtmlLink":"SQL Support for Backlog Counter (#5915)"}},{"before":null,"after":"35f413b10956fcc29840f2e5560578d19ae7bb8b","ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-18T01:05:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"Fix flaky test","shortMessageHtmlLink":"Fix flaky test"}},{"before":"4f2c986a4dad7600d4cc8faa7d82bf97c1ad3970","after":null,"ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-18T00:43:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"}},{"before":"797bbdf120b0182f9be4236f6ab709cafead57e8","after":"d81c9537e0a03fc21eeb4a37b9809e0a0ccd47b9","ref":"refs/heads/main","pushedAt":"2024-05-18T00:43:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"Fix some flaky versioning tests (#5954)\n\n## What changed?\r\n\r\nFixing some flaky tests.\r\n\r\n## Why?\r\n\r\n\r\n## How did you test it?\r\n\r\n\r\n## Potential risks\r\n\r\n\r\n## Documentation\r\n\r\n\r\n## Is hotfix candidate?\r\n","shortMessageHtmlLink":"Fix some flaky versioning tests (#5954)"}},{"before":"47303955ca3ea03b267a8fbf6adbc8630ae86d0b","after":null,"ref":"refs/heads/tds/postgres-reconnect-failover","pushedAt":"2024-05-17T23:59:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tdeebswihart","name":"Tim Deeb-Swihart","path":"/tdeebswihart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/409226?s=80&v=4"}},{"before":"ab8bf5ebf3fccbe4b8e5cbb3a57757cb009ac0fd","after":"797bbdf120b0182f9be4236f6ab709cafead57e8","ref":"refs/heads/main","pushedAt":"2024-05-17T23:59:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tdeebswihart","name":"Tim Deeb-Swihart","path":"/tdeebswihart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/409226?s=80&v=4"},"commit":{"message":"Reconnect to SQL databases when connections fail (#5926)\n\n## What changed?\r\n\r\nBoth our PostgreSQL and MySQL database backends will now automatically\r\nreconnect to the database when certain errors occur: all errors chosen\r\nhave been experienced when testing this behavior through an AWS Aurora\r\nRDS failover of either MySQL or PostgreSQL.\r\n\r\nFor both backends we will reconnect when we see:\r\n- `ECONNRESET`\r\n- `ECONNABORTED`\r\n- `ECONNREFUSED`\r\n- `io.EOF`\r\n- `io.ErrUnexpectedEOF`\r\n- `database/sql/driver.ErrBadConn`\r\n\r\nfor postgres we will also reconnect on the following SQLStates:\r\n- `25006` read-only transaction\r\n- `57P03` cannot connect now\r\n- `0A000` feature not supported, but ONLY when the message is `cannot\r\nset transaction read-write mode during recovery`\r\n\r\nfor mysql we will also reconnect when we see the following error codes:\r\n- `1040` too many connections \r\n- `1792` read-only transaction (SQLstate `25006`)\r\n- `1836` running in read-only mode\r\n\r\nThis logic is easily extensible should we discover more failure modes\r\nover time\r\n\r\n## Why?\r\n\r\nWe've had multiple community reports of Temporal problems during RDS\r\nfailover. One part of this is the fact that we wouldn't necessarily\r\nreconnect; we were at the whims of our chosen SQL abstraction's\r\nconnection pooling logic.\r\n\r\n## How did you test it?\r\n\r\nI manually tested this functionality in the presence of repeated RDS\r\nfailovers: \r\n\r\n- [x] postgres12 plugin with pq driver\r\n- [x] postgres12 plugin with pgx driver\r\n- [x] mysql plugin\r\n\r\nAutomated testing will be added to our regular testing pipelines once\r\nour infrastructure friends have added the support I need (it's in\r\nprogress)\r\n\r\n## Potential risks\r\n\r\nWe're concerned there's a correctness issue in our PostgreSQL backend\r\nthat's related to our behavior during an RDS failover. If we merge this\r\nbefore I figure out what's going on, we could hide the issue and make it\r\nharder to reproduce.\r\n\r\n## Documentation\r\nN/A\r\n\r\n## Is hotfix candidate?\r\nYes?","shortMessageHtmlLink":"Reconnect to SQL databases when connections fail (#5926)"}},{"before":"099059649d87c8fbf911a5326de09cb366d0e7de","after":null,"ref":"refs/heads/rh-describe-history-host-validator","pushedAt":"2024-05-17T23:57:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alexshtin","name":"Alex Shtin","path":"/alexshtin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2232524?s=80&v=4"}},{"before":"931cbb84bfc12b9833b0ccdb93072e6063f2cb9f","after":"ab8bf5ebf3fccbe4b8e5cbb3a57757cb009ac0fd","ref":"refs/heads/main","pushedAt":"2024-05-17T23:57:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexshtin","name":"Alex Shtin","path":"/alexshtin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2232524?s=80&v=4"},"commit":{"message":"Allow DescribeHistoryHost requests without namespace set (#5949)\n\n## What changed?\r\nExclude `DescribeHistoryHost` requests from namespace interceptor. Fixes\r\n#5933.\r\n\r\n## Why?\r\n`Namespace` field is optional on the request, and it should be processed\r\nregardless of presence or namespace state.\r\n\r\n## How did you test it?\r\nTested with `tdbg history-host describe --history-address\r\n`\r\n\r\n## Is hotfix candidate?\r\nProbably not, I don't know how common or urgently the history host\r\ndescribe command is needed.","shortMessageHtmlLink":"Allow DescribeHistoryHost requests without namespace set (#5949)"}},{"before":"d2aeea65390a084b00cc546a5c462524bbcf7a20","after":null,"ref":"refs/heads/rodrigozhou/run-tests-cloud-branch","pushedAt":"2024-05-17T23:04:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rodrigozhou","name":"Rodrigo Zhou","path":"/rodrigozhou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2068124?s=80&v=4"}},{"before":"00bc62b7cb8e7b45bde6e2be57b733277ffb7a50","after":"931cbb84bfc12b9833b0ccdb93072e6063f2cb9f","ref":"refs/heads/main","pushedAt":"2024-05-17T23:04:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rodrigozhou","name":"Rodrigo Zhou","path":"/rodrigozhou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2068124?s=80&v=4"},"commit":{"message":"Run tests in cloud branch (#5955)\n\n## What changed?\r\n\r\nRun tests in cloud branch\r\n\r\n## Why?\r\n\r\nVerify cherry picked commits in cloud branch are good.\r\n\r\n## How did you test it?\r\n\r\n\r\n## Potential risks\r\n\r\n\r\n## Documentation\r\n\r\n\r\n## Is hotfix candidate?\r\n","shortMessageHtmlLink":"Run tests in cloud branch (#5955)"}},{"before":"6b92aa58ab81c9d68d50342389daabb256a60e0e","after":"00bc62b7cb8e7b45bde6e2be57b733277ffb7a50","ref":"refs/heads/main","pushedAt":"2024-05-17T23:04:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexshtin","name":"Alex Shtin","path":"/alexshtin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2232524?s=80&v=4"},"commit":{"message":"Workflow Update: resurrect update request from Acceptance and Rejection message (#5925)\n\n## What changed?\r\n\r\nResurrect update request from Acceptance and Rejection message.\r\n\r\n## Why?\r\n\r\nBetter developer experience in case of shard moves, server restarts, or\r\nany other transient errors.\r\n\r\n## How did you test it?\r\n\r\nModified tests.\r\n\r\n## Potential risks\r\n\r\nNo risks.\r\n\r\n## Documentation\r\n\r\nNo.\r\n\r\n## Is hotfix candidate?\r\n\r\nMaybe for 1.24.0.","shortMessageHtmlLink":"Workflow Update: resurrect update request from Acceptance and Rejecti…"}},{"before":"8d4bee057632716ddc24c421a6accf1f7234d0e9","after":"4f2c986a4dad7600d4cc8faa7d82bf97c1ad3970","ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-17T23:01:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"fix compile error","shortMessageHtmlLink":"fix compile error"}},{"before":"ae2a0991e528f54c296b10decbca04f13a21ed6a","after":"8d4bee057632716ddc24c421a6accf1f7234d0e9","ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-17T22:51:36.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into shahab/flaky-tests\n\n# Conflicts:\n#\ttests/versioning.go","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into shahab/flaky-tests"}},{"before":"23d5100442574852b57415813899d1923f0954bb","after":"645f3fdfd11377a2fe986dff29323bf12d56ed32","ref":"refs/heads/cloud/v1.24.0-m112","pushedAt":"2024-05-17T22:51:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"temporal-cicd[bot]","name":null,"path":"/apps/temporal-cicd","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/357945?s=80&v=4"},"commit":{"message":"Bump Server version to 1.24.0-m112.4","shortMessageHtmlLink":"Bump Server version to 1.24.0-m112.4"}},{"before":"9aeeb8184d7e16a171186eb6713006b4c3f31850","after":null,"ref":"refs/heads/shahab/redirect-info","pushedAt":"2024-05-17T22:49:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"}},{"before":"5cc8148e524144dc36fda1826e589662dc791d21","after":"6b92aa58ab81c9d68d50342389daabb256a60e0e","ref":"refs/heads/main","pushedAt":"2024-05-17T22:49:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"Validate build id and reschedule tasks when redirect rule applies (#5681)\n\n## What changed?\r\n\r\n- Send BuildIdRedirectInfo from Matching to History on\r\nRecord*TaskStarted call containing information about redirect intention.\r\n- History validates the redirect info against current MS and fails the\r\nrequest if the redirect does not have source build if equal to the\r\ncurrent assigned build of the workflow.\r\n- If redirect is valid, workflow is assigned to the new build id and all\r\npending but not started task are rescheduled to be sent to the new build\r\nid.\r\n\r\n## Why?\r\n\r\nTo prevent the following problems from happening for workflows with\r\nconcurrent tasks when redirect rules are deleted or not fully propagated\r\nyet:\r\n1. Assign wf back to an old build id after processing task using a newer\r\nbuild id\r\n2. Interleaved Starts: for some duration tasks are dispatched to a mix\r\nof old or new build IDs\r\n3. New activity output being fed to old wf\r\n4. Execution gets stuck after being (partially) redirected\r\n\r\n## How did you test it?\r\n\r\nFunctional test. More unit tests to be added in a followup PR.\r\n\r\n## Potential risks\r\n\r\nAs it is right now, in rare situations when a redirect rule is applied\r\nto a WF with concurrent activities and some of them are in backoff\r\nperiod due to failure, we may schedule (and start) them on the newer\r\nbuild without waiting for the backoff to finish. This is planed to be\r\nimproved in the futuer.\r\n\r\n## Documentation\r\n\r\nNone.\r\n\r\n## Is hotfix candidate?\r\n\r\nNo.","shortMessageHtmlLink":"Validate build id and reschedule tasks when redirect rule applies (#5681"}},{"before":null,"after":"c6b8620b2865713b0dc35490233f3d1e1bae3b33","ref":"refs/heads/revert-5688-revert-default-reapply-type","pushedAt":"2024-05-17T22:34:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dandavison","name":"Dan Davison","path":"/dandavison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52205?s=80&v=4"},"commit":{"message":"Revert \"Revert change to default reapply type (#5688)\"\n\nThis reverts commit fea1499dbda1af32be06242a6d841956ffbcc262.","shortMessageHtmlLink":"Revert \"Revert change to default reapply type (#5688)\""}},{"before":"c4cf8fe8ddf38fa5829d6fdd8222fa23981364d4","after":"5cc8148e524144dc36fda1826e589662dc791d21","ref":"refs/heads/main","pushedAt":"2024-05-17T22:28:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dnr","name":"David Reiss","path":"/dnr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/466723?s=80&v=4"},"commit":{"message":"Add generic typed settings (#5939)\n\n## What changed?\r\nAdd more flexible generic typed dynamic config. This can be used to\r\nreplace lists and maps in a convenient and safe way.\r\nA lot of the work is done by\r\nhttps://pkg.go.dev/github.com/mitchellh/mapstructure to convert from the\r\noutput of yaml.Unmarshal to arbitrary structs.\r\nI'll follow up this PR with another one to convert most of our current\r\nuses of maps to structs.\r\n\r\n## Why?\r\nSupport more data types and remove a bunch of boilerplate code.\r\n\r\n## How did you test it?\r\nunit tests","shortMessageHtmlLink":"Add generic typed settings (#5939)"}},{"before":"84700629d7ada7a02d1e0661f284570570e4c863","after":"23d5100442574852b57415813899d1923f0954bb","ref":"refs/heads/cloud/v1.24.0-m112","pushedAt":"2024-05-17T22:20:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"rodrigozhou","name":"Rodrigo Zhou","path":"/rodrigozhou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2068124?s=80&v=4"},"commit":{"message":"Add Panic Wrapper on Sequential Scheduler for Replication Task execution (#5953)\n\n\nAdd Panic Wrapper on Sequential Scheduler for Replication Task execution\n\nCapture panic.\n\nUnit test\n\nnothing\n\nn/a\n\nyes","shortMessageHtmlLink":"Add Panic Wrapper on Sequential Scheduler for Replication Task execut…"}},{"before":"e24590f6f63f7777b00de8a8131835346c07c5ca","after":"ae2a0991e528f54c296b10decbca04f13a21ed6a","ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-17T22:15:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"fix new flakiness","shortMessageHtmlLink":"fix new flakiness"}},{"before":null,"after":"d2aeea65390a084b00cc546a5c462524bbcf7a20","ref":"refs/heads/rodrigozhou/run-tests-cloud-branch","pushedAt":"2024-05-17T22:15:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rodrigozhou","name":"Rodrigo Zhou","path":"/rodrigozhou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2068124?s=80&v=4"},"commit":{"message":"Run tests in cloud branch","shortMessageHtmlLink":"Run tests in cloud branch"}},{"before":"ae2f03dbe7523b29c9bb6c9ed9ab3a80966f48e4","after":"e24590f6f63f7777b00de8a8131835346c07c5ca","ref":"refs/heads/shahab/flaky-tests","pushedAt":"2024-05-17T22:14:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ShahabT","name":"Shahab Tajik","path":"/ShahabT","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4077850?s=80&v=4"},"commit":{"message":"fix new flakiness","shortMessageHtmlLink":"fix new flakiness"}},{"before":"03391f7e740153987b03f90f80c12542de95859b","after":null,"ref":"refs/heads/yichao/replication-debug","pushedAt":"2024-05-17T22:07:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yiminc","name":"Yimin Chen","path":"/yiminc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84411014?s=80&v=4"}},{"before":"d708d81c3c5c1f69e6854e67451a0127a1fb63a4","after":null,"ref":"refs/heads/OSS-2627-TestResetWorkflowReapplyBuffer","pushedAt":"2024-05-17T22:06:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yiminc","name":"Yimin Chen","path":"/yiminc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84411014?s=80&v=4"}},{"before":"64ef2872755388fcda0e04b50789acfac56b515a","after":null,"ref":"refs/heads/kevinkyyro/gocql-speculative-execution-policy","pushedAt":"2024-05-17T22:06:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yiminc","name":"Yimin Chen","path":"/yiminc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84411014?s=80&v=4"}},{"before":"f4b4c5e4edc98f87f189e1f5476c7c087251f501","after":null,"ref":"refs/heads/ndc-conflict-functional-tests-update-reapply-conflicting-updateids","pushedAt":"2024-05-17T22:06:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yiminc","name":"Yimin Chen","path":"/yiminc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84411014?s=80&v=4"}},{"before":"02a15d8c08caf32b6c610c754b89b01a2219b7a1","after":null,"ref":"refs/heads/shivam/backlog-count","pushedAt":"2024-05-17T22:05:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yiminc","name":"Yimin Chen","path":"/yiminc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84411014?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETxrV1wA","startCursor":null,"endCursor":null}},"title":"Activity · temporalio/temporal"}