Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-04Remove Sodium polyfillMaurício Meneghini Fauth
Removes the paragonie/sodium_compat package. This polyfill is not required as the Sodium extension is bundled in PHP 7.2+. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-30Merge branch 'origin/QA_5_2'William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29Remove non needed yarn install on build release stepWilliam Desportes
modules are not needed to launch the create release script Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-22Improve mutation tests workflowMaurício Meneghini Fauth
- Runs only if has changes in `'*/classes/**.php'` files. - Runs full test for `push`. - Runs only for changed files for `pull_request`. - Adds GitHub Annotations for pull requests - Removes the unnecessary checks for [ci skip]. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-16Merge branch 'QA_5_2'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-13Remove gd extension for PHP 8.2William Desportes
It causes issues in the CI: https://github.com/phpmyadmin/phpmyadmin/runs/7313899827?check_suite_focus=true Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-06-11Merge branch 'QA_5_2'William Desportes
Also merges pull-request: #17591 Pull-request: #17591 Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-06-11Set permissions for GitHub actionsnathannaveen
Pull-request: #17591 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathan naveen <42319948+nathannaveen@users.noreply.github.com>
2022-06-09chore: Set permissions for GitHub actionsnathannaveen
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-05-29Merge branch 'QA_5_2'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-28Bump actions/setup-node to v3William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-05-09Add workflow to generate daily snapshotsMaurício Meneghini Fauth
Creates a GitHub Actions workflow that generates phpMyAdmin daily snapshots. Currently it persists the snapshots only on GitHub and do not upload to the phpMyAdmin's website. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-04Merge branch 'QA_5_2'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-04Bump Alpine Linux version from 3.14 to 3.15Maurício Meneghini Fauth
- Bumps to PHP 8 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-20Merge branch 'QA_5_2'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-20Merge branch 'QA_5_1' into QA_5_2Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-16Bump actions/checkout to v3William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-04-16Remove non needed anymore ci skip code on workflowsWilliam Desportes
Ref: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-04-06Merge branch 'QA_5_2'Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-06Merge branch 'QA_5_1' into QA_5_2Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-28Fetch more commits for Scrutinizer coverage uploadWilliam Desportes
2022-03-28Improve Codacy coverage sending workflowWilliam Desportes
Use the version that is on the README and only run on the main repo Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-03-28Improve tests workflow to send the coverage to Scrutinizer in the right ↵William Desportes
conditions Copied from the sudo-bot/action-scrutinizer@latest action README Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-03-08Disable `fail-fast` for Selenium workflowMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-22Fix Export Selenium testMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-17Run Selenium tests in parallelMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-26Merge branch 'QA_5_1' into QA_5_2Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-26Remove Nginx and PHP installation from Selenium testsMaurício Meneghini Fauth
They are already installed in the system. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-26Install gettext before installing PHP in CIMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-03Merge branch 'QA_5_1'William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-01-03Use new format for newer PHP versions on composer --ignore-platform-req=php+William Desportes
Ref: https://github.com/composer/composer/releases/tag/2.2.0 Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-01-03Switch PHP 8.1 to a normal tested PHP version on CIWilliam Desportes
Closes: #16746 Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-01-03Add ext-ctype for psalm on multi arch CIWilliam Desportes
Ref: https://github.com/phpmyadmin/phpmyadmin/runs/4690358695?check_suite_focus=true#step:6:81 Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-10-08Use `ramsey/composer-install` GitHub actionMaurício Meneghini Fauth
Replaces manual Composer dependencies installation and cache with the ramsey/composer-install GitHub action. - https://github.com/marketplace/actions/install-composer-dependencies Includes other minor formatting changes. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-10-08Fix indentation of the .github/workflows filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-13Do not generate code coverage from multi-arch testsMaurício Meneghini Fauth
Code coverage from multi-arch tests is not needed. Knowing if the tests passes is enough. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-12Add php-ctype package for multi-arch tests workflowMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-07-20Merge branch 'QA_5_1'William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20Allow ppc64le to failWilliam Desportes
Alpine seems to have a broken index for this arch Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20Use Alpine 3.14 on multi arch testWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-12Add a name to the update po file jobWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-12Only run crons on the main repository, not on forksWilliam Desportes
Ref: 09a6f4e5e6db2b54cd5d403d09956835157aa726 Ref: #16955 Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-05Use testsuite option instead of group for Selenium testsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-26Remove two symfony dev depsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-14Use early exit for Core::fatalError methodMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-14Run PHPUnit test in random order by defaultMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-13Run mutation tests only for changed files in PRsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-11Do not convert errors to exceptions for PHP 8.1 testsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-09Add update translation files GitHub actionMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-08Merge pull request #16950 from mauriciofauth/infection-phpMaurício Meneghini Fauth
Add mutation tests with Infection