{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":298375779,"defaultBranch":"main","name":"swift-distributed-tracing","ownerLogin":"apple","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-24T19:26:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10639145?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715593833.0","currentOid":""},"activityList":{"items":[{"before":"ab4be2d3cff38e2326644445051a013eef469570","after":"0cd46fdcda0c4ecec7bf29609efaf8f23f6661f3","ref":"refs/heads/wip-adopt-isolation-macro-poc","pushedAt":"2024-05-10T09:06:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"work in progress","shortMessageHtmlLink":"work in progress"}},{"before":null,"after":"ab4be2d3cff38e2326644445051a013eef469570","ref":"refs/heads/wip-adopt-isolation-macro-poc","pushedAt":"2024-05-10T08:37:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"work in progress","shortMessageHtmlLink":"work in progress"}},{"before":"4733b6ead3b2d3a3b9b63256a9ba5b567687e7f1","after":"11c756c5c4d7de0eeed8595695cadd7fa107aa19","ref":"refs/heads/main","pushedAt":"2024-05-08T22:29:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Support compiling against Musl (#145)","shortMessageHtmlLink":"Support compiling against Musl (#145)"}},{"before":"ddc747002d50b4317c423c976883b63a2fbbad1b","after":"4733b6ead3b2d3a3b9b63256a9ba5b567687e7f1","ref":"refs/heads/main","pushedAt":"2024-04-01T20:54:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"slashmo","name":"Moritz Lang","path":"/slashmo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16192401?s=80&v=4"},"commit":{"message":"update the otel-config to match latest otel image (#144)","shortMessageHtmlLink":"update the otel-config to match latest otel image (#144)"}},{"before":"7fbb8b23b77ee548b3d0686b6faf735c1b3c7cb8","after":"ddc747002d50b4317c423c976883b63a2fbbad1b","ref":"refs/heads/main","pushedAt":"2024-03-29T01:05:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"update documentation references to fix broken reference links on SwiftPackageIndex hosted documentation for main (#143)\n\nCo-authored-by: Moritz Lang ","shortMessageHtmlLink":"update documentation references to fix broken reference links on Swif…"}},{"before":"2bc38837e93316df3312bbcebf9a8f934508453a","after":"7fbb8b23b77ee548b3d0686b6faf735c1b3c7cb8","ref":"refs/heads/main","pushedAt":"2024-02-01T03:45:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Sendable Instrument Carriers (#136)\n\n* Remove unnecesarry Sendable wrappers\r\n\r\n* Require Injector/Extractor Carrier to be Sendable\r\n\r\n---------\r\n\r\nCo-authored-by: Konrad `ktoso` Malawski ","shortMessageHtmlLink":"Sendable Instrument Carriers (#136)"}},{"before":"2b9c72824c6d93e7bac8624f6e9344d1f4cee824","after":"2bc38837e93316df3312bbcebf9a8f934508453a","ref":"refs/heads/main","pushedAt":"2024-02-01T03:34:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Bump minimum Swift version to 5.7 (#134)\n\n* Bump minimum Swift version to 5.7\r\n\r\nMotivation:\r\n\r\nNow that Swift 5.9 is GM we should update the supported versions and\r\nremove 5.6\r\n\r\nModifications:\r\n\r\n* Update `Package.swift`\r\n* Remove guards for swift <5.7\r\n* Add deprecation annotations to `LegacyTracer` API\r\n* Delete the 5.6 docker compose file and make a 5.10 one\r\n* Update docs\r\n\r\nResult:\r\n\r\nRemove support for Swift 5.6, add 5.10\r\n\r\n* remove warnings as errors: cannot do this because we support deprecated type\r\n\r\n* formatting\r\n\r\n---------\r\n\r\nCo-authored-by: Konrad `ktoso` Malawski ","shortMessageHtmlLink":"Bump minimum Swift version to 5.7 (#134)"}},{"before":"b80af1bb4a758a2e509c05a04bba40ee3b2c916b","after":"2b9c72824c6d93e7bac8624f6e9344d1f4cee824","ref":"refs/heads/main","pushedAt":"2024-02-01T03:25:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Add CI for Swift 5.10 (#138)\n\nCo-authored-by: Konrad `ktoso` Malawski ","shortMessageHtmlLink":"Add CI for Swift 5.10 (#138)"}},{"before":"0dd9659fe0c4b00db44b32945bee8197bff9351f","after":null,"ref":"refs/heads/wip-instant-bg","pushedAt":"2024-02-01T03:19:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"}},{"before":"f7d3e56653a057fa5c2b9d9d8e18693cb96b3507","after":"b80af1bb4a758a2e509c05a04bba40ee3b2c916b","ref":"refs/heads/main","pushedAt":"2024-02-01T03:19:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"[PATCH] [bug] Fix ignored `at` argument in two instances of withSpan (#139)\n\n* [PATCH] [bug] Fix ignored `at` argument in two instances of\r\n `withSpan`\r\n\r\nIn two cases, the signature for `withSpan` included the `at` parameter\r\nto override the starting timestamp on the span, but it was being ignored\r\nand `DefaultTracerClock.now` was being used instead.\r\n\r\n* add test","shortMessageHtmlLink":"[PATCH] [bug] Fix ignored at argument in two instances of withSpan (#…"}},{"before":"960a14eb9836c2bae4ded1253aa55cb29ad40669","after":"0dd9659fe0c4b00db44b32945bee8197bff9351f","ref":"refs/heads/wip-instant-bg","pushedAt":"2024-02-01T03:17:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Merge branch 'main' into wip-instant-bg","shortMessageHtmlLink":"Merge branch 'main' into wip-instant-bg"}},{"before":"61c272fe72c9728c85952f0c6170cf491ac61dc0","after":"f7d3e56653a057fa5c2b9d9d8e18693cb96b3507","ref":"refs/heads/main","pushedAt":"2024-02-01T03:17:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Remove old benchmark infra and replace with package-benchmark (#140)\n\n* Remove old benchmark infra and replace with package-benchmark\r\n\r\n**Motivation:**\r\n\r\nRemove old benchmark infra which causes sendability warnings.\r\n\r\nThere's proper benchmark packages now and we should use them instead,\r\ndepend on: https://github.com/ordo-one/package-benchmark.git\r\n\r\n**Modifications:**\r\nRemove custom benchmark infra.\r\nAdopt existing benchmark package -- this can also nicely track\r\nallocations.\r\n\r\n**Result:**\r\n\r\nNo sendability warnings; less deprecated benchmark infra\r\n\r\n* remove removed targets from package.swift","shortMessageHtmlLink":"Remove old benchmark infra and replace with package-benchmark (#140)"}},{"before":"7be69e91b02e5d874815426538e25920553c70c2","after":null,"ref":"refs/heads/wip-benchmark-tool","pushedAt":"2024-02-01T03:17:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"}},{"before":"74ac22c1991913e798d0c9f36c7393889a24bec7","after":"7be69e91b02e5d874815426538e25920553c70c2","ref":"refs/heads/wip-benchmark-tool","pushedAt":"2024-02-01T03:12:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"remove removed targets from package.swift","shortMessageHtmlLink":"remove removed targets from package.swift"}},{"before":"659f9812d7cd978bc98a87f23a4da0d4d7be10bd","after":"74ac22c1991913e798d0c9f36c7393889a24bec7","ref":"refs/heads/wip-benchmark-tool","pushedAt":"2024-02-01T03:10:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Remove old benchmark infra and replace with package-benchmark\n\n**Motivation:**\n\nRemove old benchmark infra which causes sendability warnings.\n\nThere's proper benchmark packages now and we should use them instead,\ndepend on: https://github.com/ordo-one/package-benchmark.git\n\n**Modifications:**\nRemove custom benchmark infra.\nAdopt existing benchmark package -- this can also nicely track\nallocations.\n\n**Result:**\n\nNo sendability warnings; less deprecated benchmark infra","shortMessageHtmlLink":"Remove old benchmark infra and replace with package-benchmark"}},{"before":null,"after":"659f9812d7cd978bc98a87f23a4da0d4d7be10bd","ref":"refs/heads/wip-benchmark-tool","pushedAt":"2024-02-01T03:09:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"**Motivation:**\n\nRemove old benchmark infra which causes sendability warnings.\n\nThere's proper benchmark packages now and we should use them instead,\ndepend on: https://github.com/ordo-one/package-benchmark.git\n\n**Modifications:**\nRemove custom benchmark infra.\nAdopt existing benchmark package -- this can also nicely track\nallocations.\n\n**Result:**\n\nNo sendability warnings; less deprecated benchmark infra","shortMessageHtmlLink":"**Motivation:**"}},{"before":"d8a7ee33f6b44088e853fc57b8eb3b0a7018c5de","after":"960a14eb9836c2bae4ded1253aa55cb29ad40669","ref":"refs/heads/wip-instant-bg","pushedAt":"2024-02-01T02:13:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"add test","shortMessageHtmlLink":"add test"}},{"before":"9ffb95efef238db36eeafe463ace4d0113c52e20","after":"d8a7ee33f6b44088e853fc57b8eb3b0a7018c5de","ref":"refs/heads/wip-instant-bg","pushedAt":"2024-02-01T02:06:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"add test","shortMessageHtmlLink":"add test"}},{"before":null,"after":"9ffb95efef238db36eeafe463ace4d0113c52e20","ref":"refs/heads/wip-instant-bg","pushedAt":"2024-02-01T01:57:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"[PATCH] [bug] Fix ignored `at` argument in two instances of\n `withSpan`\n\nIn two cases, the signature for `withSpan` included the `at` parameter\nto override the starting timestamp on the span, but it was being ignored\nand `DefaultTracerClock.now` was being used instead.","shortMessageHtmlLink":"[PATCH] [bug] Fix ignored at argument in two instances of"}},{"before":"9bfc1fbd47b8a535c8a2c42af75a14ee3e411b60","after":"61c272fe72c9728c85952f0c6170cf491ac61dc0","ref":"refs/heads/main","pushedAt":"2023-11-20T01:37:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update README with the status of Swift-OTel (#135)","shortMessageHtmlLink":"Update README with the status of Swift-OTel (#135)"}},{"before":"632a8374dafea05ad741b49dd0415356f70d68b1","after":"9bfc1fbd47b8a535c8a2c42af75a14ee3e411b60","ref":"refs/heads/main","pushedAt":"2023-09-06T22:40:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"slashmo","name":"Moritz Lang","path":"/slashmo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16192401?s=80&v=4"},"commit":{"message":"Add Span.updateAttributes (#133)","shortMessageHtmlLink":"Add Span.updateAttributes (#133)"}},{"before":"7c5943f350209337ddfe6f6a69b981547be9f7a8","after":"632a8374dafea05ad741b49dd0415356f70d68b1","ref":"refs/heads/main","pushedAt":"2023-08-15T11:59:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Enable strict concurrency checking in CI (#132)","shortMessageHtmlLink":"Enable strict concurrency checking in CI (#132)"}},{"before":null,"after":"9484f4ba1ad8ca43482666a7a24e3be23692eba9","ref":"refs/heads/ktoso-complete-concurrency-checking","pushedAt":"2023-08-14T10:00:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Show the only way we can implement withSpan correctly inside an actor","shortMessageHtmlLink":"Show the only way we can implement withSpan correctly inside an actor"}},{"before":"a10db02fe46cfe06195cb58127acaa4077aae49f","after":null,"ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T12:01:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"}},{"before":"49b7617717a09f6b781c9a11e1628e3315d8d4fe","after":"7c5943f350209337ddfe6f6a69b981547be9f7a8","ref":"refs/heads/main","pushedAt":"2023-06-28T12:01:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update the adoption tables (#131)\n\nCo-authored-by: Moritz Lang ","shortMessageHtmlLink":"Update the adoption tables (#131)"}},{"before":"14c6be545c03db2bd5218858b601234803f4693b","after":"a10db02fe46cfe06195cb58127acaa4077aae49f","ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T11:24:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"38bffb756d56f0b472e12de4ba6e1b8954a464ab","after":"14c6be545c03db2bd5218858b601234803f4693b","ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T08:23:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update README.md\n\nCo-authored-by: Moritz Lang ","shortMessageHtmlLink":"Update README.md"}},{"before":"dbcd56abec797357b8cc87c789f9ea59704b803b","after":"38bffb756d56f0b472e12de4ba6e1b8954a464ab","ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T06:52:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"75658f9304267db81c41c2f203b62f929a9e4f9d","after":"dbcd56abec797357b8cc87c789f9ea59704b803b","ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T06:50:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":null,"after":"75658f9304267db81c41c2f203b62f929a9e4f9d","ref":"refs/heads/ktoso-patch-2","pushedAt":"2023-06-28T06:48:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktoso","name":"Konrad `ktoso` Malawski","path":"/ktoso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120979?s=80&v=4"},"commit":{"message":"Update the adoption tables\n\ncc @slashmo @adam-fowler","shortMessageHtmlLink":"Update the adoption tables"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERmWPqQA","startCursor":null,"endCursor":null}},"title":"Activity · apple/swift-distributed-tracing"}