ralph

Results 6 issues of ralph

* allow passing of `metadata_modified` value to package update/patch * if no `metadata_modified` value passed, writes `datetime.datetime.utcnow()` as before Currently `"metadata_modified"` is always set to `datetime.datetime.utcnow()` even when a `"metadata_modified"`...

To Discuss

My `ckan_dataset.yaml` ``` - field_name: mandated label: Nationally Mandated required: true preset: select choices: - value: false label: "No" - value: true label: "Yes" validators: boolean_validator ``` How it looks...

It would be great to get some support for regex/wildcard matching in the context. So for example ``` context: [ '/api/houses/*/rooms' ] ``` — where `*` is whatever house ID...

I found that the `includedImpacts` option was very helpful, but got me into a weird state in which I could have failures but not have the assertions logged out. Here...

It would be great to have an example of the reporter output a la [Istanbul](http://gotwarlost.github.io/istanbul/public/coverage/lcov-report/index.html) for goofs like me going shopping. 🙏

Running `pages initdb` [fails in our docker container](https://github.com/nhsx/standards-registry/runs/4738300136?check_suite_focus=true#step:6:3292) as it attempts to connect to the `DEFAULT_SOLR_URL` as defined in [ckan/lib/search/common.py:29](https://github.com/ckan/ckan/blob/b3b2f5a6e6731256f37b9b79c1e12edfdb569508/ckan/lib/search/common.py#L29). Passing in our `production.ini` does not appear to update the...