Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: missing fieldHEADmaster | Robin H. Johnson | 2024-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | fix: variable naming error | Robin H. Johnson | 2024-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | fix: cannot compare string and int | Robin H. Johnson | 2024-02-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | feat: report how many bugs get skipped and make it configurable | Robin H. Johnson | 2024-02-09 | 1 | -8/+24 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | bugzilla: support bug aliases | Robin H. Johnson | 2021-06-18 | 1 | -7/+25 |
| | | | | | Closes: https://bugs.gentoo.org/356123 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Update for newer HTMLEntities. | Robin H. Johnson | 2015-11-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | CSV: Update for newer Ruby. | Doug Freed | 2015-11-16 | 1 | -2/+2 |
| | | | | | | | CSV::Reader is no longer available after Ruby 1.9; we need to do it differently. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Support 'bug X comment Y' and 'bug X#cY' as commands and detection in text. | Robin H. Johnson | 2012-02-28 | 1 | -25/+43 |
| | |||||
* | Add IN_PROGRESS, CONFIRMED | Christian Ruppert | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Redhat URL moved. | Robin H. Johnson | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/master' | Robin H. Johnson | 2010-10-27 | 1 | -16/+31 |
|\ | |||||
| * | Add support for comment ids. Improve error handling in case of invalid bug ids. | Christian Ruppert | 2010-06-04 | 1 | -16/+31 |
| | | |||||
* | | Fix case sensitivity issue. | Robin H. Johnson | 2010-10-27 | 1 | -1/+1 |
|/ | |||||
* | Update list of zillas. | Robin H. Johnson | 2010-04-24 | 1 | -70/+38 |
| | |||||
* | More fixup of htmlentities. | Robin H. Johnson | 2010-02-12 | 1 | -11/+5 |
| | |||||
* | htmlentities/string module is gone, removed by upstream. | Robin H. Johnson | 2010-02-12 | 1 | -6/+3 |
| | |||||
* | Split the short and long forms of bugzilla requests, so that we can handle ↵ | Robin H. Johnson | 2008-11-14 | 1 | -20/+39 |
| | | | | lookups for aliases, but also inline bug requests easily, per bugs #234134 and #240182. | ||||
* | Allow bug aliases for explicit bug lookups. | Robin H. Johnson | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | Change default template per solars request. | Robin H. Johnson | 2008-08-09 | 1 | -2/+2 |
| | |||||
* | Thread the long calls. | Robin H. Johnson | 2008-08-07 | 1 | -0/+4 |
| | |||||
* | lowercase. | Robin H. Johnson | 2008-08-06 | 1 | -2/+2 |
| | |||||
* | Avoid a minor backtrace. | Robin H. Johnson | 2008-08-06 | 1 | -2/+6 |
| | |||||
* | Add support for templatable output. | Robin H. Johnson | 2008-07-31 | 1 | -15/+42 |
| | |||||
* | Be consistent. | Robin H. Johnson | 2008-07-13 | 1 | -1/+1 |
| | |||||
* | Want baseurl, not a @BUGNO@ url during instance create. | Robin H. Johnson | 2008-06-20 | 1 | -1/+1 |
| | |||||
* | Fix whitespace. | Robin H. Johnson | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Convert announcements to use search. | Robin H. Johnson | 2008-06-08 | 1 | -7/+5 |
| | |||||
* | Add basic search utility. | Robin H. Johnson | 2008-06-08 | 1 | -0/+6 |
| | |||||
* | Wire up buglisturl for use in announcements. | Robin H. Johnson | 2008-06-07 | 1 | -5/+4 |
| | |||||
* | Add setting for the buglist.cgi URL. | Robin H. Johnson | 2008-06-07 | 1 | -1/+20 |
| | |||||
* | Make both copyright lines match. | Robin H. Johnson | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | Use existing regex instead of duplicating. | Robin H. Johnson | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | More TOOD. | Robin H. Johnson | 2008-06-06 | 1 | -0/+3 |
| | |||||
* | Add all remaining TODO items. | Robin H. Johnson | 2008-06-06 | 1 | -0/+8 |
| | |||||
* | Add check for bugs that we do not have permission to access. | Robin H. Johnson | 2008-06-06 | 1 | -0/+18 |
| | |||||
* | Ensure that hashes in bug requests are always removed. | Robin H. Johnson | 2008-06-06 | 1 | -1/+3 |
| | |||||
* | Fix regex for matching bugs. | Robin H. Johnson | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | Make the timer configurable. | Robin H. Johnson | 2008-06-06 | 1 | -1/+5 |
| | |||||
* | Contract common email addresses. Need to put this into a config array later. | Robin H. Johnson | 2008-06-06 | 1 | -1/+14 |
| | |||||
* | Contract status/reso/issue. | Robin H. Johnson | 2008-06-06 | 1 | -3/+7 |
| | |||||
* | Append ? if needed for urls. | Robin H. Johnson | 2008-06-06 | 1 | -1/+3 |
| | |||||
* | Include ability to do totals in the reports. | Robin H. Johnson | 2008-06-06 | 1 | -4/+14 |
| | |||||
* | implement bugstats. | Robin H. Johnson | 2008-06-06 | 1 | -0/+44 |
| | |||||
* | Add baseline help. | Robin H. Johnson | 2008-06-06 | 1 | -0/+2 |
| | |||||
* | Use the right names for the map call, it helps a lot ;-). | Robin H. Johnson | 2008-06-06 | 1 | -4/+4 |
| | |||||
* | Massive fixup of archstats to work in almost all input cases by being ↵ | Robin H. Johnson | 2008-06-06 | 1 | -19/+61 |
| | | | | smarter than rbot. | ||||
* | Fix whitespace. | Robin H. Johnson | 2008-06-06 | 1 | -25/+25 |
| | |||||
* | Use new validations. | Robin H. Johnson | 2008-06-06 | 1 | -2/+3 |
| | |||||
* | Move global constants and add more for validation. | Robin H. Johnson | 2008-06-06 | 1 | -9/+20 |
| | |||||
* | Use channel name not object for the defaults array. | Robin H. Johnson | 2008-06-06 | 1 | -1/+1 |
| |