Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ci: reuse makefile | Martin Czygan | 2021-04-15 | 1 | -4/+3 | |
| | | ||||||
* | | cleanup makefile, add pipenv commands | Martin Czygan | 2021-04-15 | 1 | -29/+7 | |
| | | ||||||
* | | fix imports and formatting | Martin Czygan | 2021-04-14 | 3 | -8/+28 | |
| | | ||||||
* | | test: skip if configured search server is not reachable | Martin Czygan | 2021-04-14 | 1 | -0/+14 | |
| | | ||||||
* | | tests: run es tests against public search endpoint | Martin Czygan | 2021-04-14 | 1 | -8/+31 | |
| | | ||||||
* | | pytest: enable logs during test run | Martin Czygan | 2021-04-14 | 1 | -0/+2 | |
|/ | ||||||
* | update README | Martin Czygan | 2021-04-13 | 1 | -0/+8 | |
| | ||||||
* | Merge branch 'master' of github.com:miku/fuzzycat | Martin Czygan | 2021-04-12 | 1 | -200/+203 | |
|\ | | | | | | | | | * 'master' of github.com:miku/fuzzycat: Bump urllib3 from 1.26.3 to 1.26.4 | |||||
| * | Merge pull request #3 from miku/dependabot/pip/urllib3-1.26.4 | Martin Czygan | 2021-04-12 | 1 | -200/+203 | |
| |\ | | | | | | | Bump urllib3 from 1.26.3 to 1.26.4 | |||||
| | * | Bump urllib3 from 1.26.3 to 1.26.4 | dependabot[bot] | 2021-04-12 | 1 | -200/+203 | |
| |/ | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.4) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | v0.1.19 | Martin Czygan | 2021-04-12 | 1 | -1/+1 | |
| | | ||||||
* | | address es hits.total change in ES7 | Martin Czygan | 2021-04-12 | 3 | -6/+28 | |
|/ | | | | * https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html | |||||
* | v0.1.18 | Martin Czygan | 2021-03-16 | 1 | -1/+1 | |
| | ||||||
* | matching: a list is required | Martin Czygan | 2021-03-16 | 1 | -1/+1 | |
| | ||||||
* | v0.1.17 | Martin Czygan | 2021-02-19 | 1 | -1/+1 | |
| | ||||||
* | add missing dependency | Martin Czygan | 2021-02-19 | 1 | -0/+1 | |
| | ||||||
* | update makefile | Martin Czygan | 2021-02-19 | 1 | -17/+17 | |
| | ||||||
* | require python 3.6 | Martin Czygan | 2021-02-19 | 1 | -1/+1 | |
| | ||||||
* | v0.1.16 | Martin Czygan | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | setup: fix case | Martin Czygan | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | v0.1.15 | Martin Czygan | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | fix entry point | Martin Czygan | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | v0.1.14 | Martin Czygan | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | workaround for a case found in refs: | Martin Czygan | 2021-02-15 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | * https://fatcat.wiki/release/2n7pyugxenb73gope52bn6m2ru * https://fatcat.wiki/release/p4bettvcszgn5d3zls5ogdjk4u Refs: Niaudet P. Steroid-sensitive idiopathic nephrotic syndrome in children. Pediatric Nephrology. 5th ed. Philadelphia: Lippincott Williams & Wilkins, 2004; pp 543–556. Doc: * https://fatcat.wiki/release/lc3d5q62zfa2rjyk2m7nr346nm, T-lymphocyte activation in steroid-sensitive nephrotic syndrome in childhood, by T J Neuhaus, V Shah, R E Callard, T M Barratt | |||||
* | fix list entries | Martin Czygan | 2021-02-13 | 1 | -2/+0 | |
| | ||||||
* | workaround for dates | Martin Czygan | 2021-02-11 | 1 | -0/+4 | |
| | ||||||
* | fix name | Martin Czygan | 2021-02-11 | 1 | -3/+3 | |
| | ||||||
* | update notes | Martin Czygan | 2021-02-11 | 2 | -10/+16 | |
| | ||||||
* | Merge pull request #2 from miku/dependabot/pip/cryptography-3.3.2 | Martin Czygan | 2021-02-11 | 1 | -58/+28 | |
|\ | | | | | Bump cryptography from 3.3.1 to 3.3.2 | |||||
| * | Bump cryptography from 3.3.1 to 3.3.2 | dependabot[bot] | 2021-02-11 | 1 | -58/+28 | |
| | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | add a batch verifier for ref groups | Martin Czygan | 2021-02-11 | 2 | -0/+76 | |
|/ | ||||||
* | update notes | Martin Czygan | 2021-02-11 | 1 | -0/+7 | |
| | ||||||
* | note on extra tool | Martin Czygan | 2021-02-03 | 1 | -2/+16 | |
| | ||||||
* | try out xar | Martin Czygan | 2021-02-02 | 4 | -2/+18 | |
| | ||||||
* | move initialization closer to use | Martin Czygan | 2021-02-02 | 1 | -1/+1 | |
| | ||||||
* | make fmt | Martin Czygan | 2021-02-02 | 1 | -5/+7 | |
| | ||||||
* | v0.1.13 | Martin Czygan | 2021-02-02 | 1 | -1/+1 | |
| | ||||||
* | fix line reading from bytes | Martin Czygan | 2021-02-02 | 1 | -3/+16 | |
| | ||||||
* | compression fixes and tweaks | Martin Czygan | 2021-02-02 | 1 | -7/+6 | |
| | ||||||
* | add shellout helper | Martin Czygan | 2021-02-02 | 3 | -2/+59 | |
| | ||||||
* | update/cleanup lockfile | Martin Czygan | 2021-02-02 | 1 | -6/+6 | |
| | ||||||
* | cleanup print | Martin Czygan | 2021-02-02 | 1 | -1/+0 | |
| | ||||||
* | add -C flag for compression | Martin Czygan | 2021-02-02 | 1 | -0/+2 | |
| | ||||||
* | add compress kwarg to cluster | Martin Czygan | 2021-02-02 | 10 | -22/+97 | |
| | | | | Will compress intermediate results with zstd (https://git.io/Jt00y9). | |||||
* | make: converge to fmt | Martin Czygan | 2021-02-02 | 1 | -2/+2 | |
| | ||||||
* | add zstandard dep | Martin Czygan | 2021-02-02 | 2 | -93/+154 | |
| | ||||||
* | add case | Martin Czygan | 2021-02-01 | 3 | -0/+171 | |
| | ||||||
* | add case; | Martin Czygan | 2021-01-29 | 3 | -0/+132 | |
| | | | | different, but related; verify says: "strong" | |||||
* | add case | Martin Czygan | 2021-01-28 | 5 | -0/+710 | |
| | ||||||
* | add case | Martin Czygan | 2021-01-27 | 3 | -0/+440 | |
| |