Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: ad2a4ad3085df6e49843dc28ca10b9ae0f32a732 https://github.com/phpmyadmin/error-reporting-server/commit/ad2a4ad3085df6e4... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M bin/bash_completion.sh M bin/cake.bat M bin/cake.php Log Message: ----------- Fix file mods of bin/ to 775 Commit: 8e85cd6ead08ce20edf150d74ba5acf61a3b8499 https://github.com/phpmyadmin/error-reporting-server/commit/8e85cd6ead08ce20... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M config/Migrations/20150607191654_initial.php M config/Migrations/20150607192040_add_report_id_index_to_incidents.php M config/Migrations/20150607192459_add_dev_report_index_to_notifications.php M templates/Reports/index.php M templates/Reports/view.php Log Message: ----------- Make normal files non executable Commit: 65c3978c76247499d1a4058ee0db041c40315a86 https://github.com/phpmyadmin/error-reporting-server/commit/65c3978c76247499... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M src/Controller/IncidentsController.php M src/Controller/ReportsController.php Log Message: ----------- Fix deprecated concats Commit: 9ac5fcc548994f88fa3c65a4642008920b3c4a6a https://github.com/phpmyadmin/error-reporting-server/commit/9ac5fcc548994f88... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M tests/Fixture/DevelopersFixture.php M tests/Fixture/IncidentsFixture.php M tests/Fixture/NotificationsFixture.php M tests/Fixture/ReportsFixture.php M tests/TestCase/Controller/DevelopersControllerTest.php M tests/TestCase/Controller/EventsControllerTest.php M tests/TestCase/Controller/GithubControllerTest.php M tests/TestCase/Controller/IncidentsControllerTest.php M tests/TestCase/Controller/NotificationsControllerTest.php M tests/TestCase/Controller/ReportsControllerTest.php M tests/TestCase/Model/Table/DevelopersTableTest.php M tests/TestCase/Model/Table/IncidentsTableTest.php M tests/TestCase/Model/Table/NotificationsTableTest.php M tests/TestCase/Model/Table/ReportsTableTest.php M tests/TestCase/Shell/CleanOldNotifsShellTest.php M tests/TestCase/Shell/StatsShellTest.php M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php M tests/TestCase/View/Helper/ReportsHelperTest.php M tests/bootstrap.php D tests/TestCase/AllTestsTest.php Log Message: ----------- Fix deprecations for tests and sync bootstrap with the example app Ref: https://github.com/cakephp/app/tree/5.x/tests Commit: a04c6054fc8f96ef19771387adc66c7a1d050997 https://github.com/phpmyadmin/error-reporting-server/commit/a04c6054fc8f96ef... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M src/Controller/Component/GithubApiComponent.php Log Message: ----------- Remove deprecated curl_close Commit: 10d57dc6bba560b4fc04c755d8856ac030dc4cd0 https://github.com/phpmyadmin/error-reporting-server/commit/10d57dc6bba560b4... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M src/Controller/GithubController.php M src/Controller/NotificationsController.php M src/Controller/ReportsController.php Log Message: ----------- Fix bugs and missing RequestHandler class Commit: b7aa982d233c4d14a18eaf3b42094f05d0c8d168 https://github.com/phpmyadmin/error-reporting-server/commit/b7aa982d233c4d14... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-16 (Mon, 02 February 2026) +01:00 Changed paths: M src/Controller/Component/GithubApiComponent.php Log Message: ----------- Improve the GitHub API class, always print the HTTP code