Dan Feder
Dan Feder
Backport the fix for duplicate column names in #3627
We've rolled out better GUI information on harvest and datastore status in #3538, but the API for these things is much less friendy or intuitive to use. Start building endpoint...
This feels like unexpected behavior, and negates usefulness of separating things like resources/distributions into separate nodes.
If passing an object that will be referenced into a separate entity, support passing an explicit identifier to maintain stability across builds and ensure that updates become new revisions rather...
Dredd tests are no longer feasible for our complete OpenAPI 3 spec. We should switch to a more flexible framework for contract testing that supports v3. Most convenient would probably...
A bad identifier in the resources array of a JSON query should produce a 412 not found error.
The Form API work has introduced a new "UI schema" to accompany JSON schemas. We need to be able to validate a UI schema. Document what this does. Dataset.json Dataset.ui.json...
DCAT-AP uses the vCard format to store contact info, which contains a hasEmail field. The hasEmail field requires a `mailto:` prefix before the email address, which is obviously not intuitive...
fixes [GetDKAN/dkan/issues/3450] - [ ] All tests pass - [ ] JSON metadata stored in the database is not wrapped with with `[{"data":{},"identifier":""}]` - [ ] API GET requests return...
Build out a custom entity with bundles to replace the "data" content type in Drupal. ## Acceptance criteria - On enabling module, there is a custom entity for metastore items...