Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add (disabled) test that invalid fields should error | Bryan Newbold | 2018-11-14 | 1 | -0/+16 |
| | |||||
* | implement new controlled vocabularies | Bryan Newbold | 2018-11-14 | 3 | -16/+49 |
| | |||||
* | enforce some controlled vocabularies in API | Bryan Newbold | 2018-11-14 | 4 | -0/+128 |
| | |||||
* | python tweaks for date/datetime rust fix | Bryan Newbold | 2018-11-14 | 2 | -10/+3 |
| | |||||
* | disable breaking CI test | Bryan Newbold | 2018-11-14 | 2 | -3/+6 |
| | | | | | See commit comment for details; a problem with gitlab CI and setup() function, not the test in particular. Grump. | ||||
* | fix date/datetime confusion on rust/API side | Bryan Newbold | 2018-11-14 | 4 | -6/+72 |
| | | | | | | Should have dug in to this earlier; python code was getting confused. This is a breaking API change, from a practical standpoint, as both python and rust code had been hacked to work around this. | ||||
* | rustfmt | Bryan Newbold | 2018-11-14 | 4 | -59/+105 |
| | |||||
* | more kafka performance notes | Bryan Newbold | 2018-11-14 | 1 | -1/+15 |
| | |||||
* | bunch of notes on CSL alignment and types | Bryan Newbold | 2018-11-14 | 4 | -43/+196 |
| | |||||
* | switch to auto consumer offset updates | Bryan Newbold | 2018-11-13 | 3 | -2/+28 |
| | | | | | | This is the classic/correct way to do consumer group updates for higher throughput, when "at least once" semantics are acceptible (as they are here; double processing should be safe/fine). | ||||
* | webface: defer all javascript to end of body | Bryan Newbold | 2018-11-13 | 1 | -5/+5 |
| | |||||
* | webface: add input form labels | Bryan Newbold | 2018-11-13 | 3 | -6/+6 |
| | |||||
* | update metadata download links | Bryan Newbold | 2018-11-13 | 1 | -8/+9 |
| | |||||
* | to_elastic_dict -> release_elastic_dict | Bryan Newbold | 2018-11-13 | 1 | -1/+2 |
| | |||||
* | have webface default to local elasticsearch | Bryan Newbold | 2018-11-13 | 1 | -1/+2 |
| | |||||
* | initial/example uwsgi fatcat_web file | Bryan Newbold | 2018-11-13 | 1 | -0/+10 |
| | |||||
* | load more config from env | Bryan Newbold | 2018-11-13 | 1 | -3/+3 |
| | |||||
* | try slowing down rust tests to fix socket collision | Bryan Newbold | 2018-11-13 | 1 | -0/+3 |
| | |||||
* | elasticsearch config for worker | Bryan Newbold | 2018-11-13 | 1 | -1/+8 |
| | |||||
* | remove neadless second basic api client test | Bryan Newbold | 2018-11-13 | 1 | -10/+0 |
| | |||||
* | bump rust and postgres versions | Bryan Newbold | 2018-11-13 | 2 | -4/+4 |
| | |||||
* | another old python test (doesn't merge) | Bryan Newbold | 2018-11-13 | 1 | -0/+83 |
| | |||||
* | start porting old python tests | Bryan Newbold | 2018-11-13 | 1 | -0/+148 |
| | |||||
* | fiddle with test helper functions | Bryan Newbold | 2018-11-13 | 3 | -145/+180 |
| | |||||
* | start using client in some tests | Bryan Newbold | 2018-11-13 | 3 | -0/+69 |
| | |||||
* | set default host in swagger spec to api.fatcat.wiki | Bryan Newbold | 2018-11-13 | 8 | -7/+8 |
| | |||||
* | use Counter object instead of per-metric ints | Bryan Newbold | 2018-11-13 | 7 | -18/+17 |
| | |||||
* | update python README and TODO | Bryan Newbold | 2018-11-13 | 2 | -17/+25 |
| | |||||
* | more simple fatcat_client imports | Bryan Newbold | 2018-11-13 | 2 | -3/+2 |
| | |||||
* | more python client library tomfoolery | Bryan Newbold | 2018-11-13 | 9 | -8/+25 |
| | |||||
* | initial fatcat_client packaging | Bryan Newbold | 2018-11-13 | 3 | -0/+142 |
| | |||||
* | shuffle around fatcat_tools layout | Bryan Newbold | 2018-11-13 | 19 | -88/+22 |
| | |||||
* | more python module refactoring | Bryan Newbold | 2018-11-12 | 20 | -29/+28 |
| | |||||
* | get webface working again | Bryan Newbold | 2018-11-12 | 4 | -6/+6 |
| | |||||
* | remove more old python cruft | Bryan Newbold | 2018-11-12 | 3 | -1091/+0 |
| | |||||
* | remove sqlite cruft | Bryan Newbold | 2018-11-12 | 3 | -19/+2 |
| | |||||
* | refactor python modules | Bryan Newbold | 2018-11-12 | 39 | -0/+0 |
| | |||||
* | Merge branch 'kafka' | Bryan Newbold | 2018-11-12 | 8 | -160/+597 |
|\ | |||||
| * | refactor kafka branch to not use release_model | Bryan Newbold | 2018-11-12 | 3 | -2/+118 |
| | | |||||
| * | Revert "FatcatRelease: start wrapping entities with extra methods" | Bryan Newbold | 2018-11-12 | 4 | -122/+2 |
| | | | | | | | | | | | | This reverts commit d70abdd82955feba4eecdda24ff6d95f703e0598. Decided this wasn't the right approach. | ||||
| * | updated docker for elastic (with plugin) | Bryan Newbold | 2018-11-07 | 5 | -47/+11 |
| | | | | | | | | Still need to install the maps (aka, schemas) manually. | ||||
| * | switch entity update worker to use balanced/manager consumer | Bryan Newbold | 2018-11-04 | 1 | -1/+3 |
| | | |||||
| * | elastic release worker | Bryan Newbold | 2018-11-04 | 3 | -1/+70 |
| | | |||||
| * | note elastic plugin needed | Bryan Newbold | 2018-11-04 | 2 | -0/+52 |
| | | |||||
| * | first-draft kafka workers (changelog, release_update) | Bryan Newbold | 2018-11-04 | 3 | -0/+197 |
| | | |||||
| * | to_json() method for fatcatrelease | Bryan Newbold | 2018-11-04 | 1 | -0/+5 |
| | | |||||
| * | pipfile: pykafka | Bryan Newbold | 2018-11-04 | 2 | -160/+226 |
| | | |||||
| * | first draft docker-compose file and README | Bryan Newbold | 2018-11-04 | 2 | -0/+50 |
| | | |||||
| * | FatcatRelease: start wrapping entities with extra methods | Bryan Newbold | 2018-11-02 | 4 | -2/+104 |
| | | |||||
* | | set HTTPS referrer policy in HTML <meta> | Bryan Newbold | 2018-11-12 | 1 | -0/+1 |
| | | | | | | | | | | | | The intent of this change is for user agents to set the Referrer HTTP field when following outlinks from fatcat.wiki, but only with the source domain, not the full URL. |