Bug 459006
Summary: | isnull and and isnotnull are missing from boolean chart types | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Bugzilla | Reporter: | David Lawrence <dkl> | ||||
Component: | Query/Bug List | Assignee: | David Lawrence <dkl> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.2 | CC: | esammons, LpSolit, tsanders | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-08-14 15:56:37 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
David Lawrence
2008-08-13 18:30:28 UTC
Created attachment 314231 [details]
Patch to add isnull and isnotnull to boolean charts (v1)
Patch that adds support for isnull and isnotnull to the boolean charts section. I have tested it on bz-web2-test and it properly displays bugs with or without issuetrackers attached to them.
Please review
Dave
From: Eric Sammons Dave, thank you, this is exactly what I was looking for. I do have one more question, is there anyway to negate private bz (so that only public are returned) and how does one tell if a bz is embargoed and if there is a flag or something to key off of can those be excluded along with the private BZs? thank you! --- Testing to see if fix for this bug will work for this request as well since it should be similar. Dave Dave, Thanks! I tested my queries against bz-web2-test, and all appears to be working. When can we get this change committed to production? -Todd Comment on attachment 314231 [details] Patch to add isnull and isnotnull to boolean charts (v1) Hey Dave,, Patch looks good and works fine , just a little nit pik, >+ { name => "matches", description => "matches" }, >+ { name => "isnull", description => "Is Null" }, >+ { name => "isnotnull", description => "Is Not Null" }] %] shall we make Is Null and Is Not Null all small letters to be consistent with other boolean chart options. Noura Thanks Noura. I changed the descriptions to lower case before I checked in. Will be in the next update (today). Dave https://bugzilla.mozilla.org/show_bug.cgi?id=345194 is our upstream bug related to this issue. This patch should go away when the upstream bug is fixed (or be proposed there). |