Commit Graph

93 Commits

Author SHA1 Message Date
Maël Gangloff
ee4d117834 feat: add a remarks field on entities 2024-12-28 19:26:25 +01:00
Maël Gangloff
c3c7de1902 fix: id field may be empty in RDAP response 2024-12-27 22:29:35 +01:00
Maël Gangloff
d3adc4b4ef feat: add link on domain name tags 2024-12-27 21:37:19 +01:00
Maël Gangloff
18d42993e3 fix: do not record event history if it is an IANA Registrar ID 2024-12-27 18:21:07 +01:00
Maël Gangloff
149b208399 fix: avoid save info that concerns IANA reserved IDs 2024-12-27 17:53:24 +01:00
Maël Gangloff
a535d8c2a4 feat: do not register anonymous entities 2024-12-27 15:29:16 +01:00
Maël Gangloff
5f30b7b173 feat: improve the display of entity handles 2024-12-23 15:14:23 +01:00
Maël Gangloff
2a64bcecee fix: some RDAP servers return the same entity twice 2024-12-22 23:48:37 +01:00
Maël Gangloff
015b3c2797 fix: free domain status 2024-12-22 23:06:52 +01:00
Maël Gangloff
0e7622e77e fix: use current date when update domain statuses 2024-12-22 20:42:22 +01:00
Maël Gangloff
cbeba957d3 fix: update domain updated_at 2024-12-21 21:41:33 +01:00
Maël Gangloff
817da2a652 fix: compare date with timestamp 2024-12-20 22:52:39 +01:00
Maël Gangloff
5d83386f1a refactor: split in functions 2024-12-20 22:25:41 +01:00
Maël Gangloff
e8755af578 refactor: handle keys if absent from RDAP response 2024-12-20 22:02:11 +01:00
Maël Gangloff
5b706174bb chore: add description on migration 2024-12-20 20:43:43 +01:00
Maël Gangloff
ad8a99c291 feat: add dark theme support 2024-12-20 20:21:05 +01:00
Maël Gangloff
425071bc23 feat: improve ui 2024-12-20 19:41:48 +01:00
Maël Gangloff
1dc16d769b feat: add search for a tld via RDAP 2024-12-20 17:43:35 +01:00
Maël Gangloff
9df6c24a75 fix: a registry was applying the same EPP status code twice 2024-12-18 19:11:26 +01:00
Maël Gangloff
df3906aa08 fix: disable domain status diff when domain creation 2024-12-13 21:16:49 +01:00
Maël Gangloff
3c137e40ee fix: use current updatedAt date when update domain statuses 2024-12-13 20:30:07 +01:00
Maël Gangloff
15fb312aa2 fix: reduce database requests when register domain 2024-12-13 19:50:14 +01:00
Maël Gangloff
1c64239d89 fix: disable domain status diff when domain creation 2024-12-13 16:25:53 +01:00
Maël Gangloff
37740845e8 feat: add differential tracking of domain EPP status codes 2024-12-12 22:56:35 +01:00
Maël Gangloff
d77dcf0ada fix: domain should not be null 2024-12-08 14:19:54 +01:00
Maël Gangloff
a6122b877e feat: add measurements in InfluxdbService 2024-12-08 13:54:51 +01:00
Maël Gangloff
c7569b9081 feat: start of InfluxDB implementation 2024-12-08 00:52:03 +01:00
Maël Gangloff
fbcecff982 feat: add app:register-domain command 2024-12-07 20:08:29 +01:00
Maël Gangloff
c3915556a5 fix: prevent duplicate events in database 2024-12-07 14:16:56 +01:00
Maël Gangloff
c6ae0ac69d fix: remove deleted entities in ical export 2024-11-25 22:16:27 +01:00
Maël Gangloff
500b901b7a fix: duplicate NS violates unique constraint 2024-11-02 16:25:01 +01:00
Maël Gangloff
c7a50eed65 refactor: consent checks are performed in AbstractProvider and not in child classes 2024-11-01 00:46:25 +01:00
Maël Gangloff
a94a775ee6 chore: reformat code 2024-09-22 19:49:35 +02:00
Stefan Warnat
0657891b8d fix: RDAP Server of DENIC do not return events
Signed-off-by: Stefan Warnat <ich@stefanwarnat.de>
2024-09-22 18:48:32 +02:00
Maël Gangloff
b1d0725275 fix: duplicate key value violates unique constraint error 2024-09-09 11:55:11 +02:00
Maël Gangloff
0e98b7d0c1 fix: duplicate key value violates unique constraint error 2024-09-09 11:53:54 +02:00
Maël Gangloff
0e96404302 feat: add tracked domains table 2024-09-09 11:31:33 +02:00
Maël Gangloff
124168380a chore: persist domain after NS clear 2024-09-08 21:48:37 +02:00
Maël Gangloff
9b8481e3f3 chore: add a comma at the end of list
Signed-off-by: Maël Gangloff <contact@maelgangloff.fr>
2024-09-08 16:45:18 +02:00
Maël Gangloff
0ceb09d410 feat: add more important status
Signed-off-by: Maël Gangloff <contact@maelgangloff.fr>
2024-09-08 16:42:02 +02:00
Maël Gangloff
3e51425f68 feat: if a domain is deleted, it must be updated 2024-09-07 01:14:50 +02:00
Maël Gangloff
71173306d6 fix: switch updatedAt to datetime_immutable 2024-09-04 18:33:02 +02:00
Maël Gangloff
689ad51e3a feat: add delete property on DomainEntity 2024-09-04 18:06:28 +02:00
Maël Gangloff
f36116afa9 feat: add delete property on Event 2024-09-01 21:26:07 +02:00
Maël Gangloff
8efb8575cb fix: add support for IDN TLD search 2024-08-28 23:21:19 +02:00
Maël Gangloff
46ac93df89 chore: remove a condition 2024-08-27 19:09:27 +02:00
Maël Gangloff
891c608a9b chore: update docker-compose.yml 2024-08-25 21:09:32 +02:00
Maël Gangloff
0e1658f6fe refactor: create StatService 2024-08-25 03:31:09 +02:00
Maël Gangloff
4bb3ba7765 feat: consider the domain's EPP status codes to monitor it carefully 2024-08-25 01:47:32 +02:00
Maël Gangloff
6601540eb4 feat: add stats endpoint 2024-08-22 18:11:07 +02:00