Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: 92e28bd24c7eb4c11137eba5f3b725921fb108dc https://github.com/phpmyadmin/error-reporting-server/commit/92e28bd24c7eb4c1... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M src/Controller/IncidentsController.php Log Message: ----------- Drop not used response to creating an incident I checked phpMyAdmin versions since the error reporting exists and none does implement the message Commit: d49408650547194c94a7204dfe88c1d71b5e44f6 https://github.com/phpmyadmin/error-reporting-server/commit/d49408650547194c... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M phpcs.xml.dist Log Message: ----------- Make phpcs file paths relative in reports Commit: b25acd961b0cd0fddb5b30c6d2ee5986bb0914e0 https://github.com/phpmyadmin/error-reporting-server/commit/b25acd961b0cd0fd... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M phpcs.xml.dist M src/Model/Table/IncidentsTable.php Log Message: ----------- Update the coding standard by using the one of phpMyAdmin 6.x as a template Commit: 64ef84584c55a1a40acb8296b3abcb00060b0327 https://github.com/phpmyadmin/error-reporting-server/commit/64ef84584c55a1a4... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M src/Controller/AppController.php Log Message: ----------- Fix $current_developer can be null Commit: e8cb0bf357726eafcb8cba736ab5e3bbd5a52769 https://github.com/phpmyadmin/error-reporting-server/commit/e8cb0bf357726eaf... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M src/Controller/Component/GithubApiComponent.php M src/Forwarding/Sentry.php Log Message: ----------- Improve uses of cURL Commit: af26d5c2eb1d3027f46c15ed98a1300841b0218f https://github.com/phpmyadmin/error-reporting-server/commit/af26d5c2eb1d3027... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M phpstan-baseline.neon M src/Controller/IncidentsController.php Log Message: ----------- Improve Incidents creation Commit: 3dca79d9ce32233e5c3a082a0ec12543abcc2079 https://github.com/phpmyadmin/error-reporting-server/commit/3dca79d9ce32233e... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/IncidentsControllerTest.php Log Message: ----------- tests: improve incidents test Commit: 1fa421c6e5ac358548befd39b035f78dd8b9bd86 https://github.com/phpmyadmin/error-reporting-server/commit/1fa421c6e5ac3585... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M .gitignore Log Message: ----------- Ignore app_local.php Commit: 351532337a06b90fe9d031377778022e924e3365 https://github.com/phpmyadmin/error-reporting-server/commit/351532337a06b90f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: A src/Middleware/AuthenticationMiddleware.php M phpstan-baseline.neon M src/Application.php M src/Controller/AppController.php M src/Controller/NotificationsController.php M src/Middleware/CsrfProtectionMiddleware.php M templates/layout/default.php M templates/layout/error.php Log Message: ----------- Move the security check code into a middleware Commit: 61dc7e748a07255a5701be55cd94b6e0fe6b088b https://github.com/phpmyadmin/error-reporting-server/commit/61dc7e748a07255a... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: 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/ReportTest.php M tests/TestCase/Shell/CleanOldNotifsShellTest.php M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php Log Message: ----------- tests: migrate to getFixtures and use class names + fix missing parent::setUp() Commit: 8c29f72c5513e73ba6180142ef73fca70183179b https://github.com/phpmyadmin/error-reporting-server/commit/8c29f72c5513e73b... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M phpstan-baseline.neon M src/Console/Installer.php Log Message: ----------- Sync Installer with the example cake app Ref: https://github.com/cakephp/app/blob/5.x/src/Console/Installer.php Commit: d194fdcc5ebf9aa4e58f86dc28584bf9972ecdf7 https://github.com/phpmyadmin/error-reporting-server/commit/d194fdcc5ebf9aa4... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: A src/Command/CleanOldNotifsCommand.php A src/Command/ConsoleCommand.php A src/Command/StatsCommand.php A src/Command/SyncGithubIssueStatesCommand.php M tests/TestCase/Shell/CleanOldNotifsShellTest.php M tests/TestCase/Shell/StatsShellTest.php M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php D src/Shell/CleanOldNotifsShell.php D src/Shell/ConsoleShell.php D src/Shell/StatsShell.php D src/Shell/SyncGithubIssueStatesShell.php Log Message: ----------- Migrate commands to the new format Ref: https://github.com/phpmyadmin/error-reporting-server/issues/190 Commit: 6a7d3bd2856811662a368cb1fe61c5e8ae564756 https://github.com/phpmyadmin/error-reporting-server/commit/6a7d3bd285681166... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M src/Controller/GithubController.php Log Message: ----------- Add back query select alias Ref: dad500109e7b8bd718bbd485862f5feb95186ecf Commit: af500854e844383932a520a32a78d6783cf8af2c https://github.com/phpmyadmin/error-reporting-server/commit/af500854e8443839... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-17 (Tue, 02 February 2026) +01:00 Changed paths: M templates/layout/default.php M templates/layout/error.php Log Message: ----------- Fix current_developer is not set in tests Commit: 5fbb8c5ec994f81f3a2a0fca44fc9b24511bb177 https://github.com/phpmyadmin/error-reporting-server/commit/5fbb8c5ec994f81f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-18 (Wed, 02 February 2026) +01:00 Changed paths: M phpstan-baseline.neon M src/Controller/Component/GithubApiComponent.php M src/Controller/GithubController.php M tests/TestCase/Controller/GithubControllerTest.php Log Message: ----------- Replace cURL with the Cake Http client and fix tests with Cake Client response mocks