Skip to content

Commit

Permalink
chore(nimbus): Update External Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dataops-ci-bot committed May 17, 2024
1 parent 701e477 commit 11a2f88
Show file tree
Hide file tree
Showing 10 changed files with 2,871 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ focus/klar-v126.1: 7a3ba103a2ccb57868b5d253b69e1616f43b1dcb
main: f0d8d641e9424728be38ea4ba4b3488004a53985
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 4203f4f518c95f74b05ae76283a93f9d19b4e7c3
release/v126: 57c7ac757d7b31ba474febe245dc60bedeeb21f8
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
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
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.
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release/v122: 71445cd847fe6f2cf60d9917d2da12d4a5061524
release/v123: 6bfcf791a1a1126711083102d8e9a1ac8e97e2ce
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 7a3ba103a2ccb57868b5d253b69e1616f43b1dcb
release/v126: 57c7ac757d7b31ba474febe245dc60bedeeb21f8
release/v127: 5dc708e5324a3d318cdc204a1300e8371c7eeee9
v117.0: 3b275ab1e4ccef769d84437033c0c68acfd2df8a
v117.1: 55ddcf473a65d106d43f6d2ae5af4076d6d03688
Expand Down

0 comments on commit 11a2f88

Please sign in to comment.