Skip to content

Commit

Permalink
Auto-push from schema generation [ci skip]
Browse files Browse the repository at this point in the history
5b92daa	2024-05-16 16:06:14 +0200	Bug 1896975 - Add `signedState` and `signedTypes` for the active theme to the environment schema (#815)
  • Loading branch information
dataops-pipeline-schemas committed May 17, 2024
1 parent 1a35de1 commit bcfc57b
Show file tree
Hide file tree
Showing 53 changed files with 648 additions and 6 deletions.
18 changes: 18 additions & 0 deletions schemas/firefox-desktop-background-update/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3454,6 +3454,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "Counts the different type of resources that are sent for early hints.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/firefox-desktop/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3604,6 +3604,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "We received a ping with non-scalar data on a field of this name.\nIf this is existing pre-PingCentre-replacement data, you may need to\naugment the logic in\n`AboutWelcome.submitGleanPingForPing` like the other `handledKeys`.\nIf this is for new, post-PingCentre-replacement data, you should\nprobably prefer a flat structure.\nIf you're unsure, please ask in\n[the #glean channel](https://chat.mozilla.org/#/room/#glean:mozilla.org).\n",
"fields": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@
"name": "characteristics_prefs_zoom_text_only",
"type": "BOOL"
},
{
"description": "This is the derived PreferenceSheet::Prefs::mUseDocumentColors value.\n",
"mode": "NULLABLE",
"name": "characteristics_use_document_colors",
"type": "BOOL"
},
{
"description": "What LookAndFeel(VideoDynamicRange) reports. Note that CSSVideoDynamicRange has an additional dependency on Color Depth.\n",
"mode": "NULLABLE",
Expand Down Expand Up @@ -482,6 +488,30 @@
},
{
"fields": [
{
"description": "The CSS system-color Accentcolor.\n",
"mode": "NULLABLE",
"name": "characteristics_color_accentcolor",
"type": "INT64"
},
{
"description": "The CSS system-color Accentcolortext.\n",
"mode": "NULLABLE",
"name": "characteristics_color_accentcolortext",
"type": "INT64"
},
{
"description": "The CSS system-color Canvas.\n",
"mode": "NULLABLE",
"name": "characteristics_color_canvas",
"type": "INT64"
},
{
"description": "The CSS system-color Canvastext.\n",
"mode": "NULLABLE",
"name": "characteristics_color_canvastext",
"type": "INT64"
},
{
"description": "The Color Depth reported by CSS\n",
"mode": "NULLABLE",
Expand All @@ -494,12 +524,36 @@
"name": "characteristics_color_gamut",
"type": "INT64"
},
{
"description": "The CSS system-color Highlight.\n",
"mode": "NULLABLE",
"name": "characteristics_color_highlight",
"type": "INT64"
},
{
"description": "The CSS system-color Highlighttext.\n",
"mode": "NULLABLE",
"name": "characteristics_color_highlighttext",
"type": "INT64"
},
{
"description": "The Color Scheme used for Content, from ContentPrefs() Preference Sheet.\n",
"mode": "NULLABLE",
"name": "characteristics_color_scheme",
"type": "INT64"
},
{
"description": "The CSS system-color Selecteditem.\n",
"mode": "NULLABLE",
"name": "characteristics_color_selecteditem",
"type": "INT64"
},
{
"description": "The CSS system-color Selecteditemtext.\n",
"mode": "NULLABLE",
"name": "characteristics_color_selecteditemtext",
"type": "INT64"
},
{
"description": "The number of other modified font.default prefs.\n",
"mode": "NULLABLE",
Expand Down Expand Up @@ -734,6 +788,18 @@
"name": "string",
"type": "RECORD"
},
{
"fields": [
{
"mode": "REPEATED",
"name": "characteristics_gamepads",
"type": "STRING"
}
],
"mode": "NULLABLE",
"name": "string_list",
"type": "RECORD"
},
{
"fields": [
{
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-fenix-nightly/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4462,6 +4462,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "A counter that indicates how many bookmarks a user has added.\n\nThe label for this counter is `<source>`.\n\n`source` will be: `page_action_menu` as that is the only\nentry point right now to add bookmarks.\n",
"fields": [
Expand Down
20 changes: 19 additions & 1 deletion schemas/org-mozilla-fenix/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@
"type": "RECORD"
},
{
"description": "Failure occurs when initializing the audio stream.\n",
"description": "Failure occurs when initializing the audio stream. (Migrated from the geckoview metric of the same name).\n",
"fields": [
{
"mode": "NULLABLE",
Expand All @@ -4462,6 +4462,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "A counter that indicates how many bookmarks a user has added.\n\nThe label for this counter is `<source>`.\n\n`source` will be: `page_action_menu` as that is the only\nentry point right now to add bookmarks.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-fennec-aurora/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4462,6 +4462,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "A counter that indicates how many bookmarks a user has added.\n\nThe label for this counter is `<source>`.\n\n`source` will be: `page_action_menu` as that is the only\nentry point right now to add bookmarks.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-firefox-beta/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4462,6 +4462,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "A counter that indicates how many bookmarks a user has added.\n\nThe label for this counter is `<source>`.\n\n`source` will be: `page_action_menu` as that is the only\nentry point right now to add bookmarks.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-firefox/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4462,6 +4462,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "A counter that indicates how many bookmarks a user has added.\n\nThe label for this counter is `<source>`.\n\n`source` will be: `page_action_menu` as that is the only\nentry point right now to add bookmarks.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-focus-beta/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3730,6 +3730,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "Counts the different type of resources that are sent for early hints.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-focus-nightly/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3730,6 +3730,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "Counts the different type of resources that are sent for early hints.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-focus/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3730,6 +3730,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "Counts the different type of resources that are sent for early hints.\n",
"fields": [
Expand Down
18 changes: 18 additions & 0 deletions schemas/org-mozilla-klar/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -3730,6 +3730,24 @@
"name": "media_audio_init_failure",
"type": "RECORD"
},
{
"description": "Count the amount of times where video playback is failed to start due to the mime type is not supported by Firefox. The result is accumulated per mime type, eg. video/hevc.",
"fields": [
{
"mode": "NULLABLE",
"name": "key",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "value",
"type": "INT64"
}
],
"mode": "REPEATED",
"name": "media_playback_not_supported_video_per_mime_type",
"type": "RECORD"
},
{
"description": "Counts the different type of resources that are sent for early hints.\n",
"fields": [
Expand Down
Loading

0 comments on commit bcfc57b

Please sign in to comment.