aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* gen_file_metadata: allow empty/null bodies (if flag set)Bryan Newbold2020-11-082-3/+5
| | | | This is for HTML sub-resources, which can validly be empty (I think)
* html: missing fetch is wayback-content-error, not wayback-errorBryan Newbold2020-11-081-2/+2
|
* direct some more warnings to sys.stderr, not stdoutBryan Newbold2020-11-081-2/+2
|
* html: handle no-capture for sub-resourcesBryan Newbold2020-11-083-9/+13
|
* ingest tool: consistency about ingest-type argBryan Newbold2020-11-081-2/+2
|
* ingest: fix null-body caseBryan Newbold2020-11-082-0/+6
| | | | Broke this in earlier refactor.
* remove unused pytype toolBryan Newbold2020-11-063-76/+25
| | | | | Having trouble getting this to install on Xenial, and we aren't even using it in tests/lint yet. Can revisit after Focal upgrade.
* many bad PDF sha1 from prodBryan Newbold2020-11-061-0/+36
|
* html: catch and report exceptions at process_hit() stageBryan Newbold2020-11-061-4/+27
|
* html: pdf and html extract similar to XMLBryan Newbold2020-11-062-22/+55
| | | | Note that the primary PDF URL extraction path is a separate code path.
* html: refactors/tweaks from testingBryan Newbold2020-11-063-17/+23
|
* ia: use newer gwb (petabox) loading classBryan Newbold2020-11-041-5/+8
| | | | This fixes zstandard WARC reading.
* pipenv: fix lock file; add zstandard; update wayback+gwb depsBryan Newbold2020-11-042-27/+1069
|
* persist: fix worker API/typing hacks (raw_key, key, key_str)Bryan Newbold2020-11-041-9/+9
|
* html: actually publish HTML TEI-XML to body; fix dataflow though ingest a bitBryan Newbold2020-11-042-5/+31
|
* initial implementation of HTML ingest in existing workerBryan Newbold2020-11-044-15/+94
|
* small fixes from local testing for XML ingestBryan Newbold2020-11-033-6/+9
|
* xml: re-encode XML docs into UTF-8 for persistingBryan Newbold2020-11-034-1/+364
|
* persist: XML and HTML persist workersBryan Newbold2020-11-032-3/+121
|
* ingest: handle publishing XML docs to kafkaBryan Newbold2020-11-032-3/+27
|
* refactor 'minio' to 'seaweedfs'; and BLOB env varsBryan Newbold2020-11-035-25/+27
| | | | | This goes along with changes to ansible deployment to use the correct key names and values.
* gen_file_metadata: detect JATS XML and use application/jats+xmlBryan Newbold2020-11-031-0/+4
|
* basic support for XML ingest in workerBryan Newbold2020-11-031-23/+40
|
* html: improve XML fulltext extraction for scieloBryan Newbold2020-11-031-4/+17
|
* tweak html_meta SQL schemaBryan Newbold2020-11-031-12/+19
|
* html: some refactoringBryan Newbold2020-11-033-24/+57
|
* move transfer encoding helper to sandcrawler/ia.pyBryan Newbold2020-11-032-23/+42
|
* ingest: cleanups, typing, start generalizing to xml and htmlBryan Newbold2020-11-031-122/+118
|
* ingest: tweak debug printing alignmentBryan Newbold2020-11-032-11/+10
|
* pytest: ignore DW in justextBryan Newbold2020-11-031-0/+1
|
* ingest: add more IA domainsBryan Newbold2020-11-031-0/+2
|
* cdx: fix 'closest' supportBryan Newbold2020-11-031-3/+2
|
* html: start on SQL tableBryan Newbold2020-11-031-0/+44
|
* html: syntax fixes; resolve relative URLs; extract more XML fulltext URLsBryan Newbold2020-10-303-15/+23
|
* html: work around firstmonday DOCTYPE issueBryan Newbold2020-10-303-0/+458
|
* tests: fix conditional on poppler version checkBryan Newbold2020-10-301-1/+1
|
* cdx datetime parsing improvementsBryan Newbold2020-10-301-0/+11
|
* cdx: add support for 'closest' time parameterBryan Newbold2020-10-301-3/+9
|
* html: more ingest improvementsBryan Newbold2020-10-302-18/+120
|
* html ingest: improve data flowBryan Newbold2020-10-291-18/+41
|
* better default CLI output (show usage)Bryan Newbold2020-10-296-6/+6
|
* improve test running and configBryan Newbold2020-10-293-3/+7
|
* misc: type annotations, fix parse_cdx_datetimeBryan Newbold2020-10-291-14/+18
|
* html: initial ingest implementationBryan Newbold2020-10-291-0/+193
|
* html: more metadata testsBryan Newbold2020-10-292-0/+2453
|
* pipenv: braveblocker, dynaconf, sentry-sdkBryan Newbold2020-10-292-29/+34
|
* html: more biblio selectors; resource extractionBryan Newbold2020-10-291-0/+102
|
* HTML meta: more from online hunting/researchBryan Newbold2020-10-271-3/+54
|
* HTML metadata: fix type warningsBryan Newbold2020-10-272-2/+5
|
* grobid2json: fix deprecation warningBryan Newbold2020-10-271-1/+1
|