825cd127d1
update php-cs-fixer and rector + fix rules
2024-01-09 13:50:45 +01:00
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
4a99480f50
fixup! Fix some tests
2023-12-14 23:22:48 +01:00
2dd1b7c943
Fix some tests
2023-12-14 23:05:35 +01:00
be57c96a2f
Add phonenumber to user
2023-11-16 15:12:12 +00:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +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
2c52a5bffa
Fix tests
2023-09-01 16:10:04 +02:00
6f11dffcbd
Remove deprecation linked to kernel shutdown
2023-08-31 18:36:37 +02:00
b85cd1b994
DX: apply rector rules for phpunit up to 90
2023-08-31 11:08:42 +02:00
1e353ed74b
Fix loading of random address reference in AddressToReferenceMatcherControllerTest.php
2023-08-25 18:26:32 +02:00
43ac6726aa
Fix selector button
2023-08-02 23:25:19 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +02:00
6d63177ff4
apply rules rector up to php82
2023-05-01 21:39:45 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
459b91001f
fix rector issues
2023-04-15 00:08:04 +02:00
19034ac1d8
Merge remote-tracking branch 'origin/master' into refactor-using-rector-202303
2023-04-15 00:07:09 +02:00
b0ac8ce5af
Merge remote-tracking branch 'origin/master' into track-address-reference-update
2023-04-12 09:45:19 +02:00
4c5dae60a8
DX: apply rector rulesets up to PHP 73
2023-03-29 22:39:11 +02:00
8177a0fcce
Feature: Provide api endpoint for reviewing addresses
...
Feature: show warning when address does not match the reference
Feature: [address] do update the address from address reference when clicked inside address details
2023-03-22 15:32:42 +01:00
71d0785ab4
Feature: add api endpoint for listing all geographical units covering an address
2023-03-22 15:32:40 +01:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
2a5bb28210
fix typo in tests
2022-05-13 16:05:08 +02:00
a0392b9216
replace some entity shortcut by fqdn
...
* ChillPerson:Person
* ChillMain:Center
* ChillActivity:Activity
2022-04-30 00:20:18 +02:00
169d4dc41c
finalize normalization on ressources
2022-03-21 17:33:01 +01:00
a6c7c1d997
fix tests for user
2022-03-21 16:17:19 +01:00
6b1310148f
notification: fix test
2022-01-11 11:24:11 +01:00
1e0c62b09d
Merge branch 'master' into notification/completion
2022-01-05 11:15:49 +01:00
Pol Dellaiera
e2ad590310
tests: Get rid of PHPUnit deprecations.
2022-01-04 16:29:49 +01:00
8fe94bd117
notification: update comment and api endpoint for marking as read/unread
2021-12-29 17:36:14 +01:00
Pol Dellaiera
70ca203e23
fix: Fix return types in tests.
2021-12-21 15:19:36 +01:00
Pol Dellaiera
58a13d932f
fix: Fix return types in tests.
2021-12-21 15:12:15 +01:00
Pol Dellaiera
3d0be940f0
fix: Fix return types in tests.
2021-12-21 15:02:12 +01:00
nobohan
4b432c64b0
php cs fixer
2021-12-13 11:07:30 +01:00
nobohan
82c027fe2a
add the current location of the user as API point + add it in the activity location list
2021-12-13 11:04:10 +01:00
938720be52
Issue316 addresses search by postal code
2021-12-06 12:56:57 +00:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
c8195e6df5
cs: Enable more risky rules.
2021-11-30 11:28:52 +01:00
9993bfc96f
fix cs and add test
2021-11-23 23:28:56 +01:00
fdbaa8cbef
add endpoint for getting permissions info
2021-11-23 23:04:29 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
315253589e
create api endpoint for duplciating address
2021-09-29 11:32:23 +02:00
d5d12c4a17
fix tests for user controller
2021-09-28 15:54:08 +02:00
b06e726ad1
fix required fields in user controller test
2021-09-22 12:28:14 +02:00
85835c8b0d
Merge branch 'features/api-search' into 'master'
...
Features/api search
See merge request Chill-Projet/chill-bundles!98
2021-06-29 14:50:28 +00:00
dd991e3572
add test
2021-06-28 23:02:15 +02:00
a43e6c12a0
add tests for UserApiController
2021-06-26 11:08:26 +02:00