aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update required rust to 1.34+Bryan Newbold2019-08-263-3/+3
| | | | | | Will most likely bump to 1.39 or whatever async/await lands in later this year, but for now requiring at least the version debian buster (current stable) ships with.
* cargo fix ('dyn' keywords)Bryan Newbold2019-08-262-30/+30
|
* perpetual access to the scholarly recordBryan Newbold2019-08-242-7/+8
|
* fix revision JSON entity links in webface side barBryan Newbold2019-08-241-1/+15
|
* simplify url_list() template macroBryan Newbold2019-08-241-10/+4
|
* improve wayback view pageBryan Newbold2019-08-242-3/+24
|
* Read Full Text not DownloadBryan Newbold2019-08-241-2/+2
| | | | | On release views. Also don't blue-link webcapture URLs (but still a hyperlink).
* container issnl: handle invalid ISSN-L better, and fix except blocksBryan Newbold2019-08-221-2/+5
|
* web search: container_id, not _identBryan Newbold2019-08-221-1/+1
|
* switch blog post example to openbookpublishersBryan Newbold2019-08-221-1/+1
|
* improvements to wayback_static importerBryan Newbold2019-08-221-6/+29
|
* include in_kbart container countBryan Newbold2019-08-121-0/+2
|
* default container stats by ident, not issnlBryan Newbold2019-08-123-6/+25
|
* add kbart counts to container statsBryan Newbold2019-07-313-1/+6
|
* newer cargo adds a header to Cargo.lockBryan Newbold2019-07-311-0/+2
|
* start new ES container worker kafka groupBryan Newbold2019-07-311-0/+2
| | | | | | | | The previous group seems to have gotten corrupted; my hypothesis is that this is due to pykafka being somewhat flakey, and am planning to move to librdkafka anyways. Re-indexing all the containers is pretty small/easy, so starting a new consumer group works find in this case; release indexer would be a bigger problem.
* use generic ISSN-to-ISSN-L.txt location in READMEBryan Newbold2019-07-311-2/+2
|
* sql_dumps: typoBryan Newbold2019-07-141-1/+1
|
* guide: fix a typoMartin Czygan2019-07-071-1/+1
|
* show release withdrawn statusBryan Newbold2019-07-012-3/+13
| | | | | Including in search results. De-emphasize release_stage button in search results.
* show release original_title in headerBryan Newbold2019-07-011-0/+3
|
* fix whitespace in HTML title; nothing on homeBryan Newbold2019-06-302-2/+3
|
* more descriptive HTML titlesBryan Newbold2019-06-3015-3/+63
|
* fix uwsgi header small buffer sizeBryan Newbold2019-06-301-0/+1
| | | | | | | Was resulting in gateway 502 errors, eg when searching for "Wolfe­schlegel­stein­hausen­berger­dorff­welche­vor­altern­waren­gewissen­haft­schafers­wessen­schafe­waren­wohl­gepflege­und­sorg­faltig­keit­be­schutzen­vor­an­greifen­durch­ihr­raub­gierig­feinde­welche­vor­altern­zwolf­hundert­tausend­jah­res­voran­die­er­scheinen­von­der­erste­erde­mensch­der­raum­schiff­genacht­mit­tung­stein­und­sieben­iridium­elek­trisch­motors­ge­brauch­licht­als­sein­ur­sprung­von­kraft­ge­start­sein­lange­fahrt­hin­zwischen­stern­artig­raum­auf­der­suchen­nach­bar­schaft­der­stern­welche­ge­habt­be­wohn­bar­planeten­kreise­drehen­sich­und­wo­hin­der­neue­rasse­von­ver­stand­ig­mensch­lich­keit­konnte­fort­pflanzen­und­sicher­freuen­an­lebens­lang­lich­freude­und­ru­he­mit­nicht­ein­furcht­vor­an­greifen­vor­anderer­intelligent­ge­schopfs­von­hin­zwischen­stern­art­ig­raum". Thanks for the catch rmo!
* guide: fix markdown ref linksBryan Newbold2019-06-286-9/+9
|
* complete generic entity rev viewsBryan Newbold2019-06-282-36/+60
| | | | | | Was getting 500s in production from crawlers. Also expand test coverage.
* update front-page statsBryan Newbold2019-06-271-2/+2
|
* more fixup notes (from QA server)Bryan Newbold2019-06-271-5/+46
|
* fix stats padding (mobile)Bryan Newbold2019-06-271-3/+3
|
* webface UI tweaks, mostly for mobileBryan Newbold2019-06-274-10/+20
|
* finish fixup_longtail_issnl_unique; but not going to run itBryan Newbold2019-06-271-4/+3
|
* initial work on longtail_issnl_unique.pyBryan Newbold2019-06-241-0/+192
|
* crossref: allow 'name' fallback (for groups, etc)Bryan Newbold2019-06-241-1/+1
|
* add inflight edit protection to matched importerBryan Newbold2019-06-241-1/+8
|
* fix typo; do arxiv-specific match import hackBryan Newbold2019-06-241-3/+14
|
* fix syntax in existing.url cleanupBryan Newbold2019-06-241-1/+1
|
* fix existing updaterBryan Newbold2019-06-241-2/+3
|
* add minimal file URL cleanups to matched importerBryan Newbold2019-06-241-0/+8
|
* matched importer: urls, not urlBryan Newbold2019-06-241-1/+1
| | | | | | This matches the docs in the header. Previous matched imports were using 'cdx' objects with no 'dt' key, but this makes more sense. As far as I know the old 'url' code path was never actually used (or tested, derp).
* fix typo in typoBryan Newbold2019-06-241-1/+1
|
* fix typo in changelog workerBryan Newbold2019-06-241-1/+1
|
* Merge branch 'bnewbold-build-artifacts'Bryan Newbold2019-06-247-124/+187
|\
| * try cargo path tweak againBryan Newbold2019-06-201-1/+2
| |
| * keep cargo home on the pathBryan Newbold2019-06-201-0/+1
| |
| * try caching/globals in gitlab-ciBryan Newbold2019-06-201-14/+16
| |
| * make fatcat_client not relocatableBryan Newbold2019-06-202-106/+127
| | | | | | | | This is necessary to for build artifacts.
| * build deployable artifactsBryan Newbold2019-06-205-10/+48
| |
* | workaround empty releases list bugBryan Newbold2019-06-241-1/+1
| |
* | support extids in matched importerBryan Newbold2019-06-202-3/+30
|/
* update TODOBryan Newbold2019-06-191-21/+5
|