Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor transforms into sub-dir | Bryan Newbold | 2019-03-11 | 1 | -517/+0 |
| | |||||
* | basic demo CSL/citeproc transform code | Bryan Newbold | 2019-03-11 | 1 | -0/+165 |
| | | | | Needs tests | ||||
* | include container_id in release ES schema | Bryan Newbold | 2019-02-22 | 1 | -0/+1 |
| | |||||
* | fix missing in_ia_sim flag in release-to-es | Bryan Newbold | 2019-02-04 | 1 | -0/+2 |
| | |||||
* | flag to control boolean cast in elastic transforms | Bryan Newbold | 2019-02-01 | 1 | -13/+29 |
| | | | | So these functions can be re-used in simplified webface rendering. | ||||
* | elastic doesn't do well with nullables | Bryan Newbold | 2019-01-28 | 1 | -14/+14 |
| | |||||
* | remove accidental print in release transform | Bryan Newbold | 2019-01-28 | 1 | -1/+0 |
| | |||||
* | fix typo in container transform | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | fixes to transform code | Bryan Newbold | 2019-01-28 | 1 | -9/+11 |
| | |||||
* | vastly improve entity_to_dict() speed | Bryan Newbold | 2019-01-28 | 1 | -1/+9 |
| | |||||
* | fatcat -> fatcat_release ES index | Bryan Newbold | 2019-01-28 | 1 | -8/+10 |
| | |||||
* | transform and import fixes/tweaks | Bryan Newbold | 2019-01-25 | 1 | -13/+38 |
| | |||||
* | update journal meta import/transform | Bryan Newbold | 2019-01-25 | 1 | -28/+155 |
| | |||||
* | start changes to release ES schema | Bryan Newbold | 2019-01-23 | 1 | -30/+90 |
| | |||||
* | try to fix any_abstract | Bryan Newbold | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | fix typo in elastic transform code | Bryan Newbold | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | state in elasticsearch (and deleted/redirects) | Bryan Newbold | 2019-01-18 | 1 | -2/+8 |
| | |||||
* | entity_to_json -> entity_to_dict | Bryan Newbold | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 1 | -0/+4 |
| | |||||
* | fix file extraction (and transforms) | Bryan Newbold | 2018-11-26 | 1 | -6/+6 |
| | |||||
* | use isoformat() to format dates | Bryan Newbold | 2018-11-21 | 1 | -1/+2 |
| | | | | This shouldn't change behavior; it's just more consistent. | ||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -1/+5 |
| | | | | | | | - 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 | ||||
* | python tweaks for date/datetime rust fix | Bryan Newbold | 2018-11-14 | 1 | -5/+1 |
| | |||||
* | more simple fatcat_client imports | Bryan Newbold | 2018-11-13 | 1 | -2/+1 |
| | |||||
* | more python module refactoring | Bryan Newbold | 2018-11-12 | 1 | -0/+100 |