Нет описания

Olivier Massot 4230d8fe08 fix unit tests 1 год назад
bin fe765c792e setup new public events view and override schema:update command 3 лет назад
config 4b40ff9463 resolve conflicts 2 лет назад
doc 060c1e7506 complete security doc 2 лет назад
fixtures 92462a4671 upgrade 3.1.2 2 лет назад
migrations 94ebc36905 Initial commit : Secure and Rights Bases 5 лет назад
old 6ffaf153e3 V8-3516 3 лет назад
public 86b89d5c14 restore blackfire condition to avoid critical logs 2 лет назад
sql 4b40ff9463 resolve conflicts 2 лет назад
src a11388198e fix phpstan error 1 год назад
templates 3c1fcf18e7 fix: 404 page title 2 лет назад
tests 4230d8fe08 fix unit tests 1 год назад
translations 92462a4671 upgrade 3.1.2 2 лет назад
.env 2dcadaadf6 review bundles definitions 2 лет назад
.env.ci 231d297f5b env missing 2 лет назад
.env.docker 516eda24d3 add frames_v3 in .env.docker 2 лет назад
.env.prod 3b102a2cca restore dolibarr url in prod env 2 лет назад
.env.staging b98b917d83 fix .env files 2 лет назад
.env.test b98b917d83 fix .env files 2 лет назад
.gitignore cb4481aca3 update gitignore 2 лет назад
.gitlab-ci.yml cff0f22cda upgrade to symfony 6.3 2 лет назад
composer.json b4befd0c4f clean-up composer.json 2 лет назад
docker-compose.override.yml 4f9aec7f31 tests 2 лет назад
docker-compose.yml 4f9aec7f31 tests 2 лет назад
logo.png 51b2e302e9 add logo 4 лет назад
phpstan.json b362a9abe5 fix pipeline 2 лет назад
phpstan.neon.dist ec4358cc75 PhpStan Level 6 2 лет назад
phpunit.xml.dist 098e96f265 setup first two applicative tests 2 лет назад
readme.md e2dd7949de Merge branch 'feature/V8-4179' into develop and resolve phpstan warnings 2 лет назад
rector.php f687c7743b rector update 2 2 лет назад

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/