Sin descripción

Olivier Massot 68c536fa1b Merge branch 'develop' of hace 2 años
bin fe765c792e setup new public events view and override schema:update command hace 3 años
config 3395a8677e fix after review hace 2 años
doc 1c25dab555 fix entity definition and env cors variable hace 3 años
fixtures 92462a4671 upgrade 3.1.2 hace 2 años
migrations 94ebc36905 Initial commit : Secure and Rights Bases hace 5 años
old 6ffaf153e3 V8-3516 hace 3 años
public 92462a4671 upgrade 3.1.2 hace 2 años
sql 08c08f0cfd public events: imageId becomes imageUrl and thumbnailUrl hace 3 años
src 68c536fa1b Merge branch 'develop' of hace 2 años
templates 98d7277a0c post MR fixes hace 3 años
tests 3395a8677e fix after review hace 2 años
translations 92462a4671 upgrade 3.1.2 hace 2 años
.env 93954d36fa symfony messenger upgrade hace 2 años
.env.ci 231d297f5b env missing hace 2 años
.env.docker 46c98cd8b2 Merge branch 'hotfix/v8-3978_fix_dolibarr_url' into develop hace 3 años
.env.preprod 3b102a2cca restore dolibarr url in prod env hace 3 años
.env.prod 3b102a2cca restore dolibarr url in prod env hace 3 años
.env.test 3b102a2cca restore dolibarr url in prod env hace 3 años
.gitignore 4bde1c280c vendor deprecated hace 2 años
.gitlab-ci.yml dda9f1e228 fix CI config and add coverage support hace 2 años
composer.json 68c536fa1b Merge branch 'develop' of hace 2 años
logo.png 51b2e302e9 add logo hace 4 años
phpstan.neon 4ebe06ae6c finalize phpstan configuration hace 3 años
phpunit.xml.dist 92462a4671 upgrade 3.1.2 hace 2 años
readme.md 1892966184 V8-4096 add messenger and review file exchange between apis hace 2 años
rector.php f687c7743b rector update 2 hace 2 años

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