Ori Hoch
Ori Hoch
In Israel GTFS data we encountered stop_times data with non-standard time values HH:MM (without seconds), so I added support for this format
Added an IXLoader interface method: modify_download_request, which can be used to modify the download url or http headers.
Currently, unicode characters in headers are encoded to ascii using unidecode library. This PR adds a config option (`ckanext.xloader.unicode_headers`) which allows to keep unicode charactes in the column names Includes...
child of ViderumGlobal/PM#5 start a minikube cluster on travis - ``` curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube && sudo cp minikube /usr/local/bin/ && rm minikube curl -Lo kubectl...
An example provider for Kamatera: https://github.com/OriHoch/cco-provider-kamatera (using [rke](https://rancher.com/docs/rke/latest/en/)) Additional changes: * Build and push the minikube ckan-cloud-operator image * Remove --interactive flag is interactive.yaml is used * Finalize the development...
Similar to the changes in #113 - but to allow multiple plugins, installed via pip e.g.: build a ckan-cloud-operator image with a list of plugins, each line is pip installed:...