aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat
Commit message (Collapse)AuthorAgeFilesLines
* moved github repo to internetarchive orgBryan Newbold2018-10-121-1/+1
|
* improve search UIBryan Newbold2018-10-123-18/+41
|
* fix typo resulting in None for SHA256Bryan Newbold2018-10-121-1/+1
|
* fix release type/status typo on release pagesBryan Newbold2018-10-121-1/+1
|
* filter bad and duplicate URLs from webfaceBryan Newbold2018-10-121-0/+7
| | | | Will need to do this properly in importers/backend.
* point status links to uptimerobot deep urlsBryan Newbold2018-10-121-2/+2
|
* don't filter out crossref works based on container-titleBryan Newbold2018-10-121-3/+3
|
* fixes for grobid metadata importerBryan Newbold2018-09-281-1/+1
|
* show only date component of datetimeBryan Newbold2018-09-281-1/+1
|
* sprinkle in TODOs for crossref importerBryan Newbold2018-09-281-0/+2
|
* more special crossrefBryan Newbold2018-09-281-1/+1
|
* special case crossref json viewBryan Newbold2018-09-281-1/+1
|
* fix extra json length checkBryan Newbold2018-09-281-1/+1
|
* try to fix reference displayBryan Newbold2018-09-281-1/+16
|
* try to fix contrib indexingBryan Newbold2018-09-281-1/+1
|
* try to shorten extra metadataBryan Newbold2018-09-281-1/+1
|
* hack to fix search results for nowBryan Newbold2018-09-281-2/+6
|
* try to handle attribution order index betterBryan Newbold2018-09-281-1/+1
|
* search creator name unicode work-aroundBryan Newbold2018-09-272-3/+5
|
* not all releases have dateBryan Newbold2018-09-271-1/+4
|
* improvements to grobid_metadata importerBryan Newbold2018-09-271-79/+154
| | | | | But still fails tests due to database collision/side-effect on sha1 lookup.
* move grobid metadata importer from sandcrawlerBryan Newbold2018-09-271-0/+93
|
* many tweaks to release_view pageBryan Newbold2018-09-261-48/+63
|
* improvements to search results pageBryan Newbold2018-09-261-5/+20
|
* switch search to new elastic schema (and endpoint)Bryan Newbold2018-09-262-15/+11
|
* have domain URLs be configurableBryan Newbold2018-09-267-9/+9
|
* expand release API JSON linksBryan Newbold2018-09-261-1/+1
|
* more crossref_importer fixes (ugh)Bryan Newbold2018-09-251-2/+11
|
* if we need to create a container for a release, accept itBryan Newbold2018-09-241-1/+4
| | | | | | This is working around bad (and undocumented) behavior around autoaccept batch imports, which resulted in hundreds of thousands of duplicate "unaccepted" containers in production.
* parse 'issued' date format correctlyBryan Newbold2018-09-241-1/+8
|
* use correct publication date in crossref_importer (oops)Bryan Newbold2018-09-241-1/+1
|
* even more conservative size restrictionsBryan Newbold2018-09-241-1/+1
|
* cut down max row count even furtherBryan Newbold2018-09-241-1/+1
|
* filter out huge (> 2500 row) release fieldsBryan Newbold2018-09-231-0/+5
|
* add author sequence metadata to contribsBryan Newbold2018-09-231-2/+6
|
* changes to crossref importer (and tests)Bryan Newbold2018-09-221-33/+92
|
* fix issues with extid mapping in crossref-importerBryan Newbold2018-09-201-1/+1
|
* actually link to guideBryan Newbold2018-09-201-4/+4
|
* TODO in crossref_importerBryan Newbold2018-09-201-0/+1
|
* add (untested) fix for fulltext linkBryan Newbold2018-09-201-2/+2
|
* fix matched_importerBryan Newbold2018-09-141-2/+2
|
* switch manifest importer to be json-basedBryan Newbold2018-09-142-93/+9
|
* small typoBryan Newbold2018-09-141-1/+1
|
* fixes to matched importer (and a test)Bryan Newbold2018-09-141-0/+139
|
* tune how crossref imports are filteredBryan Newbold2018-09-141-4/+4
|
* add insert counting to importersBryan Newbold2018-09-144-0/+15
|
* extid support for crossref importerBryan Newbold2018-09-121-1/+30
|
* python implementation of new editgroup paramBryan Newbold2018-09-115-30/+19
|
* fix python import of ORCIDs ending 'X'Bryan Newbold2018-09-101-1/+1
|
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-074-5/+4
|\ | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs