{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":850751150,"defaultBranch":"main","name":"opentelemetry-python","ownerLogin":"kjagiello","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-09-01T17:15:40.000Z","ownerAvatar":"https://github.com/avatars/u/74944?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725212041.0","currentOid":""},"activityList":{"items":[{"before":"b103078e6b5e3ee7c006ff91f139a2360e7b0ee3","after":"90f4eca0568b1bdc74a931adbfab43818d3d53ad","ref":"refs/heads/pytyped","pushedAt":"2024-09-21T19:13:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Add pyright and fix the reported issues","shortMessageHtmlLink":"Add pyright and fix the reported issues"}},{"before":"25c4e725e462696215eef017e15c2148646a9bb6","after":"b103078e6b5e3ee7c006ff91f139a2360e7b0ee3","ref":"refs/heads/pytyped","pushedAt":"2024-09-14T21:03:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Add missing py.typed","shortMessageHtmlLink":"Add missing py.typed"}},{"before":"cfe6d5a42fcd49d19b803b656d5fa8f41ee49758","after":"25c4e725e462696215eef017e15c2148646a9bb6","ref":"refs/heads/pytyped","pushedAt":"2024-09-12T00:19:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"emdneto","name":"Emídio Neto","path":"/emdneto","primaryAvatarUrl":"https://github.com/avatars/u/9735060?s=80&v=4"},"commit":{"message":"Merge branch 'main' into pytyped","shortMessageHtmlLink":"Merge branch 'main' into pytyped"}},{"before":"098929a372cad8075be7890c079210588912d631","after":"cfe6d5a42fcd49d19b803b656d5fa8f41ee49758","ref":"refs/heads/pytyped","pushedAt":"2024-09-10T15:26:13.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"xrmx","name":"Riccardo Magliocchetti","path":"/xrmx","primaryAvatarUrl":"https://github.com/avatars/u/12932?s=80&v=4"},"commit":{"message":"Merge branch 'main' into pytyped","shortMessageHtmlLink":"Merge branch 'main' into pytyped"}},{"before":"00b0ba7c7a75fc1c6addb7d840e02bf407ad3b4d","after":"098929a372cad8075be7890c079210588912d631","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T18:29:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Fix the py.typed marker file usage\n\nAs defined in PEP 561, the py.typed marker files for namespace packages\nshould be placed \"in the submodules of the namespace\". In commit\n732ea8a, the markers were added to the subpackage roots, which serves no\npurpose. This changeset addresses all marker-related issues in this\nrepository.\n\nA summary of the changes:\n\n- Removed the unnecessary py.typed markers from the subpackage roots.\n- Added the missing marker to the prometheus exporter. Fixes #4113.\n- Added the missing marker to opentelemetry._events.\n- Removed the accidentally reintroduced jaeger exporters, which were\n originally removed in commit 1625b35.","shortMessageHtmlLink":"Fix the py.typed marker file usage"}},{"before":"c49385f7bbae16b42d9c4893027db1eac54f9756","after":"00b0ba7c7a75fc1c6addb7d840e02bf407ad3b4d","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T18:29:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Add a changelog entry","shortMessageHtmlLink":"Add a changelog entry"}},{"before":"471e2caae7a0e934639c4ba0c46600b4c1f92d60","after":"c49385f7bbae16b42d9c4893027db1eac54f9756","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T18:16:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Add a changelog entry","shortMessageHtmlLink":"Add a changelog entry"}},{"before":"3cc612ca6a53dfdaab0730ad2561da10c47e2487","after":"471e2caae7a0e934639c4ba0c46600b4c1f92d60","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T17:35:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Fix the py.typed marker file usage\n\nAs defined in PEP 561, the py.typed marker files for namespace packages\nshould be placed \"in the submodules of the namespace, to avoid conflicts\nand for clarity\". In commit 732ea8a, the markers were added to the\nsubpackage roots, which serves no purpose. This changeset addresses all\nmarker-related issues in this repository.\n\nA summary of the changes:\n\n- Removed the unnecessary py.typed markers from the subpackage roots.\n- Removed the markers at the root of the namespaces.\n- Added the missing marker to the prometheus exporter. Fixes #4113.\n- Added the missing marker to opentelemetry._events.\n- Removed the accidentally reintroduced jaeger exporters, which were\n originally removed in commit 1625b35.","shortMessageHtmlLink":"Fix the py.typed marker file usage"}},{"before":"080eead6aff1bcb779ef049b24bbd4fe6e372ca8","after":"3cc612ca6a53dfdaab0730ad2561da10c47e2487","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T17:34:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Fix the py.typed marker file usage\n\nAs defined in PEP 561, the py.typed marker files for namespace packages\nshould be placed \"in the submodules of the namespace, to avoid conflicts\nand for clarity\". In commit 732ea8a, the markers were added to the\nsubpackage roots, which serves no purpose. This changeset addresses all\nmarker-related issues in this repository.\n\nA summary of the changes:\n\n- Removed the unnecessary py.typed markers from the subpackage roots.\n- Removed the markers at the root of the namespaces.\n- Added the missing marker to the prometheus exporter. Fixes #4113.\n- Added the missing marker in opentelemetry._events.\n- Removed the accidentally reintroduced jaeger exporters, which were\n originally removed in commit 1625b35.","shortMessageHtmlLink":"Fix the py.typed marker file usage"}},{"before":null,"after":"080eead6aff1bcb779ef049b24bbd4fe6e372ca8","ref":"refs/heads/pytyped","pushedAt":"2024-09-01T17:34:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kjagiello","name":"Krzysztof Jagiełło","path":"/kjagiello","primaryAvatarUrl":"https://github.com/avatars/u/74944?s=80&v=4"},"commit":{"message":"Fix the py.typed marker file usage\n\nAs defined in PEP 420, the py.typed marker files for namespace packages\nshould be placed \"in the submodules of the namespace, to avoid conflicts\nand for clarity\". In commit 732ea8a, the markers were added to the\nsubpackage roots, which serves no purpose. This changeset addresses all\nmarker-related issues in this repository.\n\nA summary of the changes:\n\n- Removed the unnecessary py.typed markers from the subpackage roots.\n- Removed the markers at the root of the namespaces.\n- Added the missing marker to the prometheus exporter. Fixes #4113.\n- Added the missing marker in opentelemetry._events.\n- Removed the accidentally reintroduced jaeger exporters, which were\n originally removed in commit 1625b35.","shortMessageHtmlLink":"Fix the py.typed marker file usage"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxOToxMzo0Ny4wMDAwMDBazwAAAAS82Lrp","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxOToxMzo0Ny4wMDAwMDBazwAAAAS82Lrp","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wMVQxNzozNDowMS4wMDAwMDBazwAAAASp8kIb"}},"title":"Activity · kjagiello/opentelemetry-python"}