Commit graph

5745 commits

Author SHA1 Message Date
oleghasjanov
00aee547dd registred company returns not exists 2024-11-25 11:47:30 +02:00
tsoganov
0085f99e02 Modified identification request webhook 2024-11-14 08:37:09 +02:00
tsoganov
d04622c49f Fixed request endpoint uri 2024-11-14 08:37:09 +02:00
tsoganov
8ed18ab76e Skipped authenticity token for webhook controller 2024-11-14 08:37:09 +02:00
tsoganov
285fa138e6 Fixed codeclimate 2024-11-14 08:37:09 +02:00
tsoganov
637cabf95f Handling contact verifications 2024-11-14 08:37:09 +02:00
oleghasjanov
292a4fddc5 fixed tests: updated gems; improve company register status job and test stability
- Refactor CompanyRegisterStatusJob for better readability and error handling
- Update whitelisted_companies to use JSON parsing with fallback
- Fix company register status check in tests with proper mock data
- Remove debug logging statements
- Add null check for domain status notes
- Update test dependencies (Capybara and Selenium) for better stability
2024-11-13 15:04:39 +02:00
oleghasjanov
3cf4e29531 change unique collection from by ident to code 2024-11-08 12:46:17 +02:00
oleghasjanov
c4f35522ca mend 2024-11-08 12:46:17 +02:00
oleghasjanov
ba9aeb437d remove logs, fixed company register status job 2024-11-08 12:46:17 +02:00
oleghasjanov
b3ac165bd3 added logs 2024-11-08 12:46:17 +02:00
oleghasjanov
a13ef33628 fixed method for check force delete 2024-11-08 12:46:15 +02:00
oleghasjanov
6ff5e55a24 business contact validation + tests 2024-11-08 12:45:12 +02:00
Timo Võhmar
88b49561d2
Merge pull request #2700 from internetee/update-whois-dns-zone-record
dns zone domain names whois handling
2024-10-21 16:24:58 +03:00
oleghasjanov
4e6865332e update status 2024-10-21 14:25:12 +03:00
oleghasjanov
08ce8dbbb3 updated zone domain status 2024-10-21 14:05:52 +03:00
oleghasjanov
f11d149272 added logs 2024-10-21 13:00:23 +03:00
tsoganov
ce01b0847c Fix poll messages crashing 2024-10-15 15:13:46 +03:00
Timo Võhmar
6c9ce3a7a1
Merge pull request #2647 from internetee/change-count-of-validation-contacts
changed count of contact validations
2024-09-04 16:19:35 +03:00
tsoganov
c7d3788a36 Updated contact name data type in schemas 2024-08-22 11:25:54 +03:00
Oleg Hasjanov
25effa8d86 added condition for errors 2024-02-12 14:59:06 +02:00
Oleg Hasjanov
fa3a629305 added validation signel after update 2024-02-12 14:35:17 +02:00
Oleg Hasjanov
681092bc1b validation when contact create 2024-02-12 14:32:58 +02:00
Oleg Hasjanov
20cbdbfa75 added validation command 2024-02-12 14:12:04 +02:00
Oleg Hasjanov
1ce5ebd629 remove validation from contact creation 2024-02-12 09:41:00 +02:00
Oleg Hasjanov
66f3fca97a added single contact process 2024-02-08 15:55:38 +02:00
Oleg Hasjanov
7e6dee7f10 added filter for domains with fd 2024-02-08 15:12:15 +02:00
Oleg Hasjanov
34c14e5bef changed count of contact validations 2024-02-08 15:00:41 +02:00
Timo Võhmar
d47b3f233e
Merge pull request #2625 from internetee/reference-data-get-update
updated request for get reference user data
2024-02-06 15:26:31 +02:00
Oleg Hasjanov
8eee65579b move validator from callback to action interactor and to the api controller 2024-02-02 09:08:04 +02:00
Oleg Hasjanov
f4d276fc44 comment out not relevant tests 2024-02-02 09:08:04 +02:00
Oleg Hasjanov
736d935e3e added test 2024-02-02 09:08:04 +02:00
Oleg Hasjanov
1b8640966c added callback force delete check after email update 2024-02-02 09:08:02 +02:00
Oleg Hasjanov
b5b59026b9 added deadline registration condition during domain registration from auction 2024-01-24 15:17:11 +02:00
Timo Võhmar
84ba938847
Merge pull request #2640 from internetee/new-vat-rate-overwrite-old-one
new vat rate overwrite olds one in e-invoice
2024-01-18 17:59:58 +02:00
Oleg Hasjanov
209bfb6715 new vat rate overwrite olds one in e-invoice 2024-01-12 09:45:19 +02:00
Sergei Tsoganov
c67a21c7ba Improved stats query 2023-12-21 17:26:01 +02:00
Sergei Tsoganov
7736e1c828 Added extra query for log domains destroy events 2023-12-21 12:00:55 +02:00
Sergei Tsoganov
6e271a9242 Updated .codeclimate.yml 2023-12-19 13:09:11 +02:00
Sergei Tsoganov
e68039902d Foxed codeclimate issue 2023-12-19 11:09:17 +02:00
Sergei Tsoganov
7db8b5d970 Removed date_from attribute 2023-12-19 09:38:00 +02:00
Sergei Tsoganov
0ca07a50fb Changed date_from default dates 2023-12-15 16:19:52 +02:00
Sergei Tsoganov
c1e48197cb Refactored sql query for stats calculation 2023-12-15 15:49:29 +02:00
Sergei Tsoganov
533b10aad1 Temporarily changed date_from for stats 2023-12-14 21:19:07 +02:00
Sergei Tsoganov
ea48a1cca1 Removed batching of log_domain records 2023-12-14 20:55:17 +02:00
Sergei Tsoganov
e73faae879 Refactored statistics caclulation 2023-12-14 13:26:31 +02:00
Oleg Hasjanov
6c7abf1123 updated request for get reference user data 2023-10-31 12:42:40 +02:00
Timo Võhmar
5fc8bc92d4
Merge pull request #2609 from internetee/unable-to-create-contact-with-punnycode
Unable to create contact with punnycode
2023-08-23 12:12:38 +03:00
Oleg Hasjanov
64fb5c6149 refactoring 2023-08-22 15:30:19 +03:00
Oleg Hasjanov
9f4d4ecb8a email validation support for hostnames with punnycode 2023-08-22 15:29:18 +03:00