Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 1 | -12/+12 |
| | |||||
* | add general and container-specific stats | Bryan Newbold | 2019-02-22 | 1 | -1/+133 |
| | |||||
* | refactor entity searches | Bryan Newbold | 2019-02-20 | 1 | -64/+52 |
| | |||||
* | add container search | Bryan Newbold | 2019-02-20 | 1 | -1/+54 |
| | | | | | | | And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored | ||||
* | add flash to 400 error pages | Bryan Newbold | 2019-02-05 | 1 | -2/+6 |
| | |||||
* | fix fulltext flag in search page (ES schema changed) | Bryan Newbold | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | more ES index fixes | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | partially revert raise_for_status() refactor | Bryan Newbold | 2019-01-08 | 1 | -1/+0 |
| | | | | Doesn't work with Flask wrapper, of course. | ||||
* | check request status codes idiomatically | Bryan Newbold | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | remove textIcuSearch elastic filter | Bryan Newbold | 2018-12-03 | 1 | -1/+0 |
| | | | | | | | This was breaking, eg, DOI search with non-trivial characters. Because we set the tokenizer on individual fields, shouldn't be necessary on the whole query. | ||||
* | ELASTICSEARCH not ELASTIC | Bryan Newbold | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -0/+4 |
| | | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose | ||||
* | get webface working again | Bryan Newbold | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | refactor python modules | Bryan Newbold | 2018-11-12 | 1 | -0/+60 |