Will Foster
Will Foster
This RFE covers attempting to make `jira_watchers.py` successfully map the requestor and any cc-users to watchers on JIRA ticket submission. In the case we cannot successfully map requestor and cc-users...
This is an RFE to enhance the handling of extensions, the beginnings of some small tie-ins to JIRA to gather more data to put into QUADS with the result being...
## Summary This is an RFE for how we want to design our separation of public, private and authenticated API RBAC model after we migrate fully from CherryPy to Flask...
Now that we have a working [JSON API](https://github.com/redhat-performance/quads#api-get-operations) we can start to build on more advanced visuals and UI options for QUADS users. We are currently using ```SimpleHTTPServer``` for very...
This RFE covers making `--cloud-only` aware of the `--filter` DB metadata model. e.g. ``` quads-cli --cloud-only cloud22 --filter "model==1029U-TRTP" ```
This is an RFE to add support for `--omit-cloud` for the `quads-cli --add-schedule` and `--ls-available` commands. - If `--omit-cloud cloud02` is entered then `--add-schedule` will not try to schedule any...
This is related to https://github.com/redhat-performance/quads/issues/390 so would likely come after that is resolved, which would not count broken systems as being idle/unused in our monthly projected percent utilization reports. For...
Noticing a discrepancy on `quads-1.1.5` with what's reported via `quads-cli --ls-vlan` and what's actually generated for the dynamic wiki VLANs page. ``` # quads-cli --ls-vlan 601: cloud28 602: cloud41 603:...
This is an RFE for supporting more than the default `foreman_url` and `foreman_api_url` server outlined here in QUADS: https://github.com/redhat-performance/quads/blob/master/conf/quads.yml#L85 **Why** We are starting to be in a position where we...
We have a need to expand the notification framework for corner-cases where we have an expansion, which has undergone an extension once but is continued to have that different sub-set...