{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":11733164,"defaultBranch":"main","name":"news","ownerLogin":"georgringer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-07-29T06:55:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1905663?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716410151.0","currentOid":""},"activityList":{"items":[{"before":"5b93f608474726006c29a2bc51e2dea753f77f6b","after":"b5deaff0d613fb13306d91cc4ac697ed2f79b55f","ref":"refs/heads/12-13","pushedAt":"2024-05-27T19:58:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOC] Adopt linkhandler path","shortMessageHtmlLink":"[DOC] Adopt linkhandler path"}},{"before":"05c237daffb221a169472920435e2935fc915f3c","after":"5b93f608474726006c29a2bc51e2dea753f77f6b","ref":"refs/heads/12-13","pushedAt":"2024-05-24T06:32:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Simplify code in NewsRowInitializeNew","shortMessageHtmlLink":"[TASK] Simplify code in NewsRowInitializeNew"}},{"before":"510c430a2ad59e83456dc1cfc40b1a6150d4db9d","after":"05c237daffb221a169472920435e2935fc915f3c","ref":"refs/heads/12-13","pushedAt":"2024-05-22T20:37:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOCS] Fix contents menu and other warnings (#2482)\n\nReplace contents menus with confval-menu where used for properties","shortMessageHtmlLink":"[DOCS] Fix contents menu and other warnings (#2482)"}},{"before":null,"after":"089acc94f3d412fac458a6ed0511d70bfadab7ac","ref":"refs/heads/bugfix/docs-12-13","pushedAt":"2024-05-22T20:35:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"linawolf","name":"Lina Wolf","path":"/linawolf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48202465?s=80&v=4"},"commit":{"message":"[DOCS] Fix contents menu and other warnings\n\nReplace contents menus with confval-menu where used for properties","shortMessageHtmlLink":"[DOCS] Fix contents menu and other warnings"}},{"before":"7e6d8f8f24b5a40cfb80dd4a43fe0e048d8454a7","after":"9c74fd879a7ea61a3dda23d517646d31970ed484","ref":"refs/heads/main","pushedAt":"2024-05-22T19:18:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Streamline Build/Scripts/runTests.sh (#2480)\n\nThis change modifies the `Build/Scripts/runTests.sh`\r\nexecution wrapper to be in line with current TYPO3\r\ncore implementation.\r\n\r\nThis contains following tasks:\r\n\r\n* Modify `Build/Scripts/runTests.sh`:\r\n * `-b ` switch to determine which\r\n container binary should be used.\r\n * Remove the usage of `docker-compose.yml` file and\r\n usage by replacing container execution call with\r\n docker or podman binary calls.\r\n * Include `bash trap` logic for container/network\r\n cleanup on abort signals.\r\n * deprecated the `-e` option in favour of direct\r\n command expansion using `--`.\r\n* Refactor suit command execution without docker-compose.\r\n* Remove `Build/testing-docker/docker-compose.yml` due\r\n to being obsolete now.\r\n* Add composer related temporary files to `.gitignore`\r\n and `.gitattributes`.\r\n* Add documentation rendering and test rendering to the\r\n `runTests.sh`.\r\n* Switched composer validate to remove deprecated `-e`\r\n option usage in GitHub action workflow and added the\r\n `--no-check-lock` option to mitigate lock file errors\r\n due to core switches.\r\n* Add `-s docsGenerate` as suite to `Build/Scripts/runTests.sh`\r\n to render the documentation.","shortMessageHtmlLink":"[TASK] Streamline Build/Scripts/runTests.sh (#2480)"}},{"before":"f8e776fcfff126161a37cd68f92b56d89f7896e7","after":"510c430a2ad59e83456dc1cfc40b1a6150d4db9d","ref":"refs/heads/12-13","pushedAt":"2024-05-22T19:18:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Streamline `12-13` branch handling (#2481)\n\n* [TASK] Streamline dependencies\r\n\r\nThis change streamlines the dependencies to a\r\nworkable set for TYPO3 v12 & v13 dual support.\r\n\r\nUsed command(s):\r\n\r\n```terminal\r\ncomposer require --dev --no-update \\\r\n \"phpunit/phpunit\":\"^10.5\" \\\r\n \"typo3/cms-install\":\"^12.4.2 || ^13.1\" \\\r\n \"typo3/cms-seo\":\"^12.4.2 || ^13.1\" \\\r\n \"typo3/testing-framework\":\"^8.0.9\"\r\n```\r\n\r\n* [TASK] Upgrade to `phpunit:^10` and `typo3/testing-framework:^8`\r\n\r\nThis change ...\r\n\r\n* adjust unit- and functional test configuration for `phpunit/phpunit 10.x`\r\n and `typo3/testing-framework 8.x`.\r\n* modifies tests to ensure static dataprovider methods by adding php-cs-fixer\r\n rule `php_unit_data_provider_static->force = true` [1].\r\n* modifies tests to use phpunit attributes instead of annotations:\r\n - @test => #[Test],\r\n - @dataProvider => #[dataProvider()]\r\n* removed invalid connection method mocks for old non doctrine connection\r\n handlings and also avoid no longer existing setMethods() calls.\r\n\r\nUsed command(s):\r\n\r\n```terminal\r\nBuild/Scripts/runTests.sh -p 8.1 -s cgl\r\n```\r\n\r\n[1] https://cs.symfony.com/doc/rules/php_unit/php_unit_data_provider_static.html\r\n\r\n* [TASk] Apply code style fixes\r\n\r\nApply code style fixes due to missing run for\r\nprevious test adjustmens related to phpunit\r\nraise.\r\n\r\nUsed command(s):\r\n\r\n```terminal\r\nBuild/Scripts/runTests.sh -p 8.1 -s cgl\r\n```\r\n\r\n* [TASK] Adjust github action workflow name\r\n\r\n* [TASK] Streamline Build/Scripts/runTests.sh\r\n\r\nThis change modifies the `Build/Scripts/runTests.sh`\r\nexecution wrapper to be in line with current TYPO3\r\ncore implementation.\r\n\r\nThis contains following tasks:\r\n\r\n* Modify `Build/Scripts/runTests.sh`:\r\n * `-b ` switch to determine which\r\n container binary should be used.\r\n * Remove the usage of `docker-compose.yml` file and\r\n usage by replacing container execution call with\r\n docker or podman binary calls.\r\n * Include `bash trap` logic for container/network\r\n cleanup on abort signals.\r\n * deprecated the `-e` option in favour of direct\r\n command expansion using `--`.\r\n* Refactor suit command execution without docker-compose.\r\n* Remove `Build/testing-docker/docker-compose.yml` due\r\n to being obsolete now.\r\n* Add composer related temporary files to `.gitignore`\r\n and `.gitattributes`.\r\n* Add documentation rendering and test rendering to the\r\n `runTests.sh`.\r\n* Switched composer validate to remove deprecated `-e`\r\n option usage in GitHub action workflow and added the\r\n `--no-check-lock` option to mitigate lock file errors\r\n due to core switches.\r\n\r\n* [TASK] Fix tests\r\n\r\n* [TASK] Cleanup TsConfig usage\r\n\r\n---------\r\n\r\nCo-authored-by: Georg Ringer ","shortMessageHtmlLink":"[TASK] Streamline 12-13 branch handling (#2481)"}},{"before":"019dd68f60404d90cd39022d52650d9511d8575e","after":"7e6d8f8f24b5a40cfb80dd4a43fe0e048d8454a7","ref":"refs/heads/main","pushedAt":"2024-05-17T06:23:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOCU] Add misc section for RSS feed (#2090)\n\n* [Bugfix] Constructor in subsequent proxyclasses\r\n\r\nThe constructorLines property is never unsetted in ClassCacheManager.\r\nThis results in added constructors for subsequent classes if this\r\nproperty is set.\r\n\r\nResetting this property to an empty array fixes this issue.\r\n\r\n* [DOKU] Add misc section for RSS feed\r\n\r\nAdd a section how to configure the\r\nsites configuration to get RSS feeds working.\r\n\r\n---------\r\n\r\nCo-authored-by: markus \r\nCo-authored-by: Stefan Frömken \r\nCo-authored-by: Stefan Frömken ","shortMessageHtmlLink":"[DOCU] Add misc section for RSS feed (#2090)"}},{"before":"ed85c9c8c2878bdd9d2ce14f1a61e52b1bb85642","after":"f8e776fcfff126161a37cd68f92b56d89f7896e7","ref":"refs/heads/12-13","pushedAt":"2024-05-17T06:04:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOC] How to create links with PHP #2098","shortMessageHtmlLink":"[DOC] How to create links with PHP #2098"}},{"before":"0554e47dcfa2bfd9a841b3df88e7b497584801bc","after":"019dd68f60404d90cd39022d52650d9511d8575e","ref":"refs/heads/main","pushedAt":"2024-05-17T06:04:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOC] How to create links with PHP #2098","shortMessageHtmlLink":"[DOC] How to create links with PHP #2098"}},{"before":"24d95d7501a7ff9b6d804aeb580acfc2e74a5454","after":"ed85c9c8c2878bdd9d2ce14f1a61e52b1bb85642","ref":"refs/heads/12-13","pushedAt":"2024-05-17T05:59:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Remove switchablecontrolleractions from old flexform #2302","shortMessageHtmlLink":"[TASK] Remove switchablecontrolleractions from old flexform #2302"}},{"before":"8f2f7778743eae45af2007a53afb80c88ae70d16","after":"0554e47dcfa2bfd9a841b3df88e7b497584801bc","ref":"refs/heads/main","pushedAt":"2024-05-17T05:58:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Remove switchablecontrolleractions from old flexform #2302","shortMessageHtmlLink":"[TASK] Remove switchablecontrolleractions from old flexform #2302"}},{"before":"14b5ffe800a3f9bdb7752a9fac6e374bfb566a05","after":"24d95d7501a7ff9b6d804aeb580acfc2e74a5454","ref":"refs/heads/12-13","pushedAt":"2024-05-16T05:53:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Fix possible notice","shortMessageHtmlLink":"[TASK] Fix possible notice"}},{"before":"c4c08098f09c3cac4e6e780b31a471b9bd675ad3","after":"8f2f7778743eae45af2007a53afb80c88ae70d16","ref":"refs/heads/main","pushedAt":"2024-05-16T05:50:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] Fix exception due missing check in ArgumentsViewHelper","shortMessageHtmlLink":"[BUGFIX] Fix exception due missing check in ArgumentsViewHelper"}},{"before":"a8a9f74c810821d29c02e07feb739b853d16936d","after":"14b5ffe800a3f9bdb7752a9fac6e374bfb566a05","ref":"refs/heads/12-13","pushedAt":"2024-05-14T18:21:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] 5th argument BU::wrapClickMenuOnIcon() must be an array (#2477)\n\nThis was introduced 2 weeks ago in https://review.typo3.org/c/Packages/TYPO3.CMS/+/83900\r\n\r\nIt blocks applying the latest TYPO3 security update v12.4.15","shortMessageHtmlLink":"[BUGFIX] 5th argument BU::wrapClickMenuOnIcon() must be an array (#2477)"}},{"before":"1955dfb0ac44460e7b68c36cebba08f86016fc0f","after":"c4c08098f09c3cac4e6e780b31a471b9bd675ad3","ref":"refs/heads/main","pushedAt":"2024-05-14T18:08:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Release of 11.4.2","shortMessageHtmlLink":"[TASK] Release of 11.4.2"}},{"before":"b3278fed5ad3f26d4d00addf173683e59409d67e","after":"1955dfb0ac44460e7b68c36cebba08f86016fc0f","ref":"refs/heads/main","pushedAt":"2024-05-14T12:17:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] 5th argument BU::wrapClickMenuOnIcon() must be an array (#2477)\n\nThis was introduced 2 weeks ago in https://review.typo3.org/c/Packages/TYPO3.CMS/+/83900\r\n\r\nIt blocks applying the latest TYPO3 security update v12.4.15","shortMessageHtmlLink":"[BUGFIX] 5th argument BU::wrapClickMenuOnIcon() must be an array (#2477)"}},{"before":"01e81f7f2de901a7b153690619fb249fa9dff1ec","after":"b3278fed5ad3f26d4d00addf173683e59409d67e","ref":"refs/heads/main","pushedAt":"2024-05-01T05:56:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"Fix typo in docs Index.rst (#2471)","shortMessageHtmlLink":"Fix typo in docs Index.rst (#2471)"}},{"before":"8b62835dd3c003ca1a248c5ba2204e5ff467ffca","after":"01e81f7f2de901a7b153690619fb249fa9dff1ec","ref":"refs/heads/main","pushedAt":"2024-05-01T05:55:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"Docs mention wrong linkHandler (#2473)\n\nWith using the (old) `TYPO3\\CMS\\Recordlist\\LinkHandler\\RecordLinkHandler` selecting news in sys_redirects isn't possible.","shortMessageHtmlLink":"Docs mention wrong linkHandler (#2473)"}},{"before":"24d5d7cadc57cd3b5986b181b1e8ac0028aed54e","after":"8b62835dd3c003ca1a248c5ba2204e5ff467ffca","ref":"refs/heads/main","pushedAt":"2024-04-24T20:37:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] Return correct response in handleNoNewsFoundError (#2470)","shortMessageHtmlLink":"[BUGFIX] Return correct response in handleNoNewsFoundError (#2470)"}},{"before":null,"after":"fef341f732052bf342735f4274ed0a7dd2bbe3cd","ref":"refs/heads/feature/handleNoNewsFoundError-2373","pushedAt":"2024-04-24T20:34:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] Return correct response in handleNoNewsFoundError","shortMessageHtmlLink":"[BUGFIX] Return correct response in handleNoNewsFoundError"}},{"before":"e59cb08c119407dea784654a22e380319b331a03","after":"24d5d7cadc57cd3b5986b181b1e8ac0028aed54e","ref":"refs/heads/main","pushedAt":"2024-04-24T20:26:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[BUGFIX] Reduce the number of possible combinations of categorys (#2378)\n\n* [BUGFIX] Ensure, that the ID to add/remove from the list is an integer\r\n\r\nFluid will take care of type casting if the ViewHelper is called non-statically, but does not convert any argument if it is called statically\r\n\r\n* [BUGFIX] Sort the list of categories to reduce the amount of possible combinations\r\n\r\nEach combination of category uids will result in a different cache hash. This means, that 1,3 and 3,1 are cached separately, although the order does not make a difference for the news listing.\r\nSorting the category uids ensures, that the number of possible combinations is as low as possible.\r\n\r\nFixes: #2374\r\n\r\n* [CS] Remove duplicate semicolon\r\n\r\n---------\r\n\r\nCo-authored-by: Georg Ringer ","shortMessageHtmlLink":"[BUGFIX] Reduce the number of possible combinations of categorys (#2378)"}},{"before":"dac459738eeb82106b1da3eb9277ffde240484f8","after":"e59cb08c119407dea784654a22e380319b331a03","ref":"refs/heads/main","pushedAt":"2024-04-24T20:26:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[DOCS] Modernize outdated conditions still using globalVar (#2469)\n\nWith the introduction of the symfony expression language since TYPO3 9.4, the old syntax (such as the use of `globalVar`) is considered as deprecated. This patch converts all conditions to the new syntax.\r\n\r\nA [null-safe operator in the TypoScript conditions](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.1/Feature-100586-Null-safeOperatorInTypoScriptConditions.html#feature-100586-null-safe-operator-in-typoscript-conditions) was deliberately not used in this patch, as this was only introduced from TYPO3 v12.1 onwards. As soon as support for v11 is ended, this more elegant abbreviation `[getTSFE()?.type == 9819]` can be used accordingly.\r\n\r\nIn addition, `[global]` is replaced by the more suitable variant `[END]`, which only terminates the previous condition.\r\n\r\nRelated: #2458","shortMessageHtmlLink":"[DOCS] Modernize outdated conditions still using globalVar (#2469)"}},{"before":"ca97ab1f2b6a973caa986f7865365e139f3a5290","after":"a8a9f74c810821d29c02e07feb739b853d16936d","ref":"refs/heads/12-13","pushedAt":"2024-04-24T18:51:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"},"commit":{"message":"[TASK] Rename github workflow","shortMessageHtmlLink":"[TASK] Rename github workflow"}},{"before":"36e5643c8ed02e1f6fcc7a01e9b5804383a641c9","after":null,"ref":"refs/heads/php83","pushedAt":"2024-04-24T18:51:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"2680fee7f06a0baefd14f83512d48d1dcfc946fc","after":null,"ref":"refs/heads/gha","pushedAt":"2024-04-24T18:51:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"c9fabf4b0f79955ce8f424b939d08d4d858737ec","after":null,"ref":"refs/heads/georgringer-patch-1","pushedAt":"2024-04-24T18:51:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"19288c67231b7e302ce387ea7fb2d385fe2c7e06","after":null,"ref":"refs/heads/analysis-rrReY3","pushedAt":"2024-04-24T18:51:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"51964c820bd4c671a7c7b0b723fbadf39fa559e3","after":null,"ref":"refs/heads/analysis-RPmnb9","pushedAt":"2024-04-24T18:50:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"1f088b95c27d2e1c816a4f7aad4dde91de12e484","after":null,"ref":"refs/heads/analysis-a67pym","pushedAt":"2024-04-24T18:50:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}},{"before":"97c4775a00759f8fe92662cec3b3cb20c6467d6b","after":null,"ref":"refs/heads/postgres","pushedAt":"2024-04-24T18:50:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georgringer","name":"Georg Ringer","path":"/georgringer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905663?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVTMcrwA","startCursor":null,"endCursor":null}},"title":"Activity · georgringer/news"}