Commit Graph

1181 Commits

Author SHA1 Message Date
Maël Gangloff
b123d720f0 feat: add consumer name in messenger.yaml 2025-10-29 00:04:34 +01:00
Maël Gangloff
1cbf334c23 fix: add expiresInDays in domain response 2025-10-28 13:54:07 +01:00
Maël Gangloff
fb726ac88a fix: dispatch DetectDomainChange if registerDomain is successful 2025-10-28 13:24:16 +01:00
Maël Gangloff
b77dca9f62 Merge branch 'feat/retry-rdap' into develop 2025-10-28 13:13:07 +01:00
Maël Gangloff
6256ed8604 refactor: remove rate limiter and use retry strategy 2025-10-28 13:08:16 +01:00
Maël Gangloff
4c1d0f731b fix: correct transport for UpdateDomain 2025-10-28 12:11:11 +01:00
Maël Gangloff
98d92ce8f8 feat: add internal rate limit for rdap queries 2025-10-28 12:09:38 +01:00
Maël Gangloff
12c1a9bb97 ci: set php8.4 in Dockerfile v1.3.2 2025-10-27 18:03:14 +01:00
Maël Gangloff
43e2746bbe test: add test for FinDomainCollectionFromEntityProvider 2025-10-27 17:40:31 +01:00
Maël Gangloff
9cd51b8cb8 fix: set deletedAt=now for null values 2025-10-27 17:08:04 +01:00
Maël Gangloff
70d416b0e7 chore: remove duplicate context 2025-10-27 14:52:03 +01:00
Maël Gangloff
8102d932ba fix: remove unnecessary columns 2025-10-27 14:17:45 +01:00
Maël Gangloff
860f35caee fix: typo in SQL query 2025-10-27 14:09:53 +01:00
Maël Gangloff
1f5d386b0d feat: add domain reverse search on registrant name 2025-10-27 14:06:25 +01:00
Maël Gangloff
3dda89b49e fix: suppress LazyGhostTrait deprecation message 2025-10-27 00:59:34 +01:00
Maël Gangloff
ef5744eed1 fix: check if key exists 2025-10-25 22:42:20 +02:00
Maël Gangloff
26f33adc09 test: disable warnings 2025-10-25 22:22:04 +02:00
Maël Gangloff
ac8394d1c4 chore: lint 2025-10-25 21:53:22 +02:00
Maël Gangloff
677fa89616 Translated using Weblate (Swedish)
Currently translated at 100.0% (296 of 296 strings)
2025-10-25 19:52:16 +00:00
Maël Gangloff
656792705c Translated using Weblate (German)
Currently translated at 100.0% (296 of 296 strings)
2025-10-25 19:52:16 +00:00
Maël Gangloff
1c34acf790 Translated using Weblate (French)
Currently translated at 100.0% (296 of 296 strings)
2025-10-25 19:52:16 +00:00
Weblate
286047965d Update translation files
Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.
2025-10-25 19:49:20 +00:00
Maël Gangloff
4d9bbb4ed3 chore: ttag extract 2025-10-25 21:48:33 +02:00
Maël Gangloff
d91ff6ca86 test: add tests for handler 2025-10-25 21:47:11 +02:00
Maël Gangloff
1ce55010d1 test: add test for ProcessWatchlistTriggerHandler 2025-10-25 20:26:51 +02:00
Maël Gangloff
557ca7d71a fix: rename isEnabled to enabled in DQL query 2025-10-25 20:03:51 +02:00
Maël Gangloff
76da56dd83 test: add test for PATCH a watchlist 2025-10-25 19:27:41 +02:00
Maël Gangloff
24e3bc19ff feat: user can enable/disable a watchlist 2025-10-25 19:23:44 +02:00
Maël Gangloff
5243b3c2dd chore: rename WatchList to Watchlist 2025-10-25 17:45:51 +02:00
Maël Gangloff
ff90477695 refactor: optimize getTrackedDomains 2025-10-25 16:58:55 +02:00
Maël Gangloff
4e40f400b6 fix: remove distinct from dql 2025-10-25 13:27:10 +02:00
Maël Gangloff
4c3820d70e refactor: optimize getTrackedDomains 2025-10-25 13:13:28 +02:00
Maël Gangloff
2d07dce1ae test: use KernelTestCase instead of ApiTestCase 2025-10-22 22:13:40 +02:00
Maël Gangloff
57952b3e33 test: update DomainTest after refactor 2025-10-22 22:11:28 +02:00
Maël Gangloff
29341b550c test: update DomainTest after refactor 2025-10-22 18:43:18 +02:00
Maël Gangloff
0329e31c27 test: update DomainTest after refactor 2025-10-22 18:35:17 +02:00
Maël Gangloff
51345f15b7 test: update DomainTest after refactor 2025-10-22 18:22:36 +02:00
Maël Gangloff
597c744161 refactor: move DQL in repositories 2025-10-22 16:16:27 +02:00
Maël Gangloff
e3b3881baf test: disable constructor when mocking RDAPService 2025-10-22 16:14:02 +02:00
Maël Gangloff
95c6b9bb55 refactor: move logic in RDAPService 2025-10-22 15:58:20 +02:00
Maël Gangloff
24e1c1533c refactor: move logic in RDAPService 2025-10-22 15:24:29 +02:00
Maël Gangloff
9f71013c8e fix: use first domain_status to calculate deletion date 2025-10-22 14:58:02 +02:00
Maël Gangloff
444ad7bd20 feat: add eppException to api_platform.yaml 2025-10-21 23:18:06 +02:00
Maël Gangloff
6d6119a490 test: exclude provider test if there is a server exception 2025-10-21 13:41:09 +02:00
Maël Gangloff
1ed2275ac1 Merge branch 'develop' of github.com:maelgangloff/domain-watchdog into develop 2025-10-21 12:57:46 +02:00
Maël Gangloff
4facd7e951 refactor: move DQL in repositories 2025-10-21 12:56:59 +02:00
Maël Gangloff
70be97a66c Translated using Weblate (French)
Currently translated at 100.0% (293 of 293 strings)
2025-10-20 21:43:10 +00:00
Maël Gangloff
1ae35231fe Merge pull request #88 from vinceh121/bugfix/domain-events-refresh
fix: domain event refresh working one every two times
2025-10-20 22:51:16 +02:00
vinceh121
2c38a298c0 fix: refresh more entities that are using the same pattern 2025-10-20 22:45:00 +02:00
vinceh121
68cb366585 fix: domain event refresh working one every two times 2025-10-20 22:37:11 +02:00