Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 010de91f3ca55c5bee292f5e388e33b5d9094995
https://github.com/phpmyadmin/docker/commit/010de91f3ca55c5bee292f5e388e33b…
Author: Tianon Gravi <admwiggin(a)gmail.com>
Date: 2022-11-17 (Thu, 11 November 2022) -08:00
Changed paths:
M .github/workflows/ci.yml
Log Message:
-----------
Update GitHub Actions to use new bashbrew action
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts.
Commit: 908e79d24681a252d364ecdc0ef90558e1f10d90
https://github.com/phpmyadmin/docker/commit/908e79d24681a252d364ecdc0ef9055…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
M .github/workflows/ci.yml
Log Message:
-----------
Merge #389 - Use GitHub Actions to use the new bashbrew action
Pull-request: #389
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a6b7e5ef2870a26be4cffeb582ad48fa6e17001e
https://github.com/phpmyadmin/phpmyadmin/commit/a6b7e5ef2870a26be4cffeb582a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths:
A libraries/classes/Exceptions/AuthenticationPluginException.php
M libraries/classes/Common.php
M libraries/classes/Plugins.php
Log Message:
-----------
Remove exit construct from Plugins::getAuthPlugin()
Throws exception for invalid auth plugin instead of exiting.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0379fcc385e2ef8a71d00405e4dd011d5806bd11
https://github.com/phpmyadmin/phpmyadmin/commit/0379fcc385e2ef8a71d00405e4d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Plugins.php
M libraries/classes/UserPassword.php
M psalm-baseline.xml
Log Message:
-----------
Remove the auth_plugin global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: a2a3f6d26d5527d049a2736552ea37f54f54d94e
https://github.com/phpmyadmin/phpmyadmin/commit/a2a3f6d26d5527d049a2736552e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths:
A libraries/classes/Plugins/AuthenticationPluginFactory.php
A test/classes/Controllers/LogoutControllerTest.php
A test/classes/Plugins/AuthenticationPluginFactoryTest.php
M libraries/classes/Common.php
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Plugins.php
M libraries/classes/UserPassword.php
M libraries/services.php
M libraries/services_controllers.php
M psalm-baseline.xml
M test/classes/UserPasswordTest.php
Log Message:
-----------
Create a factory for auth plugin creation
Extracts the factory method from the Plugins class into a new class.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: a5dd1b6b4c2d163f95a011ebbfdb139d7593f332
https://github.com/phpmyadmin/phpmyadmin/commit/a5dd1b6b4c2d163f95a011ebbfd…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-17 (Thu, 11 November 2022) -03:00
Changed paths:
A libraries/classes/Exceptions/AuthenticationPluginException.php
A libraries/classes/Plugins/AuthenticationPluginFactory.php
A test/classes/Controllers/LogoutControllerTest.php
A test/classes/Plugins/AuthenticationPluginFactoryTest.php
M libraries/classes/Common.php
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Plugins.php
M libraries/classes/UserPassword.php
M libraries/services.php
M libraries/services_controllers.php
M psalm-baseline.xml
M test/classes/UserPasswordTest.php
Log Message:
-----------
Merge pull request #17901 from MauricioFauth/auth-plugin
Refactor authentication plugin creation
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 8d88dc781dea4c1b73437de2fa3c46cd757baf67
https://github.com/phpmyadmin/sql-parser/commit/8d88dc781dea4c1b73437de2fa3…
Author: iifawzi <iifawzie(a)gmail.com>
Date: 2022-11-12 (Sat, 11 November 2022) +02:00
Changed paths:
A tests/Parser/AnalyzeStatementTest.php
A tests/data/parser/parseAnalyzeTable.in
A tests/data/parser/parseAnalyzeTable.out
A tests/data/parser/parseAnalyzeTable1.in
A tests/data/parser/parseAnalyzeTable1.out
A tests/data/parser/parseExplain1.in
A tests/data/parser/parseExplain1.out
M src/Parser.php
M tests/Parser/ExplainStatementTest.php
Log Message:
-----------
Differentiating between ANALYZE and EXPLAIN statements
Signed-off-by: iifawzi <iifawzie(a)gmail.com>
Commit: 2c6a2b63691cb1d6a004d6fe373cf433781e90a0
https://github.com/phpmyadmin/sql-parser/commit/2c6a2b63691cb1d6a004d6fe373…
Author: iifawzi <iifawzie(a)gmail.com>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
M src/Parser.php
Log Message:
-----------
Improving the parser routing when ANALYZE is used
Signed-off-by: iifawzi <iifawzie(a)gmail.com>
Commit: a9dbfe0cbd6836f936453f044e8f1ff9476cf73e
https://github.com/phpmyadmin/sql-parser/commit/a9dbfe0cbd6836f936453f044e8…
Author: iifawzi <iifawzie(a)gmail.com>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
M phpstan-baseline.neon
Log Message:
-----------
Update phpstan baseline
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f987fcd12579993a2c4f3d964ba1fede6fe893f4
https://github.com/phpmyadmin/sql-parser/commit/f987fcd12579993a2c4f3d964ba…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
M psalm-baseline.xml
Log Message:
-----------
Update psalm baseline
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1913498f8036eb60bd9be19f649d6cef43d5648b
https://github.com/phpmyadmin/sql-parser/commit/1913498f8036eb60bd9be19f649…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
A tests/Parser/AnalyzeStatementTest.php
A tests/data/parser/parseAnalyzeTable.in
A tests/data/parser/parseAnalyzeTable.out
A tests/data/parser/parseAnalyzeTable1.in
A tests/data/parser/parseAnalyzeTable1.out
A tests/data/parser/parseExplain1.in
A tests/data/parser/parseExplain1.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Parser.php
M tests/Parser/ExplainStatementTest.php
Log Message:
-----------
Merge #386 - Fixed differentiating between analyze and explain statements
Ref: phpmyadmin/phpmyadmin#17482
Pull-request: #386
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8fddb4becdfb657db3b9ade52e952ef3c822a26b
https://github.com/phpmyadmin/sql-parser/commit/8fddb4becdfb657db3b9ade52e9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-11-17 (Thu, 11 November 2022) +01:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add a CHANGELOG entry for #386
Pull-request: #386
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b783681a8bb1d892abc714b59e05634a8e7e7c3b
https://github.com/phpmyadmin/phpmyadmin/commit/b783681a8bb1d892abc714b59e0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Config.php
M psalm-baseline.xml
Log Message:
-----------
Remove Config::fatalErrorHandler() method
Since there is an error handler register already, error_get_last is
always empty.
Also adds a try-catch to catch exceptions from the config file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b2eb6bf4c90231213adfcf31d2bf7b77c8689059
https://github.com/phpmyadmin/phpmyadmin/commit/b2eb6bf4c90231213adfcf31d2b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/services.php
M scripts/console
M test/classes/AbstractTestCase.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/CreateControllerTest.php
M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php
M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message:
-----------
Extract config load and check from Config's constructor
This allows better handling of the user's config loading and validation.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 8228122cdb580d2fa4afaf889765b35ab5fde76b
https://github.com/phpmyadmin/phpmyadmin/commit/8228122cdb580d2fa4afaf88976…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths:
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Setup/MainController.php
M libraries/services.php
M scripts/console
M test/classes/AbstractTestCase.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/CreateControllerTest.php
M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php
M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message:
-----------
Merge pull request #17897 from MauricioFauth/config-load
Extract config load and check from Config's constructor