Merge pull request #3352 from kleesc/elastic_logs_model_implementation
Implement logs model using Elasticsearch
This commit is contained in:
commit
d67bbd4917
20 changed files with 1282 additions and 38 deletions
|
@ -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),
|
||||
|
|
Reference in a new issue