Commit graph

8878 commits

Author SHA1 Message Date
Timo Võhmar
25a7f7168f
Update CHANGELOG.md 2020-10-15 17:01:35 +03:00
Timo Võhmar
7f81883e7b
Merge pull request #1698 from internetee/add-tara-to-registrant
Expand TARA auth logic to registrant portal
2020-10-15 16:58:12 +03:00
Karl Erik Õunapuu
a8a985b9d3
Go back to master branch of omniauth-tara 2020-10-15 16:05:36 +03:00
Karl Erik Õunapuu
2ed6370efe
Merge branch 'add-tara-to-registrant' of https://github.com/internetee/registry into add-tara-to-registrant 2020-10-15 15:09:26 +03:00
Alex Sherman
c09e08c61e Change error handling to more humane 2020-10-15 16:16:44 +05:00
Karl Erik Õunapuu
0357cfc29e
Provide logging for tara state handler 2020-10-15 12:54:38 +03:00
Karl Erik Õunapuu
a154b0599f
Registrant: Generate TARA state via gem 2020-10-15 11:32:52 +03:00
Karl Erik Õunapuu
27774cc275
REPP: Fix tests 2020-10-14 17:15:00 +03:00
Timo Võhmar
0e55f413a5
Update CHANGELOG.md 2020-10-14 17:06:58 +03:00
Timo Võhmar
c8552d9f43
Merge pull request #1709 from internetee/1708-business-registry-endpoint
Add registrant api companies endpoint
2020-10-14 17:05:25 +03:00
Timo Võhmar
30959132a6
Update CHANGELOG.md 2020-10-14 17:03:29 +03:00
Timo Võhmar
fff3028a8d
Merge pull request #1711 from internetee/1710-deleted-domain-history-fix
fix new version fields for deleted domains
2020-10-14 17:01:41 +03:00
Alex Sherman
ce93425ad8 Fix array comparison in tests 2020-10-14 18:58:59 +05:00
Karl Erik Õunapuu
b8311ac5f6
Remove Grape from codebase 2020-10-14 16:53:04 +03:00
Karl Erik Õunapuu
951a3f247b
Fix some CC issues 2020-10-14 16:46:55 +03:00
Alex Sherman
ecaf8fc43d Update company_register gem version 2020-10-14 18:43:47 +05:00
Karl Erik Õunapuu
6d96a09b5c
Save REPP log after every request 2020-10-14 16:04:27 +03:00
Karl Erik Õunapuu
9b8d74fe30
Fic some CC issues 2020-10-14 15:53:54 +03:00
Karl Erik Õunapuu
ee199f9318
REPP: Move domain transfer to rails API format 2020-10-14 15:47:28 +03:00
Alex Sherman
b3ceb625a3 fix new version fields for deleted domains 2020-10-14 16:56:21 +05:00
Karl Erik Õunapuu
d1ab61f424
REPP: Move domain transfer info to rails API format 2020-10-14 12:48:47 +03:00
Karl Erik Õunapuu
6c655e1179
REPP: Move Domains#Contacts to rails API format 2020-10-14 11:00:31 +03:00
Alex Sherman
c59211239d Update API documentation 2020-10-14 11:31:17 +05:00
Karl Erik Õunapuu
c31dc15207
REPP: Move nameservers endpoint to Rails API format 2020-10-13 17:10:59 +03:00
Karl Erik Õunapuu
a782b19d28
Deserializers: Mirror ContactCreate from ContactUpdate 2020-10-13 15:13:02 +03:00
Karl Erik Õunapuu
aac74e26f1
Fix some more CC issues 2020-10-13 13:43:21 +03:00
Karl Erik Õunapuu
cdf28befca
Fix CC issues 2020-10-13 13:27:33 +03:00
Alex Sherman
c43ae63521 Fix output format & format test 2020-10-13 15:07:44 +05:00
Karl Erik Õunapuu
c59b47a519
REPP: Simplify ident validation 2020-10-13 11:22:23 +03:00
Karl Erik Õunapuu
3e27869379
Reuse action call response code 2020-10-13 11:00:06 +03:00
Karl Erik Õunapuu
b0f9d316c9
REPP: Refactor handle_errors() 2020-10-12 16:26:08 +03:00
Karl Erik Õunapuu
a495c2ab1c
Fix CC issues 2020-10-12 16:16:58 +03:00
Karl Erik Õunapuu
8755fbdbf4
REPP: compose success data in new method 2020-10-12 15:17:26 +03:00
Alex Sherman
c79042f789 Add registrant api companies endpoint 2020-10-12 16:32:37 +05:00
Karl Erik Õunapuu
7379390827
Fix whining about AndOr 2020-10-12 14:22:42 +03:00
Karl Erik Õunapuu
5cd495b85c
REPP: Simplify Contacts#index method 2020-10-12 14:07:41 +03:00
Karl Erik Õunapuu
eb19412643
Fix some CC issues 2020-10-12 12:33:38 +03:00
Timo Võhmar
497ba6514d
Update CHANGELOG.md 2020-10-09 18:49:59 +03:00
Timo Võhmar
428054e401
Merge pull request #1707 from internetee/1705-removing-pendingUpdate-status-fails-if-domain-has-forceDelete-status-set
Domain: Don't respect forceDelete status when determining pending_update?
2020-10-09 18:48:03 +03:00
Karl Erik Õunapuu
3808c8cd9e
DomainCron: Test expire pending with forceDelete 2020-10-09 15:36:48 +03:00
Karl Erik Õunapuu
4917539a7d
Return pending_update? value based on status, regardless of force delete state 2020-10-09 15:16:04 +03:00
Karl Erik Õunapuu
f6580bd79a
REPP: custom success response handler 2020-10-09 13:28:49 +03:00
Karl Erik Õunapuu
2e8ce7dbc4
REPP: Allow contact creation without address 2020-10-09 12:00:57 +03:00
Karl Erik Õunapuu
a73cd53bff
REPP: Verify contact ident type 2020-10-09 11:16:22 +03:00
Karl Erik Õunapuu
39c6d20413
Repp: Add contacts/check action 2020-10-09 09:34:59 +03:00
Karl Erik Õunapuu
1686c352bc
REPP: Port accounts controller from Grape to Rails API 2020-10-08 16:28:05 +03:00
Karl Erik Õunapuu
aa325604f9
Port REPP Contacts from Grape to Rails internal API 2020-10-08 15:54:23 +03:00
Timo Võhmar
4ebbc37ae2
Update CHANGELOG.md 2020-10-08 14:18:16 +03:00
Timo Võhmar
56feb1e0e7
Merge pull request #1696 from internetee/1695-domain-history-search-fails
Domain history: Fix contact composing in list view
2020-10-08 14:15:12 +03:00
Alex Sherman
a92c1dfb74 Quickfix truemail init file 2020-10-08 12:34:10 +05:00