dkan
dkan copied to clipboard
DKAN Open Data Portal
I am running dkan with Docker. This is how the output of `docker container ls` looks like: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bed5070fe666 traefik:v2.0 "/entrypoint.sh --lo…"...
## Steps To Reproduce 1. Create a harvest for a data.json file where the **downloadURL** value is a link to a file that does not exist at that endpoint. 2....
## Describe the bug The DKAN Datastore Simple import may produce (incorrect) warning messages like "Source file is not in "UTF-8" encoding". The Simple import does a chunked import, chunking...
fixes #3392 ## QA Steps - do a simple import in the DKAN datastore
## User Story As a person monitoring dataset harvesting, it would be nice if the harvester did some additional pre-harvest validation to prevent bad data from being imported. ## Acceptance...
fixes [org/repo/issue#] - [ ] Test coverage exists - [ ] Documentation exists ## QA Steps - [ ] Add manual QA steps in checklist format for a reviewer to...
Modify json_form_widget to allow selection of Data Dictionaries populated by the metastore. ## Testing steps 1. Build from branch 2. Modify dataset.ui.schema distribution.describedBy to be: ```json "describedBy": { "ui:options": {...
## Describe the bug I suppose the ["Tips"](https://github.com/GetDKAN/dkan/tree/2.x/modules/dkan_js_frontend#tips) section of the ReadMe file for DKAN JS Frontend module is not correct anymore: > Set the 404 and home paths for...
fixes [org/repo/issue#] - [ ] Test coverage exists - [ ] Documentation exists ## QA Steps - [ ] Add manual QA steps in checklist format for a reviewer to...
Adds a harvest hashes test in preparation for https://github.com/GetDKAN/dkan/pull/4110 Test registers a harvest and runs it, then changes the harvest and runs it again. What should happen is that one...