{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":344616668,"defaultBranch":"main","name":"PHPCompatibilityMagento","ownerLogin":"PHPCompatibility","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-03-04T21:39:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/41186537?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713966662.0","currentOid":""},"activityList":{"items":[{"before":"c7c6f53823875f065c361ba82c627a58270c236a","after":null,"ref":"refs/heads/feature/switch-to-fork-of-phpcs","pushedAt":"2024-04-24T14:08:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wimg","name":"Wim Godden","path":"/wimg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/313511?s=80&v=4"}},{"before":"2cdfa937b3d78dedcbffa73079f5c66c2cfd692c","after":"3c97c44f129f4575849256c17e97be64b989d6b9","ref":"refs/heads/main","pushedAt":"2024-04-24T14:08:49.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"wimg","name":"Wim Godden","path":"/wimg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/313511?s=80&v=4"},"commit":{"message":"Merge pull request #7 from PHPCompatibility/feature/switch-to-fork-of-phpcs\n\nSwitch to PHPCSStandards/PHP_CodeSniffer","shortMessageHtmlLink":"Merge pull request #7 from PHPCompatibility/feature/switch-to-fork-of…"}},{"before":"f123bcf45ac5b861d70bd7a4f20e01a52bb61351","after":"c7c6f53823875f065c361ba82c627a58270c236a","ref":"refs/heads/feature/switch-to-fork-of-phpcs","pushedAt":"2024-04-24T13:56:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Switch to PHPCSStandards/PHP_CodeSniffer\n\nThe Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation.\n\nRef:\n* squizlabs/PHP_CodeSniffer 3932","shortMessageHtmlLink":"Switch to PHPCSStandards/PHP_CodeSniffer"}},{"before":"747edc2ac294e8aef8bdcf49bae02f2d06a08be8","after":"2cdfa937b3d78dedcbffa73079f5c66c2cfd692c","ref":"refs/heads/main","pushedAt":"2024-04-24T13:54:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Merge pull request #5 from fredden/feature/composer.lock-false\n\nComposer: avoid writing a lock file","shortMessageHtmlLink":"Merge pull request #5 from fredden/feature/composer.lock-false"}},{"before":null,"after":"f123bcf45ac5b861d70bd7a4f20e01a52bb61351","ref":"refs/heads/feature/switch-to-fork-of-phpcs","pushedAt":"2024-04-24T13:51:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Switch to PHPCSStandards/PHP_CodeSniffer\n\nThe Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation.\n\nRef:\n* squizlabs/PHP_CodeSniffer 3932","shortMessageHtmlLink":"Switch to PHPCSStandards/PHP_CodeSniffer"}},{"before":"0cbf816e1754a4e5e0046e3e96286ee5f130dd2d","after":null,"ref":"refs/heads/feature/ghactions-xmllint-bypass-apt-get-update","pushedAt":"2024-04-24T13:48:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"175c7f4577ce6fae8b318cfea3d6cfbed164fea6","after":"747edc2ac294e8aef8bdcf49bae02f2d06a08be8","ref":"refs/heads/main","pushedAt":"2024-04-24T13:48:56.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Merge pull request #6 from PHPCompatibility/feature/ghactions-xmllint-bypass-apt-get-update\n\nGH Actions: work around intermittent apt-get errors","shortMessageHtmlLink":"Merge pull request #6 from PHPCompatibility/feature/ghactions-xmllint…"}},{"before":null,"after":"0cbf816e1754a4e5e0046e3e96286ee5f130dd2d","ref":"refs/heads/feature/ghactions-xmllint-bypass-apt-get-update","pushedAt":"2024-04-24T10:53:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"GH Actions: work around intermittent apt-get errors\n\nOkay, so apparently, there is a long-standing bug in the Microsoft package deploy process which caused `apt-get update` to fail in the first half hour after Microsoft has deployed a package.\n\nThe failure looks like this:\n```\nE: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)\n```\n\nAs this only happens intermittently (after a MS package deploy), the chance of running into this bug are slim, but guess what: today I ran into it.\n\nThis change to the workflow is intended to prevent the next person running into this issue from having to waste time on figuring this out.\n\nBy splitting the \"Install xmllint\" step into two steps: one doing the `apt-get update` and one doing the actual install and making the first step one which is allowed to `continue-on-error`, this issue should hopefully not crop up anymore.\n\nAny errors in the `apt-get update` step will now be ignored and as most errors which could potentially come from that step are irrelevant for the rest of the job anyway, this is fine.\nIf a relevant error would be surfaced, the next step (the xmllint install), will fail the job anyway.\n\nRefs:\n* https://github.com/actions/runner-images/issues/3410\n* https://github.com/dotnet/core/issues/4167","shortMessageHtmlLink":"GH Actions: work around intermittent apt-get errors"}},{"before":"e96117bdebed793805c1ea07d5bc5ca0edc18b6f","after":"175c7f4577ce6fae8b318cfea3d6cfbed164fea6","ref":"refs/heads/main","pushedAt":"2023-12-02T23:25:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Add dependabot configuration file\n\nThis commit adds an initial Dependabot configuration to:\n* Submit pull requests for security updates and version updates for GH Action runner dependencies.\n\nThis PR doesn't include a config for the Composer dependencies as those will always need managed updates for this repo.\n\nThe configuration has been set up to:\n* Run weekly (for now).\n* Submit a maximum of 5 pull requests at a time.\n If additional pull requests are needed, these will subsequently be submitted the next time Dependabot runs after one or more of the open pull requests have been merged.\n* The commit messages for PRs submitted by Dependabot will be prefixed according the unofficial conventions used in this repo up to now.\n* The PRs will automatically be labelled with an appropriate label as already in use in this repo.\n\nRefs:\n* https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file\n* https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy","shortMessageHtmlLink":"Add dependabot configuration file"}},{"before":"41f9e3180a07a41787e7500b40a8dbedb9b0d759","after":"e96117bdebed793805c1ea07d5bc5ca0edc18b6f","ref":"refs/heads/main","pushedAt":"2023-12-02T23:20:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Composer.json: add link to security policy\n\nThis is a new feature available since Composer 2.6.0, which was released a little while ago.\n\nWhen this key is added, it will also show a link to the security policy on Packagist.\n\nThe security policy itself has been added to the organisation `.github` repository and can be accessed via the `security/policy` link on each repo.\n\nRefs:\n* https://github.com/composer/composer/releases/tag/2.6.0\n* https://github.com/composer/composer/pull/11271\n* https://github.com/composer/packagist/pull/1353","shortMessageHtmlLink":"Composer.json: add link to security policy"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOTUm6QA","startCursor":null,"endCursor":null}},"title":"Activity · PHPCompatibility/PHPCompatibilityMagento"}