Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bnewbold-bugfixes' into 'master' | Martin Czygan | 2021-06-01 | 9 | -86/+110 |
|\ | | | | | | | | | fix tests; dynaconf dependency; handle fatcat API release lookup 404 See merge request webgroup/fuzzycat!3 | ||||
| * | lint: remove unused imports | Bryan Newbold | 2021-05-31 | 7 | -10/+1 |
| | | |||||
| * | rebuild Pipefile.lock, for 'fuzzy' dep | Bryan Newbold | 2021-05-31 | 1 | -75/+101 |
| | | | | | | | | | | | | | | | | | | | | Somehow the 'fuzzy' library was marked in the lockfile as a local, editable dependency (like fuzzycat itself). Deleted the lockfile and re-build (pipenv lock) to indicate that it should be an actual pypi library. This also bumps all dependency versions, but that seems safe at the moment. | ||||
| * | setup.py: express dynaconf dependency | Bryan Newbold | 2021-05-31 | 1 | -0/+1 |
| | | |||||
| * | matching: handle extid not found case (fatcat API HTTP 400 or 404) | Bryan Newbold | 2021-05-31 | 1 | -1/+7 |
|/ | |||||
* | add test case | Martin Czygan | 2021-05-26 | 3 | -0/+83 |
| | |||||
* | add test | Martin Czygan | 2021-05-12 | 3 | -0/+603 |
| | |||||
* | add test cases | Martin Czygan | 2021-05-06 | 10 | -0/+1861 |
| | |||||
* | add test case | Martin Czygan | 2021-04-20 | 3 | -0/+107 |
| | |||||
* | ignore pyproject.toml | Martin Czygan | 2021-04-17 | 1 | -0/+3 |
| | |||||
* | update lock file | Martin Czygan | 2021-04-17 | 1 | -156/+184 |
| | |||||
* | add test | Martin Czygan | 2021-04-17 | 3 | -0/+1982 |
| | |||||
* | v0.1.20 | Martin Czygan | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | addess #2 | Martin Czygan | 2021-04-15 | 2 | -0/+4 |
| | |||||
* | Merge branch 'bnewbold-upstreaming' into 'master' | Martin Czygan | 2021-04-15 | 6 | -1/+823 |
|\ | | | | | | | | | refactoring/upstreaming fuzzycat "live" matching helpers See merge request webgroup/fuzzycat!2 | ||||
| * | main: 'unstructured' CLI demo | Bryan Newbold | 2021-04-14 | 1 | -1/+38 |
| | | |||||
| * | add 'simple' high-level routines for fuzzy-match-and-verify calls | Bryan Newbold | 2021-04-14 | 2 | -0/+316 |
| | | | | | | | | | | | | | | Some of these are a little redundant, in that calling code could trivially re-implement. However, I think these are good starters for stable external API interfaces, leaving us room to iterate and refactor lower-level implementations behind the scenes. | ||||
| * | GROBID API unstructured citation parsing utility code | Bryan Newbold | 2021-04-14 | 3 | -1/+258 |
| | | |||||
| * | grobid2json helper file | Bryan Newbold | 2021-04-13 | 1 | -0/+212 |
| | | | | | | | | | | This file has been passed around a couple times and should probably be published as a pypi.org project at some point. | ||||
* | | cleanup merge artifact | Martin Czygan | 2021-04-15 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'bnewbold-dev-setup' | Martin Czygan | 2021-04-15 | 7 | -9/+17 |
|\| | | | | | | | | | | | | | | | | | | | * bnewbold-dev-setup: dynaconf: switch to fuzzycat.config import across project upgrade to python3.8 gitlab CI: try 'make deps' and 'make test' makefile: run common commands inside pipenv makefile: change 'deps' to be simple --dev --deploy make fmt | ||||
| * | dynaconf: switch to fuzzycat.config import across project | Bryan Newbold | 2021-04-13 | 3 | -3/+6 |
| | | | | | | | | This is the recommended way to use dynaconf. | ||||
| * | upgrade to python3.8 | Bryan Newbold | 2021-04-13 | 2 | -3/+3 |
| | | |||||
| * | gitlab CI: try 'make deps' and 'make test' | Bryan Newbold | 2021-04-13 | 1 | -5/+3 |
| | | |||||
| * | makefile: run common commands inside pipenv | Bryan Newbold | 2021-04-13 | 1 | -7/+7 |
| | | |||||
| * | makefile: change 'deps' to be simple --dev --deploy | Bryan Newbold | 2021-04-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | When I ran 'make deps' as-is, my pipenv mutated the Pipfile and started re-locking. This project isn't using 'black' any more, so don't need the --pre flag. | ||||
| * | make fmt | Bryan Newbold | 2021-04-13 | 2 | -3/+16 |
| | | |||||
* | | 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 |
| |