{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":653298903,"defaultBranch":"main","name":"ansible-dev-tools","ownerLogin":"ansible","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-13T19:35:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1507452?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726756094.0","currentOid":""},"activityList":{"items":[{"before":"253af2faedc1d6a43435ba49ae16854b2cb61d2f","after":"f7fee63a87f7fdffe0c4ab178b18b17646544073","ref":"refs/heads/chore/gha","pushedAt":"2024-09-20T11:45:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"},"commit":{"message":"Merge branch 'main' into chore/gha","shortMessageHtmlLink":"Merge branch 'main' into chore/gha"}},{"before":"ea0f3d43093205a15186e1457b4c86417bbf5867","after":"2488f076b15931ed15280a9b5c48bc477f267cd3","ref":"refs/heads/chore/build","pushedAt":"2024-09-20T11:44:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"},"commit":{"message":"Merge branch 'main' into chore/build","shortMessageHtmlLink":"Merge branch 'main' into chore/build"}},{"before":"be6cb74b91685d1a5257863fb3136a532f23e4e7","after":"b7825c9022f2dc32152b596cec7eb66f8970bd26","ref":"refs/heads/main","pushedAt":"2024-09-20T11:34:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"},"commit":{"message":"Add test for ansible-builder (#377)\n\nChange the server in container url to 0.0.0.0, which should be safer long-term and resolve some odd errors found with podman related to pasta.\r\nLog the container run command for easier troubleshooting locally outside the test suite.\r\nAdd an execution environment build test\r\nNote the failure in this test run:\r\nopening file /sys/fs/cgroup/cgroup.subtree_control for writing: Read-only file system\r\nhttps://github.com/ansible/ansible-dev-tools/actions/runs/10930266208/job/30342982168?pr=377\r\n\r\nThis is why unmask=/sys/fs/cgroup is added after the initial addition of the EE test which works for podman.\r\n\r\nFor docker based on: moby/moby#42275 (comment)\r\n--privileged was added (not ideal, but few options)\r\n\r\nOn macOS/intel/podman desktop the following errors were found:\r\nError: crun: mknod /dev/null: Operation not permitted: OCI permission denied\r\n\r\nthe following was added to resolve this error:\r\n\r\n--cap-add=mknod (docker gets this by default)\r\n\r\nthis allowed all tests to pass on macOS/intel/podman desktop\r\n\r\n277.32s call tests/integration/test_container.py::test_builder\r\n6.21s call tests/integration/test_container.py::test_nav_playbook\r\n4.99s call tests/integration/test_container.py::test_nav_collections\r\n3.56s call tests/integration/test_container.py::test_navigator_simple_c_in_c\r\n3.18s call tests/integration/test_container.py::test_nav_collection\r\n2.77s call tests/integration/test_container.py::test_navigator_simple\r\n2.58s call tests/integration/test_container.py::test_podman\r\n1.23s call tests/integration/test_container.py::test_nav_images\r\n1.15s setup tests/integration/test_container.py::test_nav_collections\r\n0.78s setup tests/integration/test_container.py::test_nav_playbook\r\n======================================= 34 passed, 1 warning in 310.65s (0:05:10) =======================================\r\nAdditional changes necessary for Windows user include the addition of\r\n \"--cap-add=NET_ADMIN\",\r\nto avoid bpf query: Operation failed errors when building an EE\r\n\r\n---------\r\n\r\nCo-authored-by: Brad Thornton ","shortMessageHtmlLink":"Add test for ansible-builder (#377)"}},{"before":"7c61bb6eb19fe553c9b62e67c2bda01a9add42b8","after":null,"ref":"refs/heads/dependabot/pip/dot-config/dependencies-81931e5992","pushedAt":"2024-09-19T14:28:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ansibuddy","name":"Ansible Bot","path":"/ansibuddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107943535?s=80&v=4"}},{"before":"9d0e1b0b0009ed3f949df4b47e82e02f8c6a529e","after":"be6cb74b91685d1a5257863fb3136a532f23e4e7","ref":"refs/heads/main","pushedAt":"2024-09-19T14:28:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ansibuddy","name":"Ansible Bot","path":"/ansibuddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107943535?s=80&v=4"},"commit":{"message":"Bump the dependencies group in /.config with 10 updates (#374)\n\n* Bump the dependencies group in /.config with 10 updates\n\nBumps the dependencies group in /.config with 10 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` |\n| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` |\n| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.5` | `1.2.0` |\n| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.35` |\n| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.3` | `2.23.4` |\n| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.3` | `4.3.6` |\n| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.7.2` |\n| [tox](https://github.com/tox-dev/tox) | `4.18.1` | `4.19.0` |\n| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` |\n| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.4` | `20.26.5` |\n\n\nUpdates `astroid` from 3.2.4 to 3.3.2\n- [Release notes](https://github.com/pylint-dev/astroid/releases)\n- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)\n- [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.4...v3.3.2)\n\nUpdates `filelock` from 3.16.0 to 3.16.1\n- [Release notes](https://github.com/tox-dev/py-filelock/releases)\n- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1)\n\nUpdates `mkdocs-macros-plugin` from 1.0.5 to 1.2.0\n- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)\n- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.0.5...v1.2.0)\n\nUpdates `mkdocs-material` from 9.5.34 to 9.5.35\n- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)\n- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)\n- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.35)\n\nUpdates `pipdeptree` from 2.23.3 to 2.23.4\n- [Release notes](https://github.com/tox-dev/pipdeptree/releases)\n- [Commits](https://github.com/tox-dev/pipdeptree/compare/2.23.3...2.23.4)\n\nUpdates `platformdirs` from 4.3.3 to 4.3.6\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6)\n\nUpdates `pyproject-api` from 1.7.1 to 1.7.2\n- [Release notes](https://github.com/tox-dev/pyproject-api/releases)\n- [Commits](https://github.com/tox-dev/pyproject-api/compare/1.7.1...1.7.2)\n\nUpdates `tox` from 4.18.1 to 4.19.0\n- [Release notes](https://github.com/tox-dev/tox/releases)\n- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/tox/compare/4.18.1...4.19.0)\n\nUpdates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917\n- [Commits](https://github.com/python/typeshed/commits)\n\nUpdates `virtualenv` from 20.26.4 to 20.26.5\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5)\n\n---\nupdated-dependencies:\n- dependency-name: astroid\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: filelock\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: mkdocs-macros-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: mkdocs-material\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: pipdeptree\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: platformdirs\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: pyproject-api\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: tox\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: types-pyyaml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: virtualenv\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] \n\n* Revert astroid to 3.2.4\n\n---------\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Kate Case ","shortMessageHtmlLink":"Bump the dependencies group in /.config with 10 updates (#374)"}},{"before":"d4318c5007068cfd2c452914f1a7317897221a43","after":"7c61bb6eb19fe553c9b62e67c2bda01a9add42b8","ref":"refs/heads/dependabot/pip/dot-config/dependencies-81931e5992","pushedAt":"2024-09-19T14:14:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Qalthos","name":"Kate Case","path":"/Qalthos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/649648?s=80&v=4"},"commit":{"message":"Revert astroid to 3.2.4","shortMessageHtmlLink":"Revert astroid to 3.2.4"}},{"before":null,"after":"ea0f3d43093205a15186e1457b4c86417bbf5867","ref":"refs/heads/chore/build","pushedAt":"2024-09-18T11:32:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Avoid docker build summaries","shortMessageHtmlLink":"Avoid docker build summaries"}},{"before":null,"after":"d4318c5007068cfd2c452914f1a7317897221a43","ref":"refs/heads/dependabot/pip/dot-config/dependencies-81931e5992","pushedAt":"2024-09-18T10:50:28.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 the dependencies group in /.config with 10 updates\n\nBumps the dependencies group in /.config with 10 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` |\n| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` |\n| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.5` | `1.2.0` |\n| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.35` |\n| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.3` | `2.23.4` |\n| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.3` | `4.3.6` |\n| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.7.2` |\n| [tox](https://github.com/tox-dev/tox) | `4.18.1` | `4.19.0` |\n| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` |\n| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.4` | `20.26.5` |\n\n\nUpdates `astroid` from 3.2.4 to 3.3.2\n- [Release notes](https://github.com/pylint-dev/astroid/releases)\n- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)\n- [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.4...v3.3.2)\n\nUpdates `filelock` from 3.16.0 to 3.16.1\n- [Release notes](https://github.com/tox-dev/py-filelock/releases)\n- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1)\n\nUpdates `mkdocs-macros-plugin` from 1.0.5 to 1.2.0\n- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)\n- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.0.5...v1.2.0)\n\nUpdates `mkdocs-material` from 9.5.34 to 9.5.35\n- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)\n- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)\n- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.35)\n\nUpdates `pipdeptree` from 2.23.3 to 2.23.4\n- [Release notes](https://github.com/tox-dev/pipdeptree/releases)\n- [Commits](https://github.com/tox-dev/pipdeptree/compare/2.23.3...2.23.4)\n\nUpdates `platformdirs` from 4.3.3 to 4.3.6\n- [Release notes](https://github.com/tox-dev/platformdirs/releases)\n- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)\n- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6)\n\nUpdates `pyproject-api` from 1.7.1 to 1.7.2\n- [Release notes](https://github.com/tox-dev/pyproject-api/releases)\n- [Commits](https://github.com/tox-dev/pyproject-api/compare/1.7.1...1.7.2)\n\nUpdates `tox` from 4.18.1 to 4.19.0\n- [Release notes](https://github.com/tox-dev/tox/releases)\n- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/tox-dev/tox/compare/4.18.1...4.19.0)\n\nUpdates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917\n- [Commits](https://github.com/python/typeshed/commits)\n\nUpdates `virtualenv` from 20.26.4 to 20.26.5\n- [Release notes](https://github.com/pypa/virtualenv/releases)\n- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)\n- [Commits](https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5)\n\n---\nupdated-dependencies:\n- dependency-name: astroid\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: filelock\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: mkdocs-macros-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: mkdocs-material\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: pipdeptree\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: platformdirs\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: pyproject-api\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: tox\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n- dependency-name: types-pyyaml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n- dependency-name: virtualenv\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the dependencies group in /.config with 10 updates"}},{"before":"16c28915d664bf094564ecdbcfb49202d8fdf9e8","after":null,"ref":"refs/heads/chore/dependabot","pushedAt":"2024-09-18T10:41:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"}},{"before":"b528b860107b500329f627807ed68b8bd014adc4","after":"9d0e1b0b0009ed3f949df4b47e82e02f8c6a529e","ref":"refs/heads/main","pushedAt":"2024-09-18T10:41:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Configure dependabot to update actions (#373)","shortMessageHtmlLink":"Configure dependabot to update actions (#373)"}},{"before":null,"after":"16c28915d664bf094564ecdbcfb49202d8fdf9e8","ref":"refs/heads/chore/dependabot","pushedAt":"2024-09-18T10:17:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Configure dependabot to update actions","shortMessageHtmlLink":"Configure dependabot to update actions"}},{"before":"7df7af24c1626648da717ec54ecae05c9b0b0016","after":"253af2faedc1d6a43435ba49ae16854b2cb61d2f","ref":"refs/heads/chore/gha","pushedAt":"2024-09-18T10:16:20.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Merge branch 'main' into chore/gha","shortMessageHtmlLink":"Merge branch 'main' into chore/gha"}},{"before":"7d6a2b9f78144eb8dc962fccf0af12314006e1c5","after":"b528b860107b500329f627807ed68b8bd014adc4","ref":"refs/heads/main","pushedAt":"2024-09-18T10:04:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Removing --user=root param for container-in-container test (#372)","shortMessageHtmlLink":"Removing --user=root param for container-in-container test (#372)"}},{"before":"765c16c6dfb191231a0e292fb4fc10fe17874f81","after":"7d6a2b9f78144eb8dc962fccf0af12314006e1c5","ref":"refs/heads/main","pushedAt":"2024-09-17T18:35:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Change default container user to root (#364)\n\n* Change default container user to root\r\n\r\n* Continuing to use upstream image for the time being\r\n\r\n* Change default container user to root\r\n\r\n* Continuing to use upstream image for the time being","shortMessageHtmlLink":"Change default container user to root (#364)"}},{"before":"c5a4f14c1433fd93eb1e9cca450f36f2ec5f1cb9","after":"7df7af24c1626648da717ec54ecae05c9b0b0016","ref":"refs/heads/chore/gha","pushedAt":"2024-09-17T18:25:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"},"commit":{"message":"Merge branch 'main' into chore/gha","shortMessageHtmlLink":"Merge branch 'main' into chore/gha"}},{"before":"a696a72bd81fd89f563b32ef5a2964fd21bf9b34","after":"765c16c6dfb191231a0e292fb4fc10fe17874f81","ref":"refs/heads/main","pushedAt":"2024-09-17T18:10:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Add test for container-in-container functionality (#367)\n\nCo-authored-by: Sorin Sbarnea \r\nCo-authored-by: Bradley A. Thornton ","shortMessageHtmlLink":"Add test for container-in-container functionality (#367)"}},{"before":null,"after":"c5a4f14c1433fd93eb1e9cca450f36f2ec5f1cb9","ref":"refs/heads/chore/gha","pushedAt":"2024-09-17T17:54:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Run image building in parallel with tox tests","shortMessageHtmlLink":"Run image building in parallel with tox tests"}},{"before":"1b07b70801624e85f3a2d71f3c1ba4ec139f9c20","after":null,"ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T17:50:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"}},{"before":"6c8702bde2159c6c4abf416ec3286f862857533f","after":"a696a72bd81fd89f563b32ef5a2964fd21bf9b34","ref":"refs/heads/main","pushedAt":"2024-09-17T17:50:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cidrblock","name":"Bradley A. Thornton","path":"/cidrblock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18386516?s=80&v=4"},"commit":{"message":"Use pipx to install build dependencies on GHA runners (#370)\n\n* Install pip on build runners\r\n\r\n* Fixing pip commands to be pipx\r\n\r\n---------\r\n\r\nCo-authored-by: alisonlhart ","shortMessageHtmlLink":"Use pipx to install build dependencies on GHA runners (#370)"}},{"before":"348a3cf444a4960b3d0375bfc85d8f4bff29eaa5","after":"1b07b70801624e85f3a2d71f3c1ba4ec139f9c20","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T17:35:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Fixing pip commands to be pipx","shortMessageHtmlLink":"Fixing pip commands to be pipx"}},{"before":"d1ab0991afd300522613adc34270bba8ac9e5833","after":"348a3cf444a4960b3d0375bfc85d8f4bff29eaa5","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T17:23:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Fixing pip commands to be pipx","shortMessageHtmlLink":"Fixing pip commands to be pipx"}},{"before":"057439e98fdff63d242edcb2b78d5a05aaf48ad6","after":"d1ab0991afd300522613adc34270bba8ac9e5833","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T17:22:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":"d1ab0991afd300522613adc34270bba8ac9e5833","after":"057439e98fdff63d242edcb2b78d5a05aaf48ad6","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T17:15:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alisonlhart","name":"Alison Hart","path":"/alisonlhart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33847401?s=80&v=4"},"commit":{"message":"Fixing pip commands to be pipx","shortMessageHtmlLink":"Fixing pip commands to be pipx"}},{"before":"062ffe5790e552bd5096ee40d15f34759251f4af","after":"d1ab0991afd300522613adc34270bba8ac9e5833","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T13:51:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":"90146a9344e2b25810011ab9b2ac16406d5ae0b4","after":"062ffe5790e552bd5096ee40d15f34759251f4af","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T13:35:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":"356189b70752b32bed1d23ad356d94ad61759945","after":"90146a9344e2b25810011ab9b2ac16406d5ae0b4","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T13:05:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":"833e1b100a0f6f51cd76bcf115668134683a310a","after":"356189b70752b32bed1d23ad356d94ad61759945","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T12:51:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":null,"after":"833e1b100a0f6f51cd76bcf115668134683a310a","ref":"refs/heads/fix/squash","pushedAt":"2024-09-17T12:51:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Install pip on build runners","shortMessageHtmlLink":"Install pip on build runners"}},{"before":"10b660c701718bfaaf3f0c18336ef7d536085696","after":"6c8702bde2159c6c4abf416ec3286f862857533f","ref":"refs/heads/main","pushedAt":"2024-09-17T12:49:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Remove IRC link from docs (#369)","shortMessageHtmlLink":"Remove IRC link from docs (#369)"}},{"before":"514290303d9c46285a4ea4f007eacd3fda9b433f","after":"10b660c701718bfaaf3f0c18336ef7d536085696","ref":"refs/heads/main","pushedAt":"2024-09-17T12:49:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ssbarnea","name":"Sorin Sbarnea","path":"/ssbarnea","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102495?s=80&v=4"},"commit":{"message":"Change Getting started EE guide reference to point to the relevant location (#354)","shortMessageHtmlLink":"Change Getting started EE guide reference to point to the relevant lo…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMTo0NTowNC4wMDAwMDBazwAAAAS75WdR","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMTo0NTowNC4wMDAwMDBazwAAAAS75WdR","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMjo0OToxNi4wMDAwMDBazwAAAAS4hf4U"}},"title":"Activity · ansible/ansible-dev-tools"}