summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/Reports.py
Commit message (Collapse)AuthorAgeFilesLines
* Reporting: Add --no-dry-run and --no-only-important flagsAlexander Sulfrian2015-05-121-68/+102
| | | | | All bcfg2-reports subcommands, that work with specific interactions, can now ignore interactions created by --dry-run or --only-important run.
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-1/+2
|
* Reporting: add column staleAlexander Sulfrian2014-06-181-0/+2
| | | | | | Add a new column "stale", that displays if a host is stale or not. It could be determined by parsing the date column, but it would be more convenient to have a separate column for that.
* bcfg2-reports: rewrote with new option parserChris St. Pierre2013-10-301-0/+276