mozilla / ActiveData

Provide high speed filtering and aggregation over data
Mozilla Public License 2.0
31 stars 20 forks source link

OrangeCount is broken #205

Closed klahnakoski closed 4 years ago

klahnakoski commented 4 years ago
{
    "from": "treeherder.bugs",
    "select": {
        "name": "OrangeCount",
        "value": ".",
        "aggregate": "count"
    },
    "groupby": [
        {
            "name": "bug",
            "value": "bug_id"
        }
    ],
    "where": {
        "and": [
            {
                "gt": {
                    "repo.push.date": {
                        "date": "today-week"
                    }
                }
            },
            {
                "in": {
                    "repo.branch.name": [
                        "mozilla-central",
                        "mozilla-inbound",
                        "autoland"
                    ]
                }
            },
            {
                "ne": {
                    "failure.classification": "not classified"
                }
            },
            {
                "exists": "bug_id"
            }
        ]
    },
    "limit": 200,
    "format": "list"
}
klahnakoski commented 4 years ago

working with new version

klahnakoski commented 4 years ago

works with current version