Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: bd81a0443403bf9f22cc83299c299deee7d8c7b3 https://github.com/phpmyadmin/error-reporting-server/commit/bd81a0443403bf9f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Console/Installer.php Log Message: ----------- Do not try to install the local example if we do not have one Commit: 9ec1425ae8da83fc26a0c6d4837f11292f5ab9d0 https://github.com/phpmyadmin/error-reporting-server/commit/9ec1425ae8da83fc... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Command/StatsCommand.php M src/Controller/NotificationsController.php Log Message: ----------- Fix two more deprecated fetchAll Commit: 284051e425561888dc99d70a00af6b99a34573b0 https://github.com/phpmyadmin/error-reporting-server/commit/284051e425561888... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/DevelopersControllerTest.php Log Message: ----------- Un mock developer tests for curl calls, now use the client Commit: 6ab01398b7b28bd1bf09169a0c43631e622c1d20 https://github.com/phpmyadmin/error-reporting-server/commit/6ab01398b7b28bd1... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Command/SyncGithubIssueStatesCommand.php M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php Log Message: ----------- Un mock sync github tests for curl calls, now use the client Commit: d95f8c5717e1c99dc84bdbaa76a4c96c5f5799c3 https://github.com/phpmyadmin/error-reporting-server/commit/d95f8c5717e1c99d... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Controller/ReportsController.php Log Message: ----------- Fix more deprecated fetchAll in ReportsController Commit: 3e430bb8540af5fe97cbfe51b300c3326488b003 https://github.com/phpmyadmin/error-reporting-server/commit/3e430bb8540af5fe... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/ReportsControllerTest.php Log Message: ----------- Fix reports controller test Commit: f0c1e7399fe2f74f0af8743e1a9d85b723dc0df8 https://github.com/phpmyadmin/error-reporting-server/commit/f0c1e7399fe2f74f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/NotificationsControllerTest.php Log Message: ----------- Fix notifications controller test Commit: 9a2018606c0cc91ff67dbd3088556ff4313c8acf https://github.com/phpmyadmin/error-reporting-server/commit/9a2018606c0cc91f... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Middleware/AuthenticationMiddleware.php M tests/TestCase/Controller/NotificationsControllerTest.php Log Message: ----------- Block access to notifications according to the test Commit: 2d315efcb887c7d469b51a5011a658842fe9ae4e https://github.com/phpmyadmin/error-reporting-server/commit/2d315efcb887c7d4... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/ReportsControllerTest.php Log Message: ----------- Add missing read_only to the session for reports controller test Commit: e717f3f0586207b95c78138f69725afdbaf34b5a https://github.com/phpmyadmin/error-reporting-server/commit/e717f3f0586207b9... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M src/Middleware/CsrfProtectionMiddleware.php Log Message: ----------- Disable CSRF check on the GitHub events route Commit: 870c5cbdb2642235aeb396def3fe3cd8a6ef1e8e https://github.com/phpmyadmin/error-reporting-server/commit/870c5cbdb2642235... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-19 (Thu, 02 February 2026) +01:00 Changed paths: M tests/TestCase/Controller/IncidentsControllerTest.php Log Message: ----------- Add missing read_only to incidents controller test and fix asserting response code