Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234919 - An obvious query field should be patch-submitter
Summary: An obvious query field should be patch-submitter
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-16 14:09 UTC by Christopher Friedt
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Friedt 2008-08-16 14:09:44 UTC
I'd like to be able to query the bug DB to view all of the patches I've ever submitted. A simple field query field like 'patch submitter':'email address' should do.

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-08-17 00:17:14 UTC
Go and ask upstream for it please.

Here's your answer tho:
mysql> select bug_id,creation_ts,description,filename from attachments where submitter_id =40550;
+--------+---------------------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
| bug_id | creation_ts         | description                                                                                      | filename                                           |
+--------+---------------------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
| 165717 | 2007-02-17 17:12:59 | build log for file-4.19                                                                          | build.log                                          | 
| 192352 | 2007-09-12 20:27:50 | build log                                                                                        | build.log                                          | 
| 192352 | 2007-09-16 14:16:51 | when cross-compiling, allows compiler to search in directories other than /usr/lib for libgmp.so | mpfr-2.2.1-disable-rpath-to-fix-cross.patch        | 
| 192352 | 2007-09-16 14:38:24 | build.log after my first patch                                                                   | build.log                                          | 
| 192352 | 2007-09-16 14:41:28 | this will fix the aforementioned expectation to find .libs/libmpfr.lai during the install phase  | mpfr-2.2.1-fix-install-lai-issue.patch             | 
| 198344 | 2007-11-07 11:09:51 | source patch to include <stdint.h>                                                               | xf86-video-ati-6.7.195-stdint.patch                | 
| 198344 | 2007-11-07 11:13:47 | add the stdint patch source to the ebuild                                                        | xf86-video-ati-6.7.195-stdint-ebuild.patch         | 
| 199821 | 2007-11-20 20:57:02 | patch to 'octave-2.9.17_orig/doc/interpreter/Makefile.in'                                        | octave-2.9.17-octave.dvi.patch                     | 
| 199821 | 2007-11-20 21:04:41 | octave-2.9.17.ebuild                                                                             | octave-2.9.17.ebuild                               | 
| 206525 | 2008-01-18 13:48:46 | obseletes gcc-4.1.2-patches-1.0.2.tar.bz2/patch/62_all_gcc4-noteGNUstack.patch                   | 62_all_gcc4-noteGNUstack.patch                     | 
| 208151 | 2008-01-30 08:51:04 | patch to include stdint.h in necessary source files                                              | xf86-video-ati-6.7.195-stdint.patch                | 
| 213690 | 2008-03-17 13:00:14 | removes __NR_waitpid from include/asm-arm/unistd.h in the kernel headers / sources               | linux-headers-asm-arm-nowaitpid.patch              | 
| 225921 | 2008-08-16 14:02:55 | fixes out-of-memory error when trying to allocate space on the heap                              | gnu-classpath-0.97.2-fix-out-of-memory-error.patch | 
| 229061 | 2008-07-03 16:43:42 | Ebuild (not in binary format)                                                                    | vuze-bin-3.1.0.0.ebuild                            | 
| 229061 | 2008-07-03 16:44:58 | vuze-bin launcher (from $FILESDIR)                                                               | vuze-bin                                           | 
| 229061 | 2008-07-03 16:46:09 | .desktop entry for FreeDesktop compatible environments (Gnome, KDE, etc)                         | vuze-bin.desktop                                   | 
| 229061 | 2008-07-08 22:21:50 | layman xml file for vuze-bin                                                                     | layman.conf                                        | 
+--------+---------------------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
17 rows in set (0.00 sec)