Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant text from report log message. | Colin Guthrie | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Close bugs in order. | Colin Guthrie | 2014-08-06 | 1 | -1/+1 |
| | | | | | Very minor issue but we may as well close the bugs in order of advisory. | ||||
* | Add support for automatically committing advisories after assigning ID. | Colin Guthrie | 2014-08-06 | 1 | -0/+50 |
| | | | | | This currently integrates with subversion, but it will be trivial to switch it to git. | ||||
* | Attempt to force ordering of emails when delivering several | Colin Guthrie | 2014-08-06 | 1 | -0/+2 |
| | |||||
* | Close bugs automatically when processing advisories | Colin Guthrie | 2014-08-06 | 1 | -0/+33 |
| | | | | mga#13859 | ||||
* | When assigning an advisory ID, make sure the first reference is to advisory bug. | Colin Guthrie | 2014-08-06 | 1 | -3/+12 |
| | | | | mga#13859 | ||||
* | Drop cookie support for bugzilla. | Colin Guthrie | 2014-08-06 | 1 | -22/+9 |
| | | | | | | | | | | | | | Apparently this no longer works with BZ 4.4 and it now relies on a token to authenticate future requests. We now maintain this token and ensure we pass it in with future requests. Also strip of the xmlrpc.cgi part of the BZ URL so we can use it to validate bug URLs in the future. mga#13859 | ||||
* | Perform some cross checks via bugzilla when publishing advisories | Colin Guthrie | 2014-08-05 | 1 | -5/+170 |
| | |||||
* | Add a log entry when moving packages. | Colin Guthrie | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | Fix trailing whitespace | Colin Guthrie | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Add a new command to move the packages. | Colin Guthrie | 2014-08-03 | 1 | -0/+30 |
| | | | | | This shells out to a separate command that actually implements this. Such a tool exists already in mgatools called 'mga-move-pkg' | ||||
* | Publish and Email advisories in order. | Colin Guthrie | 2014-08-03 | 1 | -2/+2 |
| | | | | This should mean that emails are sent out in sequential order | ||||
* | Fix perl warning when invalid SRPM name is found. | Colin Guthrie | 2014-08-03 | 1 | -3/+6 |
| | |||||
* | Rename index.html to infos.html and advisories.html to index.html | Nicolas Vigier | 2013-09-09 | 1 | -0/+1 |
| | |||||
* | Set ENCODING when creating templates | Nicolas Vigier | 2013-07-21 | 1 | -0/+5 |
| | |||||
* | Allow specifying .adv extension with the publish command | Nicolas Vigier | 2013-07-21 | 1 | -0/+1 |
| | |||||
* | Set template output to utf8 | Nicolas Vigier | 2013-07-16 | 1 | -1/+3 |
| | |||||
* | Split long line | Nicolas Vigier | 2013-06-26 | 1 | -1/+2 |
| | |||||
* | next_id: sort IDs numerically | Nicolas Vigier | 2013-06-26 | 1 | -1/+1 |
| | |||||
* | Add support for filters on list command | Nicolas Vigier | 2013-06-17 | 1 | -3/+12 |
| | | | | | | | | | Possible filters are : - advisory type - distribution release - package name - CVE - media | ||||
* | Don't save status for unpublished advisories | Nicolas Vigier | 2013-06-17 | 1 | -0/+3 |
| | |||||
* | Add 'no_mail' option in advisory file to disable advisory mail | Nicolas Vigier | 2013-06-17 | 1 | -0/+1 |
| | |||||
* | List unpublished advisories when mode is set to 'qa' | Nicolas Vigier | 2013-06-17 | 1 | -1/+4 |
| | |||||
* | Display report on STDERR in case of error | Nicolas Vigier | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | Check type when assigning new ID | Nicolas Vigier | 2013-06-17 | 1 | -2/+6 |
| | |||||
* | get_advisories_from_dir(): Check advisory type | Nicolas Vigier | 2013-06-17 | 1 | -0/+2 |
| | |||||
* | Rename send_report_mail sub to send_report | Nicolas Vigier | 2013-06-17 | 1 | -15/+17 |
| | | | | | And display report logs to stdout if not configured to send report email. | ||||
* | Fix sorting of unpublished advisories | Nicolas Vigier | 2013-06-17 | 1 | -2/+3 |
| | |||||
* | Clean useless commented line | Nicolas Vigier | 2013-06-17 | 1 | -1/+0 |
| | |||||
* | Add 'nextid' and 'publish' commands | Nicolas Vigier | 2013-06-17 | 1 | -0/+23 |
| | |||||
* | Fix hash which was not dereferenced | Nicolas Vigier | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | mgaadv list: sort advisories list | Nicolas Vigier | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Change ID and subject separator in advisory list | Nicolas Vigier | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Sort advisories by publish time and ID | Nicolas Vigier | 2013-06-13 | 1 | -0/+15 |
| | |||||
* | Don't send mail unless mode is set to site | Nicolas Vigier | 2013-06-13 | 1 | -0/+2 |
| | |||||
* | Add 'initqaconf' command to initialize config for QA team members | Nicolas Vigier | 2013-06-13 | 1 | -3/+3 |
| | |||||
* | Add 'update' command to download new advisories db | Nicolas Vigier | 2013-06-13 | 1 | -3/+36 |
| | |||||
* | Add option to load advisories db from a file dump | Nicolas Vigier | 2013-06-13 | 1 | -1/+11 |
| | |||||
* | Load config from home directory if file exists | Nicolas Vigier | 2013-06-13 | 1 | -4/+6 |
| | |||||
* | Add 'show' command to show an advisory | Nicolas Vigier | 2013-06-13 | 1 | -0/+21 |
| | |||||
* | Add list command to list advisories | Nicolas Vigier | 2013-06-13 | 1 | -0/+6 |
| | |||||
* | Add command to add a new advisory | Nicolas Vigier | 2013-06-13 | 1 | -0/+19 |
| | |||||
* | Add MGA::Advisories module | Nicolas Vigier | 2013-06-13 | 1 | -0/+211 |