aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MGA/Advisories.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Check type when assigning new IDNicolas Vigier2013-06-171-2/+6
|
* get_advisories_from_dir(): Check advisory typeNicolas Vigier2013-06-171-0/+2
|
* Rename send_report_mail sub to send_reportNicolas Vigier2013-06-171-15/+17
| | | | | And display report logs to stdout if not configured to send report email.
* Fix sorting of unpublished advisoriesNicolas Vigier2013-06-171-2/+3
|
* Clean useless commented lineNicolas Vigier2013-06-171-1/+0
|
* Add 'nextid' and 'publish' commandsNicolas Vigier2013-06-171-0/+23
|
* Fix hash which was not dereferencedNicolas Vigier2013-06-131-1/+1
|
* mgaadv list: sort advisories listNicolas Vigier2013-06-131-1/+1
|
* Change ID and subject separator in advisory listNicolas Vigier2013-06-131-1/+1
|
* Sort advisories by publish time and IDNicolas Vigier2013-06-131-0/+15
|
* Don't send mail unless mode is set to siteNicolas Vigier2013-06-131-0/+2
|
* Add 'initqaconf' command to initialize config for QA team membersNicolas Vigier2013-06-131-3/+3
|
* Add 'update' command to download new advisories dbNicolas Vigier2013-06-131-3/+36
|
* Add option to load advisories db from a file dumpNicolas Vigier2013-06-131-1/+11
|
* Load config from home directory if file existsNicolas Vigier2013-06-131-4/+6
|
* Add 'show' command to show an advisoryNicolas Vigier2013-06-131-0/+21
|
* Add list command to list advisoriesNicolas Vigier2013-06-131-0/+6
|
* Add command to add a new advisoryNicolas Vigier2013-06-131-0/+19
|
* Add MGA::Advisories moduleNicolas Vigier2013-06-131-0/+211