cgoldshtein

Results 4 issues of cgoldshtein

**Problem** ckanext-pages is only available via Git installation, creating deployment challenges in: - Corporate environments with restricted Git access - CI/CD pipelines (GitLab CI, GitHub Actions) with network restrictions -...

**Request** Create CKAN activity when _fields_match() detects schema changes. **Why It's Needed** Problem: When users upload files with changed schemas (different columns, data types), the changes happen silently. Dataset managers...

**Problem** XLoader jobs complete successfully but task status never updates because the worker process runs as anonymous user. The xloader_hook function fails authorization check when trying to update task status,...

**Problem:** CKAN's official extension development workflow uses python setup.py develop, which is deprecated and will stop working by October 2025. **Current (deprecated):** `python setup.py develop` **Modern replacement:** `pip install -e...

Good for Contribution