Artur
Artur
When specifying Postgresql Docker image `docker-compose.test.yml` uses `postgres:11` whereas `docker-compose.production.yml` uses `postgres:12`. Not the end of the World, but the version should be the same.
The documentation states that: > The path to the configuration file is the first found among: > File +.config/irb/irbrc+ in the current directory, if it exists. https://github.com/ruby/irb/blob/master/lib/irb.rb#L148 but there seems...
- [ ] Verify that delayed_job errors are sent to airbrake - [ ] Migrate to delayed_job
№ 1: https://github.com/internetee/registry/blob/master/doc/whois.rm - Outdated and serves no purpose --- № 2: https://github.com/internetee/registry/blob/master/doc/testing.md - "Testing" section states obvious thing - "Testing EPP" is not valid anymore --- № 3: https://github.com/internetee/registry/blob/master/doc/controllers_brief.svg...
@teadur: ``` select count(*) from legal_documents; # 421690 select count(*) from legal_documents where document_type is null or document_type = ''; # 0 select count(*) from legal_documents where documentable_id is null;...
- Requires `paper_trail` 6.0.0.
It is currently optional and it seems no one actually uses it. /registrar/domains/transfer
Check whether `fill_ident_country` postgresql function is needed https://github.com/internetee/registry/pull/1439/commits/c83372c69eca41ff076df1e5f679dd3a26939e80.
Currently we expect only one number to be present in the payment description when matching payments to invoices . If there are two, only the first one is matched and...
The gem is considered dead, but I anyway think it's overkill for such task as reading YAML file and populating `ENV`.