aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix missing KafkaException harvester importsconfluent-kafkaBryan Newbold2019-04-082-2/+2
|
* decrease default changelog pipeline to 5.0secBryan Newbold2019-04-081-1/+1
|
* convert pipeline workers from pykafka to confluent-kafkaBryan Newbold2019-04-083-109/+227
|
* small kafka tweaks for robustnessBryan Newbold2019-04-082-0/+5
|
* convert importers to confluent-kafka libraryBryan Newbold2019-04-082-21/+75
|
* bump max message size to ~20 MBytesBryan Newbold2019-04-082-0/+2
|
* fixes to confluent-kafka harvestersBryan Newbold2019-04-083-20/+21
|
* docker-compose: kafka 2.0, and -dev topic namesBryan Newbold2019-04-081-3/+2
|
* first draft harvesters using confluent-kafkaBryan Newbold2019-04-063-48/+104
|
* make default kafka env 'dev', not 'qa'Bryan Newbold2019-04-062-4/+4
|
* add confluent-kafka library (to replace pykafka)Bryan Newbold2019-04-062-26/+59
|
* add CI/coverage badges to README.mdBryan Newbold2019-04-051-0/+2
|
* fix container url form widthBryan Newbold2019-04-041-1/+1
|
* work around pylint/responses errorBryan Newbold2019-04-041-0/+3
| | | | | Known problem with reponses and dynamic functions. See also: https://github.com/getsentry/responses/issues/74
* add error displays in release and file list formsBryan Newbold2019-04-042-1/+3
|
* web editing of container urlsBryan Newbold2019-04-043-5/+119
|
* better error responses for username change formBryan Newbold2019-04-041-3/+7
|
* improve test coverageBryan Newbold2019-04-048-11/+128
|
* revert back to earlier stats datetimeBryan Newbold2019-04-041-1/+1
| | | | Caught in testing
* TODO: handle 'already merged' in edit forms betterBryan Newbold2019-04-041-1/+4
|
* test api helpers (found bug)Bryan Newbold2019-04-042-5/+25
| | | | | | It seems that public_api() doesn't get isolated from authenticated_api(), even in different tests. I suspect this is due to using DefaultAPI to create client.
* test already-merged editgroup_id (via web form)Bryan Newbold2019-04-041-2/+14
|
* add basic tests for a bunch of form handling codeBryan Newbold2019-04-041-17/+137
|
* disable CSRF in unit testsBryan Newbold2019-04-041-0/+1
|
* default to showing INFO log lines for failed testsBryan Newbold2019-04-041-0/+2
|
* correct a number of response codesBryan Newbold2019-04-041-9/+31
|
* many web test improvementsBryan Newbold2019-04-048-36/+165
|
* fix edit forms requiring loginsBryan Newbold2019-04-041-3/+4
|
* warn() -> warning() (deprecated)Bryan Newbold2019-04-042-13/+13
|
* squelch another dep warningBryan Newbold2019-04-041-1/+4
|
* 404 (not 500) from unimplemented lookupsBryan Newbold2019-04-041-2/+7
|
* fix extid lookup bugsBryan Newbold2019-04-041-0/+3
|
* explicit 404 on un-implemented editing pagesBryan Newbold2019-04-041-3/+3
|
* start improving webface test coverageBryan Newbold2019-04-044-118/+207
|
* monkeypatch annoying pytest shutdown exceptionBryan Newbold2019-04-042-2/+25
|
* pytest improvements: squelch raven deprecation; run pylintBryan Newbold2019-04-043-35/+28
|
* more citation styles, and testsBryan Newbold2019-04-043-1/+12
|
* link to BibTeX (and test this)Bryan Newbold2019-04-043-1/+39
|
* update CHANGELOG (forms branch merge)Bryan Newbold2019-04-041-0/+2
|
* Merge branch 'bnewbold-forms'Bryan Newbold2019-04-0434-605/+1702
|\
| * better gitignoreBryan Newbold2019-04-031-0/+2
| |
| * fix exception log var namesBryan Newbold2019-04-031-3/+3
| |
| * create app.log explicitlyBryan Newbold2019-04-034-30/+32
| |
| * forms.py: annotate static methodsBryan Newbold2019-04-031-0/+3
| |
| * fix unit test for /health.jsonBryan Newbold2019-04-031-1/+1
| |
| * editor-specific annotation viewBryan Newbold2019-04-034-3/+47
| |
| * small UI tweaks for editgroups/accountBryan Newbold2019-04-038-21/+49
| |
| * markdown rendering of comments/annotationsBryan Newbold2019-04-034-51/+77
| |
| * basic annotation view/createBryan Newbold2019-04-032-12/+90
| |
| * strftime() in a bunch of placesBryan Newbold2019-04-038-26/+9
| |