Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HACK: force pylint to ignore urllib3 Retry import | Bryan Newbold | 2019-03-15 | 1 | -1/+3 |
| | | | | | | As the code comment mentions, not sure why pylint throws this error. requests and urllib3 are recent, and this code runs fine in tests and QA, and pylint is running (in CI) within pipenv. | ||||
* | update rust_build_release CI config | Bryan Newbold | 2019-03-15 | 1 | -1/+4 |
| | |||||
* | add commit (missing) fatcat_util.py file | Bryan Newbold | 2019-03-15 | 1 | -0/+54 |
| | |||||
* | update dev setup instructions | Bryan Newbold | 2019-03-15 | 7 | -20/+29 |
| | |||||
* | update TODO | Bryan Newbold | 2019-03-15 | 1 | -5/+33 |
| | |||||
* | MEDLINE/Pubmed note | Bryan Newbold | 2019-03-15 | 1 | -2/+6 |
| | | | | Also, arXivRaw, not arXiv (though see WIP on more-importers branch) | ||||
* | more integration of transform refactor | Bryan Newbold | 2019-03-11 | 5 | -19/+34 |
| | |||||
* | refactor transforms into sub-dir | Bryan Newbold | 2019-03-11 | 7 | -307/+356 |
| | |||||
* | Merge branch 'citeproc' | Bryan Newbold | 2019-03-11 | 5 | -238/+473 |
|\ | |||||
| * | basic demo CSL/citeproc transform code | Bryan Newbold | 2019-03-11 | 3 | -2/+226 |
| | | | | | | | | Needs tests | ||||
| * | citeproc-py dep | Bryan Newbold | 2019-03-11 | 2 | -236/+247 |
| | | | | | | | | | | The style package has 40+ MByte of style info (thousands of files), which is unforunately large. | ||||
* | | guide: remove more rsync flags | Bryan Newbold | 2019-03-11 | 2 | -2/+2 |
| | | | | | | | | Was getting errors with these | ||||
* | | add bibliography to guide | Bryan Newbold | 2019-03-11 | 3 | -0/+201 |
| | | |||||
* | | remove leftover debug print statement | Bryan Newbold | 2019-03-11 | 1 | -1/+1 |
|/ | |||||
* | clean up HTML whitespace | Bryan Newbold | 2019-03-07 | 3 | -7/+25 |
| | |||||
* | webface: fix abstracts, description | Bryan Newbold | 2019-03-07 | 1 | -5/+6 |
| | |||||
* | webface: more validator fixes, including microdata bump to document-wide | Bryan Newbold | 2019-03-07 | 2 | -11/+10 |
| | |||||
* | webface: w3c validator fixes | Bryan Newbold | 2019-03-07 | 9 | -43/+43 |
| | |||||
* | webface: ScholarlyArticle microdata for all release pages | Bryan Newbold | 2019-03-07 | 1 | -26/+34 |
| | |||||
* | webface: structure meta tags for release pages | Bryan Newbold | 2019-03-07 | 1 | -0/+67 |
| | |||||
* | webface: microdata for searchbox | Bryan Newbold | 2019-03-07 | 2 | -4/+11 |
| | |||||
* | webface: loud QA/DEV indicators | Bryan Newbold | 2019-03-06 | 1 | -2/+22 |
| | |||||
* | fix harvester session.get() params | Bryan Newbold | 2019-03-06 | 1 | -5/+8 |
| | |||||
* | retry/backoff for Crossref harvester | Bryan Newbold | 2019-03-06 | 2 | -2/+24 |
| | |||||
* | TODO updates | Bryan Newbold | 2019-03-06 | 1 | -16/+48 |
| | |||||
* | guide: update roadmap | Bryan Newbold | 2019-03-06 | 1 | -1/+35 |
| | |||||
* | guide: release entity typos | Bryan Newbold | 2019-03-06 | 1 | -2/+1 |
| | |||||
* | 10 MByte default Kafka produce (workers) | Bryan Newbold | 2019-03-06 | 2 | -2/+9 |
| | |||||
* | elastic schema indentation | Bryan Newbold | 2019-03-06 | 1 | -6/+6 |
| | |||||
* | remove stale plan file | Bryan Newbold | 2019-03-06 | 1 | -41/+0 |
| | |||||
* | update CHANGELOG | Bryan Newbold | 2019-03-06 | 1 | -0/+4 |
| | |||||
* | elastic-release worker w/o API | Bryan Newbold | 2019-03-04 | 2 | -5/+5 |
| | | | | | Forgot that this worker really doesn't want/need any API connection at all; just an ApiClient to deserialize objects from Kafka. | ||||
* | fix (untested) ElasticsearchReleaseWorker invocation | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | fix elastic research worker api arg | Bryan Newbold | 2019-03-04 | 1 | -4/+3 |
| | |||||
* | fix tests/api_releases (schema examples) | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | smaller release status | Bryan Newbold | 2019-03-04 | 1 | -2/+3 |
| | |||||
* | bugfix search author results | Bryan Newbold | 2019-03-04 | 1 | -2/+2 |
| | |||||
* | fix release/author breakage when index isn't set | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | CI pylint wants specific files, I guess | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | | | | | | To fix: error while code parsing: Unable to load file tests/__init__.py" | ||||
* | example schema: more edge cases | Bryan Newbold | 2019-03-04 | 1 | -2/+16 |
| | |||||
* | truncate long author lists | Bryan Newbold | 2019-03-04 | 2 | -3/+7 |
| | |||||
* | allow contrib table to collapse (not fixed) | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | explode some extra metadata dicts | Bryan Newbold | 2019-03-04 | 1 | -2/+9 |
| | |||||
* | fix very wide container URLs | Bryan Newbold | 2019-03-04 | 1 | -2/+4 |
| | |||||
* | revert collapsing extra key; do use template in release view | Bryan Newbold | 2019-03-02 | 3 | -22/+9 |
| | |||||
* | collapse extra metadata key column | Bryan Newbold | 2019-03-02 | 1 | -2/+2 |
| | |||||
* | fix entity JSON links | Bryan Newbold | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | revert reference list <ol> changes | Bryan Newbold | 2019-03-02 | 1 | -2/+3 |
| | |||||
* | fix missing template import | Bryan Newbold | 2019-03-02 | 1 | -0/+2 |
| | |||||
* | use key in reference list | Bryan Newbold | 2019-03-02 | 1 | -1/+2 |
| |