aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chocula bulk edit noteBryan Newbold2020-01-072-0/+15
|
* importers: control update behavior with more-standard flagBryan Newbold2020-01-066-3/+15
|
* proposals: standardize a bitBryan Newbold2020-01-039-3/+34
|
* notes on search query parsing (WIP)Bryan Newbold2020-01-031-0/+22
|
* fatcat identifiers proposal (WIP)Bryan Newbold2020-01-031-0/+25
|
* proposal: python3.7 upgradeBryan Newbold2020-01-031-0/+101
|
* pipenv: update pytest to 5.x; remove langcodesBryan Newbold2020-01-032-108/+85
| | | | | | | | | | pytest has been pinned to the 4.x series to work around a test import package mangling problem with citeproc_styles. Now that pytest.ini explicitly lists test files, this seems to no longer be a problem and pytest can be updated to the most recent version. Also re-locked Pipfile.lock with updated dependencies (only minor changes).
* pytest: explicitly indicate all in-scope test filesBryan Newbold2020-01-031-3/+1
| | | | | | | | | | | The purpose of this change is to test errors when pytest tries to recursively update assertion statements in all dependent packages. The reason pytest does this is to add pretty printing, which is nice, but probably shouldn't be done in all dependency libraries. This fixes test problems with both CSL (citeproc_styles) and dateparser (when actually imported in code, which currently on master does not happen).
* scholix schema links/proposalBryan Newbold2020-01-031-0/+3
|
* update bulk edit CHANGELOG and orcid notesBryan Newbold2019-12-312-13/+49
|
* Merge branch 'martin-guide-entity-release-fix' into 'master'bnewbold2019-12-311-5/+5
|\ | | | | | | | | remove duplicate fields in entity release See merge request webgroup/fatcat!11
| * document year and date of withdrawn releaseMartin Czygan2019-12-171-1/+5
| |
| * remove duplicate fields in entity releaseMartin Czygan2019-12-171-4/+0
| |
* | bulk edit updatesBryan Newbold2019-12-261-3/+4
| |
* | orcid: skip non-person ORCID recordsBryan Newbold2019-12-261-0/+4
| |
* | Merge branch 'martin-datacite-daily-harvest' into 'master'Martin Czygan2019-12-263-5/+73
|\ \ | | | | | | | | | | | | Datacite daily harvest See merge request webgroup/fatcat!6
| * | datacite: fix harvest testMartin Czygan2019-12-271-1/+1
| | | | | | | | | | | | | | | | | | Produced messages should match: jq '.data|length' tests/files/datacite_api.json
| * | datacite: add simple test and fixture for datacite api interactionMartin Czygan2019-12-272-0/+46
| | |
| * | datacite: extend range search queryMartin Czygan2019-12-271-1/+1
| | | | | | | | | | | | | | | The bracket syntax is inclusive. See also: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/query-dsl-query-string-query.html#_ranges
| * | avoid usage of short linksMartin Czygan2019-12-271-2/+2
| | |
| * | Datacite API v2 throws 400, we cannot recover from, currently.Martin Czygan2019-12-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a first iteration, just mark the daily batch complete and continue. The occasional HTTP 400 issue has been reported as https://github.com/datacite/datacite/issues/897. A possible improvement would be to shrink the window, so losses will be smaller.
| * | datacite: update documentation, add links to issuesMartin Czygan2019-12-271-10/+5
| | |
| * | datacite: use v2 of the API (flaky)Martin Czygan2019-12-271-5/+28
|/ / | | | | | | | | | | | | | | | | Update parameter update for datacite API v2. Works fine, but there are occasional HTTP 400 responses when using the cursor API (daily updates can exceed the 10000 record limit for search queries). The HTTP 400 issue is not solved yet, but reported to datacite as https://github.com/datacite/datacite/issues/897.
* | transform ingests via pmc/pmcid, not pubmed/pmidBryan Newbold2019-12-241-4/+4
| |
* | allow arabesque backfill ingests for some source typesBryan Newbold2019-12-241-0/+5
| |
* | make chocula URL updates more conservativeBryan Newbold2019-12-241-5/+5
| |
* | pubmed: if doing update, also do subtitle schema updateBryan Newbold2019-12-231-1/+9
| |
* | doi parsing fixesBryan Newbold2019-12-231-0/+7
| | | | | | | | | | | | | | | | | | | | Replace emdash with regular dash. Replace double slash after partner ID with single slash. This conversion seems to be done by crossref automatically on lookup. I tried several examples, using doi.org resolver and Crossref API lookup. Note that there are a number of fatcat entities with '//' in the DOI.
* | pubmed bulk import notes (from QA)Bryan Newbold2019-12-231-0/+45
| |
* | pubmed: improve warning and stderr formattingBryan Newbold2019-12-231-5/+6
| |
* | pubmed: use standard identifier cleanersBryan Newbold2019-12-231-17/+14
| |
* | pubmed: remove unused extid mapping codeBryan Newbold2019-12-231-29/+0
| |
* | pubmed: do reference lookups by defaultBryan Newbold2019-12-231-1/+1
| |
* | normalizers: clean_pmid(), and handle nulls in all other cleanersBryan Newbold2019-12-231-0/+31
| |
* | pubmed: null doi parsing checkBryan Newbold2019-12-231-1/+1
| |
* | add basic MedlineDate year parsingBryan Newbold2019-12-231-0/+11
| |
* | add regression test for medlinedate -> year parsingBryan Newbold2019-12-232-0/+102
| |
* | arxiv bulk update notesBryan Newbold2019-12-222-2/+49
| |
* | fix spn/ingest importer duplication checkBryan Newbold2019-12-221-6/+8
| | | | | | | | | | | | Check was happing after the `return True` by mistake, allowing duplicates in SPN editgroups, and potentially in ingest request editgroups as well.
* | DB loads take a long time nowBryan Newbold2019-12-211-1/+1
| |
* | Merge branch 'bnewbold-datacite-ui' into 'master'bnewbold2019-12-212-9/+13
|\ \ | | | | | | | | | | | | datacite release links and metadata expansion See merge request webgroup/fatcat!15
| * | datacite release links and metadata expansionBryan Newbold2019-12-202-9/+13
|/ / | | | | | | | | | | | | Small ergonomic changes for datacite releases: - add a link to live/current datacite metadata (like we do for Crossref) - expand "extra" metadata fields under 'datacite' dict in metadata view
* | add 2019-12-20 statsBryan Newbold2019-12-202-0/+148
| |
* | spn: incluce link_source/link_source_id in ingest requestBryan Newbold2019-12-201-0/+2
| |
* | Merge branch 'bnewbold-pipenv-20191217' into 'master'bnewbold2019-12-182-286/+413
|\ \ | | | | | | | | | | | | pipenv updates See merge request webgroup/fatcat!13
| * | pipenv: update depsBryan Newbold2019-12-172-11/+55
| | | | | | | | | | | | | | | | | | | | | | | | loginpass patches got accepted upstream a while back, so don't need to pin to a git version ipython 7.10 seems to have problems installing, so restricting to earlier 6.x versions
| * | pipenv: restrict pytest<5.0.0Bryan Newbold2019-12-172-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents a test exception that presents like: tests/transform_csl.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ fatcat_tools/transforms/csl.py:204: in citeproc_csl style_path = get_style_filepath(style) .venv/lib/python3.5/site-packages/citeproc_styles/__init__.py:74: in get_style_filepath if resource_exists(__name__, independent_style): .venv/lib/python3.5/site-packages/pkg_resources/__init__.py:1134: in resource_exists return get_provider(package_or_requirement).has_resource(resource_name) .venv/lib/python3.5/site-packages/pkg_resources/__init__.py:1404: in has_resource return self._has(self._fn(self.module_path, resource_name)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pkg_resources.NullProvider object at 0x7f4f38c0bb00> path = '/home/bnewbold/code/fatcat/python/.venv/lib/python3.5/site-packages/citeproc_styles/styles/bibtex.csl' def _has(self, path): raise NotImplementedError( > "Can't perform this operation for unregistered loader type" ) E NotImplementedError: Can't perform this operation for unregistered loader type
| * | pipenv: update Pipfile and Pipfile.lockBryan Newbold2019-12-172-286/+318
| | | | | | | | | | | | | | | | | | This is still manually tweaked. I believe i've bifurcated the source of the CSL/citeproc_style import error to upgrade of the 'pytest' module. This commit upgrades all packages except pytest.
| * | pipfile: add langcodes and dateparser dependenciesBryan Newbold2019-12-172-1/+44
|/ /
* | Merge branch 'martin-guide-entity-release-state-stage' into 'master'bnewbold2019-12-171-2/+2
|\ \ | |/ |/| | | | | guide fix: code and db uses release_stage See merge request webgroup/fatcat!12