Sur le tableau de bord Collectivité (gestionnaire)
Le plan d'action doit afficher toutes les actions planifiées et non réalisées (idéalement triées par ordre de date de planification avec la plus récente en haut). (dans la limite du nombre d'actions à afficher définies dans le .env)
Exemple en prod :
Edited
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
@michaelsoluris Le deuxième tableau montre toutes les actions de protection, alors que le premier ne montre que les actions non appliquées. Est-ce que la différence pourrait venir de là ?
celui affiché dans le module Plan d'action
Doivent tous les deux afficher les actions "non appliquées" (futures ou passées).
C'est bien le cas pour le second tableau (plan d'action) mais pas pour le tableau de bord.
Ce tableau doit afficher toutes les actions planifiées et non réalisées (idéalement triées par ordre de date de planification avec la plus récente en haut). (dans la limite du nombre d'actions à afficher définies dans le .env)
Bonjour @jfoucher , le problème est toujours présent avec le tag
Avant mise à jour (c'est à dire en v1.10.13 :
Puis ensuite je fais juste :
git checkout v1.10.17
et là j'obtiens cette lenteur :
Si je fais un checkout sur la v1.10.13 ca revient normal.
Le ./bin/deploy après le checkout sur la v1.10.17 se passe bien (cf log bas de commentaire)
mais ensuite toujours cette lenteur (meme apres redémarrage service nginx, phpfpm).
Pour info, si après etre passé en v1.10.17 et avoir fait un bin/deploy, je repasse en 1.10.13, fais un deploy, j'obtiens ces warn dans le log (lors du deploy) :
WARNING! You have 2 previously executed migrations in the database that are not registered migrations.
>> 2022-08-01 13:12:24 (20220801131224)
>> 2022-08-01 13:50:26 (20220801135026)
Et par contre ca refonctionne de nouveau correctement...
`root@APPLIRGPD:/var/www/madis# git checkout v1.10.17
La position précédente de HEAD était sur 20c7d894... cs fix + phpstan fixes
HEAD est maintenant sur d38e4e30... update packages to fix security issue in twi g
root@APPLIRGPD:/var/www/madis# ./bin/deploy
Vous n'êtes actuellement sur aucune branche.
Veuillez spécifier une branche avec laquelle fusionner.
Référez-vous à git-pull(1) pour de plus amples détails.
git pull <distant> <branche>
Do not run Composer as root/super user! See https://getcomposer.org/root for det ails
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Updating symfony/flex (v1.18.5 => v1.19.3): Checking out ab0453b160
Updating symfony/polyfill-php80 (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/serializer (v4.4.40 => v4.4.47): Loading from cache
Updating symfony/polyfill-mbstring (v1.25.0 => v1.26.0): Checking out 9344f9cb97
Updating symfony/polyfill-intl-normalizer (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/polyfill-intl-grapheme (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/string (v5.4.3 => v5.4.14): Loading from cache
Updating symfony/deprecation-contracts (v2.5.1 => v2.5.2): Loading from cache
Updating symfony/property-info (v4.4.40 => v4.4.47): Loading from cache
Updating symfony/property-access (v4.4.40 => v4.4.44): Loading from cache
Updating symfony/polyfill-php73 (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/polyfill-intl-idn (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/http-foundation (v4.4.39 => v4.4.47): Checking out 7eea76ae18
Updating symfony/http-client-contracts (v2.5.1 => v2.5.2): Loading from cache
Updating symfony/event-dispatcher-contracts (v1.1.12 => v1.1.13): Loading from cache
Updating symfony/event-dispatcher (v4.4.37 => v4.4.44): Checking out 1e866e9e5c
Updating symfony/debug (v4.4.37 => v4.4.44): Loading from cache
Updating symfony/error-handler (v4.4.40 => v4.4.44): Loading from cache
Updating symfony/http-kernel (v4.4.40 => v4.4.47): Loading from cache
Updating api-platform/core (v2.6.8 => v2.7.2): Loading from cache
Updating doctrine/deprecations (v0.5.3 => v1.0.0): Loading from cache
Updating doctrine/collections (1.6.8 => 1.8.0): Loading from cache
Updating doctrine/event-manager (1.1.1 => 1.2.0): Loading from cache
Updating doctrine/cache (1.12.1 => 1.13.0): Loading from cache
Updating doctrine/dbal (2.13.8 => 2.13.9): Loading from cache
Updating doctrine/annotations (1.13.2 => 1.13.3): Loading from cache
Updating doctrine/reflection (1.2.2 => 1.2.3): Loading from cache
Updating doctrine/sql-formatter (1.1.2 => 1.1.3): Loading from cache
Updating egulias/email-validator (3.1.2 => 3.2.1): Loading from cache
Updating laminas/laminas-code (4.5.1 => 4.7.0): Loading from cache
Updating friendsofphp/proxy-manager-lts (v1.0.7 => v1.0.13): Loading from cache
Updating phpstan/phpdoc-parser (1.4.2 => 1.13.0): Loading from cache
Updating jms/metadata (2.6.1 => 2.7.0): Loading from cache
Updating jms/serializer (3.17.1 => 3.18.2): Loading from cache
Updating knplabs/gaufrette (v0.10.0 => v0.11.0): Loading from cache
Updating symfony/translation-contracts (v2.5.1 => v2.5.2): Loading from cache
Updating symfony/service-contracts (v2.5.1 => v2.5.2): Loading from cache
Updating symfony/security (v4.4.38 => v4.4.47): Loading from cache
Updating symfony/dependency-injection (v4.4.40 => v4.4.44): Loading from cache
Updating symfony/polyfill-php81 (v1.25.0 => v1.26.0): Loading from cache
Updating symfony/config (v4.4.37 => v4.4.44): Loading from cache
Updating symfony/security-bundle (v4.4.38 => v4.4.44): Loading from cache
Updating lcobucci/jwt (4.1.5 => 4.2.1): Loading from cache
Updating lexik/jwt-authentication-bundle (v2.15.0 => v2.16.0): Loading from cache
Updating phpdocumentor/type-resolver (1.6.1 => 1.6.2): Loading from cache
Updating sebastian/type (2.3.4 => 3.2.0): Loading from cache
Updating sebastian/global-state (4.0.0 => 5.0.5): Loading from cache
Updating sebastian/exporter (4.0.4 => 4.0.5): Loading from cache
Updating sebastian/comparator (4.0.6 => 4.0.8): Loading from cache
Installing sebastian/cli-parser (1.0.1): Loading from cache
Updating nikic/php-parser (v4.13.2 => v4.15.1): Loading from cache
Installing sebastian/lines-of-code (1.0.3): Loading from cache
Installing sebastian/complexity (2.0.2): Loading from cache
Updating phpunit/php-code-coverage (8.0.2 => 9.2.18): Loading from cache
Updating phar-io/version (2.0.1 => 3.2.1): Loading from cache
Updating phar-io/manifest (1.0.3 => 2.0.3): Loading from cache
Updating phpunit/phpunit (9.2.6 => 9.5.25): Loading from cache
Updating symfony/validator (v4.4.40 => v4.4.47): Loading from cache
Updating symfony/translation (v4.4.37 => v4.4.47): Loading from cache
Updating rollerworks/password-strength-validator (v1.7.2 => v1.7.3): Loading from cache
Updating symfony/cache-contracts (v2.5.1 => v2.5.2): Loading from cache
Updating symfony/cache (v4.4.40 => v4.4.46): Loading from cache
Updating symfony/doctrine-bridge (v4.4.39 => v4.4.46): Loading from cache
Updating symfony/form (v4.4.40 => v4.4.46): Loading from cache
Updating symfony/stopwatch (v4.4.38 => v4.4.46): Loading from cache
Updating twig/twig (v2.14.13 => v2.15.3): Loading from cache
Updating symfony/twig-bridge (v4.4.40 => v4.4.45): Loading from cache
Updating symfony/webpack-encore-bundle (v1.14.0 => v1.16.0): Loading from cache
Updating webmozart/assert (1.10.0 => 1.11.0): Loading from cache
Updating symfony/console (v4.4.40 => v4.4.47): Loading from cache
Updating behat/behat (v3.10.0 => v3.11.0): Loading from cache
Updating composer/ca-bundle (1.3.1 => 1.3.4): Loading from cache
Updating doctrine/data-fixtures (1.5.2 => 1.5.3): Loading from cache
Updating fakerphp/faker (v1.19.0 => v1.20.0): Loading from cache
Updating symfony/browser-kit (v4.4.37 => v4.4.44): Loading from cache
Updating symfony/css-selector (v4.4.37 => v4.4.44): Loading from cache
Updating symfony/routing (v4.4.37 => v4.4.44): Checking out f7751fd8b6
Updating symfony/framework-bundle (v4.4.40 => v4.4.47): Loading from cache
Updating symfony/maker-bundle (v1.38.0 => v1.39.1): Loading from cache
Updating monolog/monolog (2.4.0 => 2.8.0): Loading from cache
Updating symfony/monolog-bundle (v3.7.1 => v3.8.0): Loading from cache
Updating symfony/phpunit-bridge (v6.0.7 => v6.1.6): Loading from cache
Updating symfony/twig-bundle (v4.4.40 => v4.4.41): Loading from cache
Updating symfony/web-profiler-bundle (v4.4.39 => v4.4.47): Loading from cache
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
Package zendframework/zend-escaper is abandoned, you should avoid using it. Use laminas/laminas-escaper instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Generating optimized autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
Run composer recipes at any time to see the status of your Symfony recipes.
yarn install v1.9.4
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
success Already up-to-date.
Done in 1.22s.
yarn run v1.9.4
$ /var/www/madis/node_modules/.bin/encore production
Running webpack ...
DEPRECATION Either the Encore.enableSingleRuntimeChunk() or Encore.disableSingleRuntimeChunk() method should be called.
DEPRECATION The recommended setting is Encore.enableSingleRuntimeChunk().
DEPRECATION After calling Encore.enableSingleRuntimeChunk(), a new "runtime.js" will be output and should be included on your page before any other script tags for Encore files.
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
DONE Compiled successfully in 23735ms 12:53:27
I 2653 files written to public/build
Entrypoint js/app = js/app.c300f0d1.js
Entrypoint js/dashboard = js/dashboard.f319473f.js
Entrypoint js/dashboard_admin = js/dashboard_admin.5e7abe96.js
Entrypoint js/collectionManager = js/collectionManager.4d4349a1.js
Entrypoint js/evaluation = js/evaluation.2d485fea.js
Entrypoint css/app = css/app.f9a6964a.css
Entrypoint _tmp_copy =
Done in 30.90s.
// Clearing the cache for the prod environment with debug false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
// Warming up the cache for the prod environment with debug false
[OK] Cache for the "prod" environment (debug=false) was successfully warmed.
Application Migrations
No migrations to execute.
JWT keys already exist
root@APPLIRGPD:/var/www/madis#
`