aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: missing fieldHEADmasterRobin H. Johnson2024-02-101-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* fix: variable naming errorRobin H. Johnson2024-02-101-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* fix: cannot compare string and intRobin H. Johnson2024-02-091-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* feat: report how many bugs get skipped and make it configurableRobin H. Johnson2024-02-091-8/+24
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* bugzilla: support bug aliasesRobin H. Johnson2021-06-181-7/+25
| | | | | Closes: https://bugs.gentoo.org/356123 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update for newer HTMLEntities.Robin H. Johnson2015-11-161-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* CSV: Update for newer Ruby.Doug Freed2015-11-161-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. Johnson2012-02-281-25/+43
|
* Add IN_PROGRESS, CONFIRMEDChristian Ruppert2011-09-231-1/+1
|
* Redhat URL moved.Robin H. Johnson2010-11-301-1/+1
|
* Merge remote branch 'origin/master'Robin H. Johnson2010-10-271-16/+31
|\
| * Add support for comment ids. Improve error handling in case of invalid bug ids.Christian Ruppert2010-06-041-16/+31
| |
* | Fix case sensitivity issue.Robin H. Johnson2010-10-271-1/+1
|/
* Update list of zillas.Robin H. Johnson2010-04-241-70/+38
|
* More fixup of htmlentities.Robin H. Johnson2010-02-121-11/+5
|
* htmlentities/string module is gone, removed by upstream.Robin H. Johnson2010-02-121-6/+3
|
* Split the short and long forms of bugzilla requests, so that we can handle ↵Robin H. Johnson2008-11-141-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. Johnson2008-11-131-1/+1
|
* Change default template per solars request.Robin H. Johnson2008-08-091-2/+2
|
* Thread the long calls.Robin H. Johnson2008-08-071-0/+4
|
* lowercase.Robin H. Johnson2008-08-061-2/+2
|
* Avoid a minor backtrace.Robin H. Johnson2008-08-061-2/+6
|
* Add support for templatable output.Robin H. Johnson2008-07-311-15/+42
|
* Be consistent.Robin H. Johnson2008-07-131-1/+1
|
* Want baseurl, not a @BUGNO@ url during instance create.Robin H. Johnson2008-06-201-1/+1
|
* Fix whitespace.Robin H. Johnson2008-06-081-2/+2
|
* Convert announcements to use search.Robin H. Johnson2008-06-081-7/+5
|
* Add basic search utility.Robin H. Johnson2008-06-081-0/+6
|
* Wire up buglisturl for use in announcements.Robin H. Johnson2008-06-071-5/+4
|
* Add setting for the buglist.cgi URL.Robin H. Johnson2008-06-071-1/+20
|
* Make both copyright lines match.Robin H. Johnson2008-06-061-1/+1
|
* Use existing regex instead of duplicating.Robin H. Johnson2008-06-061-1/+1
|
* More TOOD.Robin H. Johnson2008-06-061-0/+3
|
* Add all remaining TODO items.Robin H. Johnson2008-06-061-0/+8
|
* Add check for bugs that we do not have permission to access.Robin H. Johnson2008-06-061-0/+18
|
* Ensure that hashes in bug requests are always removed.Robin H. Johnson2008-06-061-1/+3
|
* Fix regex for matching bugs.Robin H. Johnson2008-06-061-1/+1
|
* Make the timer configurable.Robin H. Johnson2008-06-061-1/+5
|
* Contract common email addresses. Need to put this into a config array later.Robin H. Johnson2008-06-061-1/+14
|
* Contract status/reso/issue.Robin H. Johnson2008-06-061-3/+7
|
* Append ? if needed for urls.Robin H. Johnson2008-06-061-1/+3
|
* Include ability to do totals in the reports.Robin H. Johnson2008-06-061-4/+14
|
* implement bugstats.Robin H. Johnson2008-06-061-0/+44
|
* Add baseline help.Robin H. Johnson2008-06-061-0/+2
|
* Use the right names for the map call, it helps a lot ;-).Robin H. Johnson2008-06-061-4/+4
|
* Massive fixup of archstats to work in almost all input cases by being ↵Robin H. Johnson2008-06-061-19/+61
| | | | smarter than rbot.
* Fix whitespace.Robin H. Johnson2008-06-061-25/+25
|
* Use new validations.Robin H. Johnson2008-06-061-2/+3
|
* Move global constants and add more for validation.Robin H. Johnson2008-06-061-9/+20
|
* Use channel name not object for the defaults array.Robin H. Johnson2008-06-061-1/+1
|