1098bafd3d
Replaced the deprecated 'self::$container->get' with 'self::getContainer()->get' using rector
...
This change is made to comply with the new Symfony standards and to avoid deprecation warnings for future versions. The update touches various functionalities, including retrieving EntityManagerInterface instance and various service classes within the test files.
2023-12-14 23:36:56 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
48e0a0af7d
DX: Increase the number of iteration to ensure that the test really pass on random executions
2023-10-17 10:27:33 +02:00
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
dd21694544
Fix RefreshAddressToGeographicalUnitMaterializedViewCronJobTest: use ClockInterface to handle properly now and use more random tests
2023-07-27 23:52:38 +02:00
9f63d9ed0f
Fix test on RefreshAddressToGeographicalUnitMaterializedViewCronJob
...
Alter the signature on run: add an empty array
2023-07-27 22:57:36 +02:00
b0fcffea2d
fixed: take into account the first iteration of the cronjob
2023-07-13 09:03:41 +02:00
a7842b2597
[Addresses] add a cronjob to collate addresses with reference
2023-07-12 18:00:29 +02:00
1552b3c9d7
[Addresses] create a service to collate addresses with the address reference
2023-07-12 17:30:46 +02:00
bbd2599e7e
Fixed: [cron] store the last store of executed tasks correctly
2022-12-27 00:09:45 +01:00
c8127a1d9d
Fixed: ensure to execute Refresh Address To Geographical Unit Cronjob even during the day
2022-12-23 13:36:23 +01:00
e0c9e12008
Feature: [cron] Create a cron job to refresh materialized view address - geographical unit association
2022-12-12 14:35:46 +01:00