Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add requests session around postgrest fetches | Bryan Newbold | 2021-12-07 | 1 | -25/+2 |
| | | | | | This is expected to drastically improve throughput of intermediate bundle generation, and reduce load on postgrest itself. | ||||
* | make fmt (black 21.9b0) | Bryan Newbold | 2021-10-27 | 1 | -2/+6 |
| | |||||
* | re-style imports (isort) on all core python files | Bryan Newbold | 2021-10-27 | 1 | -5/+5 |
| | |||||
* | Modernize Python syntax with pyupgrade --py38-plus **/*.py | Christian Clauss | 2021-02-23 | 1 | -2/+2 |
| | |||||
* | make fmt | Bryan Newbold | 2021-01-25 | 1 | -1/+3 |
| | |||||
* | refactor ES configuration setting names | Bryan Newbold | 2021-01-25 | 1 | -2/+2 |
| | |||||
* | lint: don't use default keyword for os.environ.get() | Bryan Newbold | 2020-10-16 | 1 | -3/+1 |
| | | | | pylint complains; not sure this is really valid | ||||
* | first iteration of an API query helper | Bryan Newbold | 2020-06-04 | 1 | -0/+117 |
If fatcat-cli was ready, could just use that instead. Oh well! |