Commit graph

281 commits

Author SHA1 Message Date
Alex Sherman
43b3033991 Fix namespaces for Zeitwerk class loader 2021-03-05 19:09:24 +05:00
Timo Võhmar
02ec43a1dc
Merge pull request #1846 from internetee/1818-block-bulk-changes-on-update-prohibited
Add check if UpdateProhibited to nameserver bulk update
2021-02-23 17:01:56 +02:00
Alex Sherman
44add87fe2 Add tests on domain transfer 2021-02-22 13:57:32 +05:00
Alex Sherman
ffde929540 Set validation to prohibit ManualInzone with any of the *Hold statuses 2021-02-12 16:10:22 +05:00
Timo Võhmar
a3cca9149b
Merge pull request #1830 from internetee/1828-send-poll-message-to-registrant-on-applying-and-removing-registry-lock
Registry lock: Notify Registrar by EPP notification
2021-02-11 13:14:44 +02:00
Karl Erik Õunapuu
0bc86229e2
Merge remote-tracking branch 'origin/master' into 1828-send-poll-message-to-registrant-on-applying-and-removing-registry-lock 2021-02-10 15:49:34 +02:00
Karl Erik Õunapuu
3fcaaaee46
Merge branch '1828-send-poll-message-to-registrant-on-applying-and-removing-registry-lock' of https://github.com/internetee/registry into 1828-send-poll-message-to-registrant-on-applying-and-removing-registry-lock 2021-02-10 15:44:41 +02:00
Karl Erik Õunapuu
66dfa730ec
Registry lock: Notify Registrar by EPP notification 2021-02-09 16:31:10 +02:00
Karl Erik Õunapuu
aefb7e42ae
Registry lock: Notify Registrar by EPP notification 2021-02-09 16:27:15 +02:00
Alex Sherman
f6a2d91d61 Fix CC issues 2021-02-05 18:06:22 +05:00
Alex Sherman
fc3a764896 Fix discarded domains test 2021-02-05 18:06:22 +05:00
Alex Sherman
f3f89bedd7 Add first version of admin bulk change 2021-02-05 18:06:22 +05:00
Alex Sherman
3c1b989723 Add check if domain got *UpdateProhibited 2021-01-29 16:15:53 +05:00
Alex Sherman
21fc5edb44 Add semantic test fixes & maybe solution for an issue 2021-01-28 14:52:30 +05:00
Timo Võhmar
8826c8052f
Merge pull request #1784 from internetee/1139-fix-whois-for-domain-release
Fix Whois record updating for domain release
2021-01-28 09:24:17 +02:00
Alex Sherman
1d5c46e6a0 Move ToStdout to /app/lib folder and include it in app.rb 2021-01-06 21:38:11 +05:00
Alex Sherman
217f009fa3 Small logic fixes 2021-01-06 12:09:03 +05:00
Alex Sherman
b60a7e571f Delete original WhoisRecord after domain deletion 2021-01-05 17:21:13 +05:00
Alex Sherman
0c5ef72c7d Add logging & domain lock on release 2021-01-05 15:10:17 +05:00
Karl Erik Õunapuu
4ccb71287d
Add invalid phone mail template to force delete mailer 2020-12-28 13:23:04 +02:00
Karl Erik Õunapuu
38cefe7255
Allow explicit reason for force delete mail template 2020-12-28 12:57:06 +02:00
Alex Sherman
b4e26952d6 Fix domain deletion deadline 2020-12-08 13:14:48 +05:00
Timo Võhmar
ee6836eb07
Merge pull request #1752 from internetee/1751-refactor-client-hold
Move ClientHold procedure to interactor
2020-12-01 09:58:58 +02:00
Alex Sherman
5363c546a5 Move all the existing interactors to Domains namespace 2020-11-30 13:50:26 +05:00
Alex Sherman
a40116e05e Move ClientHold procedure to interactor
Closes #1751
2020-11-23 14:01:39 +05:00
Alex Sherman
6a6265e3a5 Move CancelForceDelete to interactor 2020-11-20 12:32:35 +05:00
Alex Sherman
e62f0a077a Remove domain namespace 2020-11-11 21:16:27 +05:00
Alex Sherman
bce39e3404 Move interactor from Interactor gem to ActiveInteraction 2020-11-11 21:07:22 +05:00
Alex Sherman
3c7fa88463 Inherit all the interactors from base one 2020-11-10 15:08:10 +05:00
Alex Sherman
f97dff6002 Fix tests & interactor process 2020-11-10 14:56:25 +05:00
Alex Sherman
03754b542b Complete creation of interactors 2020-11-10 13:50:38 +05:00
Alex Sherman
4b980a07f5 Add basic interactor/organizer support 2020-11-09 17:50:15 +05:00
Timo Võhmar
5e6fb351ab
Merge pull request #1735 from internetee/1178-invalid-email-fd-template
Add invalid email template to ForceDelete notifications
2020-11-06 16:06:09 +02:00
Timo Võhmar
07cb0cb046
Merge pull request #1734 from internetee/1136-fix-restoring-statuses-after-fd-cancel
Fix statuses processing for ForceDelete
2020-11-05 12:49:33 +02:00
Alex Sherman
6a4bb6079d Add tests 2020-11-05 13:41:43 +05:00
Alex Sherman
0116531786 Fix existing tests 2020-11-05 12:45:59 +05:00
Alex Sherman
3ce0fc4a5c Add invalid email template 2020-11-05 12:36:33 +05:00
Timo Võhmar
b3c5aa2d41
Merge pull request #1730 from internetee/442-forcedelete-notification-template-selection
Auto-select email template
2020-11-04 16:26:49 +02:00
Alex Sherman
a6702267e5 Move template decision method to FD concern 2020-11-04 17:11:46 +05:00
Alex Sherman
20d5ab9ebf Fix statuses processing for ForceDelete 2020-11-04 14:26:54 +05:00
Alex Sherman
b148816949 Fix ForceDelete possible statuses doubling 2020-11-03 14:22:12 +05:00
Alex Sherman
9503850d71 Remove extra day from soft delete years
Closes #1720
2020-10-26 14:04:36 +05:00
Karl Erik Õunapuu
6e72bb03b3
DomainCron: Don't send force delete mail if template empty 2020-10-20 15:48:35 +03:00
Karl Erik Õunapuu
7e9a3250bd
Log deleted contacts to file, don't send poll message on initial cycle 2020-09-16 12:16:02 +03:00
Karl Erik Õunapuu
a5b59f20ab
Fix CC issues 2020-09-04 15:20:24 +03:00
Karl Erik Õunapuu
5c7e07dbb5
Use log() method instead of puts 2020-09-04 14:52:24 +03:00
Karl Erik Õunapuu
dadb8ba88a
Send poll message to Registrar after it's contact has been archieved 2020-09-04 11:52:52 +03:00
Karl Erik Õunapuu
bbbb3d5367
Improve logging 2020-09-03 16:42:04 +03:00
Karl Erik Õunapuu
11fc484270
Don't double check if contact can be archived when ran via Task 2020-09-03 16:07:09 +03:00
Karl Erik Õunapuu
816102130b
Add logging to archiving process 2020-09-03 15:59:59 +03:00