ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

Provide high speed filtering and aggregation over data

Results 45 ActiveData issues
Sort by recently updated
recently updated
newest added

it has been off for a while now

p3

There is a small machine that keeps a backup of saved_queries and repo, fix it.

enhancement

The current schema management will ensure all indexes, under one alias, have the same properties; adding missing ones if necessary: https://github.com/mozilla/ActiveData/blob/ceb0109b17e3c670ef563bd02e22ac5943a9c2fe/vendor/jx_elasticsearch/meta.py#L130 We must have a way to prevent the creation...

enhancement

`firefox-files.file.path` is multivalued, and can not handle `groupby`. Metadata would fix this, but it is turned off because the query load is too intense. We need a way to prioritized...

The Strict-Transport-Security header is set correctly more of the time, but not on 405s: ``` $ curl -i https://activedata-public.devsvcprod.mozaws.net/a HTTP/1.1 405 METHOD NOT ALLOWED Allow: HEAD, OPTIONS Cache-control: no-cache="set-cookie" Content-Type:...

bug

``` { "from":"treeherder.job_log.failure_line", "where":{"and":[ {"ne":{"run.result":"success"}}, {"eq":{"action":"test_result"}}, {"eq":{"status":"FAIL"}}, {"gte":{"action.start_time":{"date":"today"}}} ]} } ```

bug

Risk Management --------------- * [x] The service must have performed a Rapid Risk Assessment and have a Risk Record bug * [x] The service must be registered via a [New...

enhancement

'future==0.16.0' vs. 'future' for example

enhancement

In an attempt to query `treeherder.job_log.failure_line`, we can see that the query appears to a placing the filters inside the nested query instead at top level ``` { "sort":{"action.start_time":"desc"}, "select":["test","created","status","expected"],...

bug