{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":87665755,"defaultBranch":"master","name":"colcon-cmake","ownerLogin":"colcon","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-04-08T21:37:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21050875?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718304880.0","currentOid":""},"activityList":{"items":[{"before":"2e514ba9dd5e387a79baf57dedf24cee1944bde0","after":null,"ref":"refs/heads/cottsay/build-task-test","pushedAt":"2024-06-13T18:54:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"}},{"before":"1509c77ecb417dd0b47e4d54b73833fa5e4c1baa","after":"454124f17d541a07a8836caf201e44dbfe733531","ref":"refs/heads/master","pushedAt":"2024-06-13T18:54:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Port build task test from colcon_core to colcon_cmake (#140)\n\nThis change introduces a basic test of the CMake build task. It requires\r\nthat 'cmake' is installed, and is skipped when the 'cmake' executable\r\ncan't be found.","shortMessageHtmlLink":"Port build task test from colcon_core to colcon_cmake (#140)"}},{"before":"be008f06b80e4bab6aa62d25fee7a32f670e2a21","after":"2e514ba9dd5e387a79baf57dedf24cee1944bde0","ref":"refs/heads/cottsay/build-task-test","pushedAt":"2024-06-12T22:59:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Skip on Windows if not in dev prompt","shortMessageHtmlLink":"Skip on Windows if not in dev prompt"}},{"before":"bcbe4e83bf2ac4ac03aee11173e3666cfaba1f0e","after":"be008f06b80e4bab6aa62d25fee7a32f670e2a21","ref":"refs/heads/cottsay/build-task-test","pushedAt":"2024-06-12T22:25:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"fixup! Port build task test from colcon_core to colcon_cmake","shortMessageHtmlLink":"fixup! Port build task test from colcon_core to colcon_cmake"}},{"before":null,"after":"bcbe4e83bf2ac4ac03aee11173e3666cfaba1f0e","ref":"refs/heads/cottsay/build-task-test","pushedAt":"2024-06-12T20:49:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Port build task test from colcon_core to colcon_cmake\n\nThis change introduces a basic test of the CMake build task. It requires\nthat 'cmake' is installed, and is skipped when the 'cmake' executable\ncan't be found.","shortMessageHtmlLink":"Port build task test from colcon_core to colcon_cmake"}},{"before":"f0c23426e4ab33711126fec37f6ab195751bd750","after":"1509c77ecb417dd0b47e4d54b73833fa5e4c1baa","ref":"refs/heads/master","pushedAt":"2024-02-12T23:07:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Switch to workflow_call for GitHub Actions CI","shortMessageHtmlLink":"Switch to workflow_call for GitHub Actions CI"}},{"before":"804e07dce0dee1b471799ad77f3c04a10a98a4ab","after":null,"ref":"refs/heads/update-deb-platforms","pushedAt":"2024-02-09T20:40:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"delete-merged-branch[bot]","name":null,"path":"/apps/delete-merged-branch","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/14757?s=80&v=4"}},{"before":"d9cf6bde7d79934ef5104d859d4fb2152da3f2c4","after":"f0c23426e4ab33711126fec37f6ab195751bd750","ref":"refs/heads/master","pushedAt":"2024-02-09T20:40:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Update deb platforms for release (#136)\n\nAdded:\r\n* Ubuntu Noble (24.04 LTS pre-release)\r\n* Debian Trixie (testing)\r\n\r\nDropped:\r\n* Debian Bullseye (oldstable)\r\n\r\nRetained:\r\n* Debian Bookworm (stable)\r\n* Ubuntu Focal (20.04 LTS)\r\n* Ubuntu Jammy (22.04 LTS)","shortMessageHtmlLink":"Update deb platforms for release (#136)"}},{"before":"5a57f2576e5149492443f5487e78f5c01886dac0","after":"d9cf6bde7d79934ef5104d859d4fb2152da3f2c4","ref":"refs/heads/master","pushedAt":"2024-02-08T01:20:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add markers to linter tests, move linter imports\n\nTest markers can be used to easily (de-)select tests, and colcon exposes\nmechanisms to do so. Linters are a category of tests that are commonly\ncalled out.\n\nAdditionally, if we move the imports for some of our single-purpose\ntests into the test function, we can avoid installing the linter\ndependencies entirely. This is a common case in platform packaging, where\nlinter errors are not actionable and the dependencies are not typically\ninstalled.","shortMessageHtmlLink":"Add markers to linter tests, move linter imports"}},{"before":"ee3fb991f4e138b9c89f77899f79f737023e231d","after":"804e07dce0dee1b471799ad77f3c04a10a98a4ab","ref":"refs/heads/update-deb-platforms","pushedAt":"2024-01-20T00:08:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nuclearsandwich","name":"Steven! Ragnarök","path":"/nuclearsandwich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/358882?s=80&v=4"},"commit":{"message":"Update publish-python platforms.","shortMessageHtmlLink":"Update publish-python platforms."}},{"before":null,"after":"ee3fb991f4e138b9c89f77899f79f737023e231d","ref":"refs/heads/update-deb-platforms","pushedAt":"2024-01-18T22:00:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nuclearsandwich","name":"Steven! Ragnarök","path":"/nuclearsandwich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/358882?s=80&v=4"},"commit":{"message":"Update deb platforms for release\n\nAdded:\n* Ubuntu Noble (24.04 LTS pre-release)\n* Debian Trixie (testing)\n\nDropped:\n* Debian Bullseye (oldstable)\n\nRetained:\n* Debian Bookworm (stable)\n* Ubuntu Focal (20.04 LTS)\n* Ubuntu Jammy (22.04 LTS)","shortMessageHtmlLink":"Update deb platforms for release"}},{"before":"82bed70bb9ed981d70d45bd22d70ed3632dc9733","after":"5a57f2576e5149492443f5487e78f5c01886dac0","ref":"refs/heads/master","pushedAt":"2023-10-04T16:46:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"0.2.28","shortMessageHtmlLink":"0.2.28"}},{"before":"a2a4ce17c0d4b12c0b600b51d92652c4dcf6d331","after":"82bed70bb9ed981d70d45bd22d70ed3632dc9733","ref":"refs/heads/master","pushedAt":"2023-10-04T16:34:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add buildfile for Visual Studio generator (#114)\n\nCo-authored-by: Scott K Logan ","shortMessageHtmlLink":"Add buildfile for Visual Studio generator (#114)"}},{"before":"c65a9e7240f3ceced8cf8bbd5e0403af5c415688","after":null,"ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-10-04T16:34:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"delete-merged-branch[bot]","name":null,"path":"/apps/delete-merged-branch","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/14757?s=80&v=4"}},{"before":"76f5bf24b549bfd1a38ca1046c4c0f2e363cc898","after":"a2a4ce17c0d4b12c0b600b51d92652c4dcf6d331","ref":"refs/heads/master","pushedAt":"2023-10-04T16:34:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add 'origin' metadata to cmake dependencies (#131)\n\nWhile I don't think we should discriminate between dependency origins for\r\ngeneral use, this is useful metadata in some contexts and is easy to\r\ninclude.","shortMessageHtmlLink":"Add 'origin' metadata to cmake dependencies (#131)"}},{"before":"ea1b691297b53e7290f37b3b13647bc74ebe4250","after":"76f5bf24b549bfd1a38ca1046c4c0f2e363cc898","ref":"refs/heads/master","pushedAt":"2023-10-04T16:34:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Update ci.yaml (#130)\n\n- use actions/checkout@v3\r\n- use actions/setup-python@v4\r\n- address another workflow deprecation in GitHub Actions\r\n\r\nCo-authored-by: Scott K Logan ","shortMessageHtmlLink":"Update ci.yaml (#130)"}},{"before":"fc60901190c688bbc2b0ec6813451adeaa401c68","after":"c65a9e7240f3ceced8cf8bbd5e0403af5c415688","ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-10-04T15:59:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Merge branch 'master' into cottsay/dep-types","shortMessageHtmlLink":"Merge branch 'master' into cottsay/dep-types"}},{"before":"7e0969961dcb5591371826d0964938f4a8401b12","after":"ea1b691297b53e7290f37b3b13647bc74ebe4250","ref":"refs/heads/master","pushedAt":"2023-10-04T15:58:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Update target platforms for debs, python requirement\n\n* Bionic is in ESM and does not package importlib-metadata\n* Buster does not package importlib-metadata\n* Stretch has Python 3.5 and hasn't been support for a long time now\n* Bookworm is the current \"stable\" Debian\n* Upstream packages require Python 3.6, so this one should too","shortMessageHtmlLink":"Update target platforms for debs, python requirement"}},{"before":"4a948d3d1185ea64203b74e8b9bbff5ab55de884","after":null,"ref":"refs/heads/cottsay/packaging-version","pushedAt":"2023-10-04T15:56:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"delete-merged-branch[bot]","name":null,"path":"/apps/delete-merged-branch","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/14757?s=80&v=4"}},{"before":"19695dd21f682d16a724aa2598fd43ba5e78eac0","after":"7e0969961dcb5591371826d0964938f4a8401b12","ref":"refs/heads/master","pushedAt":"2023-10-04T15:56:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Use packaging.version in place of pkg_resources.parse_version (#133)\n\nThis is an API breaking change, but I don't really see a good way to\r\navoid it.","shortMessageHtmlLink":"Use packaging.version in place of pkg_resources.parse_version (#133)"}},{"before":"349dce0ba685b569a387b658894946e7551f238f","after":"4a948d3d1185ea64203b74e8b9bbff5ab55de884","ref":"refs/heads/cottsay/packaging-version","pushedAt":"2023-09-06T22:20:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Use packaging.version in place of pkg_resources.parse_version\n\nThis is an API breaking change, but I don't really see a good way to\navoid it.","shortMessageHtmlLink":"Use packaging.version in place of pkg_resources.parse_version"}},{"before":null,"after":"349dce0ba685b569a387b658894946e7551f238f","ref":"refs/heads/cottsay/packaging-version","pushedAt":"2023-09-06T22:16:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Use packaging.version in place of pkg_resources.parse_version\n\nThis is an API breaking change, but I don't really see a good way to\navoid it.","shortMessageHtmlLink":"Use packaging.version in place of pkg_resources.parse_version"}},{"before":"3400f6e05451891445959505fe9be4c565d51a4d","after":"fc60901190c688bbc2b0ec6813451adeaa401c68","ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-09-06T22:06:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Merge branch 'master' into cottsay/dep-types","shortMessageHtmlLink":"Merge branch 'master' into cottsay/dep-types"}},{"before":"6c4985ba4cc0020ffbb4d2f357387917db1f121f","after":"19695dd21f682d16a724aa2598fd43ba5e78eac0","ref":"refs/heads/master","pushedAt":"2023-09-06T22:06:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Suppress pkg_resources deprecation in flake8_import_order","shortMessageHtmlLink":"Suppress pkg_resources deprecation in flake8_import_order"}},{"before":"570a590d86dd3e8b1f51c5862d1b706d40528ab1","after":"3400f6e05451891445959505fe9be4c565d51a4d","ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-08-29T13:35:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add 'origin' metadata to cmake dependencies\n\nWhile I don't think we should discriminate between dependency origins for\ngeneral use, this is useful metadata in some contexts and is easy to\ninclude.","shortMessageHtmlLink":"Add 'origin' metadata to cmake dependencies"}},{"before":"7355627ba3bbc148cc6f1daf1841279f980443c2","after":"570a590d86dd3e8b1f51c5862d1b706d40528ab1","ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-07-28T22:34:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add 'type' metadata to cmake dependencies\n\nWhile I don't think we should discriminate between dependency types for\ngeneral use, this is useful metadata in some contexts and is easy to\ninclude.","shortMessageHtmlLink":"Add 'type' metadata to cmake dependencies"}},{"before":null,"after":"7355627ba3bbc148cc6f1daf1841279f980443c2","ref":"refs/heads/cottsay/dep-types","pushedAt":"2023-07-28T22:34:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Add 'type' metadata to cmake dependencies\n\nWhile I don't think we should discriminate between dependency types for\ngeneral use, this is useful metadata in some contexts and is easy to\ninclude.","shortMessageHtmlLink":"Add 'type' metadata to cmake dependencies"}},{"before":"990c15161b535d4a763bcdcc793952398eb2bc63","after":"6c4985ba4cc0020ffbb4d2f357387917db1f121f","ref":"refs/heads/master","pushedAt":"2023-07-14T20:37:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cottsay","name":"Scott K Logan","path":"/cottsay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144588?s=80&v=4"},"commit":{"message":"Fix TypeError when CMAKE_GENERATOR isn't present (#128)\n\nWhile building, I received this error at the line corrected:\r\nTypeError: argument of type 'NoneType' is not iterable\r\n\r\nThis happens because get_variable_from_cmake_cache() returns None. This line fixes it.","shortMessageHtmlLink":"Fix TypeError when CMAKE_GENERATOR isn't present (#128)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xM1QxODo1NDo0MC4wMDAwMDBazwAAAARkwZRH","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xM1QxODo1NDo0MC4wMDAwMDBazwAAAARkwZRH","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xNFQyMDozNzozNi4wMDAwMDBazwAAAANV6kEe"}},"title":"Activity · colcon/colcon-cmake"}