Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a4fad2488db81068a70421c8e2b421eec454584a
https://github.com/phpmyadmin/phpmyadmin/commit/a4fad2488db81068a70421c8e2b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-18 (Wed, 10 October 2023) -03:00
Changed paths:
A resources/sql/create_tables.sql
A resources/sql/upgrade_column_info_4_3_0+.sql
A resources/sql/upgrade_tables_4_7_0+.sql
A resources/sql/upgrade_tables_mysql_4_1_2+.sql
M doc/config.rst
M doc/faq.rst
M doc/setup.rst
M libraries/vendor_config.php
M scripts/check-release-excludes.sh
M src/Config/Settings/Server.php
D sql/create_tables.sql
D sql/upgrade_column_info_4_3_0+.sql
D sql/upgrade_tables_4_7_0+.sql
D sql/upgrade_tables_mysql_4_1_2+.sql
Log Message:
-----------
Move ./sql directory to ./resources/sql
- Related to https://github.com/phpmyadmin/phpmyadmin/issues/18512
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1c54fb853e78ca31fd3b0fc2e59c3624f863af97
https://github.com/phpmyadmin/phpmyadmin/commit/1c54fb853e78ca31fd3b0fc2e59…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-18 (Wed, 10 October 2023) -03:00
Changed paths:
A resources/sql/create_tables.sql
A resources/sql/upgrade_column_info_4_3_0+.sql
A resources/sql/upgrade_tables_4_7_0+.sql
A resources/sql/upgrade_tables_mysql_4_1_2+.sql
M doc/config.rst
M doc/faq.rst
M doc/setup.rst
M libraries/vendor_config.php
M scripts/check-release-excludes.sh
M src/Config/Settings/Server.php
D sql/create_tables.sql
D sql/upgrade_column_info_4_3_0+.sql
D sql/upgrade_tables_4_7_0+.sql
D sql/upgrade_tables_mysql_4_1_2+.sql
Log Message:
-----------
Merge pull request #18768 from MauricioFauth/resources-sql-dir
Move ./sql directory to ./resources/sql
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c803c139e7a52c406fd4a35def68d4711c36b4a4
https://github.com/phpmyadmin/phpmyadmin/commit/c803c139e7a52c406fd4a35def6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-18 (Wed, 10 October 2023) -03:00
Changed paths:
A test/classes/Plugins/Schema/SchemaDiaTest.php
A test/classes/Plugins/Schema/SchemaEpsTest.php
A test/classes/Plugins/Schema/SchemaPdfTest.php
A test/classes/Plugins/Schema/SchemaSvgTest.php
M psalm-baseline.xml
Log Message:
-----------
Add some basic unit tests to schema plugins
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: e10961d56b94ab25d3d1fa33b18ee9c3d06f0e7b
https://github.com/phpmyadmin/phpmyadmin/commit/e10961d56b94ab25d3d1fa33b18…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-18 (Wed, 10 October 2023) -03:00
Changed paths:
A test/classes/Plugins/Schema/SchemaDiaTest.php
A test/classes/Plugins/Schema/SchemaEpsTest.php
A test/classes/Plugins/Schema/SchemaPdfTest.php
A test/classes/Plugins/Schema/SchemaSvgTest.php
M psalm-baseline.xml
Log Message:
-----------
Merge pull request #18767 from MauricioFauth/schema-tests
Add some basic unit tests to schema plugins
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 25beca2266a7e763b24097239459b32b40dabbf0
https://github.com/phpmyadmin/phpmyadmin/commit/25beca2266a7e763b2409723945…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-17 (Tue, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Schema/Eps/Eps.php
M src/Plugins/Schema/Eps/EpsRelationSchema.php
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
M src/Plugins/Schema/Pdf/RelationStatsPdf.php
M src/Plugins/Schema/Pdf/TableStatsPdf.php
M src/Plugins/Schema/Svg/Svg.php
Log Message:
-----------
Fix some type errors when exporting from db designer
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 984ca84bc57117cc0a2468e4ce146d10d0f5f462
https://github.com/phpmyadmin/phpmyadmin/commit/984ca84bc57117cc0a2468e4ce1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-17 (Tue, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Schema/Eps/Eps.php
M src/Plugins/Schema/Eps/EpsRelationSchema.php
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
M src/Plugins/Schema/Pdf/RelationStatsPdf.php
M src/Plugins/Schema/Pdf/TableStatsPdf.php
M src/Plugins/Schema/Svg/Svg.php
Log Message:
-----------
Merge pull request #18766 from MauricioFauth/db-designer-export-errors
Fix some type errors when exporting from db designer
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ed3d632a990206c1b81462d171cce62ae9082805
https://github.com/phpmyadmin/phpmyadmin/commit/ed3d632a990206c1b81462d171c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths:
A composer.lock
M .github/workflows/daily-snapshots.yml
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/other-tools.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M .github/workflows/update-po.yml
M .gitignore
M composer.json
M doc/setup.rst
M scripts/create-release.sh
Log Message:
-----------
Add composer.lock to version control
This will allow more control over the dependencies and will be easier to
investigate issues from past commits as the dependencies will be locked.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 52ffbc4419ecc9a750adb4999865ed03af7f55ed
https://github.com/phpmyadmin/phpmyadmin/commit/52ffbc4419ecc9a750adb499986…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-17 (Tue, 10 October 2023) -03:00
Changed paths:
A composer.lock
M .github/workflows/daily-snapshots.yml
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/other-tools.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M .github/workflows/update-po.yml
M .gitignore
M composer.json
M doc/setup.rst
M scripts/create-release.sh
Log Message:
-----------
Merge pull request #18747 from MauricioFauth/composer-lock-file
Add composer.lock to version control