{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":526268097,"defaultBranch":"master","name":"temporal","ownerLogin":"bergundy","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-08-18T15:27:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/52304?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725575275.0","currentOid":""},"activityList":{"items":[{"before":"0e1ed07e022f5fbcfaf7dada798142241d949a51","after":null,"ref":"refs/heads/namespace-capabilities","pushedAt":"2024-09-05T22:27:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":"8eaeaf9380421297feaec99b223b10c6eac78b82","after":"0e1ed07e022f5fbcfaf7dada798142241d949a51","ref":"refs/heads/namespace-capabilities","pushedAt":"2024-09-05T16:55:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fill in namespace capabilities in describe response","shortMessageHtmlLink":"Fill in namespace capabilities in describe response"}},{"before":"06907c51ec7edfb2d1ffe02f2bd5ca5e2eaa6279","after":"95e48a13e4387d92b1a3730053e72b9492d6bf84","ref":"refs/heads/nexus-cancel-just-before-started-fix","pushedAt":"2024-09-05T16:53:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix operation cancel just before started","shortMessageHtmlLink":"Fix operation cancel just before started"}},{"before":"18fdcf484c52f73ad09faba9b23e431381b1ff9a","after":"8eaeaf9380421297feaec99b223b10c6eac78b82","ref":"refs/heads/namespace-capabilities","pushedAt":"2024-09-05T16:41:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fill in namespace capabilities in describe response","shortMessageHtmlLink":"Fill in namespace capabilities in describe response"}},{"before":"b8d490c699269c84ab06d8275c4003df179e1d66","after":"06907c51ec7edfb2d1ffe02f2bd5ca5e2eaa6279","ref":"refs/heads/nexus-cancel-just-before-started-fix","pushedAt":"2024-09-05T16:22:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix operation cancel just before started","shortMessageHtmlLink":"Fix operation cancel just before started"}},{"before":null,"after":"b8d490c699269c84ab06d8275c4003df179e1d66","ref":"refs/heads/nexus-cancel-just-before-started-fix","pushedAt":"2024-09-05T00:58:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix operation cancel just before started","shortMessageHtmlLink":"Fix operation cancel just before started"}},{"before":"b7ede8b106f1e6d43765eeb70f79e2a53545c574","after":null,"ref":"refs/heads/120-with-nexus-replication-fix","pushedAt":"2024-09-03T19:58:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":"c5672796fffde30401bbcbec45e2b7f3ddf505f8","after":"b7ede8b106f1e6d43765eeb70f79e2a53545c574","ref":"refs/heads/120-with-nexus-replication-fix","pushedAt":"2024-09-03T19:52:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"State machine standby executor fixes (#6472)\n\n## What changed?\r\n\r\n1. Fixed state machine timer standby executor to not discard validated\r\nconcurrent tasks. The intent was that a validated task should be kept.\r\n2. Fixed outbound standby executor logic that was supposed to wrap an\r\n`ErrTaskRetry` with a `DestinationDownError`. This also made the\r\nexecutor logic much easier to follow.\r\n3. Moved `node.CheckRunning()` checks into the `task.Validate()` method\r\nfor concurrent tasks so they can be discarded when the workflow is\r\nclosed by the standby executors. (We need a similar check for\r\nnon-concurrent tasks, I'll fix this in a refactor that gets rid of the\r\nconcept of concurrent tasks).\r\n4. Fix grammar in a log line when a task is skipped.\r\n\r\n## How did you test it?\r\n\r\nAdded unit test.","shortMessageHtmlLink":"State machine standby executor fixes (temporalio#6472)"}},{"before":"a4c657783a5cebf6f6856ac545c93142de1f4833","after":"c5672796fffde30401bbcbec45e2b7f3ddf505f8","ref":"refs/heads/120-with-nexus-replication-fix","pushedAt":"2024-09-03T19:51:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"State machine standby executor fixes (#6472)\n\n## What changed?\r\n\r\n1. Fixed state machine timer standby executor to not discard validated\r\nconcurrent tasks. The intent was that a validated task should be kept.\r\n2. Fixed outbound standby executor logic that was supposed to wrap an\r\n`ErrTaskRetry` with a `DestinationDownError`. This also made the\r\nexecutor logic much easier to follow.\r\n3. Moved `node.CheckRunning()` checks into the `task.Validate()` method\r\nfor concurrent tasks so they can be discarded when the workflow is\r\nclosed by the standby executors. (We need a similar check for\r\nnon-concurrent tasks, I'll fix this in a refactor that gets rid of the\r\nconcept of concurrent tasks).\r\n4. Fix grammar in a log line when a task is skipped.\r\n\r\n## How did you test it?\r\n\r\nAdded unit test.","shortMessageHtmlLink":"State machine standby executor fixes (temporalio#6472)"}},{"before":null,"after":"a4c657783a5cebf6f6856ac545c93142de1f4833","ref":"refs/heads/120-with-nexus-replication-fix","pushedAt":"2024-09-03T19:50:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"replace grpc dial with grpc NewClient (#6430)\n\n## What changed?\r\nreplace grpc dial with grpc NewClient\r\n\r\n## Why?\r\ngrpc dial deprecated.\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":"replace grpc dial with grpc NewClient (temporalio#6430)"}},{"before":"391921d1cce647a0650fa12aaff69b61cdfa72cb","after":null,"ref":"refs/heads/state-machine-standy-executor-fixes","pushedAt":"2024-09-03T19:47:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":"e71868ebad0de07b5d3e54d2e2299766dd74c88c","after":"391921d1cce647a0650fa12aaff69b61cdfa72cb","ref":"refs/heads/state-machine-standy-executor-fixes","pushedAt":"2024-09-03T18:40:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Address review comment","shortMessageHtmlLink":"Address review comment"}},{"before":"c9c121b1fd8b18aa13d8d0f414439872840100d5","after":"e71868ebad0de07b5d3e54d2e2299766dd74c88c","ref":"refs/heads/state-machine-standy-executor-fixes","pushedAt":"2024-09-03T17:27:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Add unit test for timer standby logic","shortMessageHtmlLink":"Add unit test for timer standby logic"}},{"before":"b792dff4b8423380a35b66d54085b2c570ca648e","after":"c9c121b1fd8b18aa13d8d0f414439872840100d5","ref":"refs/heads/state-machine-standy-executor-fixes","pushedAt":"2024-09-03T16:33:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix log line grammar","shortMessageHtmlLink":"Fix log line grammar"}},{"before":null,"after":"b792dff4b8423380a35b66d54085b2c570ca648e","ref":"refs/heads/state-machine-standy-executor-fixes","pushedAt":"2024-09-03T16:20:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix log line grammer","shortMessageHtmlLink":"Fix log line grammer"}},{"before":"9ef951ebeb138d968b5f1738909046848a4f1227","after":null,"ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T17:22:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":"96c1a4b266cb139b3b65e6d9b55b43649b30640d","after":"9ef951ebeb138d968b5f1738909046848a4f1227","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T15:55:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Lint and cleanup unused param","shortMessageHtmlLink":"Lint and cleanup unused param"}},{"before":"4598a0b717e7e348b7865766504180e21f8a164b","after":"96c1a4b266cb139b3b65e6d9b55b43649b30640d","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T15:54:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Lint and cleanup unused param","shortMessageHtmlLink":"Lint and cleanup unused param"}},{"before":"33546a0e1ce32bcd47fbba40a7eda81c2e1068b4","after":"4598a0b717e7e348b7865766504180e21f8a164b","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T03:00:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Switch to limiting by size instead of depth and enforce everywhere","shortMessageHtmlLink":"Switch to limiting by size instead of depth and enforce everywhere"}},{"before":"d53fde1b5b67718be47492bc5c8878744d2e7f55","after":"33546a0e1ce32bcd47fbba40a7eda81c2e1068b4","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T02:51:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Switch to limiting by size instead of depth and enforce everywhere","shortMessageHtmlLink":"Switch to limiting by size instead of depth and enforce everywhere"}},{"before":"e4cff40d01c359cf0bcdca428f2afe9ce84f38b0","after":"d53fde1b5b67718be47492bc5c8878744d2e7f55","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-29T02:47:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Switch to limiting by size instead of depth and enforce everywhere","shortMessageHtmlLink":"Switch to limiting by size instead of depth and enforce everywhere"}},{"before":"37cadeac99025d081b9212d9bebd7870bf5008e9","after":null,"ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T23:30:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":"02efd41388497000969e3f74fa58a991c47d4709","after":"37cadeac99025d081b9212d9bebd7870bf5008e9","ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T22:35:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix replication issues with nexus operations and cancelation requests","shortMessageHtmlLink":"Fix replication issues with nexus operations and cancelation requests"}},{"before":"5336d1562456734088ca99ad89e5421c88c46fee","after":"02efd41388497000969e3f74fa58a991c47d4709","ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T15:47:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix replication issues with nexus operations and cancelation requests","shortMessageHtmlLink":"Fix replication issues with nexus operations and cancelation requests"}},{"before":null,"after":"e4cff40d01c359cf0bcdca428f2afe9ce84f38b0","ref":"refs/heads/predicate-depth-limit","pushedAt":"2024-08-28T05:43:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Add dynamic config to limit multi cursor predicate depth","shortMessageHtmlLink":"Add dynamic config to limit multi cursor predicate depth"}},{"before":"0e258f3de708163c751807b1967027f80b7c1e6e","after":"5336d1562456734088ca99ad89e5421c88c46fee","ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T03:47:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix replication issues with nexus operations and cancelation requests","shortMessageHtmlLink":"Fix replication issues with nexus operations and cancelation requests"}},{"before":"cc21ee93274f28c309a8c3b603856ba8d1793cc8","after":"0e258f3de708163c751807b1967027f80b7c1e6e","ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T00:54:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Fix replication issues with nexus operations and cancelation requests","shortMessageHtmlLink":"Fix replication issues with nexus operations and cancelation requests"}},{"before":null,"after":"cc21ee93274f28c309a8c3b603856ba8d1793cc8","ref":"refs/heads/nexus-operation-cancel-requested-replication-fix","pushedAt":"2024-08-28T00:53:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Added visibility index name for visibilityManagerMetrics tag (#6454)\n\n## What changed?\r\n\r\n- Added visibility index name for visibilityManagerMetrics tag\r\n\r\n## Why?\r\n\r\n- To observe metrics for both primary and secondary visibility store\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":"Added visibility index name for visibilityManagerMetrics tag (tempora…"}},{"before":"da5618d14870c6d91aca463268cec06deb57843a","after":null,"ref":"refs/heads/hotfix-outbound-task-predicate","pushedAt":"2024-08-28T00:25:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"}},{"before":null,"after":"da5618d14870c6d91aca463268cec06deb57843a","ref":"refs/heads/hotfix-outbound-task-predicate","pushedAt":"2024-08-28T00:18:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bergundy","name":"Roey Berman","path":"/bergundy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52304?s=80&v=4"},"commit":{"message":"Do not write PREDICATE_TYPE_OUTBOUND_TASK","shortMessageHtmlLink":"Do not write PREDICATE_TYPE_OUTBOUND_TASK"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQyMjoyNzo1NS4wMDAwMDBazwAAAASuWc3A","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQyMjoyNzo1NS4wMDAwMDBazwAAAASuWc3A","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yOFQwMDoxODoyMC4wMDAwMDBazwAAAASl7Vwp"}},"title":"Activity · bergundy/temporal"}