Sen descrición

Olivier Massot 74ec526cec merge feature/v8-4104 hai 1 ano
bin fe765c792e setup new public events view and override schema:update command %!s(int64=3) %!d(string=hai) anos
config 74ec526cec merge feature/v8-4104 hai 1 ano
doc e328608b97 update mercure key %!s(int64=2) %!d(string=hai) anos
env 74ec526cec merge feature/v8-4104 hai 1 ano
fixtures 92462a4671 upgrade 3.1.2 %!s(int64=2) %!d(string=hai) anos
migrations 94ebc36905 Initial commit : Secure and Rights Bases %!s(int64=5) %!d(string=hai) anos
old 6ffaf153e3 V8-3516 %!s(int64=3) %!d(string=hai) anos
public 86b89d5c14 restore blackfire condition to avoid critical logs %!s(int64=2) %!d(string=hai) anos
sql a9c631a201 ajout du filtre prix %!s(int64=2) %!d(string=hai) anos
src 74ec526cec merge feature/v8-4104 hai 1 ano
templates 9b84d3ee27 ajout du cache de liip et changement de l'architecture du file manager %!s(int64=2) %!d(string=hai) anos
tests 74ec526cec merge feature/v8-4104 hai 1 ano
translations cfeafc1114 fix cmf licence translation %!s(int64=2) %!d(string=hai) anos
.env 6c0ab68e85 fix merge conflicts %!s(int64=2) %!d(string=hai) anos
.gitignore 9b84d3ee27 ajout du cache de liip et changement de l'architecture du file manager %!s(int64=2) %!d(string=hai) anos
.gitlab-ci.yml 977eba54a9 test ci %!s(int64=2) %!d(string=hai) anos
composer.json 74ec526cec merge feature/v8-4104 hai 1 ano
icon.svg 571cc0322a post MR fixes; add HttpCodeEnum and fix return codes hai 1 ano
logo.png 51b2e302e9 add logo %!s(int64=4) %!d(string=hai) anos
phpstan.dist.neon 6fc871fe2d liip-imagine %!s(int64=2) %!d(string=hai) anos
phpstan.json 58c8d235d2 fix ci %!s(int64=2) %!d(string=hai) anos
phpstan.neon.dist a747e3cb27 fix ci %!s(int64=2) %!d(string=hai) anos
phpunit.xml.dist 098e96f265 setup first two applicative tests %!s(int64=2) %!d(string=hai) anos
readme.md e2dd7949de Merge branch 'feature/V8-4179' into develop and resolve phpstan warnings %!s(int64=2) %!d(string=hai) anos
rector.php f687c7743b rector update 2 %!s(int64=2) %!d(string=hai) anos

readme.md

AP2I

pipeline status coverage report

Dependencies

apt install wkhtmltopdf

Démarrer le handler de messenger

Pour consommer les signaux messengers, lancer :

php bin/console messenger:consume async

En cas d'erreur lié à l'absence de la table messenger_messages, lancer d'abord :

php bin/console messenger:setup-transports

Voir: https://symfony.com/doc/5.4/messenger.html#consuming-messages-running-the-worker

Chercher les erreurs avec phpstan

Pour exécuter une analyse du code :

vendor/bin/phpstan analyse

Voir : https://phpstan.org/user-guide/getting-started

PHPStan

Le fichier comportant la configuration pour chacun est phpstan.neon.dist Le fichier phpstan.neon n'est pas versionné et surcharge les valeurs du .dist

Principales commandes

Pour lancer l'analyse

vendor/bin/phpstan analyse

Pour vider le cache (utiles entre chaque analyse si les modifications ne sont pas prises en compte)

vendor/bin/phpstan clear-result-cache

Voir : https://phpstan.org/