Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 556804c4e2ba8cd8bab4f75173372342f59f5e62
https://github.com/phpmyadmin/phpmyadmin/commit/556804c4e2ba8cd8bab4f751733…
Author: Rodrigo Pokemaobr <contato(a)pokemaobr.dev>
Date: 2022-05-31 (Tue, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Template.php
M templates/table/relation/common_form.twig
M templates/table/relation/foreign_key_row.twig
D libraries/classes/Twig/RelationExtension.php
Log Message:
-----------
Removing get tables from twig template and removing relationextension from twig template
Signed-off-by: Rodrigo Pokemaobr <contato(a)pokemaobr.dev>
Commit: 233d723d52d6979559cb08407f524984b5954128
https://github.com/phpmyadmin/phpmyadmin/commit/233d723d52d6979559cb08407f5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-31 (Tue, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Template.php
M templates/table/relation/common_form.twig
M templates/table/relation/foreign_key_row.twig
D libraries/classes/Twig/RelationExtension.php
Log Message:
-----------
Merge pull request #17572 from pokemaobr/REMOVING_GET_TABLES_FROM_TWIG_TEMPLATE
Removing get tables from twig template and removing relationextension…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 18309a63e065d69cbb207f92cff8d3f06422b624
https://github.com/phpmyadmin/phpmyadmin/commit/18309a63e065d69cbb207f92cff…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/Base.php
M libraries/classes/Server/SysInfo/Linux.php
M libraries/classes/Server/SysInfo/SunOs.php
M libraries/classes/Server/SysInfo/WindowsNt.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Server/SysInfo/SysInfoTest.php
Log Message:
-----------
Improve the types of the Server\SysInfo classes
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a2456aa9a36fb09f60425ebec27f552699aafb38
https://github.com/phpmyadmin/phpmyadmin/commit/a2456aa9a36fb09f60425ebec27…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/Base.php
M libraries/classes/Server/SysInfo/Linux.php
M libraries/classes/Server/SysInfo/SunOs.php
M libraries/classes/Server/SysInfo/SysInfo.php
M libraries/classes/Server/SysInfo/WindowsNt.php
M test/classes/Server/SysInfo/SysInfoTest.php
Log Message:
-----------
Change SysInfo's supported method to static
Enables checking if a class is supported before creating a new instance.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 304f3fa8207eb8d1207e634dc9ee7e62718041f1
https://github.com/phpmyadmin/phpmyadmin/commit/304f3fa8207eb8d1207e634dc9e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/WindowsNt.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Refactor the Server\SysInfo\WindowsNt class
Inlines the getWMI method to get better type inference and simpler
logic.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 850997a53e158ab23834059c064c1a9c756c2c8c
https://github.com/phpmyadmin/phpmyadmin/commit/850997a53e158ab23834059c064…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-30 (Mon, 05 May 2022) -03:00
Changed paths:
M libraries/classes/Server/SysInfo/WindowsNt.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Merge pull request #17568 from MauricioFauth/sysinfo-windows-refactor
Refactor the `Server\SysInfo\WindowsNt` class
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c729dddc7b758214d54938a6fdedd1f130432fcf
https://github.com/phpmyadmin/phpmyadmin/commit/c729dddc7b758214d54938a6fde…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
Date: 2022-05-28 (Sat, 05 May 2022) +02:00
Changed paths:
M js/src/server/status/monitor.js
M libraries/classes/Server/SysInfo/WindowsNt.php
Log Message:
-----------
Fix system memory and system swap values on Windows
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
Commit: 3e1834e1442746c3d32fd8216f374fb04d28a052
https://github.com/phpmyadmin/phpmyadmin/commit/3e1834e1442746c3d32fd8216f3…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-05-29 (Sun, 05 May 2022) -03:00
Changed paths:
M js/src/server/status/monitor.js
M libraries/classes/Server/SysInfo/WindowsNt.php
Log Message:
-----------
Merge pull request #17565 from liviuconcioiu/monitor
Fix system memory and system swap values on Windows
Fixes #17386