Commit graph

95 commits

Author SHA1 Message Date
Timo Võhmar
98bf7fb594
Merge pull request #2751 from internetee/2742-clienthold-status-must-not-me-reset-unless-the-forcedelete-status-is-reset
fix: prevent client_hold status from returning after manual removal
2025-02-19 15:38:17 +02:00
oleghasjanov
6194c5c58a fix: prevent client_hold status from returning after manual removal
- Add flag in force_delete_data to track manual client_hold removal
- Update ProcessClientHold to respect manual status removal
- Add test to verify client_hold doesn't return after admin removes it

When an admin manually removes the client_hold status from a domain,
it should not be automatically re-added by the ProcessClientHold job.
This change tracks manual removals and prevents the status from being
re-added while maintaining the force delete process.
2025-02-10 13:42:19 +02:00
oleghasjanov
19df0cd57f fix tests -> count of running jobs were decreased 2025-02-03 14:08:50 +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
Sergei Tsoganov
d3bca1434c Refactored and corrected code for domain force delete 2023-05-17 16:04:40 +03:00
olegphenomenon
51dd9dc112 added condition for send expired email 2022-12-02 12:41:55 +02:00
olegphenomenon
17b9cf0ffc send expire email for multiyear domains 2022-12-02 11:12:48 +02:00
Thiago Youssef
62f18c0358 fix test 2022-10-16 07:55:24 -03:00
Thiago Youssef
9d7bf049e6 Delete duplicate test 2022-09-25 11:13:23 -03:00
Thiago Youssef
39022eab9e Fix tests 2022-09-25 11:06:16 -03:00
Thiago Youssef
71d1e9bf47 Migrate refresh status notes to CheckForceDeleteLift job 2022-09-25 10:31:31 -03:00
Thiago Youssef
c6ff1ad300 fix tests 2022-09-18 17:56:05 -03:00
Thiago Youssef
929ccf6985 Migrate force delete refresh status notes to a job 2022-09-18 13:37:16 -03:00
Thiago Youssef
70ff87bd20 Add tests 2022-08-15 06:34:37 -03:00
Thiago Youssef
943dedd194 Remove deprecated statuses_before_force_delete field 2022-05-24 16:36:21 +03:00
Thiago Youssef
ee76deaf52 Fix tests 2022-05-03 14:10:48 +03:00
Thiago Youssef
b1afdbf50e Add rake task optional args 2022-05-03 13:43:19 +03:00
Thiago Youssef
944aba563c Fix tests 2022-05-02 12:52:32 +03:00
Thiago Youssef
c246bbaa6d Remove legacy code 2022-04-28 12:29:24 +03:00
Thiago Youssef
626edbd4c3 Add validation event check force delete to a job 2022-04-27 13:45:12 +03:00
olegphenomenon
bc0a9d4f99 comment out force delete check callback 2022-04-26 09:17:12 +03:00
Timo Võhmar
253da801e6
Merge pull request #2344 from internetee/fix-fd-poll-message-after-validation
fix poll message spam after validation email
2022-04-18 10:32:10 +03:00
Thiago Youssef
d0d40cc792 Fix tests 2022-04-13 13:45:58 +03:00
Thiago Youssef
f8612d687f Remove email verification legacy code 2022-04-13 11:51:08 +03:00
olegphenomenon
e320a7ced1 fix poll message spam after validation email 2022-04-12 15:32:21 +03:00
dinsmol
04ade0cab2 Fix tests 2022-01-21 01:55:04 +03:00
dinsmol
8cab4f6df4 Fix tests and errors 2022-01-17 17:16:05 +03:00
dinsmol
d5e6ba1e69 Fix tests 2022-01-16 00:14:14 +03:00
dinsmol
17be0908cd Fix tests 2022-01-15 23:36:24 +03:00
dinsmol
7c7213c337 Fix tests 2022-01-15 23:09:31 +03:00
dinsmol
9f9606aba0 Fix tests 2022-01-14 10:34:13 +03:00
dinsmol
ee4f340128 Fix test 2022-01-14 09:57:37 +03:00
dinsmol
f63a51a5d6 Style fix 2022-01-14 09:44:06 +03:00
dinsmol
c47b093a45 Implement FD notes updating 2022-01-14 00:39:31 +03:00
olegphenomenon
2543b9c1f8 fixed error 2021-11-15 16:22:29 +02:00
olegphenomenon
6a050f9ce3 updated restore function 2021-10-22 14:51:58 +03:00
Alex Sherman
70a6a44525 Fix deprecated email_notification usage in tests 2021-10-07 16:18:02 +05:00
Alex Sherman
d48b0f4401 Fixed FD test for new behaviour 2021-10-07 16:18:02 +05:00
Oleg Hasjanov
458609921f remove comments 2021-07-14 12:49:47 +03:00
Oleg Hasjanov
96bc237484 implement mechanism of save statuses for force delete and lock 2021-07-14 12:04:55 +03:00
Alex Sherman
979bbddfde Change invalid email addresses used in test 2021-07-06 13:28:36 +05:00
Oleg Hasjanov
4a8bdc14a1 refactoring 2021-05-17 14:46:48 +03:00
Oleg Hasjanov
0ccfd0d8d4 added test 2021-05-17 14:24:51 +03:00
Alex Sherman
eac7dd352b Revert "Merge pull request #1902 from internetee/1900-removing-registry-lock-should-not-remove-statuses-set-prior-to-setting-it"
This reverts commit f6fcf15fff, reversing
changes made to 26618a3c90.
2021-04-14 12:31:26 +05:00
Timo Võhmar
4f4fd70573
Merge pull request #1911 from internetee/1899-add-email-to-fd-notes
Add invalid email to FD status note on auto-FD
2021-04-08 20:54:19 +03:00
Timo Võhmar
f6fcf15fff
Merge pull request #1902 from internetee/1900-removing-registry-lock-should-not-remove-statuses-set-prior-to-setting-it
implement domain statuses restore after domain locked, added test
2021-04-08 16:35:37 +03:00
Alex Sherman
3eecdd8d29 Add invalid email to FD status note 2021-04-08 13:48:50 +05:00
Oleg Hasjanov
fe97d7f35a implement state store before force delete 2021-04-06 11:04:25 +03:00