41f4bbfdce
remove container aware interface from timeline builder
2023-10-02 15:03:05 +02:00
2d7bc06539
Fix CS
2023-10-02 15:02:15 +02:00
294aaf5bed
Replace the CenterControllerTest by a smoke test
...
Since that the center's admin has been replaced by a CRUD Controller, we have to adapt the test accordingly.
2023-10-02 12:52:40 +02:00
b0a7612329
make test easier to read
2023-09-29 08:51:14 +02:00
0c5b35926b
php cs fixer and phpstan
2023-09-29 07:52:50 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
d8b0e0671a
ScopeResolverDispatcher: better type hinting
2023-09-26 16:59:09 +02:00
29983cc2ad
Work on test, but still fails
2023-09-21 16:18:51 +02:00
260a173a61
Add test for accompanyingPeriodExportHelper: closing motive exclusion
2023-09-21 15:21:14 +02:00
500b37601a
implement new export service for accompanyingcourse exports
2023-09-21 14:15:44 +02:00
5d41b37620
create helper service to exclude accompanying periods from export result based on closing motive
2023-09-21 13:06:19 +02:00
da3c6f2dd1
php cs fix
2023-09-14 17:17:36 +02:00
370c9c6d74
only display active centers in center form for exports
2023-09-14 17:01:58 +02:00
cd85e37c1b
do active center filtering in frontend for person creation
2023-09-14 14:30:58 +02:00
b4f9501af5
php cs fixes
2023-09-14 11:47:54 +02:00
76f1814848
More identation on some method parameters
2023-09-13 10:12:04 +02:00
cd9611a669
Remove unused dependency on DefaultVoter (+ fix when throwing an exception)
2023-09-13 10:12:04 +02:00
d3b68f8f8f
AuthorizationHelper: compare center and scope based on id, not on equality
...
For an unknown reason, in some circumstances, the use of the `===` comparator does not work when comparing Center instances and Scope instances. Then, we compare them based on the id.
2023-09-13 10:08:44 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +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
19789acbbe
php cs fixes
2023-09-12 15:18:03 +02:00
9600543fec
Merge branch 'master' into use_crud_for_center
2023-09-11 14:57:51 +02:00
86315b1579
only show active centers from the reachable centers for creation of person
2023-09-11 14:43:52 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
7b28bb7561
Improve NotificationMailerTest by adding an assertion
...
This assertion is performed by Prophecy's shouldBeCalled* method.
2023-09-07 11:30:04 +02:00
f30b4ff452
DX php cs fixer
2023-09-06 16:22:03 +02:00
f3a37d435f
FEATURE [form][isActive] add form field for isActive property
2023-09-06 16:21:29 +02:00
34ee2b3ba5
Fix new CS
2023-09-06 16:18:28 +02:00
03baee4286
FIX [repository][center] adjust center repository to find all active entities
2023-09-06 16:07:14 +02:00
bc5c420f92
Merge branch '137-send-reply-when-adding-notification-comments' into 'master'
...
Resolve: Send reply email to all recipees when add comments in notifications
See merge request Chill-Projet/chill-bundles!585
2023-09-06 14:05:31 +00:00
b256c3176e
FIX [migration][center] set default value in center migration to add isActive
2023-09-06 16:05:21 +02:00
53cc43f8d3
NotificationMailer: add tests when user does not have any email
2023-09-06 15:59:36 +02:00
40a72d9fca
NotificationMailer: send to correct destinees
2023-09-06 15:59:35 +02:00
82b3025842
DX php cs fixer
2023-09-06 15:56:48 +02:00
7c7c5862c6
FEATURE [center][isActive] add getter and setter + integrate into template
2023-09-06 15:56:04 +02:00
ba41ab98f7
FEATURE [isActive][center] add isActive property to the center entity
2023-09-06 15:50:45 +02:00
fa47dcd5b6
FIX [center][crud] use crud controller for center entity
2023-09-06 15:50:12 +02:00
f3fbd5314a
Add test to NotificationMailer::postPersistComment
2023-09-06 15:47:45 +02:00
608663d25c
Fix path to comply with psr-4
2023-09-03 14:55:15 +02:00
40b7c8ad8f
fix rector and cs
2023-09-01 17:50:07 +02:00
0db1e3e0d7
Exclude db intensive test to spare db connection
2023-09-01 17:17:17 +02:00
a2a660c954
Try to avoid open db connections
2023-09-01 17:07:10 +02:00
2c52a5bffa
Fix tests
2023-09-01 16:10:04 +02:00
10a75f44e9
Ensure kernel shutdown after abstract export tests
2023-09-01 16:09:54 +02:00
37c1dfb0ba
fix tests implementing AbstractAggregatorTest
2023-09-01 15:07:37 +02:00
a197a6b418
fix tests implementing AbstractFilterTest
2023-09-01 14:21:03 +02:00
355ed03500
Fix kernel booting problem on Aggregator and Filter tests
2023-09-01 11:08:15 +02:00
d8062be131
mark test as legacy
2023-09-01 11:08:13 +02:00
e72df84442
DX: rector corrections
2023-09-01 11:08:13 +02:00
d44f5d7af8
mark test as legacy
2023-09-01 10:53:53 +02:00