{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":679313158,"defaultBranch":"main","name":"Rector","ownerLogin":"DmitryTronin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-16T15:01:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/33625946?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1692198203.0","currentOid":""},"activityList":{"items":[{"before":"7a5c17ca481e70fb4faf2cd73752c70dc51ad6b5","after":"b3bbc6e184675a5a2c7977a7b0642bcf96baf793","ref":"refs/heads/main","pushedAt":"2024-01-04T11:02:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Merge branch 'main' of github.com:DmitryTronin/Rector","shortMessageHtmlLink":"Merge branch 'main' of github.com:DmitryTronin/Rector"}},{"before":"08f0acad66ab319332cbf21e5b3ddbfa7ca0c36f","after":"7a5c17ca481e70fb4faf2cd73752c70dc51ad6b5","ref":"refs/heads/main","pushedAt":"2024-01-04T10:59:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Applied php-cs-fixer","shortMessageHtmlLink":"Applied php-cs-fixer"}},{"before":"b5613fa106a23827737a68e5db84182d1f6f0b3c","after":"08f0acad66ab319332cbf21e5b3ddbfa7ca0c36f","ref":"refs/heads/main","pushedAt":"2024-01-04T10:36:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"feat: Update PHPUnit configuration and add new PHP file\n\n- Updated `.fleet/run.json` to use relative path for `phpUnitExecutable`.\n- Removed unnecessary PHPUnit test configuration from `.fleet/run.json`.\n- Added new PHP file `phpversion.php`.\n- Updated `.fleet/settings.json` to include an empty `toolchains` array.\n- Updated `php.language.level` in `.fleet/settings.json` to be `8.1`.\n- Updated `DisposableEmailValidator.php` to remove an extra newline.\n- Added a comment in `DisposableEmailValidator.php`.\n- Added a comment in `EmailDataProviderTest.php`","shortMessageHtmlLink":"feat: Update PHPUnit configuration and add new PHP file"}},{"before":"5ac1bfbbee717e7992f3deeb1ea0c02e237de979","after":"b5613fa106a23827737a68e5db84182d1f6f0b3c","ref":"refs/heads/main","pushedAt":"2023-12-27T12:34:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"refactor: Update .fleet/run.json and .fleet/settings.json\n\n- Updated the configuration in .fleet/run.json, specifically the name and args of the \"rector\" configuration and the name and file of the \"php\" configuration.\n- Added two new configurations for PHPUnit tests, \"EmailAddressTest PHPUnit test\" and \"EmailAddressTest PHPUnit test 2\".\n\nUpdate .fleet/settings.json:\n\n- Changed the value of \"phpunit.executable\" to \"C:\\Projects\\PHP\\Rector\\vendor\\bin\\phpunit.bat\".\n- Changed the value of \"php.language.level\" to \"8.2\".\n\nUpdate .gitignore:\n\n- Added \".phpunit.result.cache\" to the ignored files list.\n\nUpdate composer.json:\n\n- Removed \"guzzlehttp/guzzle\" dependency from the \"require-dev\" section.\n\nUpdate src/EmailAddress.php:\n\n- Removed unused code.\n\nUpdate src/Validations/EmailHostValidator.php:\n\n- Added a docblock comment indicating the return type of the \"getValidatorName()\" method.\n\nUpdate tests/EmailAddressTest.php:\n\n- Changed the assertion from checking the existence of a class attribute to checking if a class constant is defined.","shortMessageHtmlLink":"refactor: Update .fleet/run.json and .fleet/settings.json"}},{"before":"8cbfdb17c0ba09e78254da8a4814194b2aea5621","after":"5ac1bfbbee717e7992f3deeb1ea0c02e237de979","ref":"refs/heads/main","pushedAt":"2023-10-25T14:29:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Merge branch 'main' of github.com:DmitryTronin/Rector","shortMessageHtmlLink":"Merge branch 'main' of github.com:DmitryTronin/Rector"}},{"before":"240679f657077a85f46a1e49fa3b1ba3e465f577","after":"8cbfdb17c0ba09e78254da8a4814194b2aea5621","ref":"refs/heads/main","pushedAt":"2023-10-24T13:07:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Create README.md","shortMessageHtmlLink":"Create README.md"}},{"before":"0e71f7462d0cd43acb7d6520c196e126804aff88","after":"240679f657077a85f46a1e49fa3b1ba3e465f577","ref":"refs/heads/main","pushedAt":"2023-10-24T13:00:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Update top-level-domains.php and EmailDataProviderInterface\n\n- Create a new directory if it doesn't exist\n- Check write permissions for the directory\n- Update top-level-domains.php file with new content\n- Print success message\n- Update EmailDataProviderInterface with a new comment","shortMessageHtmlLink":"Update top-level-domains.php and EmailDataProviderInterface"}},{"before":"b929289d1eae84c507fd1f195103cf898bc6ceb3","after":"0e71f7462d0cd43acb7d6520c196e126804aff88","ref":"refs/heads/main","pushedAt":"2023-10-04T10:15:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"gitignore changes","shortMessageHtmlLink":"gitignore changes"}},{"before":null,"after":"b929289d1eae84c507fd1f195103cf898bc6ceb3","ref":"refs/heads/main","pushedAt":"2023-08-16T15:03:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DmitryTronin","name":null,"path":"/DmitryTronin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33625946?s=80&v=4"},"commit":{"message":"Add .gitignore and modify EmailAddress.php\n\nAdded vendor/ and .idea/ to .gitignore and modified EmailAddress.php to include a new method and insert data into a test table.","shortMessageHtmlLink":"Add .gitignore and modify EmailAddress.php"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD15tAuwA","startCursor":null,"endCursor":null}},"title":"Activity ยท DmitryTronin/Rector"}