{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":681632,"defaultBranch":"main","name":"moodle","ownerLogin":"stronk7","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2010-05-23T10:57:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/167147?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716887659.0","currentOid":""},"activityList":{"items":[{"before":"c22f9e08f88c643bb3d56c694df9fb76ce233f96","after":"4185a6950966b20e0935ab882eb7d06730bc69b5","ref":"refs/heads/MDL-81523","pushedAt":"2024-05-28T12:43:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81523 upgrade: Add a upgrade note sharing about the change/fix","shortMessageHtmlLink":"MDL-81523 upgrade: Add a upgrade note sharing about the change/fix"}},{"before":null,"after":"c22f9e08f88c643bb3d56c694df9fb76ce233f96","ref":"refs/heads/MDL-81523","pushedAt":"2024-05-28T09:14:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81523 phpunit: Add all missing setUp/tearDown parent calls\n\nAll setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()\nmust, always, call to parent, to ensure that everything is properly\nset and cleaned.\n\nWhile in a lot of situations this is not needed (parents may not\nhave anything to run), with PHPUnit >= 10 this can become more\nimportant because we are going to move the reset code from current\nplacement @ runBare() to setUp()/tearDown().\n\nNote that all the changes performed in this commit have been detected\nand fixed by moodle-cs (ParentSetUpTearDownSniffTest).","shortMessageHtmlLink":"MDL-81523 phpunit: Add all missing setUp/tearDown parent calls"}},{"before":"aeeb1ce8fd357c457a08e5571ebc98a33cfc2f77","after":"1142124c52527420151d584ba1f16b4dd9184774","ref":"refs/heads/gha_windows","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"ae7c3c56346e61c895cec2be5c352ab6ad80b9f5","after":"370d47d0185d8772b9a4ff01f5e60e98fa0fc6e2","ref":"refs/heads/MDL-phpunit10","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"fixup! MDL-xxxxx phpunit: Ensure all data providers are public and static","shortMessageHtmlLink":"fixup! MDL-xxxxx phpunit: Ensure all data providers are public and st…"}},{"before":"19ad3493aae3dcdd4c76aa57869e37ac5a3ab9bb","after":"3c2188a0adaf027c8b8e85366911dc32e8d96e27","ref":"refs/heads/sassc_test","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Add external sassc compiler support\n\nDownload from https://github.com/tuhlmann/sassc-binaries\nand to ensure it's working ok under windows. See MDL-68884","shortMessageHtmlLink":"Add external sassc compiler support"}},{"before":"6d7318f37afe4bfcf21cecf981e98e3c91899279","after":"76e41b936d475d3e8dbf371379aaca608e7d48a8","ref":"refs/heads/MDL-81698","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"0e662111ec5c1033cdb7856b1e509026983bdcfa","after":"86b45212e88e7ed4622f8e01a3ba8cc3cbb1a080","ref":"refs/heads/MDL-81698_404","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"62fda0e90524cad74df7146f813f1f3d5d5f2a71","after":"8a2aba942b14abfafb5ac1977915d415cd74095b","ref":"refs/heads/gha_windows_403","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"d51cf82bd00ded7fd134408da89afc781556d723","after":"dd56928b6ec841893cbc918a24ca2745755b98d3","ref":"refs/heads/gha_onebyone_404","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"8b1496da19cc36dc66970a0b7f93deb1e88a6daa","after":"dd996f153e7cb05b97e3561a39043e796262f245","ref":"refs/heads/gha_windows_404","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"2512ef2e903d8b1bdf47020d2edcdd33ca50bc7d","after":"f5c76d8817fdcbfb5c238118f6ddec345c9f38a1","ref":"refs/heads/MDL-81698_403","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"659ed484be0c98e18f2c101463214a5b95582c8a","after":"f6734afd38f0d277eee508640a842802e5a67d0a","ref":"refs/heads/gha_onebyone_403","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"32595ec76a1c953715d7f9db929a4ba052049d65","after":"fd06d3376c23e3041e72c31745158aff753def6d","ref":"refs/heads/gha_onebyone","pushedAt":"2024-05-25T15:22:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"7438fe22897dea72ad79e1c2634aa2b7bd044131","after":"130165c8cc516d5ad383224a9878f7585d699d26","ref":"refs/heads/MOODLE_403_STABLE","pushedAt":"2024-05-24T17:52:37.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"weekly release 4.3.4+","shortMessageHtmlLink":"weekly release 4.3.4+"}},{"before":"f49d120761036c069527c01167687200849c0e03","after":"d32844ce2962c13164e3c05b50c361f5bbd994fe","ref":"refs/heads/main","pushedAt":"2024-05-24T17:52:37.000Z","pushType":"push","commitsCount":47,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"weekly release 4.5dev","shortMessageHtmlLink":"weekly release 4.5dev"}},{"before":"8facab32d1cd9a949c2fa9d8e7793d5b05c78fbe","after":"0e662111ec5c1033cdb7856b1e509026983bdcfa","ref":"refs/heads/MDL-81698_404","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"b5757a939a74fa5f38e2652f8806d5db6a66cc5b","after":"19ad3493aae3dcdd4c76aa57869e37ac5a3ab9bb","ref":"refs/heads/sassc_test","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Add external sassc compiler support\n\nDownload from https://github.com/tuhlmann/sassc-binaries\nand to ensure it's working ok under windows. See MDL-68884","shortMessageHtmlLink":"Add external sassc compiler support"}},{"before":"8ce983cfbac04b947618976f2452448313c74edb","after":"2512ef2e903d8b1bdf47020d2edcdd33ca50bc7d","ref":"refs/heads/MDL-81698_403","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"d41a1a0e14a51b16a503bcfc9eb50295358be2d4","after":"2a71d4d64aab4d56305275db4d223e672b1086c3","ref":"refs/heads/gha_windows_401","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"09c3f70261b67802cdb855330ea26b624bb969fc","after":"32595ec76a1c953715d7f9db929a4ba052049d65","ref":"refs/heads/gha_onebyone","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"b40893e56d8701f49deed525c836ed574c8fe7f9","after":"4d10687d2bb9746bf551f02d4adee7b2d98d2e34","ref":"refs/heads/gha_windows_402","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"22c6dd873ecaab9e12f422688dd95eb11750d85f","after":"62fda0e90524cad74df7146f813f1f3d5d5f2a71","ref":"refs/heads/gha_windows_403","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"9267de969b5196c6e32e1b9eff36a39807576867","after":"659ed484be0c98e18f2c101463214a5b95582c8a","ref":"refs/heads/gha_onebyone_403","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"38b1cb66a6c80d1f4c86b26166e32142020bbffc","after":"6d7318f37afe4bfcf21cecf981e98e3c91899279","ref":"refs/heads/MDL-81698","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"MDL-81698 phpunit: Convert some skipped tests into useful ones\n\nAfter some tests, it seems that we can safely cover\nphpunit_util::reset_all_data() executing it within\nown basic_test self tests.\n\nThat way we can confirm that the reset code is doing its job\nand detecting unexpected changes at various levels (database,\nglobals, ...).\n\nNote that, in order to catch the E_USER_WARNINGS, for PHPUnit 9.6\nand up, we have to convert them to exceptions, because the notice/\nwarning/error expectations have been deprecated and will be removed\nin PHPUnit 10. So we are using a trick, already used also by\nadvanced_test. And, no matter that we are repeating the trick\na few times, that's ok in order to have all its uses controlled.","shortMessageHtmlLink":"MDL-81698 phpunit: Convert some skipped tests into useful ones"}},{"before":"1bc156727d3bbd50cb8f010e1e58fd1e7b3a1d19","after":"8b1496da19cc36dc66970a0b7f93deb1e88a6daa","ref":"refs/heads/gha_windows_404","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"c0ef48bdafb434dc26e0fb8e114a3385e40dadac","after":"ae7c3c56346e61c895cec2be5c352ab6ad80b9f5","ref":"refs/heads/MDL-phpunit10","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"fixup! MDL-xxxxx phpunit: Ensure all data providers are public and static","shortMessageHtmlLink":"fixup! MDL-xxxxx phpunit: Ensure all data providers are public and st…"}},{"before":"0ee151612d0d34e0825f00132c17a9d2b94fb3a0","after":"aeeb1ce8fd357c457a08e5571ebc98a33cfc2f77","ref":"refs/heads/gha_windows","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests against Windows on GHA","shortMessageHtmlLink":"Run tests against Windows on GHA"}},{"before":"d25db0bbeaa6dc807c3fd8e1e3a36d9bf6f705b0","after":"d51cf82bd00ded7fd134408da89afc781556d723","ref":"refs/heads/gha_onebyone_404","pushedAt":"2024-05-17T08:53:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"Run tests one by one @ GHA\n\nThis workflow just finds all the individual\ntests available in core (all the test_ methods\nin _test.php file) and runs them one by one,\nwith a total isolation, because each one is\nexecuted by a different PHPUnit run.\n\nAny test ending with error, will be reported\nas part of the output.\n\nNote that we are not using PHPUnit's own\nisolation here, just running them one by one.","shortMessageHtmlLink":"Run tests one by one @ GHA"}},{"before":"752d07415c1570421ce11fed5ca42bac6499542e","after":null,"ref":"refs/heads/MDL-81203","pushedAt":"2024-05-17T08:39:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"}},{"before":"0fae175b824df425b3c9b7fe799eb1926cd9fa33","after":"7438fe22897dea72ad79e1c2634aa2b7bd044131","ref":"refs/heads/MOODLE_403_STABLE","pushedAt":"2024-05-17T08:37:15.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"stronk7","name":"Eloy Lafuente","path":"/stronk7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/167147?s=80&v=4"},"commit":{"message":"weekly release 4.3.4+","shortMessageHtmlLink":"weekly release 4.3.4+"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVddwIAA","startCursor":null,"endCursor":null}},"title":"Activity · stronk7/moodle"}