Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pipenv: prometheus library | Bryan Newbold | 2020-10-22 | 2 | -125/+139 | |
| | ||||||
* | booleans, not ints, in settings.toml | Bryan Newbold | 2020-10-22 | 1 | -2/+2 | |
| | ||||||
* | start test coverage for web interface | Bryan Newbold | 2020-10-22 | 2 | -0/+68 | |
| | ||||||
* | improve test coverage | Bryan Newbold | 2020-10-22 | 7 | -0/+78 | |
| | ||||||
* | make fmt | Bryan Newbold | 2020-10-22 | 1 | -1/+3 | |
| | ||||||
* | web: basic Accept-Language HTTP negotiation | Bryan Newbold | 2020-10-22 | 2 | -1/+38 | |
| | ||||||
* | remove minor unused imports | Bryan Newbold | 2020-10-22 | 2 | -2/+0 | |
| | ||||||
* | make: have coverage generate both terminal and HTML reports | Bryan Newbold | 2020-10-22 | 2 | -1/+2 | |
| | ||||||
* | local goatcounter via nginx for main deployment | Bryan Newbold | 2020-10-22 | 1 | -0/+2 | |
| | ||||||
* | html: better <title> | Bryan Newbold | 2020-10-22 | 4 | -1/+13 | |
| | ||||||
* | make onion-location header configurable | Bryan Newbold | 2020-10-22 | 2 | -4/+3 | |
| | ||||||
* | fix typo in kafka proposal | Bryan Newbold | 2020-10-22 | 1 | -1/+2 | |
| | ||||||
* | integrate goatcounter JS (analytics) | Bryan Newbold | 2020-10-22 | 4 | -3/+18 | |
| | ||||||
* | update frontend/backend config values | Bryan Newbold | 2020-10-22 | 2 | -3/+4 | |
| | ||||||
* | remove spurious debugging print() in robots.txt handler | Bryan Newbold | 2020-10-21 | 1 | -1/+0 | |
| | ||||||
* | improve search logging and exception chaining | Bryan Newbold | 2020-10-21 | 1 | -5/+6 | |
| | ||||||
* | set up sentry exception handling | Bryan Newbold | 2020-10-21 | 4 | -6/+31 | |
| | ||||||
* | update search form target metadata | Bryan Newbold | 2020-10-21 | 3 | -3/+3 | |
| | ||||||
* | html: point to local semantic-ui CSS | Bryan Newbold | 2020-10-20 | 1 | -11/+2 | |
| | ||||||
* | html: remove already-disabled jquery and Javascript license | Bryan Newbold | 2020-10-20 | 1 | -38/+0 | |
| | ||||||
* | add semantic-ui v2.4.2 CSS, with tweaks/removals | Bryan Newbold | 2020-10-20 | 1 | -0/+445 | |
| | ||||||
* | add semantic-ui v2.4.2 font and image files | Bryan Newbold | 2020-10-20 | 12 | -0/+1884 | |
| | ||||||
* | add Lato font from google fonts (used by semantic-ui) | Bryan Newbold | 2020-10-20 | 21 | -0/+1826 | |
| | ||||||
* | html: another RTL div style tweak | Bryan Newbold | 2020-10-20 | 1 | -2/+2 | |
| | ||||||
* | html: experiment with lang menu roles | Bryan Newbold | 2020-10-20 | 1 | -16/+16 | |
| | ||||||
* | html: several small tweaks and accessibility improvements | Bryan Newbold | 2020-10-20 | 3 | -29/+69 | |
| | ||||||
* | html: add <a> rel tags where appropriate | Bryan Newbold | 2020-10-20 | 2 | -8/+8 | |
| | ||||||
* | settings: real QA config values | Bryan Newbold | 2020-10-20 | 1 | -2/+2 | |
| | ||||||
* | settings/make: default dynaconf environment name | Bryan Newbold | 2020-10-20 | 2 | -4/+4 | |
| | | | | | Also override any .env value for dynaconf env when running tests or lint. | |||||
* | more SIM metadata mappings | Bryan Newbold | 2020-10-19 | 1 | -3/+31 | |
| | ||||||
* | fmt | Bryan Newbold | 2020-10-19 | 1 | -1/+1 | |
| | ||||||
* | settings: set prod to actual settings we are using | Bryan Newbold | 2020-10-19 | 1 | -2/+3 | |
| | ||||||
* | issue-db: use dynaconf settings | Bryan Newbold | 2020-10-19 | 2 | -2/+6 | |
| | ||||||
* | update Makefile issue-db targets | Bryan Newbold | 2020-10-19 | 1 | -9/+9 | |
| | ||||||
* | enable Norwegian (nb) in web interface | Bryan Newbold | 2020-10-19 | 2 | -4/+5 | |
| | ||||||
* | i18n: add compiled .mo for Norwegian (nb) | Bryan Newbold | 2020-10-19 | 1 | -0/+0 | |
| | ||||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2020-10-19 | 1 | -77/+95 | |
| | | | | | | | Currently translated at 91.8% (68 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nb_NO/ | |||||
* | Translated using Weblate (German) | nautilusx | 2020-10-19 | 1 | -20/+26 | |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/ | |||||
* | make issue-db: try to fix lazy dep building | Bryan Newbold | 2020-10-17 | 1 | -6/+3 | |
| | ||||||
* | Merge branch 'bnewbold-update-workers' | Bryan Newbold | 2020-10-16 | 7 | -25/+567 | |
|\ | ||||||
| * | initial fetch and index workers | Bryan Newbold | 2020-10-16 | 1 | -0/+238 | |
| | | ||||||
| * | first implementation of Kafka worker base class | Bryan Newbold | 2020-10-16 | 1 | -0/+219 | |
| | | ||||||
| * | SQUASH: proposal | Bryan Newbold | 2020-10-16 | 1 | -2/+17 | |
| | | ||||||
| * | settings: kafka config and worker defaults | Bryan Newbold | 2020-10-16 | 1 | -0/+9 | |
| | | ||||||
| * | SIM pipeline: more language conversions | Bryan Newbold | 2020-10-16 | 1 | -2/+5 | |
| | | | | | | | | | | Not sure where these language strings are coming from, but these were from existing SIM item metadata in archive.org | |||||
| * | SIM pipeline: refactor issue item fetching and bundle conversion | Bryan Newbold | 2020-10-16 | 1 | -23/+32 | |
| | | ||||||
| * | schema: optional 'fetched' field on bundles | Bryan Newbold | 2020-10-16 | 1 | -0/+2 | |
| | | ||||||
| * | proposal: kafka update pipeline(s) | Bryan Newbold | 2020-10-16 | 1 | -0/+47 | |
| | | ||||||
* | | make: add issue-db target | Bryan Newbold | 2020-10-16 | 1 | -0/+35 | |
|/ | ||||||
* | transform: refactor tag generation out of transform heavy method | Bryan Newbold | 2020-10-16 | 1 | -28/+37 | |
| |