{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":91386843,"defaultBranch":"master","name":"ansible-merge-vars","ownerLogin":"fajpunk","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-05-15T21:33:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/330402?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702616962.0","currentOid":""},"activityList":{"items":[{"before":"b5a70f64cabf36dea56e911b944a43f3cc894e1e","after":"addae5a554e1b3c0b12a91d72259777f58d135a7","ref":"refs/heads/revive","pushedAt":"2023-12-18T18:34:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"1623e657276d028b51526115dfea452ceb76a0fc","after":"b5a70f64cabf36dea56e911b944a43f3cc894e1e","ref":"refs/heads/revive","pushedAt":"2023-12-18T18:33:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"dfe6cd2e2b437e0ffbf420ea6454073bb3bdf4cd","after":"1623e657276d028b51526115dfea452ceb76a0fc","ref":"refs/heads/revive","pushedAt":"2023-12-18T18:32:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"07fb891c48ee3d7de6c5ceca55f1533fa0feb714","after":"dfe6cd2e2b437e0ffbf420ea6454073bb3bdf4cd","ref":"refs/heads/revive","pushedAt":"2023-12-18T18:30:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"51d80b7d2163caf3d240bc64577ab5a6d4d9413d","after":"07fb891c48ee3d7de6c5ceca55f1533fa0feb714","ref":"refs/heads/revive","pushedAt":"2023-12-18T05:43:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"d606dc6ac17270863f6853938e335cc67fdb1e78","after":"51d80b7d2163caf3d240bc64577ab5a6d4d9413d","ref":"refs/heads/revive","pushedAt":"2023-12-18T05:36:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"3dd6e1077fa61abc80f7223827637ebbb10e0346","after":"d606dc6ac17270863f6853938e335cc67fdb1e78","ref":"refs/heads/revive","pushedAt":"2023-12-18T05:34:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally\n* Add a link to [a proposed alternative way to do this](https://github.com/leapfrogonline/ansible-merge-vars/issues/43) with pure Ansible to the Readme","shortMessageHtmlLink":"Revive tests"}},{"before":"0d5e52bc61ff158a2e415e83e951886beba11258","after":"3dd6e1077fa61abc80f7223827637ebbb10e0346","ref":"refs/heads/revive","pushedAt":"2023-12-18T05:26:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Revive tests\n\nThis PR gets the tests to pass with all the latest minor versions of all currently existing Python and Ansible versions. It was not pleasant work. There have been a lot of Ansible versions and a lot of Python versions and a lot of changes to... just about everything involved here... since I last had the time to work on this!\n\nBy some miracle, the plugin itself has *NOT* needed *ANY* changes. It still totally works.\n\n* Add new Python and Ansible version combos to the generated tox.ini\n* Restrict the Jinja2 version for some combos because it was [too broadly specified in the Ansible deps](https://github.com/ansible/ansible/issues/77356)\n* Remove the [deprecated](https://github.com/ansible/ansible/issues/75828) `Templar.set_available_variables` method in a test util function (luckily there is another way to do this that works for all Ansible versions)\n* Run each job in official python images: the [setup-python](https://github.com/actions/setup-python) action [no longer supports 2.7](https://github.com/actions/setup-python/issues/672), and not all 3.x versions can be installed in the same Ubuntu runner anyway.\n* Don't use [tox-gh-actions](https://pypi.org/project/tox-gh-actions/): the version that supports running in containers isn't compatible with all of the python versions that we need [issue](https://github.com/ymyzk/tox-gh-actions/pull/114/files)\n* Restrict tox to a version that both supports Python 2.7 and supports filtering envs\n* Explicitly call out `asdf` dependency for getting all tox combos to pass locally","shortMessageHtmlLink":"Revive tests"}},{"before":"8b1c88a28e567bbbab314c6f8c7bb2d9ab9799e2","after":"0d5e52bc61ff158a2e415e83e951886beba11258","ref":"refs/heads/revive","pushedAt":"2023-12-18T04:40:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"f1ee4e49e3b9f29a76166d6720dd2577a1beebfa","after":"8b1c88a28e567bbbab314c6f8c7bb2d9ab9799e2","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:38:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"ebaff215088dd936a0bdd81732095152eac6baaf","after":"f1ee4e49e3b9f29a76166d6720dd2577a1beebfa","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:35:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"275a83331c2fc8585ba3df55559e4ca2dc8551e6","after":"ebaff215088dd936a0bdd81732095152eac6baaf","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:33:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"af4db7df1f02fac69baa9f8f58b21ae1b07f8eb5","after":"275a83331c2fc8585ba3df55559e4ca2dc8551e6","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:32:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"84416ad4eea303317c7c0e9b1fa69c2ce402fe71","after":"af4db7df1f02fac69baa9f8f58b21ae1b07f8eb5","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:30:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"5ca84bd7a4048404f48e680b16056695bea28243","after":"84416ad4eea303317c7c0e9b1fa69c2ce402fe71","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:18:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"e9a729fe68cbf48941a6b5235f9f93a01e509e5c","after":"5ca84bd7a4048404f48e680b16056695bea28243","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:17:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"d061a5fdd7eb11843414c506cd1e3185d8b99ca3","after":"e9a729fe68cbf48941a6b5235f9f93a01e509e5c","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:11:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"16576ebe42a63e080c41c1a613b6041a2ccbfd4c","after":"d061a5fdd7eb11843414c506cd1e3185d8b99ca3","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:08:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"49551e459d39d4e22c38ed957f0bd938367dc700","after":"16576ebe42a63e080c41c1a613b6041a2ccbfd4c","ref":"refs/heads/revive","pushedAt":"2023-12-18T03:04:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"c75dbee122a8ebfb43294ae04986624b39b22499","after":"49551e459d39d4e22c38ed957f0bd938367dc700","ref":"refs/heads/revive","pushedAt":"2023-12-18T02:38:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"f14603818fb747781ccac3e48f2eadb18ffba1fa","after":"c75dbee122a8ebfb43294ae04986624b39b22499","ref":"refs/heads/revive","pushedAt":"2023-12-18T02:33:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"70fe67492e33cf8a9b613e9f7914293c363dca73","after":"f14603818fb747781ccac3e48f2eadb18ffba1fa","ref":"refs/heads/revive","pushedAt":"2023-12-18T02:05:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"e845a1034e56da1e74a68860abcb5b82c0ee0bf0","after":"70fe67492e33cf8a9b613e9f7914293c363dca73","ref":"refs/heads/revive","pushedAt":"2023-12-17T22:27:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"6514953c59f27a116911c0ce1f68360f0552ebde","after":"e845a1034e56da1e74a68860abcb5b82c0ee0bf0","ref":"refs/heads/revive","pushedAt":"2023-12-17T22:06:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"5d97eaee8e3a4548424cdcb1125cee91752eda4d","after":"6514953c59f27a116911c0ce1f68360f0552ebde","ref":"refs/heads/revive","pushedAt":"2023-12-17T22:06:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"585dfe8839c4a630fc5a26814dbdaeb3f61243ce","after":"5d97eaee8e3a4548424cdcb1125cee91752eda4d","ref":"refs/heads/revive","pushedAt":"2023-12-17T22:05:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"abfac2f5e47198563f36f86696e98f07d4c4262f","after":"585dfe8839c4a630fc5a26814dbdaeb3f61243ce","ref":"refs/heads/revive","pushedAt":"2023-12-17T22:00:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"478695cdade26b574bd075ec50bd34e1fc785740","after":"abfac2f5e47198563f36f86696e98f07d4c4262f","ref":"refs/heads/revive","pushedAt":"2023-12-17T21:58:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"67dafc2c47c902f5911c64eb7edcdff7ba3979b9","after":"478695cdade26b574bd075ec50bd34e1fc785740","ref":"refs/heads/revive","pushedAt":"2023-12-17T21:35:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}},{"before":"344166fde72e99dc14b1a6d36718068933703026","after":"67dafc2c47c902f5911c64eb7edcdff7ba3979b9","ref":"refs/heads/revive","pushedAt":"2023-12-17T21:34:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fajpunk","name":"Dan Fuchs","path":"/fajpunk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330402?s=80&v=4"},"commit":{"message":"Add back 3.5 and 3.6... \"Don't make it worse\"","shortMessageHtmlLink":"Add back 3.5 and 3.6... \"Don't make it worse\""}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0xOFQxODozNDo1Ni4wMDAwMDBazwAAAAPNKRGB","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0xOFQxODozNDo1Ni4wMDAwMDBazwAAAAPNKRGB","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0xN1QyMTozNDoyMC4wMDAwMDBazwAAAAPMaWuv"}},"title":"Activity ยท fajpunk/ansible-merge-vars"}