Commit Graph

1165 Commits

Author SHA1 Message Date
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
Maël Gangloff
543fcebdec fix: sort domainStatus by date to select one 2025-10-20 13:11:44 +02:00
Maël Gangloff
cad4926d51 fix: orderBy DESC 2025-10-19 22:31:59 +02:00
Maël Gangloff
06f2a6a90d fix: use the right template 2025-10-19 22:22:17 +02:00
Maël Gangloff
cad6c32f64 Translated using Weblate (Swedish)
Currently translated at 100.0% (293 of 293 strings)
2025-10-19 19:58:00 +00:00
Maël Gangloff
15b2592181 Translated using Weblate (German)
Currently translated at 100.0% (293 of 293 strings)
2025-10-19 19:58:00 +00:00
Maël Gangloff
c61ef60d26 Translated using Weblate (French)
Currently translated at 100.0% (293 of 293 strings)
2025-10-19 19:58:00 +00:00
Weblate
5f10245341 Update translation files
Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.
2025-10-19 19:54:40 +00:00
Maël Gangloff
0888033bd8 feat: add trackedEppStatus field in Watchlist 2025-10-19 21:37:52 +02:00
Maël Gangloff
626cb47f03 chore: edit register rate limit 2025-10-19 15:15:51 +02:00
Maël Gangloff
b727961edb fix: object can be in db to represent a list 2025-10-19 15:07:36 +02:00
Maël Gangloff
d81ee32122 fix: domain status list in lowercase 2025-10-19 14:21:52 +02:00
Maël Gangloff
213617c3c1 test: add test for Namecheap 2025-10-19 13:27:33 +02:00
Maël Gangloff
7d0642eb6a test: add test for NameCom provider 2025-10-17 23:08:28 +02:00
Maël Gangloff
28fdcd2575 test: add delete connector test 2025-10-17 20:08:56 +02:00
Maël Gangloff
e44ecd5768 test: add validateConnectorCredentials message test 2025-10-17 14:39:49 +02:00
Maël Gangloff
ef52c2b00d ci: publish test result action 2025-10-17 13:11:03 +02:00