Alex Sherman
7dd3005bf3
Add interactor for renewal
2020-12-15 14:27:32 +05:00
Alex Sherman
c0fc7ebca9
Add current balance
2020-12-15 14:27:32 +05:00
Alex Sherman
b0b5cea585
Add execution hook to controller
2020-12-15 14:27:32 +05:00
Alex Sherman
40b22cd433
Add multiple checkboxes to select domains for bulk renew
2020-12-15 14:27:32 +05:00
Alex Sherman
9c662471a7
Fix controller & routes
2020-12-15 14:27:32 +05:00
Alex Sherman
ee2601b8de
Add scaffold for a controller & view
2020-12-15 14:27:32 +05:00
Timo Võhmar
de37732a56
Update CHANGELOG.md
2020-12-14 15:21:04 +02:00
Timo Võhmar
c05864486f
Merge pull request #1768 from internetee/1767-move-domain-cron-to-interactors
...
Move DomainCron methods to interactor
2020-12-14 15:19:50 +02:00
Timo Võhmar
7573a7eac2
Update CHANGELOG.md
2020-12-09 16:33:23 +02:00
Timo Võhmar
4fe489c0c0
Merge pull request #1761 from internetee/1760-move-domain-update-confirm-to-interactor
...
Move DomainUpdateConfirm to Interactor
2020-12-09 16:32:24 +02:00
Timo Võhmar
8f6f2433e2
Update CHANGELOG.md
2020-12-08 18:17:10 +02:00
Timo Võhmar
c05795c9be
Merge pull request #1757 from internetee/1755-move-domain-delete-to-interactor
...
Move DomainDelete to interactor design pattern
2020-12-08 18:16:09 +02:00
Alex Sherman
a54249f6ff
Move WhoisUpdate job to interactor
2020-12-08 16:08:33 +05:00
Karl Erik Õunapuu
e9746c9ee9
Merge remote-tracking branch 'origin/master' into log-bounced-emails
2020-12-08 12:03:27 +02:00
Timo Võhmar
6841703349
Update CHANGELOG.md
2020-12-08 10:35:25 +02:00
Alex Sherman
ce07c5eae8
Move rejected delete procedures to interactor
2020-12-08 13:16:30 +05:00
Alex Sherman
5a059e86bb
Move confirmed delete procedures to interactor
2020-12-08 13:16:30 +05:00
Alex Sherman
f6a7a08b24
Move job to interactor
2020-12-08 13:16:30 +05:00
Alex Sherman
ccf91d306a
Rename email sending interactor
2020-12-08 13:16:30 +05:00
Alex Sherman
ac3860bbd8
Add test for redemption grace period
2020-12-08 13:16:07 +05:00
Alex Sherman
167b37c61f
Add tests for DOmainCrone#expire_period
2020-12-08 13:16:07 +05:00
Alex Sherman
d17e26c28b
Move #redemption_grace_period to interactor
2020-12-08 13:16:07 +05:00
Alex Sherman
849010b118
Move #process_expired to interactor
2020-12-08 13:16:07 +05:00
Alex Sherman
e8fa79304f
Move DomainCron#clean_expired_pendings to interactor
2020-12-08 13:16:07 +05:00
Alex Sherman
7a90ef528a
Add a couple of domain status tests
2020-12-08 13:15:24 +05:00
Alex Sherman
252d39464a
Fix updating procedure
2020-12-08 13:15:24 +05:00
Alex Sherman
6ab08dbd67
Fix rejecting updates
2020-12-08 13:15:24 +05:00
Alex Sherman
a0bc60ac74
Fix rejecting changes clearance
2020-12-08 13:15:24 +05:00
Alex Sherman
42012863e2
Move interactor to the Domains namespace
2020-12-08 13:15:24 +05:00
Alex Sherman
6f0b8b15a3
Move clean pendings used from model to interactor base
2020-12-08 13:15:24 +05:00
Alex Sherman
8ef748fc7d
Move apply_pending_update! method from model to interactor
2020-12-08 13:15:24 +05:00
Alex Sherman
4b7cffbb57
Move functionality from job to interactor
2020-12-08 13:15:24 +05:00
Alex Sherman
31bfe19d77
Move DomainUpdateConfirm from Que to ActiveJob
2020-12-08 13:15:24 +05:00
Alex Sherman
b4e26952d6
Fix domain deletion deadline
2020-12-08 13:14:48 +05:00
Alex Sherman
30ddf83ee4
Move interactor to namespace
2020-12-08 13:14:48 +05:00
Alex Sherman
4c7f9f2026
Add interactor tests
2020-12-08 13:14:48 +05:00
Alex Sherman
d406334926
Move DomainDelete to interactor design pattern
2020-12-08 13:14:48 +05:00
Timo Võhmar
42b9adbf44
Merge pull request #1746 from internetee/gh-actions-test
...
Use github actions to run unit tests
2020-12-08 10:04:19 +02:00
Alex Sherman
1b8906a9cc
Remove Travis support
2020-12-07 13:55:50 +05:00
Georg
36ff1fcf39
Create ruby.yml
...
example workflow
Update ruby.yml
limit builds
Update ruby.yml
postgres service
Update ruby.yml
pg_port
copy config files
Update ruby.yml
Update ruby.yml
Update database_travis.yml
Update ruby.yml
Update ruby.yml
bump wkhtmltopdf-binary
Unlock gem 'wkhtmltopdf-binary'
Update ruby.yml
Update ruby.yml
Update ruby.yml
remove Lockfile
restore Gemfile
test only ubuntu-18.04
bundle env
remove deploy deps
remove mina dep
use rexml from bundle rather then std-lib to support ruby 3.0
install rexml
drop ruby 3.0, cleanup workflow
fix codeclimate sorting issue
Codeclimate reporting
stop using deprecated set-env
use simplecov formater
simplecov in after-build
fix yaml syntax
run in debug mode
Set correct env var to run coverage
cleanup, provide CC_TEST_REPORTER_ID secret
combine multiple results
more variables
pull/commit different envs
Change test command to get more coverage
2020-12-07 13:53:05 +05:00
Karl Erik Õunapuu
92b294e81b
Reflect new behaviour of registrant API in tests
2020-12-04 15:24:14 +02:00
Karl Erik Õunapuu
15d2ffe200
Registrant API: Return associated domains for contact query
2020-12-04 14:53:55 +02:00
Karl Erik Õunapuu
4adc240b0b
Merge branch 'master' into log-bounced-emails
2020-12-04 13:46:48 +02:00
Timo Võhmar
8916cb29d1
Update CHANGELOG.md
2020-12-01 15:48:13 +02:00
Timo Võhmar
23d77ebccf
Merge pull request #1765 from internetee/fix-epp-domain-status-missing-error
...
EPP: Show error when trying to remove unassigned domain status
2020-12-01 15:46:51 +02:00
Karl Erik Õunapuu
15e090c3b1
Fix CC issue
2020-12-01 12:59:04 +02:00
Karl Erik Õunapuu
c9d4aaded9
Fix registrant domain serializer
2020-12-01 12:31:28 +02:00
Timo Võhmar
512b181cd7
Update CHANGELOG.md
2020-12-01 10:00:04 +02: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
Karl Erik Õunapuu
e5a2a6cf0f
Fix CC issues
2020-11-30 17:10:04 +02:00