aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Expand)AuthorAgeFilesLines
* quick fix: coverage searchBryan Newbold2022-03-091-1/+2
* web editing: set entity status, eg when re-editingBryan Newbold2022-03-092-1/+12
* web editing: fix links between edit tabs for re-editing behaviorBryan Newbold2022-03-097-11/+14
* Merge branch 'bnewbold-container-web' into 'master'bnewbold2022-03-1010-335/+778
|\
| * hack around mypy complaintsBryan Newbold2022-02-152-5/+8
| * containers: update preservation pageBryan Newbold2022-02-153-81/+101
| * web: update container landing pageBryan Newbold2022-02-152-46/+65
| * container browse: more polishBryan Newbold2022-02-153-25/+48
| * web: small improvements to release SERP rowsBryan Newbold2022-02-151-1/+4
| * container browse: refactor count data structure to fix sortingBryan Newbold2022-02-153-30/+79
| * containers: small fixes to browse viewBryan Newbold2022-02-151-3/+8
| * web: tweak 'generic' / container mix-in search result behaviorBryan Newbold2022-02-151-1/+10
| * web: remove generic entity fields from 'metadata' tabBryan Newbold2022-02-152-4/+17
| * containers: iterate on browse interface, showing year/volume/issueBryan Newbold2022-02-113-51/+94
| * containers: progress on browse interfaceBryan Newbold2022-02-114-28/+146
| * container browse: quick fix type annotationBryan Newbold2022-02-091-1/+1
| * move container_status ES query code from fatcat_web to fatcat_toolsBryan Newbold2022-02-092-153/+18
| * containers: initial work on 'browse' featureBryan Newbold2022-02-094-1/+107
| * web: move search-in-container to dedicated tabBryan Newbold2022-02-094-3/+119
| * search: improve container_id handlingBryan Newbold2022-02-091-27/+6
| * container SERP: fix layout on mobileBryan Newbold2022-02-092-54/+62
| * container search: iterate on SERP page (including stats)Bryan Newbold2022-02-093-10/+72
| * container: scholars portal kbart link; unknown type displayBryan Newbold2022-02-091-1/+3
* | update sentry SDK configurationBryan Newbold2022-02-252-10/+5
|/
* Merge remote-tracking branch 'github/master'Bryan Newbold2022-02-091-1/+7
|\
| * Display unknown abstract formatJohannah Sprinz2022-02-081-3/+7
| * hide abstract format if NoneJohannah Sprinz2022-02-081-1/+3
* | web: update homepage preservation svg imageBryan Newbold2022-02-092-2/+6
* | web: editgroup and editor underscore redirect helpersBryan Newbold2022-02-091-0/+10
* | release SERP: show wikidata QIDBryan Newbold2022-02-081-0/+3
* | editing: correct button/form namesBryan Newbold2022-02-082-2/+2
* | release: tweak preservation label textBryan Newbold2022-02-081-2/+2
|/
* container view: don't display status/type if unknownBryan Newbold2022-02-071-2/+8
* web: switch 'perpetual access' terminology to 'preservation'Bryan Newbold2022-02-073-9/+9
* web: handle abstract with no mimetypeBryan Newbold2022-02-071-1/+1
* search: fix 'max() arg is an empty sequence'Bryan Newbold2022-02-041-2/+2
* search: add a circuit break on very large volume rangesBryan Newbold2022-02-041-0/+2
* temporarily disable mypy checks on web_config.pyBryan Newbold2022-02-032-2/+8
* small changes to preservation coverage search queriesBryan Newbold2022-02-032-10/+67
* web: update front-page statsBryan Newbold2022-02-011-3/+3
* web: support for alert messages (site-wide)Bryan Newbold2022-01-212-1/+16
* elasticsearch: bump timeout to 40 seconds (from default of 10)Bryan Newbold2022-01-101-1/+1
* make fmtBryan Newbold2021-12-152-5/+6
* move from raven to sentry_sdkMartin Czygan2021-12-142-5/+12
* codespell fixes in python code (comments)Bryan Newbold2021-11-242-3/+3
* codespell fixes in web interface templatesBryan Newbold2021-11-2414-19/+19
* typo: don't expand containers for release revs (TOML)Bryan Newbold2021-11-191-1/+1
* web editgroup diff: don't enrich in TOML diff; fix overlapping breakBryan Newbold2021-11-192-5/+8
* web generic entity helpers: make enrichment optionalBryan Newbold2021-11-191-18/+49
* polish editgroup diff viewBryan Newbold2021-11-183-92/+75