Robert Bryson
Robert Bryson
Yesterday, I spent a lot of time trying to track down issues with the requested change of [moving requirements into the `setup.py`](https://github.com/GSA/ckanext-geodatagov/pull/210/commits/64c449de752a6a5f57abf6600ee23cad911b64a3). Something [down the chain ](https://github.com/GSA/ckanext-geodatagov/blob/467cc0ce6a710bbce2a0d5118ff6740056c9096b/setup.py#L29)is still requiring boto,...
Thanks to everyone jumping on the huddle yesterday. Especailly thanks to @nickumia-reisys for getting this unstuck with your [PR](https://github.com/GSA/ckanext-geodatagov/pull/213). I should be able to do the last couple things on...
This had been blocked by issues with building catalog that were resolved with [this PR](https://github.com/GSA/catalog.data.gov/pull/540). My sitemap code is now available with the `ckan geodatagov sitemap-to-s3` cli command. Running it,...
The fix for above is simply running the cli commands as a `cf run-task` instead of sshing into an app. Running the task raises a small bug with the `filename_number`...
I have been blocked on platform issues. Our own upstream containers aren't building correctly (and taking 2k+ seconds) on my system architecture:  I can change some build parameters, but...
My blockers yesterday turned out to be related to an issue with the `ckan` [`2.9.6`](https://docs.ckan.org/en/2.9/changelog.html#v-2-9-6-2022-09-28) release yesterday. [Pinning the ckan version to `2.9.5`](https://github.com/GSA/ckanext-geodatagov/pull/219/commits/bf3975e01028270eacd10e073d241e480f3ac328) allowed passing (though will [need to be...
Well, same issue with [my refactor](https://github.com/GSA/ckanext-geodatagov/pull/224/files):  I have another idea to call the actual aws s3 cli from python, but that feels very janky.
Thanks to @nickumia-reisys's [hard work](https://github.com/GSA/ckanext-geodatagov/pull/225), I'm [unblocked](https://github.com/GSA/ckanext-geodatagov/pull/224/commits/4be21f738a5dee8f87d4d4adeb8c9e69f2b00d7c) and [testing](https://github.com/GSA/ckanext-geodatagov/actions/runs/3228569050/jobs/5284836524) his solve.
Well, it's not quite right but it's something:  Huzzah!
The s3 upload test has been failing. Hmm..  It's some sort of special magic that it can upload a file to a bucket, but with only the message that...