milestone 24: persist and surface the unsupported-line count
This commit is contained in:
@@ -1876,7 +1876,7 @@ components:
|
||||
|
||||
Blocklist:
|
||||
type: object
|
||||
required: [id, url, name, enabled, is_suggested, last_updated, domain_count, wildcard_count, exception_count, skipped_regex_count, checksum]
|
||||
required: [id, url, name, enabled, is_suggested, last_updated, domain_count, wildcard_count, exception_count, skipped_regex_count, skipped_unsupported_count, checksum]
|
||||
properties:
|
||||
id: { type: integer }
|
||||
url: { type: string }
|
||||
@@ -1890,6 +1890,7 @@ components:
|
||||
wildcard_count: { type: integer }
|
||||
exception_count: { type: integer }
|
||||
skipped_regex_count: { type: integer }
|
||||
skipped_unsupported_count: { type: integer }
|
||||
checksum:
|
||||
type: string
|
||||
nullable: true
|
||||
@@ -1919,7 +1920,7 @@ components:
|
||||
|
||||
SourceStatus:
|
||||
type: object
|
||||
required: [id, state, loaded, last_attempt, last_success, url, last_error, domains, wildcards, exceptions, skipped_regex]
|
||||
required: [id, state, loaded, last_attempt, last_success, url, last_error, domains, wildcards, exceptions, skipped_regex, skipped_unsupported]
|
||||
properties:
|
||||
id: { type: integer }
|
||||
state:
|
||||
@@ -1936,6 +1937,7 @@ components:
|
||||
wildcards: { type: integer }
|
||||
exceptions: { type: integer }
|
||||
skipped_regex: { type: integer }
|
||||
skipped_unsupported: { type: integer }
|
||||
|
||||
Rule:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user