Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f78781d949f5dfe1553eb3e1234cc330be391089
https://github.com/phpmyadmin/phpmyadmin/commit/f78781d949f5dfe1553eb3e1234…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-05 (Fri, 01 January 2024) -03:00
Changed paths:
A tests/classes/Controllers/DatabaseControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M src/Controllers/DatabaseController.php
Log Message:
-----------
Add unit test for DatabaseController
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 5ce96dadb6fdf780700418c7604dd4cb2d0a7f4e
https://github.com/phpmyadmin/phpmyadmin/commit/5ce96dadb6fdf780700418c7604…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-06 (Sat, 01 January 2024) -03:00
Changed paths:
A tests/classes/Controllers/DatabaseControllerTest.php
M app/services_controllers.php
M psalm-baseline.xml
M src/Controllers/DatabaseController.php
Log Message:
-----------
Merge pull request #18880 from MauricioFauth/database-controller-test
Add unit test for DatabaseController
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4d20a8b7e372d9f8507e4df267afbd5b4bbe3ef2
https://github.com/phpmyadmin/phpmyadmin/commit/4d20a8b7e372d9f8507e4df267a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-04 (Thu, 01 January 2024) -03:00
Changed paths:
M libraries/classes/Controllers/ChangeLogController.php
Log Message:
-----------
Change error message link in ChangeLogController
Uses URL redirector instead of a direct link in the error message.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e41f3110fe820b2072055513f1987e66dda63fe6
https://github.com/phpmyadmin/phpmyadmin/commit/e41f3110fe820b2072055513f19…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-04 (Thu, 01 January 2024) -03:00
Changed paths:
A tests/classes/Controllers/ChangeLogControllerTest.php
A tests/test_data/changelog/ChangeLog
A tests/test_data/changelog/ChangeLog.gz
M app/services_controllers.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/ChangeLogController.php
M tests/classes/ConfigTest.php
Log Message:
-----------
Add unit test for ChangeLogController
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: eabaf493c34daf30f857c2bc4a99605f826bb7a1
https://github.com/phpmyadmin/phpmyadmin/commit/eabaf493c34daf30f857c2bc4a9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-01-04 (Thu, 01 January 2024) -03:00
Changed paths:
A tests/classes/Controllers/ChangeLogControllerTest.php
A tests/test_data/changelog/ChangeLog
A tests/test_data/changelog/ChangeLog.gz
M app/services_controllers.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/ChangeLogController.php
M tests/classes/ConfigTest.php
Log Message:
-----------
Merge pull request #18877 from MauricioFauth/changelog-controller
Add unit test for ChangeLogController
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8be31eddc18daf6835e2ea694e580b9a938a65c1
https://github.com/phpmyadmin/phpmyadmin/commit/8be31eddc18daf6835e2ea694e5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Dbal/DbiMysqli.php
Log Message:
-----------
Extract method from Dbal\DbiMysqli::connect()
Extracts the isSslRequiredByServer() private method from
PhpMyAdmin\Dbal\DbiMysqli::connect().
Uses the error message and code from the exception instead of mysqli
object.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d974d30fbbf8fddc7a65e7c11afbc6b4ec42aa83
https://github.com/phpmyadmin/phpmyadmin/commit/d974d30fbbf8fddc7a65e7c11af…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths:
A src/Dbal/ConnectionException.php
M src/DatabaseInterface.php
M src/Dbal/DbiExtension.php
M src/Dbal/DbiMysqli.php
Log Message:
-----------
Remove trigger_error from Dbal\DbiMysqli::connect()
Replaces them with Dbal\ConnectionException.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 56fb83a615b8b2b5d1a88c5a8ed010ce37f956c9
https://github.com/phpmyadmin/phpmyadmin/commit/56fb83a615b8b2b5d1a88c5a8ed…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths:
A src/Dbal/ConnectionException.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/DatabaseInterface.php
M src/Dbal/DbiExtension.php
M src/Dbal/DbiMysqli.php
Log Message:
-----------
Merge pull request #18873 from MauricioFauth/mysqli-exception
Remove trigger_error from Dbal\DbiMysqli::connect()