Aucune description

Olivier Massot dda9f1e228 fix CI config and add coverage support il y a 2 ans
bin fe765c792e setup new public events view and override schema:update command il y a 3 ans
config 4e9c7ea118 Merge remote-tracking branch 'origin/feature/V8-3376' into develop il y a 2 ans
doc 1c25dab555 fix entity definition and env cors variable il y a 3 ans
migrations 94ebc36905 Initial commit : Secure and Rights Bases il y a 5 ans
old 6ffaf153e3 V8-3516 il y a 3 ans
public 575d924b86 refactors File management, solve asset pbm with wkhtmltopdf il y a 3 ans
sql 08c08f0cfd public events: imageId becomes imageUrl and thumbnailUrl il y a 3 ans
src a9728a0b1c Merge branch 'feature/v8-3938-bug_on_subdomain_change' into develop il y a 2 ans
templates 98d7277a0c post MR fixes il y a 3 ans
tests dda9f1e228 fix CI config and add coverage support il y a 2 ans
translations 890aa8b742 v8-3169 il y a 3 ans
.env 3b102a2cca restore dolibarr url in prod env il y a 2 ans
.env.ci 3b102a2cca restore dolibarr url in prod env il y a 2 ans
.env.docker 46c98cd8b2 Merge branch 'hotfix/v8-3978_fix_dolibarr_url' into develop il y a 2 ans
.env.preprod 3b102a2cca restore dolibarr url in prod env il y a 2 ans
.env.prod 3b102a2cca restore dolibarr url in prod env il y a 2 ans
.env.test 3b102a2cca restore dolibarr url in prod env il y a 2 ans
.gitignore 9d9ba0d2f3 repo cleaning il y a 3 ans
.gitlab-ci.yml dda9f1e228 fix CI config and add coverage support il y a 2 ans
composer.json 4ebe06ae6c finalize phpstan configuration il y a 3 ans
logo.png 51b2e302e9 add logo il y a 4 ans
phpstan.neon 4ebe06ae6c finalize phpstan configuration il y a 3 ans
phpunit.xml.dist dda9f1e228 fix CI config and add coverage support il y a 2 ans
readme.md 07a06ea04a add phpstan and minor fixes il y a 3 ans
rector.php c6a89ceefe rector.php il y a 3 ans

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

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