index
:
fatcat
bnewbold-doaj-article-harvest
bnewbold-elastic-extras
bnewbold-openapi-client-generator-v601
bnewbold-pythonclient-types
bnewbold-redoc
bnewbold-rust-gen-v5
bnewbold-sitemap
bnewbold-ubuntu-jammy
cockroach
confluent-kafka
master
preview
x-attic-auth-other-macaroon-lib
x-attic-camp
x-attic-changelog-export
x-attic-chocula
x-attic-cockroach
x-attic-golang
x-attic-more-importers
x-attic-preview
x-attic-python-rust-hacks
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
web: refactor refs table into separate refs_macros file
Bryan Newbold
2021-07-23
3
-74
/
+127
*
refs: small refactors/tweaks
Bryan Newbold
2021-07-23
1
-11
/
+17
*
remove unused imports (lint)
Bryan Newbold
2021-07-23
3
-8
/
+4
*
web: always log upstream errors (may be redundant)
Bryan Newbold
2021-07-23
1
-0
/
+2
*
pylint: skip pydantic import check (dynamic/extensions)
Bryan Newbold
2021-07-23
2
-8
/
+4
*
refs: refactor web paths; enrich refs as generic; remove old refs link
Bryan Newbold
2021-07-23
4
-66
/
+52
*
refs fetch: add some hacks; sort hits
Bryan Newbold
2021-07-23
1
-6
/
+16
*
release view: improve biblio metadata display in central column
Bryan Newbold
2021-07-23
1
-13
/
+14
*
match UI: improve form layout
Bryan Newbold
2021-07-23
1
-13
/
+16
*
improvements to fuzzy refs view
Bryan Newbold
2021-07-23
3
-47
/
+75
*
fixes for newer ref index
Bryan Newbold
2021-07-23
2
-50
/
+11
*
web: inbound/outbound refs as links (temporarily); change URL names
Bryan Newbold
2021-07-23
3
-3
/
+7
*
web: initial implementation of fuzzy citation parsing and matching tool
Bryan Newbold
2021-07-23
3
-0
/
+173
*
references: refactor to point to access_options transform; comment out CSL fi...
Bryan Newbold
2021-07-23
1
-57
/
+8
*
partial access options transform for releases
Bryan Newbold
2021-07-23
1
-0
/
+58
*
web: template macro to display release entry summary
Bryan Newbold
2021-07-23
1
-0
/
+52
*
first iteration of basic citation inbound/outbound views
Bryan Newbold
2021-07-23
3
-1
/
+146
*
initial inbound/outbound reference query helpers
Bryan Newbold
2021-07-23
1
-0
/
+450
*
pubmed: update docs
Martin Czygan
2021-07-17
1
-2
/
+3
*
pubmed: do not fail when accessing missing file
Martin Czygan
2021-07-17
1
-2
/
+8
*
pubmed: reconnect on error
Martin Czygan
2021-07-16
1
-4
/
+30
*
web: fix flask/werkzeug encoding for mediawiki oauth
Bryan Newbold
2021-07-13
1
-1
/
+4
*
web: fix missing ext_ids default for deleted entity view
Bryan Newbold
2021-07-13
1
-1
/
+1
*
web: fix 'file' entity edit form links
Bryan Newbold
2021-07-02
1
-1
/
+1
*
web: missing trailing parens
Bryan Newbold
2021-07-02
1
-1
/
+1
*
web: PMCID external link improvement
Bryan Newbold
2021-07-02
2
-2
/
+2
*
Merge branch 'bnewbold-more-doi-lower' into 'master'
Martin Czygan
2021-07-02
3
-3
/
+8
|
\
|
*
more consistent and defensive lower-casing of DOIs
Bryan Newbold
2021-06-23
3
-3
/
+8
*
|
tests: small citeproc style changes (to match Pipfile.lock update)
Bryan Newbold
2021-06-23
2
-3
/
+4
*
|
pipenv: regenerate lock file
Bryan Newbold
2021-06-23
1
-26
/
+68
*
|
pipenv: add pydantic; add surt; narrow dynaconf
Bryan Newbold
2021-06-23
1
-1
/
+3
|
/
*
datacite: more careful title string access; fixes sentry #88350
Martin Czygan
2021-06-11
4
-2
/
+97
*
clean_doi() should lower-case returned DOI
Bryan Newbold
2021-06-07
1
-1
/
+4
*
web: fix DOAJ article links (remove trailing slash)
Bryan Newbold
2021-06-04
1
-1
/
+1
*
dblp tests: skip redundant seek(0)
Bryan Newbold
2021-06-03
1
-6
/
+1
*
ingest: swap ingest and file checks, to result in clearer stats/counts of ski...
Bryan Newbold
2021-06-03
1
-2
/
+2
*
ingest: don't accept mag and s2 URLs
Bryan Newbold
2021-06-03
1
-4
/
+4
*
bump fuzzycat dependency to 0.1.21
Bryan Newbold
2021-06-02
2
-20
/
+18
*
web: fix spacing for doaj/dblp identifiers in SERP
Bryan Newbold
2021-05-31
1
-1
/
+1
*
ingest: don't 'track_total_hits' for ES 7.x count()
Bryan Newbold
2021-05-31
1
-1
/
+1
*
web: bugfix dblp vs. doaj display logic
Bryan Newbold
2021-05-31
1
-1
/
+1
*
update fuzzycat to 0.1.20
Bryan Newbold
2021-05-31
2
-31
/
+94
*
makefile: add pylint -E invocation to 'make lint', to match CI
Bryan Newbold
2021-05-25
1
-0
/
+1
*
skip pylint on 'assigning-non-slot' warnings in Flask 2.0
Bryan Newbold
2021-05-25
1
-2
/
+2
*
changelog worker: fix file/fileset typo, caught by lint
Bryan Newbold
2021-05-25
1
-1
/
+1
*
small python lint fixes (no behavior change)
Bryan Newbold
2021-05-25
5
-6
/
+4
*
bump Flask to 2.x; other deps upgraded automatically
Bryan Newbold
2021-05-21
2
-152
/
+167
*
ingest: add per-container ingest type overrides
Bryan Newbold
2021-05-21
2
-1
/
+23
*
fix arabesque sqlite3 examples to have 14-digit timestamps
Bryan Newbold
2021-05-21
1
-0
/
+0
*
arabesque importer: ensure full 14-digit timestamps
Bryan Newbold
2021-05-21
1
-1
/
+3
[next]