aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* rework container page (search, stats)Bryan Newbold2019-02-222-5/+47
|
* front-page tweaksBryan Newbold2019-02-221-16/+29
|
* include container_id in release ES schemaBryan Newbold2019-02-221-0/+1
|
* bunch of lint/whitespace cleanupsBryan Newbold2019-02-2216-42/+37
|
* add general and container-specific statsBryan Newbold2019-02-223-3/+229
|
* add CORS flask helperBryan Newbold2019-02-222-1/+51
|
* add container search to prod front pageBryan Newbold2019-02-201-1/+1
|
* refactor entity searchesBryan Newbold2019-02-204-78/+62
|
* add container searchBryan Newbold2019-02-203-8/+126
| | | | | | | And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored
* better/additional crossref license lookupsBryan Newbold2019-02-141-20/+58
|
* crossref: import subtitle as str, not list[str]Bryan Newbold2019-02-141-0/+2
|
* verify release_status fieldBryan Newbold2019-02-141-1/+18
|
* provenance, not progenyBryan Newbold2019-02-141-4/+4
|
* about page copy editingBryan Newbold2019-02-141-39/+39
| | | | Thanks Lucy!
* add photo attributionBryan Newbold2019-02-121-5/+5
|
* word-wrap big DOIsBryan Newbold2019-02-121-2/+2
|
* don't prefix URL with web.archive.orgBryan Newbold2019-02-121-1/+1
|
* search results: file_pdf_url -> best_pdf_urlBryan Newbold2019-02-121-2/+2
|
* disable route tests for 'create' pages (for now)Bryan Newbold2019-02-091-4/+6
|
* auth required for creation; correct edit stub noteBryan Newbold2019-02-072-1/+5
|
* update front-page examples/linksBryan Newbold2019-02-071-7/+16
|
* update /aboutBryan Newbold2019-02-061-7/+18
|
* draft an about page; move RFC to separate URLBryan Newbold2019-02-063-184/+291
|
* update home pageBryan Newbold2019-02-061-7/+38
| | | | | "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev)
* don't print missing DOIs, just countBryan Newbold2019-02-051-1/+3
|
* add some missing LICENSE_SLUG_MAPBryan Newbold2019-02-051-1/+4
|
* add flash to 400 error pagesBryan Newbold2019-02-051-2/+6
|
* fix fulltext flag in search page (ES schema changed)Bryan Newbold2019-02-051-1/+1
|
* add 400 status pageBryan Newbold2019-02-052-0/+17
|
* fix file-to-release linksBryan Newbold2019-02-051-2/+2
|
* fix missing in_ia_sim flag in release-to-esBryan Newbold2019-02-041-0/+2
|
* direct link to release (not DOI lookup)Bryan Newbold2019-02-011-1/+1
| | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent.
* fixes for new elastic transform view codeBryan Newbold2019-02-012-4/+6
|
* flag to control boolean cast in elastic transformsBryan Newbold2019-02-011-13/+29
| | | | So these functions can be re-used in simplified webface rendering.
* fix light grey bars in header CSSBryan Newbold2019-02-011-0/+4
|
* better flask error pagesBryan Newbold2019-02-016-1/+76
|
* fix editgroup_id referencesBryan Newbold2019-02-013-3/+3
|
* tweaks and fixes for new container extra schemaBryan Newbold2019-02-013-43/+56
|
* reduce default import batch size to 50Bryan Newbold2019-01-291-1/+1
|
* yet another required field bugBryan Newbold2019-01-291-4/+5
|
* fix null name for container (required)Bryan Newbold2019-01-291-1/+5
|
* tweaks to GROBID metadata importBryan Newbold2019-01-291-3/+2
|
* crossref import tweaks/fixesBryan Newbold2019-01-293-8/+12
| | | | | - refs: article-title not title; save unstructured; authors not author - save 'language' field (already an ISO code)
* fix bug in clean() resulting in many consistency check failsBryan Newbold2019-01-292-12/+12
|
* fix refs extra ordering bugBryan Newbold2019-01-291-6/+6
|
* pass through kwargs (fixes bezerk imports)Bryan Newbold2019-01-295-5/+10
|
* ensure raw_name is not stubBryan Newbold2019-01-291-1/+4
|
* partial shell.py updateBryan Newbold2019-01-291-4/+4
| | | | ... but should refactor to use .env and auth_api helper
* ensure abstracts aren't stubsBryan Newbold2019-01-291-2/+3
|
* add stub parse_record() to make pylint happyBryan Newbold2019-01-281-0/+4
|