NAME
Tapper::Reports::Web::Util::Filter::Report
SYNOPSIS
my
$filter
= Tapper::Reports::Web::Util::Filter::Report->new(
context
=>
$c
);
my
$filter_args
= [
'host'
,
'bullock'
,
'days'
,
'3'
];
my
$allowed_filter_keys
= [
'host'
,
'days'
];
my
$searchoptions
=
$filter
->parse_filters(
$filter_args
,
$allowed_filter_keys
);
suite
Add test suite to early filters.
@param hash ref - current version of filters @param string - suite name or id
@return hash ref - updated filters
success
Add success filters to early filters. Valid values are pass, fail and a ratio in percent.
@param hash ref - current version of filters @param string - success grade
@return hash ref - updated filters
NAME
Tapper::Reports::Web::Util::Filter::Report - Filter utilities for report listing
AUTHORS
AMD OSRC Tapper Team <tapper@amd64.org>
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Advanced Micro Devices, Inc.
This is free software, licensed under:
The (two-clause) FreeBSD License