aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* initial fatcat_client packagingBryan Newbold2018-11-133-0/+142
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-1319-88/+22
|
* more python module refactoringBryan Newbold2018-11-1220-29/+28
|
* get webface working againBryan Newbold2018-11-124-6/+6
|
* remove more old python cruftBryan Newbold2018-11-123-1091/+0
|
* remove sqlite cruftBryan Newbold2018-11-123-19/+2
|
* refactor python modulesBryan Newbold2018-11-1239-0/+0
|
* Merge branch 'kafka'Bryan Newbold2018-11-128-160/+597
|\
| * refactor kafka branch to not use release_modelBryan Newbold2018-11-123-2/+118
| |
| * Revert "FatcatRelease: start wrapping entities with extra methods"Bryan Newbold2018-11-124-122/+2
| | | | | | | | | | | | This reverts commit d70abdd82955feba4eecdda24ff6d95f703e0598. Decided this wasn't the right approach.
| * switch entity update worker to use balanced/manager consumerBryan Newbold2018-11-041-1/+3
| |
| * elastic release workerBryan Newbold2018-11-043-1/+70
| |
| * first-draft kafka workers (changelog, release_update)Bryan Newbold2018-11-043-0/+197
| |
| * to_json() method for fatcatreleaseBryan Newbold2018-11-041-0/+5
| |
| * pipfile: pykafkaBryan Newbold2018-11-042-160/+226
| |
| * FatcatRelease: start wrapping entities with extra methodsBryan Newbold2018-11-024-2/+104
| |
* | set HTTPS referrer policy in HTML <meta>Bryan Newbold2018-11-121-0/+1
| | | | | | | | | | | | The intent of this change is for user agents to set the Referrer HTTP field when following outlinks from fatcat.wiki, but only with the source domain, not the full URL.
* | update codegen (trivial)Bryan Newbold2018-11-121-10/+10
| |
* | cleanup after python codegenBryan Newbold2018-11-121-1/+2
| |
* | switch to HTTPS in schema defBryan Newbold2018-11-121-1/+1
| | | | | | | | But rewrite to http for python codegen.
* | update READMEBryan Newbold2018-11-081-6/+35
| |
* | fix test_file_metadata_parseBryan Newbold2018-11-071-2/+6
| | | | | | | | | | This test was failing after the first run because the database was getting updated. Randomizing the SHA1 means this should run repeatably.
* | fix release_date indexing in release_view.htmlBryan Newbold2018-11-071-1/+1
| |
* | idea for module refactorBryan Newbold2018-11-071-0/+6
|/
* add missing --dev install required for testsAntoine Beaupré2018-10-291-0/+1
| | | | | | | Without this, pipenv will fail to find pytest or worse, will pick up the default one from the system, which might be 2.7 or some other version of pytest we don't want (*and* that won't pick up on the virtualenv either).
* 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
|
* update README_import with GROBID commandBryan Newbold2018-10-121-0/+2
|
* fix grobid_metadata_importer test for nowBryan Newbold2018-10-121-7/+12
|
* don't filter out crossref works based on container-titleBryan Newbold2018-10-121-3/+3
|
* fixes for grobid metadata importerBryan Newbold2018-09-282-1/+16
|
* 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-273-79/+211
| | | | | 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
|