dkan-tools icon indicating copy to clipboard operation
dkan-tools copied to clipboard

CLI tools for DKAN site management

Results 29 dkan-tools issues
Sort by recently updated
recently updated
newest added

The dkan-tools my.cnf was not being picked up by the mariadb base image we're currently using. This PR removes it, and adds an ENV variable to extend the wait_timeout for...

## User Story: When I write custom code for DKAN site, I want to be able to test it, to ensure against regression. ## Acceptance Criteria: I can run dktl...

Optimize mariadb service to support high workload during harvest operations. Configuration tweaked: - Search depth. - Increase MYSQL_INNODB_BUFFER_POOL_SIZE. - Multi-byte UTF-8 support. - Bump MYSQL_WAIT_TIMEOUT. - bump MYSQL_MAX_ALLOWED_PACKET.

**Describe the bug** Unable to upload a second file on local build **Steps To Reproduce** 1. Create a dataset, add a distribution via the file upload option 2. Save then...

DevOps

dktl provides a namespace for custom commands in projects, but the configuration that is provided in composer will only work inside of the container. We should see if we can...

PQDC