Fuhu Xia
Fuhu Xia
sample.json: ``` { "organization": { "name": "Data.gov", "subOrganizationOf": { "name": "Technology Transformation Service" } } } ``` sample.schema: ``` { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "organization": { "id": "https://project-open-data.cio.gov/v1.1/schema/organization.json#", "required": [...
@willson-chen I installed v3.2.0 and cherry-picked the three commits from the PR #717. It still has same issue.
@willson-chen Thank you for looking into it. I always use latest release tagged v3.2.0 in my code, because I found current master branch has its own issue. For example, in...
Only happens on pysolr version 3.9.0. It is fine on 3.6.0, 3.7.0, 3.8.0.
This issue is alleviated by adding a new index in change https://github.com/ckan/ckanext-harvest/pull/514. Still, I'd like to see the job list paginated.
When this issue is addressed, it will also resolve [an issue](https://github.com/GSA/data.gov/issues/2862#issuecomment-786194515) we observed that gather appears to fall asleep after idling for a long time and need to be manually...
In a recent change, we [increased disk space to 3G](https://github.com/GSA/inventory-app/pull/472) in order to [allow big resource upload](https://github.com/GSA/data.gov/issues/3173). Obviously 3G disk space is beyond a 2G limit that cloud.gov has as...
Here is what we did to complete the job - Added a customized `geodatagov tracking-update`. - Manually run the initial update to calculate all hit stats since day 1 (`2021-02-03`...
New findings, For example URL `/dataset/allegheny-county-street-centerlines-201507`  On FCS, links 1, 2, 3 are working. 4 gives blank page. On Cloud.gov, links 1, 3 are working, 2, 4 give `Internal...
Yeah, making a random url will achieve the same result, almost. My concern is that if it is there, eventually some crawler will be able to find it (e.g., from...