Nicolas Williams
Nicolas Williams
I've been experiencing this issue, too, when using both kaminari 0.15.0 (included as part of activeadmin 0.6.2) and will_paginate 3.0.5 in the same rails 3.2.16 application. @zzak, I was aware...
BODS 0.2 and BODS 0.3 do not specify *any* required fields for `Identifier`. By my understanding of this, even `"identifiers": [{}, {}, {}]` would technically be valid. More importantly, neither...
On a related topic, the suggestion above is that `scheme` or `schemeName` become required fields. I support that proposal, but I would suggest it is made even stronger: that `scheme`...
A new EBS volume has been attached to EC2 server oo-prd0-register/bods-register at `/mnt/data` , and configured to mount automatically on boot. Script `/usr/local/bin/sync-clones` has been added to help with downloading:...
Kinesis Firehose has been reconfigured to go back to the non-recommended larger buffer max sizes and flush intervals. In fact, it's now increased to 128MB/900s instead of 64MB/900s which it...
I don't see any references to `missingInfoReason` on current register master branch (7df086eff6e072a3294b97b2f9dc330c7905a4a3). In addition, the only references to `missingInfoReason` I can find cross-repository is in register-sources-bods, where it is...
Noting that no test cases were able to be found in the imported data. To verify this, the original PSC bulk data from 2023-11-01 was checked. No entity or person...
The issue has been discovered to be our side, not any issue in the Companies House PSC stream. It has been traced to faulty handling of the HTTP stream itself,...
### TODO - [x] consider effect on Ingester PSC (other than known issue with streams) - [x] consider effect on Ingester DK - [x] consider effect on Ingester SK -...
### Effect on Ingester PSC HTTP adapter is used in `lib/register_ingester_psc/config/adapters.rb`. This is in turn used in: 1. `lib/register_ingester_psc/snapshots/services/snapshot_link_scraper.rb` 2. `lib/register_ingester_psc/streams/clients/psc_stream.rb` 3. `lib/register_ingester_psc/snapshots/services/snapshot_downloader.rb` (1) uses `RegisterCommon::Adapters::HttpAdapter` `get` without a block....