-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nimbus): Update External Configs
- Loading branch information
1 parent
8638eeb
commit e7695df
Showing
16 changed files
with
3,554 additions
and
24 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
experimenter/experimenter/features/manifests/fenix/.ref-cache.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
beta: 1d2c49699acaffa690961417d5ddb7f332264db5 | ||
master: 66aaf96f955d9bdc4bdb087a5075d5fbff2b9c8d | ||
release: c204af1d49b724b88bc289ea38c4d50a78d133ef | ||
beta: 55133241ef7a7ba6cf5b98af4ca9b8d74e06396e | ||
master: 70fb2d2a702db4cb455d282be77ecfe9bdcea589 | ||
release: af473f7473be7a851b294b3bb9edd7ca8968895e |
10 changes: 5 additions & 5 deletions
10
experimenter/experimenter/features/manifests/firefox-desktop/.ref-cache.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
beta: 87c5950960511db3f64a06208ea24bf212638a23 | ||
central: f4d133d6555bf90b949f8d138bb32c88a55c1ceb | ||
esr115: 7b461b7d80acc34e0193fa0fbed98f71242b388a | ||
esr128: 38b1579734e224bc72cddd532877d3b864d7d910 | ||
release: 6ad91dc44daed9cacf53946523ebf99649f04ef5 | ||
beta: 8d362d0dd6ca9f65ab0e73d8609c4236cbd222f4 | ||
central: d01b815e2e1a7baed43f9b0a1e04e109109648bf | ||
esr115: 36fd7b6b3ddbffe940e402af3c6d1b44ce285543 | ||
esr128: 80804a4f2b2df8460c9fca53a294ff945df9eeec | ||
release: 85fef6eb8f2cd56494960fee7b000e0bf9f04aaa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...efox-desktop/schemas/toolkit/components/nimbus/schemas/NimbusTelemetryFeature.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"type": "object", | ||
"properties": { | ||
"gleanMetricConfiguration": { | ||
"type": "object", | ||
"properties": { | ||
"metrics_enabled": { | ||
"type": "object", | ||
"patternProperties": { | ||
"^nimbus_targeting_environment\\..*": { "type": "boolean" }, | ||
"^nimbus_targeting_context\\..*": { "type": "boolean" }, | ||
"^nimbus_events\\..*": { "type": "boolean" } | ||
}, | ||
"additionalProperties": false | ||
} | ||
}, | ||
"additionalProperties": true | ||
}, | ||
"nimbusTargetingEnvironment": { | ||
"type": "object", | ||
"properties": { | ||
"recordAttrs": { | ||
"description": "A list of attributes that should be recorded in the nimbus_targeting_environment.targeting_context_value metric. If not provided, it will default to all attributes.", | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"additionalProperties": true | ||
} | ||
}, | ||
"additionalProperties": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...top/v135.0.0/schemas/toolkit/components/nimbus/schemas/NimbusTelemetryFeature.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"type": "object", | ||
"properties": { | ||
"gleanMetricConfiguration": { | ||
"type": "object", | ||
"properties": { | ||
"metrics_enabled": { | ||
"type": "object", | ||
"patternProperties": { | ||
"^nimbus_targeting_environment\\..*": { "type": "boolean" }, | ||
"^nimbus_targeting_context\\..*": { "type": "boolean" }, | ||
"^nimbus_events\\..*": { "type": "boolean" } | ||
}, | ||
"additionalProperties": false | ||
} | ||
}, | ||
"additionalProperties": true | ||
}, | ||
"nimbusTargetingEnvironment": { | ||
"type": "object", | ||
"properties": { | ||
"recordAttrs": { | ||
"description": "A list of attributes that should be recorded in the nimbus_targeting_environment.targeting_context_value metric. If not provided, it will default to all attributes.", | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"additionalProperties": true | ||
} | ||
}, | ||
"additionalProperties": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
experimenter/experimenter/features/manifests/focus-ios/v133.5.0/beta.fml.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
version: 1.0.0 | ||
about: | ||
description: The root level Feature Manifest for Focus for iOS | ||
channels: | ||
- beta | ||
features: | ||
nimbus-validation: | ||
description: A tiny feature to validate that Nimbus is working | ||
variables: | ||
bold-tip-title: | ||
description: Make the tips title label bold | ||
type: Boolean | ||
default: true | ||
onboarding-variables: | ||
description: A collection of variables about onboarding | ||
variables: | ||
show-new-onboarding: | ||
description: Should the v2 of the onboarding be shown. | ||
type: Boolean | ||
default: false |
21 changes: 21 additions & 0 deletions
21
experimenter/experimenter/features/manifests/focus-ios/v133.5.0/developer.fml.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
version: 1.0.0 | ||
about: | ||
description: The root level Feature Manifest for Focus for iOS | ||
channels: | ||
- developer | ||
features: | ||
nimbus-validation: | ||
description: A tiny feature to validate that Nimbus is working | ||
variables: | ||
bold-tip-title: | ||
description: Make the tips title label bold | ||
type: Boolean | ||
default: true | ||
onboarding-variables: | ||
description: A collection of variables about onboarding | ||
variables: | ||
show-new-onboarding: | ||
description: Should the v2 of the onboarding be shown. | ||
type: Boolean | ||
default: true |
17 changes: 17 additions & 0 deletions
17
experimenter/experimenter/features/manifests/focus-ios/v133.5.0/experimenter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
nimbus-validation: | ||
description: A tiny feature to validate that Nimbus is working | ||
hasExposure: true | ||
exposureDescription: "" | ||
variables: | ||
bold-tip-title: | ||
type: boolean | ||
description: Make the tips title label bold | ||
onboarding-variables: | ||
description: A collection of variables about onboarding | ||
hasExposure: true | ||
exposureDescription: "" | ||
variables: | ||
show-new-onboarding: | ||
type: boolean | ||
description: Should the v2 of the onboarding be shown. |
21 changes: 21 additions & 0 deletions
21
experimenter/experimenter/features/manifests/focus-ios/v133.5.0/release.fml.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
version: 1.0.0 | ||
about: | ||
description: The root level Feature Manifest for Focus for iOS | ||
channels: | ||
- release | ||
features: | ||
nimbus-validation: | ||
description: A tiny feature to validate that Nimbus is working | ||
variables: | ||
bold-tip-title: | ||
description: Make the tips title label bold | ||
type: Boolean | ||
default: true | ||
onboarding-variables: | ||
description: A collection of variables about onboarding | ||
variables: | ||
show-new-onboarding: | ||
description: Should the v2 of the onboarding be shown. | ||
type: Boolean | ||
default: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.