This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Queries.py
8 lines (6 loc) · 1.63 KB
/
Queries.py
1
2
3
4
5
6
7
8
from enum import Enum
class Queries(Enum):
RHCS = "https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Red%20Hat&f1=keywords&list_id=12002840&o1=nowords&product=Red%20Hat%20Certificate%20System&query_format=advanced&v1=Triaged"
RHEL_7 = "https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Red%20Hat&f1=keywords&f2=agile_pool.name&list_id=12002847&o1=notsubstring&o2=substring&product=Red%20Hat%20Enterprise%20Linux%207&query_format=advanced&v1=Triaged&v2=sst_idm_cs"
RHEL_8 = "https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Red%20Hat&f1=keywords&f2=agile_pool.name&list_id=12002851&o1=notsubstring&o2=substring&product=Red%20Hat%20Enterprise%20Linux%208&query_format=advanced&v1=Triaged&v2=sst_idm_cs"
RHEL_9 = "https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Red%20Hat&f1=keywords&f2=agile_pool.name&list_id=12002852&o1=notsubstring&o2=substring&product=Red%20Hat%20Enterprise%20Linux%209&query_format=advanced&v1=Triaged&v2=sst_idm_cs"