Merge pull request #3352 from kleesc/elastic_logs_model_implementation

Implement logs model using Elasticsearch
This commit is contained in:
Sida Chen 2019-02-13 15:51:13 -05:00 committed by GitHub
commit d67bbd4917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 1282 additions and 38 deletions

View file

@ -12,6 +12,7 @@ from workers.exportactionlogsworker import ExportActionLogsWorker, POLL_PERIOD_S
from test.fixtures import *
# TODO(sidchen): Test logging to elastic search log model.
@pytest.mark.parametrize('namespace,repo_name,expects_logs', [
('buynlarge', 'orgrepo', True),
('devtable', 'history', False),