Branch: refs/heads/master
Home:
https://github.com/phpmyadmin/phpmyadmin
Commit: f56284d80b679a65f098d6aaa215561429c8e95c
https://github.com/phpmyadmin/phpmyadmin/commit/f56284d80b679a65f098d6aaa21…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-11-24 (Fri, 11 November 2023) -03:00
Changed paths:
A bin/check-release-excludes.sh
A bin/console
A bin/create-release.sh
A bin/generate-mo
A bin/lang-cleanup.sh
A bin/locales-contributors
A bin/match-twig-cache
A bin/remove-incomplete-mo
A bin/set-version.sh
A bin/transformations_generator_main_class.sh
A bin/transformations_generator_plugin.sh
A bin/update-po
A bin/upload-release
M .github/workflows/daily-snapshots.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/other-tools.yml
M .github/workflows/shellcheck.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M .github/workflows/update-po.yml
M composer.json
M doc/transformations.rst
M phpcs.xml.dist
M src/Command/SetVersionCommand.php
M src/Command/WriteGitRevisionCommand.php
M src/Controllers/HomeController.php
M src/Version.php
M test/classes/Command/SetVersionCommandTest.php
M test/classes/Command/WriteGitRevisionCommandTest.php
D scripts/check-release-excludes.sh
D scripts/console
D scripts/create-release.sh
D scripts/generate-mo
D scripts/lang-cleanup.sh
D scripts/locales-contributors
D scripts/match-twig-cache
D scripts/remove-incomplete-mo
D scripts/set-version.sh
D scripts/transformations_generator_main_class.sh
D scripts/transformations_generator_plugin.sh
D scripts/update-po
D scripts/upload-release
Log Message:
-----------
Rename scripts directory to bin
- Related to #18512
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 42fdf26d9d40869a6a4e578dddd85e5477707bc9
https://github.com/phpmyadmin/phpmyadmin/commit/42fdf26d9d40869a6a4e578dddd…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-11-28 (Tue, 11 November 2023) -03:00
Changed paths:
A bin/internal/check-release-excludes.sh
A bin/internal/create-release.sh
A bin/internal/lang-cleanup.sh
A bin/internal/locales-contributors
A bin/internal/set-version.sh
A bin/internal/upload-release
M .github/workflows/daily-snapshots.yml
M .github/workflows/other-tools.yml
D bin/check-release-excludes.sh
D bin/create-release.sh
D bin/lang-cleanup.sh
D bin/locales-contributors
D bin/set-version.sh
D bin/upload-release
Log Message:
-----------
Move some scripts to bin/internal
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d2b967cf4937e6ab70097588ef87f62180fc9a1e
https://github.com/phpmyadmin/phpmyadmin/commit/d2b967cf4937e6ab70097588ef8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-11-28 (Tue, 11 November 2023) -03:00
Changed paths:
A bin/console
A bin/generate-mo
A bin/internal/check-release-excludes.sh
A bin/internal/create-release.sh
A bin/internal/lang-cleanup.sh
A bin/internal/locales-contributors
A bin/internal/set-version.sh
A bin/internal/upload-release
A bin/match-twig-cache
A bin/remove-incomplete-mo
A bin/transformations_generator_main_class.sh
A bin/transformations_generator_plugin.sh
A bin/update-po
M .github/workflows/daily-snapshots.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/other-tools.yml
M .github/workflows/shellcheck.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
M .github/workflows/update-po.yml
M composer.json
M doc/transformations.rst
M phpcs.xml.dist
M src/Command/SetVersionCommand.php
M src/Command/WriteGitRevisionCommand.php
M src/Controllers/HomeController.php
M src/Version.php
M test/classes/Command/SetVersionCommandTest.php
M test/classes/Command/WriteGitRevisionCommandTest.php
D scripts/check-release-excludes.sh
D scripts/console
D scripts/create-release.sh
D scripts/generate-mo
D scripts/lang-cleanup.sh
D scripts/locales-contributors
D scripts/match-twig-cache
D scripts/remove-incomplete-mo
D scripts/set-version.sh
D scripts/transformations_generator_main_class.sh
D scripts/transformations_generator_plugin.sh
D scripts/update-po
D scripts/upload-release
Log Message:
-----------
Merge pull request #18798 from MauricioFauth/bin-dir
Rename scripts directory to bin