{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":84307372,"defaultBranch":"master","name":"cadence-client","ownerLogin":"uber-go","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-03-08T10:17:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19262598?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718045506.0","currentOid":""},"activityList":{"items":[{"before":"bf68484140aebb08b068801494417f38d8c6ba74","after":"13c2821ba2f193d1b29cda947bc9377fd133caed","ref":"refs/heads/master","pushedAt":"2024-06-12T18:49:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ketsiambaku","name":"Ketsia","path":"/ketsiambaku","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115650494?s=80&v=4"},"commit":{"message":"Add methods on Worker to get registered workflows and activities (#1342)\n\nIntroduce the following methods to the WorkflowRegistry and ActivityRegistry interfaces:\r\n\r\nGetRegisteredWorkflows\r\nGetWorkflowAlias\r\nGetWorkflowFn\r\nGetRegisteredActivities\r\nGetActivityAlias\r\nGetActivityFn\r\nThe logic already exists in the internal implementation of the registry but not exposed to the public API.\r\nAlso implement these methods for WorkflowReplayer and WorkflowShadower.\r\nUpdate unit tests so that they now call the top level methods.\r\n\r\nWhy?\r\nTo expose on Uber internal debug page\r\n\r\nHow did you test it?\r\nUnit tests\r\nTested on staging environment\r\n\r\nPotential risks\r\nWorst case: these methods return unexpected result","shortMessageHtmlLink":"Add methods on Worker to get registered workflows and activities (#1342)"}},{"before":"f5ee836314e558088a01c84f92ceea4f8ee85121","after":null,"ref":"refs/heads/revert-breaks-v1.2.8","pushedAt":"2024-06-10T18:51:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ketsiambaku","name":"Ketsia","path":"/ketsiambaku","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115650494?s=80&v=4"}},{"before":"f5ec3592981f8a562d9b16b133320e2afa362bdb","after":"bf68484140aebb08b068801494417f38d8c6ba74","ref":"refs/heads/master","pushedAt":"2024-06-07T21:20:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Groxx","name":"Steven L","path":"/Groxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77197?s=80&v=4"},"commit":{"message":"Fixing unit_test failure detection, and tests for data converters (#1341)\n\nApparently these also failed on the original PR, but due to missing a `\\` in #1303 it wasn't failing in CI because the env var was gone by the time `exit` ran.\r\nI should really take that as a hint to finally rewrite that chunk of the makefile, so it just does a normal `go test ./...` :\\ but not today.\r\n\r\nThankfully this seems to be the only set of tests that snuck past, and they were just incorrect.\r\nI'm not sure why I apparently didn't run them or something while writing them in #1331 but it seems pretty clear I didn't since the old pre-merge SHA fails too. Bleh.\r\n\r\n---\r\n\r\nTo correct the tests' original flaws:\r\n1. memos *are* supposed to be encoded by custom dataconverters, and they are. we don't search them so they're not JSON like search attrs are, they're just blobs we expose in list APIs (and in workflow metadata).\r\n2. `Equal(string, []byte)` just doesn't work, and the default dataconverter adds a trailing newline to separate args.\r\n3. the `[]byte`-heavy copypasta meant the Input-checking tests were odd, so I changed them, and fixed the args to the dataconverter. Internally we splat the args in here, so it's not `[]interface{..}`-packed: https://github.com/uber-go/cadence-client/blob/6decfc78571a9d91d943815ae3a445a3bc115fa8/internal/internal_worker.go#L573-L579","shortMessageHtmlLink":"Fixing unit_test failure detection, and tests for data converters (#1341"}},{"before":"1214d550c0b7145754901226e627f5a90eb60d2a","after":null,"ref":"refs/heads/idl","pushedAt":"2024-05-20T21:33:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Shaddoll","name":"Zijian","path":"/Shaddoll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10075390?s=80&v=4"}},{"before":"fc1d54457bf357f57ea417d682272f79f0a0909d","after":"f5ec3592981f8a562d9b16b133320e2afa362bdb","ref":"refs/heads/master","pushedAt":"2024-05-20T21:33:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Shaddoll","name":"Zijian","path":"/Shaddoll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10075390?s=80&v=4"},"commit":{"message":"Update compability adapter to support new enum value (#1337)","shortMessageHtmlLink":"Update compability adapter to support new enum value (#1337)"}},{"before":"dc24300fc19b36a75d01a3257cf2cbd5e1656a78","after":"1214d550c0b7145754901226e627f5a90eb60d2a","ref":"refs/heads/idl","pushedAt":"2024-05-20T21:22:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Shaddoll","name":"Zijian","path":"/Shaddoll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10075390?s=80&v=4"},"commit":{"message":"Merge branch 'master' into idl","shortMessageHtmlLink":"Merge branch 'master' into idl"}},{"before":"73b12d56ae0a8427fe82325ca2b7ef08fda30416","after":"fc1d54457bf357f57ea417d682272f79f0a0909d","ref":"refs/heads/master","pushedAt":"2024-05-20T21:16:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Groxx","name":"Steven L","path":"/Groxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77197?s=80&v=4"},"commit":{"message":"Bump x/tools for tools, to support go 1.22 (#1336)\n\nMockery is currently failing on go 1.22 on Linux due to https://github.com/golang/go/issues/64812\r\ntl;dr, changes in go 1.22 break the popular `x/tools/go/packages.Load` tool, which Mockery uses.\r\n\r\nUpgrading our tools' `x/tools` (to latest) resolves it, and appears to work fine for go 1.19 and above on both Linux and OSX, and has zero effect on our users.","shortMessageHtmlLink":"Bump x/tools for tools, to support go 1.22 (#1336)"}},{"before":"3802e854e4773fd2b2a7b8eab7415851047ec40d","after":"dc24300fc19b36a75d01a3257cf2cbd5e1656a78","ref":"refs/heads/idl","pushedAt":"2024-05-20T20:54:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Shaddoll","name":"Zijian","path":"/Shaddoll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10075390?s=80&v=4"},"commit":{"message":"Update compability adapter to support new enum value","shortMessageHtmlLink":"Update compability adapter to support new enum value"}},{"before":null,"after":"3802e854e4773fd2b2a7b8eab7415851047ec40d","ref":"refs/heads/idl","pushedAt":"2024-05-20T20:05:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Shaddoll","name":"Zijian","path":"/Shaddoll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10075390?s=80&v=4"},"commit":{"message":"Update compability adapter to support new enum value","shortMessageHtmlLink":"Update compability adapter to support new enum value"}},{"before":"7f817106fc07b71bede0a2838db118e956ebed3b","after":"73b12d56ae0a8427fe82325ca2b7ef08fda30416","ref":"refs/heads/master","pushedAt":"2024-05-03T02:11:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"agautam478","name":null,"path":"/agautam478","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72432016?s=80&v=4"},"commit":{"message":"Added an option to exclude the list of workflows by Type (#1335)","shortMessageHtmlLink":"Added an option to exclude the list of workflows by Type (#1335)"}},{"before":"5b44300509ca31b1de4708097b4e9953af2fe82c","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.17.0","pushedAt":"2024-04-19T12:51:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"26cbf9e0baa209e11de1cd239b9d8b75e88c7e38","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:51:16.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 golang.org/x/net from 0.19.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.19.0 to 0.23.0"}},{"before":"3ca63281d08e0a06064930ae725864b33295e2d6","after":"7f817106fc07b71bede0a2838db118e956ebed3b","ref":"refs/heads/master","pushedAt":"2024-04-18T18:16:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Migrate CI from AWS queues to Google Kubernetes Engine queues (#1333)\n\n* Migrate CI from AWS queues to Google Kubernetes Engine queues\r\n\r\n- Add necessary k8s plugin config to the pipeline for use with GKE + Buildkite's agent-stack-k8s helm stack\r\n- Remove docker agent tag filter\r\n- Install bk agent in Dockerfile for use in the code coverage step\r\n- Add comment on source of buildkite-agent installation commands\r\n- Add comment on yq explode usage to the top of pipeline.yml","shortMessageHtmlLink":"Migrate CI from AWS queues to Google Kubernetes Engine queues (#1333)"}},{"before":"08c7839dc1c2abf0f0afd7aa74464a452b73c5bd","after":"33dd4b5ab92b21b5c130f6f9d2382c8bcdb962a4","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-18T17:54:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Add comment on buildkite-agent installation, yq explode usage","shortMessageHtmlLink":"Add comment on buildkite-agent installation, yq explode usage"}},{"before":"30457769460e549bb86db3109c61d56a09ac43e6","after":"08c7839dc1c2abf0f0afd7aa74464a452b73c5bd","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-16T22:09:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Migrate CI from AWS queues to Google Kubernetes Engine queues\n\n- Add necessary k8s plugin config to the pipeline for use with GKE + Buildkite's agent-stack-k8s helm stack\n- Remove docker agent tag filter\n- Install bk agent in Dockerfile for use in the code coverage step","shortMessageHtmlLink":"Migrate CI from AWS queues to Google Kubernetes Engine queues"}},{"before":"6c2acf530730cf2924954d4c1d3726cbdf6468d6","after":"30457769460e549bb86db3109c61d56a09ac43e6","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-16T01:27:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Remove unnecessary sidecar command","shortMessageHtmlLink":"Remove unnecessary sidecar command"}},{"before":"6b1d827235849bdfbc2e836a39d7abcd2d27b480","after":"6c2acf530730cf2924954d4c1d3726cbdf6468d6","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-12T05:35:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Update queue name, add gitEnvFrom","shortMessageHtmlLink":"Update queue name, add gitEnvFrom"}},{"before":"9145f8b78a8be89e2999c5de3557ea1b179a1232","after":"6b1d827235849bdfbc2e836a39d7abcd2d27b480","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-10T22:24:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Migrate CI from AWS queues to Google Kubernetes Engine queues\n\n- Add necessary k8s plugin config to the pipeline for use with GKE + Buildkite's agent-stack-k8s helm stack\n- Remove docker agent tag filter\n- Install bk agent in Dockerfile for use in the code coverage step","shortMessageHtmlLink":"Migrate CI from AWS queues to Google Kubernetes Engine queues"}},{"before":null,"after":"9145f8b78a8be89e2999c5de3557ea1b179a1232","ref":"refs/heads/tifflin/test-helm","pushedAt":"2024-04-10T22:11:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mstifflin","name":"Tiffany Lin","path":"/mstifflin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15946860?s=80&v=4"},"commit":{"message":"Migrate CI from AWS queues to Google Kubernetes Engine queues\n\n- Add necessary k8s plugin config to the pipeline for use with GKE + Buildkite's agent-stack-k8s helm stack\n- Remove docker agent tag filter\n- Install bk agent in Dockerfile for use in the code coverage step","shortMessageHtmlLink":"Migrate CI from AWS queues to Google Kubernetes Engine queues"}},{"before":"08b284a9794e98f3830774f15305abcd5b5518d0","after":"3ca63281d08e0a06064930ae725864b33295e2d6","ref":"refs/heads/master","pushedAt":"2024-04-05T20:55:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Groxx","name":"Steven L","path":"/Groxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77197?s=80&v=4"},"commit":{"message":"Internal workflow client test improvements (#1331)\n\nFollowups from #1327:\r\n\r\n1. simplifying the memo/search-attr encoding tests\r\n2. making sure the dataconverter tests can detect correct vs incorrect encoder use \r\n\r\n1 is pretty simple: memos and search attrs are ALWAYS JSON because the server must interpret them, so the exact bytes should not change in the future. A hardcoded string is easy to verify, and strengthens the guarantee that \"this should not change even if other encoding changes\".\r\n\r\n2 is more interesting: as originally written, the test would still pass if the custom dataconverter was *not* saved and used.\r\nThe type-assertion to check the internal field somewhat prevents that, but it's unnecessary and a disjointed check.\r\nSo it has been rewritten: now the serialized request bytes must clearly come from the test encoder, not the default encoder, and they must be detectably different.","shortMessageHtmlLink":"Internal workflow client test improvements (#1331)"}},{"before":"112b33a6a00103f0991902e3ea3ef7cefe1179f2","after":"32fa6f4dba0705f23d11352266d349a38e825e67","ref":"refs/heads/v1.2.x","pushedAt":"2024-04-05T14:19:08.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"ketsiambaku","name":"Ketsia","path":"/ketsiambaku","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115650494?s=80&v=4"},"commit":{"message":"v1.2.10-rc3 changelog","shortMessageHtmlLink":"v1.2.10-rc3 changelog"}},{"before":"68afcb9e422bfdec7b0e9245b04bfa5a4e649f93","after":"08b284a9794e98f3830774f15305abcd5b5518d0","ref":"refs/heads/master","pushedAt":"2024-04-02T18:02:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taylanisikdemir","name":null,"path":"/taylanisikdemir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1688634?s=80&v=4"},"commit":{"message":"Update client wrappers with new async APIs (#1327)","shortMessageHtmlLink":"Update client wrappers with new async APIs (#1327)"}},{"before":"d6dbee69ef84c18e338c4d7cbfaf255c60b7fd00","after":"f2654b848149ebf5c22a9b45265a8e437ffb83b0","ref":"refs/heads/dependabot/go_modules/google.golang.org/protobuf-1.33.0","pushedAt":"2024-04-01T20:59:11.000Z","pushType":"force_push","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 google.golang.org/protobuf from 1.31.0 to 1.33.0\n\nBumps google.golang.org/protobuf from 1.31.0 to 1.33.0.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump google.golang.org/protobuf from 1.31.0 to 1.33.0"}},{"before":"a55fc13f53d8cdd0e656148c59e1afdb828670dc","after":"68afcb9e422bfdec7b0e9245b04bfa5a4e649f93","ref":"refs/heads/master","pushedAt":"2024-04-01T20:58:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Groxx","name":"Steven L","path":"/Groxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77197?s=80&v=4"},"commit":{"message":"Server-like `make build` and ensuring builds are clean in CI (#1329)\n\nThere's more work to be done, but it's a major step towards forcing stability.\r\n\r\nOddly, missing the safe.directory git setting leads to Go failing to get version info, leading to errors building, but for some reason it doesn't show the error that git's reporting (missing safe directory). Just stuff like this with no other output:\r\n```\r\nerror obtaining VCS status:\r\n\tUse -buildvcs=false to disable VCS stamping.\r\n```\r\n\r\nOnce I fixed that, I learned that `go test -exec nonexistent ./... >/dev/null` errors, but the \"FAIL: command nonexistent not found\" error is.... reported on stdout, so it's hidden.\r\nAnd so is the \"FAIL the/package/name\" message.\r\nBut if you have a failing build, the failure *is* printed to stderr:\r\n```\r\n❯ go test -exec true ./... >/dev/null\r\n# go.uber.org/cadence/evictiontest\r\nevictiontest/workflow_cache_eviction_test.go:58:4: missing ',' in composite literal\r\n```\r\nI have no idea why `-exec nonexistent` isn't on stderr, but I left a comment in the makefile anyway.\r\n\r\nQuite a large amount of weird stuff condensed into a seemingly simple goal.","shortMessageHtmlLink":"Server-like make build and ensuring builds are clean in CI (#1329)"}},{"before":null,"after":"4830a5610e41862bd60c6c72a36ba46b99b0b208","ref":"refs/heads/dependabot/go_modules/internal/tools/golang.org/x/crypto-0.17.0","pushedAt":"2024-04-01T17:27:40.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 golang.org/x/crypto in /internal/tools\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220525230936-793ad666bf5e to 0.17.0.\n- [Commits](https://github.com/golang/crypto/commits/v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/crypto in /internal/tools"}},{"before":"7c3b387968d9add0255a50fbaff61c3a6b798f26","after":null,"ref":"refs/heads/dependabot/go_modules/internal/tools/google.golang.org/protobuf-1.33.0","pushedAt":"2024-04-01T17:27:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d17db374c058356056f08352fe0e43af49a43ec0","after":"a55fc13f53d8cdd0e656148c59e1afdb828670dc","ref":"refs/heads/master","pushedAt":"2024-04-01T17:26:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Groxx","name":"Steven L","path":"/Groxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77197?s=80&v=4"},"commit":{"message":"Pin mockery and regenerate everything (#1328)\n\nSeems like this has been left un-pinned and un-documented for a long time.\r\nMight as well fix that, so we can address the new async APIs in e.g. #1327 in a standardized way.","shortMessageHtmlLink":"Pin mockery and regenerate everything (#1328)"}},{"before":"81a37e4c442c59578f285f071724f9c49cea56ce","after":"d17db374c058356056f08352fe0e43af49a43ec0","ref":"refs/heads/master","pushedAt":"2024-03-25T21:27:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taylanisikdemir","name":null,"path":"/taylanisikdemir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1688634?s=80&v=4"},"commit":{"message":"Enforce 85% new line coverage (#1325)","shortMessageHtmlLink":"Enforce 85% new line coverage (#1325)"}},{"before":"9024501a24ab9d9cc705f003d07064116003024f","after":"112b33a6a00103f0991902e3ea3ef7cefe1179f2","ref":"refs/heads/v1.2.x","pushedAt":"2024-03-22T19:00:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ketsiambaku","name":"Ketsia","path":"/ketsiambaku","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115650494?s=80&v=4"},"commit":{"message":"update changelog with latest commit","shortMessageHtmlLink":"update changelog with latest commit"}},{"before":"2a4ca28bfbfc2bca768e2a08f1753d55fb49504d","after":"9024501a24ab9d9cc705f003d07064116003024f","ref":"refs/heads/v1.2.x","pushedAt":"2024-03-22T17:36:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ketsiambaku","name":"Ketsia","path":"/ketsiambaku","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115650494?s=80&v=4"},"commit":{"message":"Merge branch 'master' into v1.2.x\nFix coverage metadata commit info #1323","shortMessageHtmlLink":"Merge branch 'master' into v1.2.x"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY6a5YQA","startCursor":null,"endCursor":null}},"title":"Activity · uber-go/cadence-client"}