Various updates and fixes to the publish_qc command:
Adds new --suppress-warnings option to explicitly suppress warnings in the QC reports when publishing them to the QC server (in which case, the index page will not include a warning icon next to QC report links even if there are missing metrics, and any QC reports generated e.g. using the --force option will not contain a top-level warning message).
Adds new --url option to specify the base URL for the publication location
Fixes the reporting of the URL of the published index page when the hierarchy option is not used (was broken), and suppresses reporting completely when QC server location is specified via --qc_dir and --url is not supplied at the same time
Clears out any previously existing published data for the run before updating when run more than once (issue #345)
Adds nicer scheduler reporter for improved screen output
Adds new test case to check that issue #513 (failure when a "backup" project is present) has been resolved
Various updates and fixes to the
publish_qc
command:--suppress-warnings
option to explicitly suppress warnings in the QC reports when publishing them to the QC server (in which case, the index page will not include a warning icon next to QC report links even if there are missing metrics, and any QC reports generated e.g. using the--force
option will not contain a top-level warning message).--url
option to specify the base URL for the publication location--qc_dir
and--url
is not supplied at the same time