Alex Sherman

Results 6 issues of Alex Sherman

OK, we got a situation. In Rails 6.1 all the error objects got huuugely revamped and refactored, leaving next to none of previous behaviour ( [proof](https://code.lulalala.com/2020/0531-1013.html) ). And we got...

We need to set releasing domains to auction as a default behaviour to epp/registry systems. Also need to check if domain can be registered by checking it presence in auction...

EPP-proxy redirects to epp server `/epp/errors` endpoint if there are any errors. But server awaits for GET-requests on `epp/errors/:action`, thus making possible 500 errors like ``` Apr 22 20:47:18 reg-l-epp...

ATM emails are validated once per month. We might set this time to be configured via ENV and application.yml.

As a second stage of deprecation warnings removal (see #1521) we should get rid of papertrail gem and use procedure introduced in auction app to store versions history.

ATM we do not have test coverage threshold set in Travis, and current master coverage level is about 60%. Maybe we should pump the coverage level and set the ci...