CCMDB.accdb Change Log 2025: Difference between revisions
Ttenbergen (talk | contribs) Created page with "__NOTOC__ <!-- This hides the table of contents so collectors can immediately see the most recent change without scrolling. --> See Log (disambiguation) for other uses of the term "Log". See the Development Documentation Category for other development logs''. See Rolling out changes for the process of rolling out changes. See also '''requested CCMDB changes for the next version''' and '''CCMDB.accdb Data Integrity..." |
Ttenbergen (talk | contribs) |
||
| Line 13: | Line 13: | ||
Changes collectors '''don't''' need to know about: | Changes collectors '''don't''' need to know about: | ||
* | * soft checks like [[query check_CCI_each_count_vs_LOS]] were being triggered last in the error checks, meaning that they would overrule hard checks that also triggered. | ||
* this would have affected queries that, on this date, matched the query underlying the following list (data on wiki changes so if you look in the future this might be different) | |||
{{#cargo_query: | |||
tables=DataIntegrityChecks | |||
|fields=DataIntegrityChecks._pageName, DataIntegrityChecks.Status, DataIntegrityChecks.Firmness | |||
|where=DataIntegrityChecks.Firmness like "soft%" | |||
and DataIntegrityChecks.Status in ("implemented", "needs review") | |||
}} | |||
* changed the order of cross checks in Public Sub Dx_Checker() to do soft ones first so that hard ones would not be overwritten by soft ones | |||
=== 2024-... === | === 2024-... === | ||